After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 167895 - Compilation Error with CVS
Compilation Error with CVS
Status: RESOLVED FIXED
Product: planner
Classification: Other
Component: General
unspecified
Other Linux
: Normal normal
: 0.13
Assigned To: planner-maint
planner-maint
Depends on:
Blocks:
 
 
Reported: 2005-02-19 18:12 UTC by Ryan P Skadberg
Modified: 2005-02-19 18:18 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ryan P Skadberg 2005-02-19 18:12:45 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
Comment 1 Richard Hult 2005-02-19 18:18:39 UTC
Thanks, fixed in CVS. Let me know if there are more.