Date: Mon, 30 Dec 2002 21:40:03 -0600 From: "Gene Harris (e-mail)" <geneh@tetronsoftware.com> To: freebsd-gnome@freebsd.org Subject: Problem Compiling libbonoboui Message-ID: <200212302140.03964.geneh@tetronsoftware.com>
index | next in thread | raw e-mail
I am attempting to compile gnome2 from the freebsd-ports collection, which I
cvsup'ed on 12/30/2002 at about 9 AM CST. I am dying on libbonoboui. It
appears that bonobo-dock.c doesn't want to compile. I've made sure that any
gnome 1 cruft is deleted from /usr/local/include, and I've used libchk to
clean out my old gnome related libraries. I've deinstalling/reinstalling low
level components like gtk-2.0, pango, glib-2.0, etc. However, nothing gets
me around this compile error.
If anyone can shed some light on this issue, I would greatly appreciate it.
Gene
----- Begin Make Capture ----
su-2.05b# pwd
/usr/ports/x11-toolkits/libbonoboui
su-2.05b# make install clean
===> Building for libbonoboui-2.0.3.2_1
gmake all-recursive
gmake[1]: Entering directory
`/usr/ports/x11-toolkits/libbonoboui/work/libbonoboui-2.0.3.2'
Making all in bonobo
gmake[2]: Entering directory
`/usr/ports/x11-toolkits/libbonoboui/work/libbonoboui-2.0.3.2/bonobo'
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I..
-Wa
ll -Wunused -Wmissing-prototypes -Wmissing-declarations -DORBIT2=1
-D_REENTRANT
-D_THREAD_SAFE -I/usr/local/include/libart-2.0 -I/usr/local/include/glib-2.0
-I
/usr/local/lib/glib-2.0/include -I/usr/local/include/atk-1.0
-I/usr/local/includ
e/libbonobo-2.0 -I/usr/local/include/orbit-2.0
-I/usr/local/include/bonobo-activ
ation-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2
-I/usr/X11R
6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/pango-1.0
-I/usr/local/include
/freetype2 -I/usr/local/include -I/usr/X11R6/include/gtk-2.0
-I/usr/X11R6/lib/gt
k-2.0/include -I/usr/X11R6/include -I/usr/X11R6/include/libgnome-2.0
-I/usr/X11R
6/include/gconf/2 -I/usr/X11R6/include/gnome-vfs-2.0
-I/usr/X11R6/lib/gnome-vfs-
2.0/include -DPLUGIN_DIR=\"""\" -DBONOBO_UI_INTERNAL
-DBONOBO_UIDIR=\""/usr/lo
cal/share/gnome-2.0/ui/"\" -DBONOBO_LIBDIR=\""/usr/local/lib"\"
-DBONOBO_DATADIR
=\""/usr/local/share"\" -DBONOBO_PIXMAPDIR=\""/usr/local/share/pixmaps"\"
-DBONO
BO_BINDIR=\""/usr/local/bin"\" -DBONOBO_LOCALSTATEDIR=\""/usr/local/var"\"
-DBON
OBO_LOCALEDIR=\""/usr/local//locale"\" -DG_DISABLE_DEPRECATED
-DGDK_DISABLE_DEPR
ECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED
-DGNOME_DISABLE_
DEPRECATED -DBONOBO_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Bonobo\"
-DVERSION=\"2.0
.3.2\" -g -O2 -c bonobo-dock.c
rm -f .libs/bonobo-dock.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -Wall -Wunused -Wmissing-prototypes
-
Wmissing-declarations -DORBIT2=1 -D_REENTRANT -D_THREAD_SAFE
-I/usr/local/includ
e/libart-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
-I/
usr/local/include/atk-1.0 -I/usr/local/include/libbonobo-2.0
-I/usr/local/includ
e/orbit-2.0 -I/usr/local/include/bonobo-activation-2.0
-I/usr/local/include/linc
-1.0 -I/usr/local/include/libxml2 -I/usr/X11R6/include/libgnomecanvas-2.0
-I/usr
/X11R6/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include
-I/
usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include
-I/usr/X11R6/include
-I/usr/X11R6/include/libgnome-2.0 -I/usr/X11R6/include/gconf/2
-I/usr/X11R6/incl
ude/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include -DPLUGIN_DIR=\"\"
-DBON
OBO_UI_INTERNAL -DBONOBO_UIDIR=\"/usr/local/share/gnome-2.0/ui/\"
-DBONOBO_LIBDI
R=\"/usr/local/lib\" -DBONOBO_DATADIR=\"/usr/local/share\"
-DBONOBO_PIXMAPDIR=\"
/usr/local/share/pixmaps\" -DBONOBO_BINDIR=\"/usr/local/bin\"
-DBONOBO_LOCALSTAT
EDIR=\"/usr/local/var\" -DBONOBO_LOCALEDIR=\"/usr/local//locale\"
-DG_DISABLE_DE
PRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED
-DGTK_DISABLE_
DEPRECATED -DGNOME_DISABLE_DEPRECATED -DBONOBO_DISABLE_DEPRECATED
-DG_LOG_DOMAIN
=\"Bonobo\" -DVERSION=\"2.0.3.2\" -g -O2 -c bonobo-dock.c -fPIC -DPIC -o
.libs/
bonobo-dock.lo
In file included from ../bonobo/bonobo-dock-band.h:46,
from ../bonobo/bonobo-dock.h:55,
from bonobo-dock.c:29:
../bonobo/bonobo-dock-layout.h:77: syntax error before `GObject'
../bonobo/bonobo-dock-layout.h:87: syntax error before `GObjectClass'
../bonobo/bonobo-dock-layout.h:93: syntax error before
`bonobo_dock_layout_get_t
ype'
../bonobo/bonobo-dock-layout.h:93: warning: type defaults to `int' in
declaratio n of
`bonobo_dock_layout_get_type'
../bonobo/bonobo-dock-layout.h:93: warning: data definition has no type or
stora ge class
bonobo-dock.c: In function `bonobo_dock_class_init_trampoline':
bonobo-dock.c:35: warning: implicit declaration of function `g_type_class_ref'
bonobo-dock.c:35: warning: assignment makes pointer from integer without a
cast
bonobo-dock.c: At top level:
bonobo-dock.c:35: syntax error before `bonobo_dock_get_type'
bonobo-dock.c:35: warning: return-type defaults to `int'
bonobo-dock.c:35: conflicting types for `bonobo_dock_get_type'
../bonobo/bonobo-dock.h:92: previous declaration of `bonobo_dock_get_type'
bonobo-dock.c: In function `bonobo_dock_get_type':
bonobo-dock.c:35: syntax error before `object_type'
bonobo-dock.c:35: `object_type' undeclared (first use in this function)
bonobo-dock.c:35: (Each undeclared identifier is reported only once
bonobo-dock.c:35: for each function it appears in.)
bonobo-dock.c:35: syntax error before `object_info'
bonobo-dock.c:35: warning: implicit declaration of function
`g_type_register_sta tic'
bonobo-dock.c:35: `object_info' undeclared (first use in this function)
bonobo-dock.c:35: warning: control reaches end of non-void function
bonobo-dock.c: At top level:
bonobo-dock.c:35: syntax error before `return'
bonobo-dock.c:34: warning: `bonobo_dock_class_init' used but never defined
bonobo-dock.c:34: warning: `bonobo_dock_instance_init' declared `static' but
nev er defined
bonobo-dock.c:35: warning: `bonobo_dock_class_init_trampoline' defined but not
u sed
gmake[2]: *** [bonobo-dock.lo] Error 1
gmake[2]: Leaving directory
`/usr/ports/x11-toolkits/libbonoboui/work/libbonobou
i-2.0.3.2/bonobo'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory
`/usr/ports/x11-toolkits/libbonoboui/work/libbonobou
i-2.0.3.2'
gmake: *** [all-recursive-am] Error 2
*** Error code 2
Stop in /usr/ports/x11-toolkits/libbonoboui.
su-2.05b#
----- End Make Capture ----
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-gnome" in the body of the message
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212302140.03964.geneh>
