Re: Gimp Compilation on Win32
Cyrille Grange <[email protected]>
| Newsgroups | gmane.comp.video.gimp.windows.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, I'm compiling for natif win32 using cygwin tools and natif GCC (mingw) like Tor. What's in two words, your /target/share/aclocal ? aclocal tell me that -I is for .m4 then for me it's in root directory of gimp sources. am i wrong ? mines are : libtool 1.4.2 ltmain 1.4e autoconf 2.53a automake 1.6.2 is it wrong to use this cygwin tools for compiling natif win32 ? I've just installed libtool, cause before, WinGimp compil it itself i think ...(?) and my DLLs work fine. I don't have to specify gtk+ and other glib includes path cause pkgconfig make this work fine ... this is the one from Tor site. I don't need XPM so ... thank's, and talk you soon ! Cameron Gregory wrote: > 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/ >> >> >> > > > > > 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/ > > >