Yup, fun ain't it? =)
Don't feel bad i didn't get much sleep either the first time i tried to compile it.
It's almost like it's addicting.
What it did probably,was run the sh okay, but then after it began running i am
assuming GEGL configure script it got the error?
It seems all the scripts (configure), are written differently to me.
They all seem to look for stuff in strange and different locations.
One will look for Perl in C:\usr\opt\Perl while another looks for it in C:\usr\bin\Perl
This is why i said to copy (not move), your Perl folder in C directory to the bin folder in MinGW.
Another thing you will certainly run into is that the Gimp configure script will look for GLIB and INTOOL and all kinds of things all over the place. C:\MinGW\bin and lib and C:\MinGW\Msys\bin and lib
It's all over the place.
You might want to try this
Place
C:\MinGW\bin;C:\MinGW\lib;C:\MinGW\include;C:\MinGW\msys\lib;C:\MinGW\msys\bin;C:\MinGW\msys\include
all in your Paths environment variable
Plus C:\Python26\bin;C:\Python26\lib;C:\Python26\include in your Python_Path environment variable
Maybe even add the Perl paths too.
I use C:\Perl\bin\ and C:\MinGW\bin\Perl in mine - it seems to find those
If you look at the configure script you can find all the variables it looks for and you can add them correctly to your environment variables.
You definitely will learn a lot compiling Gimp on a windows platform ..
