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 446943 - gnome-panel-svn-10452 build error(Clock)
gnome-panel-svn-10452 build error(Clock)
Status: RESOLVED DUPLICATE of bug 443788
Product: gnome-panel
Classification: Other
Component: clock
git master
Other All
: Normal normal
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-06-13 00:05 UTC by YunSong Hwang
Modified: 2007-06-14 19:27 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20


Attachments
config.log (61.92 KB, application/octet-stream)
2007-06-13 00:06 UTC, YunSong Hwang
Details

Description YunSong Hwang 2007-06-13 00:05:55 UTC
Please describe the problem:
make[4]: Entering directory `/home/hys545/GNOME/Cvs/gnome-panel/applets/clock'
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./../../libpanel-applet -I../../libpanel-applet   -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare  -DORBIT2=1 -pthread -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -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/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gnome-keyring-1 -I/usr/include/libbonobo-2.0 -I/usr/include/orbit-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/freetype2   -DDATADIR=\""/usr/local/share"\" -DLIBDIR=\""/usr/local/lib"\" -DSYSCONFDIR=\""/usr/local/etc"\" -DPREFIX=\""/usr/local"\" -DGNOMELOCALEDIR=\""/usr/local/share/locale"\" -DCLOCK_EDS_ICONDIR="\"\"" -DCLOCK_TIME_UTILITY="\"\""    -g -O2 -MT clock_applet-calendar-window.o -MD -MP -MF ".deps/clock_applet-calendar-window.Tpo" -c -o clock_applet-calendar-window.o `test -f 'calendar-window.c' || echo './'`calendar-window.c; \
then mv -f ".deps/clock_applet-calendar-window.Tpo" ".deps/clock_applet-calendar-window.Po"; else rm -f ".deps/clock_applet-calendar-window.Tpo"; exit 1; fi
calendar-window.c: In function ‘expander_activated’:
calendar-window.c:1170: error: ‘CalendarWindowPrivate’ has no member named ‘appointment_list’
calendar-window.c:1171: error: ‘KEY_APPOINTMENTS_EXPANDED’ undeclared (first use in this function)
calendar-window.c:1171: error: (Each undeclared identifier is reported only once
calendar-window.c:1171: error: for each function it appears in.)
calendar-window.c:1172: error: ‘CalendarWindowPrivate’ has no member named ‘birthday_list’
calendar-window.c:1173: error: ‘KEY_BIRTHDAYS_EXPANDED’ undeclared (first use in this function)
calendar-window.c:1174: error: ‘CalendarWindowPrivate’ has no member named ‘weather_list’
calendar-window.c:1175: error: ‘KEY_WEATHER_EXPANDED’ undeclared (first use in this function)
calendar-window.c:1176: error: ‘CalendarWindowPrivate’ has no member named ‘task_list’
calendar-window.c:1177: error: ‘KEY_TASKS_EXPANDED’ undeclared (first use in this function)
calendar-window.c:1184: error: ‘CalendarWindowPrivate’ has no member named ‘gconfclient’
calendar-window.c:1186: error: ‘CalendarWindowPrivate’ has no member named ‘gconfclient’
calendar-window.c: In function ‘connect_expander_with_gconf’:
calendar-window.c:1223: error: ‘CalendarWindowPrivate’ has no member named ‘gconfclient’
calendar-window.c:1227: error: ‘CalendarWindowPrivate’ has no member named ‘listeners’
calendar-window.c:1229: error: ‘CalendarWindowPrivate’ has no member named ‘gconfclient’
make[4]: *** [clock_applet-calendar-window.o] 오류 1
make[4]: Leaving directory `/home/hys545/GNOME/Cvs/gnome-panel/applets/clock'


Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 YunSong Hwang 2007-06-13 00:06:45 UTC
Created attachment 89856 [details]
config.log
Comment 2 Vincent Untz 2007-06-14 19:27:24 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


*** This bug has been marked as a duplicate of 443788 ***