GNOME Bugzilla – Bug 313603
ev-application-service.xml no shipped with 0.3.3 tarball
Last modified: 2005-08-17 08:35:34 UTC
Building the 0.3.3 tarball: ... make[2]: *** No rule to make target `ev-application-service.xml', needed by `ev-application-service.h'. Stop.
Same for me with gnome 2.10.2.
Copying that xml file don't help much: [fritz@smeagol ~/rpm/BUILD/evince-0.3.3/shell]$ LC_ALL=C make make all-am make[1]: Entering directory `/home/users/fritz/rpm/BUILD/evince-0.3.3/shell' if i686-pld-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DDATADIR=\"/usr/share/evince\" -DGNOMEDATADIR=\"/usr/share\" -I../lib -I../cut-n-paste/recent-files/ -I../cut-n-paste/zoom-control/ -I../cut-n-paste/toolbar-editor/ -I../backend -I../properties -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGNOMEICONDIR=\""/usr/share/pixmaps"\" -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -DORBIT2=1 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf2 -I/usr/include/libbonoboui-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libglade-2.0 -I/usr/include/poppler/glib -I/usr/include/poppler -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -Wmissing-prototypes -O0 -g -pipe -MT ev-application.o -MD -MP -MF ".deps/ev-application.Tpo" -c -o ev-application.o ev-application.c; \ then mv -f ".deps/ev-application.Tpo" ".deps/ev-application.Po"; else rm -f ".deps/ev-application.Tpo"; exit 1; fi ev-application.c:86:5: floating constant in preprocessor expression make[1]: *** [ev-application.o] Error 1 make[1]: Leaving directory `/home/users/fritz/rpm/BUILD/evince-0.3.3/shell' make: *** [all] Error 2
I am getting this also. Is there an easy fix for this?
Hi all Floating point in preprocessor error is bug 313443 which should be fixed in CVS. File is also present in CVS. So, release 0.3.3 is a bit broken, sorry for that. Next release will be more tested.
Fixed in cvs