Michael Tuexen wrote:
<cut/>
curl -O -u anonymous:@ ftp://ftp.gtk.org/pub/pango/1.18/pango-1.18.0.tar.gz
;
tar xvfz pango-1.18.0.tar.gz;
cd pango-1.18.0;
env PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig ./configure;
make -j 2;
sudo make install;
cd ..
I tried as you described above.
The configure fails:
----------
configure: error: *** Didn't find any of FreeType, X11, ATSUI, or
Win32.
*** Must have at least one backend to build Pango.
----------
If I try as earlier with:
./configure --with-x --x-includes=/usr/X11/include --x-libraries=/
usr/X11/lib
The configure succeeded well, but the make fails with the same
linker error as in the original posting.
-----------
Undefined symbols:
"_pangoft2_viewer", referenced from:
-viewers in pango-view.o
"_pangocairo_viewer", referenced from:
-viewers in pango-view.o
ld: symbol(s) not found
-----------
So I seem to be stuck at the same point still, because when I before
tried with configure without the x-options, I got the exact same
configure error as above. Therefore I added the x-options and got a
tiny bit further.
Do I need to install something else on my Mac? I believe I've
installed everything related to programming and X11 available on the
discs that followed the Mac.
Best regards
Egon Andersen