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 ' __

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

2011-05-26 Thread Sayak
Martin Nordholts 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

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

2011-05-26 Thread Sayak
Martin Nordholts 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 v

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

2011-05-26 Thread Martin Nordholts
2011/5/27 Sayak : > $ make V=1 > make  all-recursive > make[1]: Entering directory `/home/stable-sources/gegl-0.1.2' > Making all in gegl > make[2]: Entering directory `/home/stable-sources/gegl-0.1.2/gegl' > Making all in buffer > make[3]: Entering directory `/home/stable-sources/gegl-0.1.2/gegl/b

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

2011-05-26 Thread Sayak
Martin Nordholts writes: > > 2011/5/27 Sayak : > > after giving this command for GEGL... ./configure --prefix=$INSTALL_PREFIX > > -C > > i got the following please tell me why i cannot compile GEGL. what is > > my > > mistake? > > It says: > > checking for BABL... yes > > Look in config

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

2011-05-26 Thread Martin Nordholts
2011/5/27 Sayak : > Hello Martin, > i have checked the config.log file. > 'BABL_CFLAGS='-IC:/gimp-win-beta/build/msys/1.0/include/babl-0.1 > 'BABL_LIBS='-LC:/gimp-win-beta/build/msys/1.0/lib -lbabl-0.1 That looks correct (assuming mingw gcc can interpret those paths). Are the values of these varia

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

2011-05-26 Thread Sayak
Martin Nordholts writes: > > 2011/5/27 Sayak : > > after giving this command for GEGL... ./configure --prefix=$INSTALL_PREFIX > > -C > > i got the following please tell me why i cannot compile GEGL. what is > > my > > mistake? > > It says: > > checking for BABL... yes > > Look in config

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

2011-05-26 Thread Martin Nordholts
2011/5/27 Sayak : > after giving this command for GEGL... ./configure --prefix=$INSTALL_PREFIX -C > i got the following please tell me why i cannot compile GEGL. what is my > mistake? It says: > checking for BABL... yes Look in config.log for BABL_CFLAGS and BABL_LIBS. What are they set to?

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

2011-05-26 Thread Sayak
after giving this command for GEGL... ./configure --prefix=$INSTALL_PREFIX -C i got the following please tell me why i cannot compile GEGL. what is my mistake? $ ./configure --prefix=$INSTALL_PREFIX -C configure: loading cache config.cache checking for a BSD-compatible install... (cached) /bi

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

2011-05-25 Thread Sayak
Sayak writes: i tried to use "make -j4 -k" command. this time the process goes for a longer time and it does loads of things... but the basic problem remains the same... fatal error: babl/babl.h: No such file or directory... ___ Gegl-developer mailing

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

2011-05-25 Thread Sayak
These are the steps that i have followed inspired from this link..http://lightningismyname.blogspot.com/p/compiling-gimp.html... and some other links... steps for compiling GEGL 1. Create the following directories C:\gimp-win-beta C:\gimp-win-beta\build C:\gimp-win-beta\downloads

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

2011-05-24 Thread Sayak
Thanks for your tips. But since i dont have much experience in MSYS/MinGW, i am giving you the commands that i have used. from your weblink i can see that i need to add ACLOCAL_FLAGS and XDG_DATA_DIRS?? if babl/babl.h is not found, then why no error in ./configure? export GIMP_BETA_DIR=/C/gimp-wi

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

2011-05-24 Thread Martin Nordholts
2011/5/25 Sayak : > Hi all, > I was trying to compile GEGL in windows using MSYS/MinGW. i have compiled Babl > perfectly, but when i tried to compile GEGL, i had the following errors.. > > $ make -j4 > make all-recursive > make[1]: Entering directory `/home/stable-sources/gegl-0.1.2' > Making all