FreeBSD Port: pdflib-7.0.0p3

Eric P. Scott eps+pcom0612 at ana.com
Tue Dec 5 16:56:07 PST 2006


>Any hints what's wrong here ?

>/usr/local/bin/libtool --silent --mode=compile cc -c -I/usr/local/include
>-I/usr/X11R6/include -I../../libs/pdflib -I../../libs/pdcore
>-I../../libs/tiff -I../../libs/flate -I../../libs/png   -I../../libs/jpeg

I don't think the -I/usr/local/include and -I/usr/X11R6/include
belong there.  My guess is something in your environment (perhaps
mistakenly set in /etc/make.conf) is overriding (e.g.) CPPFLAGS.

If you have graphics/tiff installed, this is going to end up
pulling in some of the headers for tiff 3.8.2 instead of the
3.7.4-derived ones included as part of PDFlib.  They're not
compatible.

					-=EPS=-


More information about the freebsd-ports mailing list