GTK compilation errors

2012-10-12 Thread Evan Driscoll
I'm having problems building GTK. I am doing this on a RHEL 6 machine, so the stock libraries are reasonably old. I have installed the following libraries to the prefix /scratch/driscoll/temp/gtk3/install: atk-2.4.0 gdk-pixbuf-2.26.4 pango-1.30.1 cairo-1.12.4 glib-2.32.4 libffi-3.0.11

Re: GTK compilation errors

2012-10-12 Thread Dieter Verfaillie
On 2012-10-11 19:08, Evan Driscoll wrote: ./configure --prefix=$(pwd)/../install\ PKG_CONFIG_PATH=$(pwd)/../install/lib/pkgconfig \ LD_LIBRARY_PATH=$(pwd)/../install/lib Does it help if you add PATH=$(pwd)/../install/bin:$PATH to the mix?