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 446328 - build fails: »CalendarWindowPrivate« has no element »appointment_list«
build fails: »CalendarWindowPrivate« has no element »appointment_list«
Status: RESOLVED DUPLICATE of bug 443788
Product: gnome-panel
Classification: Other
Component: clock
git master
Other Linux
: Normal critical
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-06-11 12:05 UTC by Christian Kirbach
Modified: 2007-06-14 19:27 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20



Description Christian Kirbach 2007-06-11 12:05:59 UTC
might be because evolution-data-server is missing

calendar-window.c: In Funktion »expander_activated«:
calendar-window.c:1170: Fehler: »CalendarWindowPrivate« hat kein Element namens »appointment_list«
calendar-window.c:1171: Fehler: »KEY_APPOINTMENTS_EXPANDED« nicht deklariert (erste Benutzung in dieser Funktion)
calendar-window.c:1171: Fehler: (Jeder nicht deklarierte Bezeichner wird nur einmal aufgeführt
calendar-window.c:1171: Fehler: für jede Funktion in der er auftritt.)
calendar-window.c:1172: Fehler: »CalendarWindowPrivate« hat kein Element namens »birthday_list«
calendar-window.c:1173: Fehler: »KEY_BIRTHDAYS_EXPANDED« nicht deklariert (erste Benutzung in dieser Funktion)
calendar-window.c:1174: Fehler: »CalendarWindowPrivate« hat kein Element namens »weather_list«
calendar-window.c:1175: Fehler: »KEY_WEATHER_EXPANDED« nicht deklariert (erste Benutzung in dieser Funktion)
calendar-window.c:1176: Fehler: »CalendarWindowPrivate« hat kein Element namens »task_list«
calendar-window.c:1177: Fehler: »KEY_TASKS_EXPANDED« nicht deklariert (erste Benutzung in dieser Funktion)
calendar-window.c:1184: Fehler: »CalendarWindowPrivate« hat kein Element namens »gconfclient«
calendar-window.c:1186: Fehler: »CalendarWindowPrivate« hat kein Element namens »gconfclient«
calendar-window.c: In Funktion »connect_expander_with_gconf«:
calendar-window.c:1223: Fehler: »CalendarWindowPrivate« hat kein Element namens »gconfclient«
calendar-window.c:1227: Fehler: »CalendarWindowPrivate« hat kein Element namens »listeners«
calendar-window.c:1229: Fehler: »CalendarWindowPrivate« hat kein Element namens »gconfclient«
make[4]: *** [clock_applet-calendar-window.o] Fehler 1
make[4]: Verlasse Verzeichnis '/media/bigspace/cvs/gnome/gnome-panel/applets/clock'
make[3]: *** [all] Fehler 2





checking what language compliance flags to pass to the C compiler... 
checking crt_externs.h usability... no
checking crt_externs.h presence... no
checking for crt_externs.h... no
checking for _NSGetEnviron... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for PANEL... yes
checking for LIBPANEL_APPLET... yes
checking for WNCKLET... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking for nl_langinfo... yes
checking for evolution-data-server... no
checking for CLOCK... yes
checking for FISH... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for d_type member in directory struct... yes
checking for X... libraries , headers 
checking for X... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for scrollkeeper-config... /opt/gnome2/bin/scrollkeeper-config
Using config source xml:merged:/opt/gnome2/etc/gconf/gconf.xml.defaults for schema installation
Using $(sysconfdir)/gconf/schemas as install directory for schema files
checking for mawk... /usr/bin/mawk
checking for perl5... no
checking for perl... /usr/bin/perl
configure: creating ./config.status
Comment 1 Christian Kirbach 2007-06-11 12:33:10 UTC
installing evolution-data-server development package does not remedy
Comment 2 Vincent Untz 2007-06-14 19:27:19 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 ***