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 311014 - clock applet build failure
clock applet build failure
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: clock
git master
Other Linux
: Normal blocker
: ---
Assigned To: Panel Maintainers
Panel Maintainers
: 311021 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-07-20 14:48 UTC by Luca Ferretti
Modified: 2005-07-20 22:29 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Luca Ferretti 2005-07-20 14:48:54 UTC
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./../../libpanel-applet
-I../../libpanel-applet   -Wall -Wmissing-prototypes  -D_XOPEN_SOURCE=500
-DORBIT2=1 -pthread -I/opt/gnome210/include/gtk-2.0
-I/opt/gnome210/lib/gtk-2.0/include -I/opt/gnome210/include
-I/opt/gnome210/include/atk-1.0 -I/opt/gnome210/include/pango-1.0
-I/opt/gnome210/include/freetype2 -I/usr/X11R6/include
-I/opt/gnome210/include/glib-2.0 -I/opt/gnome210/lib/glib-2.0/include
-I/opt/gnome210/include/libgnomeui-2.0 -I/opt/gnome210/include/libgnome-2.0
-I/opt/gnome210/include/libgnomecanvas-2.0 -I/opt/gnome210/include/libart-2.0
-I/opt/gnome210/include/gconf/2 -I/opt/gnome210/include/libbonoboui-2.0
-I/opt/gnome210/include/gnome-vfs-2.0 -I/opt/gnome210/lib/gnome-vfs-2.0/include
-I/opt/gnome210/include/orbit-2.0 -I/opt/gnome210/include/libbonobo-2.0
-I/opt/gnome210/include/bonobo-activation-2.0 -I/opt/gnome210/include/libxml2
-I/opt/gnome210/include/evolution-data-server-1.4  
-DDATADIR=\""/opt/gnome210/share"\" -DLIBDIR=\""/opt/gnome210/lib"\"
-DSYSCONFDIR=\""/opt/gnome210/etc"\" -DPREFIX=\""/opt/gnome210"\"
-DGNOMELOCALEDIR=\""/opt/gnome210/share/locale"\"     -g -D_GNU_SOURCE
-L/opt/gnome210/lib -I/opt/gnome210/include -MT clock.o -MD -MP -MF
".deps/clock.Tpo" -c -o clock.o clock.c; \
then mv -f ".deps/clock.Tpo" ".deps/clock.Po"; else rm -f ".deps/clock.Tpo";
exit 1; fi
clock.c: In function `config_tool_changed':
clock.c:1966: warning: implicit declaration of function `clock_check_config_tool'
clock.c: At top level:
clock.c:2136: error: conflicting types for 'clock_check_config_tool'
clock.c:1966: error: previous implicit declaration of 'clock_check_config_tool'
was here
clock.c: In function `clock_check_config_tool':
clock.c:2148: warning: assignment discards qualifiers from pointer target type
clock.c: In function `fill_clock_applet':
clock.c:2271: warning: suggest parentheses around assignment used as truth
valuemake[3]: *** [clock.o] Error 1
Comment 1 Vincent Untz 2005-07-20 22:12:09 UTC
*** Bug 311021 has been marked as a duplicate of this bug. ***
Comment 2 Vincent Untz 2005-07-20 22:29:04 UTC
Fixed.