Re: Gimp Compilation on Win32
Cameron Gregory <[email protected]>
| Newsgroups | gmane.comp.video.gimp.windows.devel |
|---|---|
| Message-ID | <[email protected]> |
I'm using aclocal -I /target/share/aclocal autoheader libtoolize --force automake autoconf CC='gcc -fnative-struct -mpentium' CPPFLAGS='-I/target/include -I/target/include/glib-2.0 -I/target/lib/gtk+/include -I /target/lib/glib-2.0/include -I/target/include/noX -DXPM_NO_X' CFLAGS=-O4 LDFLAGS='-L/target/lib' ./configure --disable-static --disable-print --prefix=/target --host=i386-pc-mingw32 --enable-maintainer-mode --without-libpng but I still have to mess around with the make files to get it to compile. and I can't make all the plugins I've been dragged away to other things for the time being .. but I'll get back to it.. your's sounds much cleaner... I'll give it a try when I can ... (also important to say what versions of automake/libtool etc that you are using) I've used libtool 1.4.2 and libtool 1.4d autconf 2.53 .. automake 1.6.3 catch ya, Cameron Cyrille Grange wrote: >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. > > > > > >To Post a message, send it to: [email protected] >To Unsubscribe, send a blank message to: [email protected] > >Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ > > >