Date: Wed, 12 Dec 2001 00:28:22 -0500 (EST) From: "Brandon D. Valentine" <bandix@looksharp.net> To: <questions@freebsd.org> Cc: <esk@ira.uka.de>, <gnome@FreeBSD.org> Subject: Problems with gdk-pixbuf in xmms port Message-ID: <20011212000947.N45674-100000@turtle.looksharp.net>
next in thread | raw e-mail | index | archive | help
So I've been awake a little too long to make sense of this myself. I just put a new hard drive in my laptop and am working on getting FreeBSD up and running on it again just the way I like it. I'm trying to install xmms from ports and encountering a problem with the build related to the gdk-pixbuf dependency. [bandix@taran ~]% uname -a FreeBSD taran 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Tue Dec 11 18:02:58 CST 2001 bandix@taran:/usr/src/sys/compile/TARAN i386 --- taran# pwd /usr/ports/audio/xmms taran# make -DWITHOUT_MIKMOD -DWITHOUT_VORBIS -DWITHOUT_3DNOW <build output snipped> In file included from xmms.h:22, from bmp.c:18: /usr/X11R6/include/gtk12/gdk/gdkx.h:53: syntax error before `xvisualid' /usr/X11R6/include/gtk12/gdk/gdkx.h:56: syntax error before `xcolormap' /usr/X11R6/include/gtk12/gdk/gdkx.h:59: syntax error before `gdk_get_client_wind ow' /usr/X11R6/include/gtk12/gdk/gdkx.h:59: syntax error before `*' /usr/X11R6/include/gtk12/gdk/gdkx.h:60: warning: type defaults to `int' in decla ration of `gdk_get_client_window' /usr/X11R6/include/gtk12/gdk/gdkx.h:60: warning: data definition has no type or storage class In file included from xmms.h:51, from bmp.c:18: fullscreen.h:39: syntax error before `*' /usr/X11R6/include/gtk12/gdk/gdkprivate.h:282: warning: array `gdk_wm_window_pro tocols' assumed to have one element gmake[4]: *** [bmp.o] Error 1 gmake[4]: Leaving directory `/usr/ports/audio/xmms/work/xmms-1.2.5/xmms' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/usr/ports/audio/xmms/work/xmms-1.2.5/xmms' gmake[2]: *** [all-recursive-am] Error 2 gmake[2]: Leaving directory `/usr/ports/audio/xmms/work/xmms-1.2.5/xmms' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/audio/xmms/work/xmms-1.2.5' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/audio/xmms. *** Error code 1 --- After getting this error I figured there was something wrong with the gdk-pixbuf-0.11.0_1 package that had been installed automatically off of ftp.freebsd.org by another package install. I went into /usr/ports/graphics/gdk-pixbuf to try and build a copy of gdk-pixbuf-0.13.0. I got this error during that build: --- taran# pwd /usr/ports/graphics/gdk-pixbuf taran# make <build output snipped> /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../gdk-pixbuf -I../gdk-pixbuf -I/usr/local/include/glib12 -I/ usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/ X11R6/include "-DPIXBUF_LIBDIR=\"/usr/X11R6/lib/gdk-pixbuf/loaders\"" -I/usr/lo cal/include -O -pipe -march=pentium -c gdk-pixbuf.c mkdir .libs cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../gdk-pixbuf -I../gdk-pixbuf -I/usr /local/include/glib12 -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/ usr/local/include -I/usr/X11R6/include -DPIXBUF_LIBDIR=\"/usr/X11R6/lib/gdk-pixb uf/loaders\" -I/usr/local/include -O -pipe -march=pentium -c gdk-pixbuf.c -fPIC -DPIC -o .libs/gdk-pixbuf.lo gdk-pixbuf.c:29: X11/Xlib.h: No such file or directory gdk-pixbuf.c:40: syntax error before `*' gdk-pixbuf.c:40: warning: data definition has no type or storage class gmake[3]: *** [gdk-pixbuf.lo] Error 1 gmake[3]: Leaving directory `/usr/ports/graphics/gdk-pixbuf/work/gdk-pixbuf-0.13 .0/gdk-pixbuf' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/graphics/gdk-pixbuf/work/gdk-pixbuf-0.13 .0/gdk-pixbuf' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/graphics/gdk-pixbuf/work/gdk-pixbuf-0.13 .0' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/graphics/gdk-pixbuf. *** Error code 1 --- Anyone have any ideas? (P.S. Anyone know why there are no packages of xmms available on the FTP sites, why bento doesn't build them, and why the xmms port tries to enable 3dNow! support by default?) Brandon D. Valentine -- "Iam mens praetrepidans avet vagari." - G. Valerius Catullus, Carmina, XLVI 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?20011212000947.N45674-100000>