Code Sample |
$ export PKG_CONFIG_PATH=/opt/gtk+-2.12.9/lib/pkgconfig or $ export LDFLAGS=-L/opt/gtk+-2.12.9/lib |
Quote |
Edit: I'm not sure if the version of glib2 you want to use produces a "glib-config" but if it does, you could link this to /opt/bin and see if that helps |
Quote |
One more thing, did you build the gimp-2.4 on DSL with the compile-3.3.5.uci extension? I normally use it, but had some errors |
Code Sample |
#ifndef SSIZE_MAX #define SSIZE_MAX 0x7fffffff #endif |
Quote |
Did you have those build errors on your Debian setups? |