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 latest version of a
 mingw supported libtool? If you are, someone more experienced in Win32
 compilation needs to take over. You could try copy the command libtool
 runs and add the babl compiler flags yourself.
 
  / Martin
 


Hi Martin,
I have downloaded all the packages from this link..
http://www.mingw.org/wiki/InstallationHOWTOforMinGW
this should be updated versions...

___
Gegl-developer mailing list
Gegl-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gegl-developer


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  '




___
Gegl-developer mailing list
Gegl-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gegl-developer