2011/5/25 Sayak <sayakdas@xxxxxxxxx>: > 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 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/buffer' > CC gegl-tile-backend-tiledir.lo > CC gegl-buffer.lo > CC gegl-buffer-access.lo > CC gegl-buffer-share.lo > In file included from gegl-buffer-share.c:25:0: > ../../gegl/gegl.h:23:23: fatal error: babl/babl.h: No such file or directory > compilation terminated. babl/babl.h is not on the compiler include path, probably because you haven't setup PKG_CONFIG_PATH properly before running configure. The weird thing is that you are able to make at all; configure should have failed if it didn't find babl. You should also setup some other environment variables to allow the babl files to be found, refer to http://www.chromecode.com/2009/12/best-way-to-keep-up-with-gimp-from-git_26.html for some inspiration. / Martin -- My GIMP Blog: http://www.chromecode.com/ "GIMP 2.8 schedule on tasktaste.com" _______________________________________________ Gegl-developer mailing list Gegl-developer@xxxxxxxxxxxxxxxxxxxxxx https://lists.XCF.Berkeley.EDU/mailman/listinfo/gegl-developer