Re: xpdf 3.00 will not compile reader
Bryan Blackburn <0x62_0x6c_0x62 <at> pobox.com>
2005-01-02 20:05:03 GMT
On Jan 2, 2005, at 12:54 PM, Ole Guldberg Jensen wrote:
> robert delius royar wrote:
> | I tried to upgrade my old 2.x Xpdf program today and discovered that
> the
> | executable that actually views the files will not build. The earlier
> | version did build the xpdf executable. The problem appears to be in
> two
> | places. The configure program cannot find either libfreetype or the
> | freetype2 headers AND it cannot find openmotif. Both of these are
> | installed and activated on my system.
> |
> | Here is the end of the output from the command port -v configure
> xpdf:
> | checking whether to use freetype2 library... (cached) /usr/X11R6/lib
> | checking where to find the freetype2 header files... (cached)
> | /usr/X11R6/include/freetype2
> | checking freetype/freetype.h usability... no
> | checking freetype/freetype.h presence... no
> | checking for freetype/freetype.h... no
> | configure: WARNING: requested freetype2 library not found!
> | checking whether to use freetype2 library... (cached) /usr/X11R6/lib
> | checking where to find the freetype2 header files... (cached)
> | /usr/X11R6/include/freetype2
> | checking freetype.h usability... no
> | checking freetype.h presence... no
It appears as if it is finding the Apple-X11-installed freetype to use
that (and I see the xpdf Portfile in fact forces this version instead
of one that may be installed by DP), but since it isn't finding the
header, you probably don't have the X11SDK package installed alongside
(Continue reading)