>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=-
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to