GNOME Bugzilla – Bug 167895
Compilation Error with CVS
Last modified: 2005-02-19 18:18:39 UTC
Version details: CVS 2005/02/19 13:05 America/New_York Distribution/Version: Fedora Development Using CVS as of this morning and getting this when trying to compile: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -pthread -DORBIT2=1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -Werror -DMRP_STORAGEMODULEDIR=\"/usr/lib/planner/storage-modules\" -DMRP_FILE_MODULES_DIR=\"/usr/lib/planner/file-modules\" -DDATADIR=\"/usr/share\" -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -m32 -march=i686 -mtune=pentium4 -MT mrp-time.lo -MD -MP -MF .deps/mrp-time.Tpo -c mrp-time.c -fPIC -DPIC -o .libs/mrp-time.o mrp-time.c: In function `mrp_time_from_string': mrp-time.c:294: warning: ignoring return value of `sscanf', declared with attribute warn_unused_result mrp-time.c:298: warning: ignoring return value of `sscanf', declared with attribute warn_unused_result make[2]: *** [mrp-time.lo] Error 1 make[2]: Leaving directory `/usr/src/redhat/BUILD/planner-0.12.99.200502191305/libplanner' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/redhat/BUILD/planner-0.12.99.200502191305' make: *** [all] Error 2
Thanks, fixed in CVS. Let me know if there are more.