Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Dec 2006 17:02:08 -0800 (PST)
From:      eps+pcom0612@ana.com (Eric P. Scott)
To:        David.Bauer@SCHERING.DE
Cc:        freebsd-ports@freebsd.org
Subject:   Re: FreeBSD Port: pdflib-7.0.0p3
Message-ID:  <200612060102.kB6128Pg011591@anna.ana.com>

next in thread | raw e-mail | index | archive | help
>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=-



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612060102.kB6128Pg011591>