Any OSX compiling gurus around?

jk2addict on 2007-10-17T04:31:16

I'm on OSX and I'm trying to compile the latest source for Pidgin, which has just recently went native compile.

I've installed Fink, and installed the Glib2/shlib /dev packages. My .profile has:

test -r /sw/bin/init.sh && . /sw/bin/init.sh

installed by Fink, and

export PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:/sw/lib/pkgconfig export CFLAGS="${CFLAGS}"' -I/sw/include' export LDFLAGS="${LDFLAGS}"' -L/sw/lib'

but I'm still getting this when running ./configure:

checking for GLIB... no configure: error:

You must have the GLib 2.0 development headers installed to build.


I have no idea what I'm doing. :-)