Hi, have you looked at fink? http://fink.sourceforge.net/
it'll automatically configure, build and install the whole shebang for you. Even if you don't like fink, you can use it to get suggested configure lines, libtool patches etc. It looks like your build is failing because of the apple pre-compiled headers. Try configuring with something like: CFLAGS="-no-cpp-precomp" ./configure --blah if your shell is bash, or setenv CFLAGS "-no-cpp-precomp" ./configure --blah for tcsh or whatever the default one is. John ========================================================== Current Exhibition: T I T I A N Until 18 May 2003 Advance Booking Recommended Open every day Wed-Sat late opening until 9pm For information and tickets: http://www.nationalgallery.org.uk/exhibitions/titian _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
