Date: Tue, 6 Aug 2002 16:46:50 -0400 From: Ben Williams <ben@instantemail.net> To: FreeBSD Questions <FreeBSD-Questions@FreeBSD.org> Subject: gnome port Message-ID: <15056580728.20020806164650@instantemail.net>
next in thread | raw e-mail | index | archive | help
[ I'm not on the list so please CC me directly, thanks ] When trying to build gnome from the x11/gnome meta-port on a 4.6-STABLE FreeBSD system built from current RELENG_4 CVS sources on Tue Jul 30 02:38:14 EDT 2002 with an AMD K6/2 350mhz processor, 384mb of ram, 3 ide harddrives it goes along fine until it gets a little way through the gconf port where it says: cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I/usr/local/include/glib12 -I/usr/local/include/glib12 -I/usr/local/include/orbit-1.0 -I/usr/local/include -I/usr/local/include/gnome-xml -I/usr/X11R6/include -I/usr/local/include/glib12 -I/usr/local/include/orbit-1.0 -I/usr/local/include -DG_LOG_DOMAIN=\"GConf\" -DGCONF_LOCALE_DIR=\"""\" -DGCONF_SRCDIR=\""/usr/ports/devel/gconf/work/GConf-1.0.9"\" -DGCONF_CONFDIR=\""/usr/X11R6/etc/gconf/1"\" -DGCONF_ETCDIR=\""/usr/X11R6/etc/gconf"\" -DGCONF_BUILDDIR=\"".."\" -DGCONF_BINDIR=\""/usr/X11R6/bin"\" -DGCONF_BACKEND_DIR=\""/usr/X11R6/lib/GConf/1"\" -DVERSION=\""1.0.9"\" -DIID=\""OAFIID:gconfd:19991118"\" -DGCONF_ENABLE_INTERNALS=1 -DGCONFD=\""gconfd-1"\" -I/usr/local/include -O3 -pipe -Wall -DG_DISABLE_CHECKS=1 -DG_DISABLE_ASSERT=1 -c gconftool.c gconftool.c:25: libxml/tree.h: No such file or directory gconftool.c:26: libxml/parser.h: No such file or directory gconftool.c:27: libxml/xmlmemory.h: No such file or directory As a work-around I `ln -s /usr/local/include/gnome-xml /usr/local/include/gnome-xml/libxml` and the compile continued but I don't know if I used the right libraries or not and I'm not really comfortable having symlinks like that scattered about. Did I use the right libs? Should find out who the port maintainer for gnome is and I report this to them? The x11/gnome meta-port also died later in the build at the libcapplet-1.4.0.5 port with: building shared library libcapplet.so.5 /usr/libexec/elf/ld: cannot find -lgnugetopt *** Error code 1 What am I doing wrong? -- Ben Williams ben@instantemail.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15056580728.20020806164650>