Did you also do env PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig ./configure --disable-png --enable-quartz; It is important to set the PKG_CONFIG_PATH... (BTW, I'm using the tcsh, if you use anther shell you might need a different way to set the environment variable...) Best regards Michael On Jan 26, 2008, at 12:40 PM, Egon Andersen wrote: > 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 > _______________________________________________ gtk-list mailing list gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list