Re: [Gegl-developer] Error in compiling GEGL in windows using MSYS/MinGW

2011-05-27 Thread Sayak
Martin Nordholts enselic@... writes: Weird, it looks like libtool is invoked with babl on the include path, but then when libtool actually does the compilation, the babl include path is missing. Perhaps libtool thinks the include path is invalid and don't pass it on to gcc? Are you using the

Re: [Gegl-developer] Error in compiling GEGL in windows using MSYS/MinGW

2011-05-27 Thread Sayak
In my scrip, i set INSTALL_PREFIX=/opt But in the config.log, the path become: C:/gimp-win-beta/build/msys/1.0/lib If variable INSTALL_PREFIX is set correct, the lib path must have this pattern: BABL_CFLAGS='-I$INSTALL_PREFIX/include/babl-0.1 '