Date: Mon, 22 Oct 2001 18:38:17 -0700 (PDT) From: Mike Harding <mvh@ix.netcom.com> To: mi@aldan.algebra.com Cc: ijliao@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/graphics/gd Makefile Message-ID: <20011023013817.BCC54131EF@netcom1.netcom.com> In-Reply-To: <200110222312.f9MNCZa20718@aldan.algebra.com> (message from Mikhail Teterin on Mon, 22 Oct 2001 19:12:34 -0400 (EDT)) References: <200110222312.f9MNCZa20718@aldan.algebra.com>
next in thread | previous in thread | raw e-mail | index | archive | help
I am using XFree86-4 and freetype1 and 2 have also both been installed on the system, so it's possible that anything in this witch's brew could have deinstalled properly, etc. Somethhing's not right, though... the build is barfing out because of an include file that is only in freetype2, but freetype2 had been erased by this time - so possibly the freetype2 port is not deinstalling cleanly. - Mike H. Date: Mon, 22 Oct 2001 19:12:34 -0400 (EDT) From: Mikhail Teterin <mi@aldan.algebra.com> Cc: ijliao@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Content-Type: TEXT/plain; charset=US-ASCII X-SpamBouncer: 1.4 (8/24/01) X-SBClass: OK On 22 Oct, Mike Harding wrote: > I reported a problem because gd would not compile if freetype only was > installed - a (not quick) test which involves ripping out all of gnome > and kde shows... now I have 12+ hours of compiling to recover... > > netcom1# make install clean > If you want to compile in X support use > 'make -DWITH_X11' instead > ===> Extracting for gd-1.8.4_3 >>> Checksum OK for gd-1.8.4.tar.gz. >>> Checksum OK for gd_gif_in.c.bz2. > ===> gd-1.8.4_3 depends on shared library: png.5 - found > ===> gd-1.8.4_3 depends on shared library: jpeg.9 - found > bzip2 -d < /usr/ports/distfiles//gd_gif_in.c.bz2 > /usr/ports/graphics/gd/work/gd-1.8.4/gd_gif_in.c > ===> Patching for gd-1.8.4_3 > ===> Applying FreeBSD patches for gd-1.8.4_3 > ===> Configuring for gd-1.8.4_3 > ===> Building for gd-1.8.4_3 > cc -I. -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include/X11 -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include -O -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -c gd.c [...] Well, it is compiling nicely both on my workstation (with X11) and on a web-server (without X11). It also seems to do fine on bento. What might be breaking things for you is the mixture of include files -- under /usr/X11R6 and /usr/local -- if you have both freetype2 libraries (and sets of headers). Could somebody else with different /usr/X11R6 and /usr/local (on my systems they both point to /opt) debug this? Thanks! In any case, I think the library version number is not a solution... In fact, I plan to remove the particular major numbers for png and jpeg libraries too for this port, and some others :) -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011023013817.BCC54131EF>