get ride of this in the "configure line
Quote:
GEGL_CFLAGS=/opt/gimp/bin GEGL_LIBS=/opt/gimp/lib LD_RUN_PATH=/opt/gimp/lib PKG_CONFIG_PATH=/opt/gimp/lib/pkgconfig/
|
that is not needed
try this
Code:
su
mkdir /opt/gimp ( if not already there )
./configure --prefix=/opt/gimp
the "--disable-python " should auto set if python in not installed ( or at least the python source is not installed)
and WHY did you install babl and gegl in /opt/gimp ???
gimp and auto tools will look in /usr/lib/?? and /usr/include for gegl and babl
if for some reason you must have those installed in a very odd place , you must add that path to the system $PATH ( added to ".bash_profile" or such for your OS )
-- added later --
also in .bash_profile you will need to add this
so gimp will be able to find it's self AND babl and gegl ( seeing as you put them in /opt/gimp)
Code:
LIBDIR=/opt/gimp/lib/
export LIBDIR
you might also want to install "LCMS" this is very handy and libwmf , librsvg
and turn ON "gimp-remote"
this is what i use
Code:
./configure --prefix=/usr/opt --enable-gimp-remote --enable-gtk-doc