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 '

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)

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

2011-05-26 Thread Sayak
Martin Nordholts enselic@... writes: 2011/5/27 Sayak sayakdas@...: 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

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

2011-05-26 Thread Martin Nordholts
2011/5/27 Sayak sayak...@yahoo.com: 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

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

2011-05-26 Thread Sayak
Martin Nordholts enselic@... writes: 2011/5/27 Sayak sayakdas@...: 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

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

2011-05-26 Thread Martin Nordholts
2011/5/27 Sayak sayak...@yahoo.com: $ 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

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

2011-05-26 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-25 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

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

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

2011-05-24 Thread Martin Nordholts
2011/5/25 Sayak sayak...@yahoo.com: 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'