Date: Fri, 2 Aug 2002 00:35:51 -0400 (EDT) From: Joe Marcus Clarke <marcus@marcuscom.com> To: Ian Moore <imoore@picknowl.com.au> Cc: bsd-questions <freebsd-questions@FreeBSD.ORG> Subject: Re: gdk-pixbuf.h problem Message-ID: <20020802003042.S87489-100000@shumai.marcuscom.com> In-Reply-To: <200208021304.35731.imoore@picknowl.com.au>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 2 Aug 2002, Ian Moore wrote: > Hi, > I've searched through loads of postings about missing gnome library problems > on 4.6 but can't seem to find an actual solution, so forgive me if this has > already been answered, I have tried :) > I'm running 4.6-RELEASE with XFree86 4.2. I just ried to install > xcdroast-0.98.a.10 from the port and got the following output: > ===> Extracting for xcdroast-0.98.a.10 > >> Checksum OK for xcdroast-0.98alpha10.tar.gz. > ===> xcdroast-0.98.a.10 depends on executable: gmake - found > ===> xcdroast-0.98.a.10 depends on shared library: X11.6 - found > ===> xcdroast-0.98.a.10 depends on shared library: glib12.3 - found > ===> xcdroast-0.98.a.10 depends on shared library: gtk12.2 - found > ===> xcdroast-0.98.a.10 depends on shared library: Imlib.5 - found > ===> Patching for xcdroast-0.98.a.10 > ===> Applying FreeBSD patches for xcdroast-0.98.a.10 > for i in xcdroast.h Makefile ; do /usr/bin/perl -pi -e > "s|%%PREFIX%%|/usr/X11R6|g" > /usr/ports/sysutils/xcdroast/work/xcdroast-0.98alpha10/$i ; done > for i in Makefile xcdroast.h ; do /usr/bin/perl -pi -e > "s|%%LOCALBASE%%|/usr/local|g" > /usr/ports/sysutils/xcdroast/work/xcdroast-0.98alpha10/$i ; done > ===> Configuring for xcdroast-0.98.a.10 > ===> Building for xcdroast-0.98.a.10 > cc -Wall `/usr/X11R6/bin/gtk12-config --cflags` `gdk-pixbuf-config --cflags` > -DPRE_PREFIX="\"/usr/X11R6\"" -DPRE_LIBDIR="\"/usr/X11R6/lib/xcdroast-0.98\"" > -DCDRTOOLS_PREFIX="\"/usr/local\"" -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 > -DUSE_LARGEFILES -c main.c > gdk-pixbuf-config: not found > main.c:14: gdk-pixbuf/gdk-pixbuf.h: No such file or directory > gmake: *** [main.o] Error 1 > *** Error code 2 > > Stop in /usr/ports/sysutils/xcdroast. > > > gdk-pixbuf.h doesn't seem to be on my system. > Is there a way to fix the port, or do I have to cvsup my ports tree to solve > it? > BTW I use kde, so I don't have gnome installed, I just want this port. You will need to cvsup your ports. The latest xcdroast has the correct fix to find the gdk-pixbuf include path. Joe > Cheers, > Ian > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > > PGP Key : http://www.marcuscom.com/pgp.asc 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?20020802003042.S87489-100000>