Gimp Compilation on Win32
Cyrille Grange <[email protected]>
| Newsgroups | gmane.comp.video.gimp.windows.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Tor and others, I sucessfully compiled Gimp on Win32 with cygwin base and Mingw1.1 compilator. I used : CPPFLAGS='-Id:/cygwin/usr/local/include' CFLAGS=-O4 LDFLAGS='-Ld:/cygwin/usr/local/lib' and next ./configure --disable-perl --disable-print --prefix=d:/src/gimpTarget --host=i386-pc-mingw32 before my make. The probleme is that it didn't not compile the winprint then no print available. I applied Tor Diffs before the configure, but now, i think i have to make something like gobry@blanc > aclocal gobry@blanc > autoheader gobry@blanc > autoconf gobry@blanc > automake --foreign --add-missing before my configure. can somebody confirm me ? Regards.