From owner-freebsd-gnome Sun Aug 11 19:27:59 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4B6337B400 for ; Sun, 11 Aug 2002 19:27:51 -0700 (PDT) Received: from miles.lambdawerks.org (miles.lambdawerks.org [207.115.75.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2431B43E42 for ; Sun, 11 Aug 2002 19:27:51 -0700 (PDT) (envelope-from reggie@lambdawerks.org) Received: from trane.lambdawerks.org (trane.lambdawerks.org [207.115.81.170]) by miles.lambdawerks.org (8.12.5/8.12.5) with ESMTP id g7C2Rjsq046550 for ; Sun, 11 Aug 2002 19:27:45 -0700 (PDT) (envelope-from reggie@lambdawerks.org) Subject: Problem building gnomeapplets while trying to build ports/x11/gnome From: "Reginald S. Perry" To: gnome@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.5 Date: 11 Aug 2002 19:26:37 -0700 Message-Id: <1029119197.340.6.camel@trane.lambdawerks.org> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi there. I followed the FAQ to try to upgrade my gnome installation and got the error below. I then tried to clean out everything but X11 including gtk and glib (using pkg_delete -r), cvsupped the latest ports tree (1pm PDT today) and rebuilt getting the same error. Any hints on what I need to do to fix this would be greatly appreciated. -Reggie gmake[3]: Entering directory `/usr/ports/x11/gnomeapplets/work/gnome-applets-1.4.0.5/another_clock' cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I../intl -I../intl -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -I/usr/X11R6/include -I/usr/X11R6/include/gnome-1.0 -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/X11R6/lib/gnome-libs/include -I/usr/local/include/glib12 -I/usr/local/include/orbit-1.0 -I/usr/local/include -I/usr/X11R6/include/gtk12 -DVERSION=\""1.4.0.5"\" -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -O -pipe -march=pentiumpro -Wall -Wunused -c another_clock.c another_clock.c:28: applet-widget.h: No such file or directory another_clock.c:40: syntax error before `gboolean' another_clock.c:45: syntax error before `GtkWidget' another_clock.c:53: syntax error before `*' another_clock.c:53: warning: type defaults to `int' in declaration of `applet' another_clock.c:53: warning: data definition has no type or storage class another_clock.c:54: syntax error before `*' another_clock.c:54: warning: type defaults to `int' in declaration of `props_window' another_clock.c:54: warning: data definition has no type or storage class another_clock.c:55: warning: missing braces around initializer another_clock.c:55: warning: (near initialization for `clk.props') another_clock.c:55: warning: excess elements in struct initializer another_clock.c:55: warning: (near initialization for `clk.props') another_clock.c:69: syntax error before `update_clock' another_clock.c:69: syntax error before `data' another_clock.c:69: warning: type defaults to `int' in declaration of `update_clock' another_clock.c:69: warning: data definition has no type or storage class another_clock.c:70: syntax error before `*' another_clock.c: In function `properties_load': another_clock.c:91: warning: implicit declaration of function `gnome_config_push_prefix' another_clock.c:92: structure has no member named `secneedle' another_clock.c:92: warning: implicit declaration of function `gnome_config_get_bool_with_default' another_clock.c:93: structure has no member named `bg' another_clock.c:93: warning: implicit declaration of function `gnome_config_get_string_with_default' another_clock.c:94: structure has no member named `hour' another_clock.c:95: structure has no member named `min' another_clock.c:96: structure has no member named `sec' another_clock.c:97: warning: implicit declaration of function `gnome_config_pop_prefix' another_clock.c: In function `properties_save': another_clock.c:104: warning: implicit declaration of function `gnome_config_set_bool' another_clock.c:104: structure has no member named `secneedle' another_clock.c:105: warning: implicit declaration of function `gnome_config_set_string' another_clock.c:105: structure has no member named `bg' another_clock.c:106: structure has no member named `hour' another_clock.c:107: structure has no member named `min' another_clock.c:108: structure has no member named `sec' another_clock.c:109: warning: implicit declaration of function `gnome_config_sync' another_clock.c:110: warning: implicit declaration of function `gnome_config_drop_all' another_clock.c:113: `FALSE' undeclared (first use in this function) another_clock.c:113: (Each undeclared identifier is reported only once another_clock.c:113: for each function it appears in.) another_clock.c:114: warning: control reaches end of non-void function another_clock.c: At top level: another_clock.c:117: syntax error before `*' another_clock.c: In function `props_ok': another_clock.c:119: `page' undeclared (first use in this function) another_clock.c:122: warning: implicit declaration of function `g_free' another_clock.c:122: structure has no member named `bg' another_clock.c:123: structure has no member named `bg' another_clock.c:123: warning: implicit declaration of function `g_strdup' another_clock.c:123: structure has no member named `bg' another_clock.c:124: structure has no member named `hour' another_clock.c:125: structure has no member named `hour' another_clock.c:125: structure has no member named `hour' another_clock.c:126: structure has no member named `min' another_clock.c:127: structure has no member named `min' another_clock.c:127: structure has no member named `min' another_clock.c:128: structure has no member named `sec' another_clock.c:129: structure has no member named `sec' another_clock.c:129: structure has no member named `sec' another_clock.c:130: structure has no member named `secneedle' another_clock.c:130: structure has no member named `secneedle' another_clock.c:132: warning: implicit declaration of function `applet_widget_sync_config' another_clock.c:132: warning: implicit declaration of function `APPLET_WIDGET' another_clock.c:133: structure has no member named `area' another_clock.c: At top level: another_clock.c:139: syntax error before `*' another_clock.c: In function `props_cancel': another_clock.c:141: structure has no member named `bg' another_clock.c:142: structure has no member named `bg' another_clock.c:143: structure has no member named `hour' another_clock.c:144: structure has no member named `hour' another_clock.c:145: structure has no member named `min' another_clock.c:146: structure has no member named `min' another_clock.c:147: structure has no member named `sec' another_clock.c:148: structure has no member named `sec' another_clock.c:150: `win' undeclared (first use in this function) another_clock.c: At top level: another_clock.c:155: syntax error before `*' another_clock.c: In function `bg_color_changed': another_clock.c:157: syntax error before `r' another_clock.c:159: warning: implicit declaration of function `gnome_color_picker_get_i8' another_clock.c:159: `cp' undeclared (first use in this function) another_clock.c:159: `r' undeclared (first use in this function) another_clock.c:159: `g' undeclared (first use in this function) another_clock.c:159: `b' undeclared (first use in this function) another_clock.c:160: structure has no member named `bg' another_clock.c:161: structure has no member named `bg' another_clock.c:161: warning: implicit declaration of function `g_strdup_printf' another_clock.c:162: warning: implicit declaration of function `gnome_property_box_changed' another_clock.c:162: warning: implicit declaration of function `GNOME_PROPERTY_BOX' another_clock.c: At top level: another_clock.c:166: syntax error before `*' another_clock.c: In function `hour_color_changed': another_clock.c:168: syntax error before `r' another_clock.c:170: `cp' undeclared (first use in this function) another_clock.c:170: `r' undeclared (first use in this function) another_clock.c:170: `g' undeclared (first use in this function) another_clock.c:170: `b' undeclared (first use in this function) another_clock.c:171: structure has no member named `hour' another_clock.c:172: structure has no member named `hour' another_clock.c: At top level: another_clock.c:177: syntax error before `*' another_clock.c: In function `min_color_changed': another_clock.c:179: syntax error before `r' another_clock.c:181: `cp' undeclared (first use in this function) another_clock.c:181: `r' undeclared (first use in this function) another_clock.c:181: `g' undeclared (first use in this function) another_clock.c:181: `b' undeclared (first use in this function) another_clock.c:182: structure has no member named `min' another_clock.c:183: structure has no member named `min' another_clock.c: At top level: another_clock.c:188: syntax error before `*' another_clock.c: In function `sec_color_changed': another_clock.c:190: syntax error before `r' another_clock.c:192: `cp' undeclared (first use in this function) another_clock.c:192: `r' undeclared (first use in this function) another_clock.c:192: `g' undeclared (first use in this function) another_clock.c:192: `b' undeclared (first use in this function) another_clock.c:193: structure has no member named `sec' another_clock.c:194: structure has no member named `sec' another_clock.c: At top level: another_clock.c:199: syntax error before `*' another_clock.c: In function `sec_needle_changed': another_clock.c:201: structure has no member named `secneedle' another_clock.c:201: structure has no member named `secneedle' another_clock.c:201: `FALSE' undeclared (first use in this function) another_clock.c:201: `TRUE' undeclared (first use in this function) another_clock.c:202: warning: implicit declaration of function `gtk_widget_set_sensitive' another_clock.c:202: warning: implicit declaration of function `GTK_WIDGET' another_clock.c:202: `sec' undeclared (first use in this function) another_clock.c:202: structure has no member named `secneedle' another_clock.c: At top level: another_clock.c:208: syntax error before `*' another_clock.c: In function `help_cb': another_clock.c:210: syntax error before `help_entry' another_clock.c: At top level: another_clock.c:213: syntax error before `.' another_clock.c:213: warning: type defaults to `int' in declaration of `path' another_clock.c:213: `data' undeclared here (not in a function) another_clock.c:213: warning: data definition has no type or storage class another_clock.c:214: syntax error before `0' another_clock.c:214: warning: type defaults to `int' in declaration of `gnome_help_display' another_clock.c:214: warning: data definition has no type or storage class another_clock.c:70: warning: `set_colors' declared `static' but never defined another_clock.c:77: warning: `setup_sizes' defined but not used another_clock.c:90: warning: `properties_load' defined but not used another_clock.c:102: warning: `properties_save' defined but not used another_clock.c:118: warning: `props_ok' defined but not used another_clock.c:140: warning: `props_cancel' defined but not used another_clock.c:156: warning: `bg_color_changed' defined but not used another_clock.c:167: warning: `hour_color_changed' defined but not used another_clock.c:178: warning: `min_color_changed' defined but not used another_clock.c:189: warning: `sec_color_changed' defined but not used another_clock.c:200: warning: `sec_needle_changed' defined but not used another_clock.c:209: warning: `help_cb' defined but not used gmake[3]: *** [another_clock.o] Error 1 gmake[3]: Leaving directory `/usr/ports/x11/gnomeapplets/work/gnome-applets-1.4.0.5/another_clock' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/x11/gnomeapplets/work/gnome-applets-1.4.0.5/another_clock' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/x11/gnomeapplets/work/gnome-applets-1.4.0.5' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/x11/gnomeapplets. *** Error code 1 Stop in /usr/ports/x11/gnome. dizzy# To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message