Re: Gimp Compilation on Win32
Cyrille Grange <[email protected]>
| Newsgroups | gmane.comp.video.gimp.windows.devel |
|---|---|
| Message-ID | <[email protected]> |
I tried aclocal -I /usr/local/share/aclocal (and /src/gimp-1.2.3 and others and nothing), but it complained allways like that : $ aclocal aclocal: configure.in: : macro `AM_PATH_PROG_WITH_TEST' not found in library aclocal: configure.in: : macro `AM_PATH_PROG_WITH_TEST' not found in library aclocal: configure.in: : macro `AM_LC_MESSAGES' not found in library aclocal: configure.in: 148: macro `AM_GNU_GETTEXT' not found in library aclocal: configure.in: 159: macro `AM_PATH_GTK' not found in library I commet out lines 148 and 159+ 'cause this is for none win32 and then it became : Administrateur@F5000083 /src/gimp-1.2.3 $ aclocal -I /usr/local/share/aclocal/ --output=./aclocal.m4 aclocal: configure.in: : macro `AM_PATH_PROG_WITH_TEST' not found in library aclocal: configure.in: : macro `AM_PATH_PROG_WITH_TEST' not found in library aclocal: configure.in: : macro `AM_LC_MESSAGES' not found in library Administrateur@F5000083 /src/gimp-1.2.3 $ autoheader WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot' WARNING: and `config.h.top', to define templates for `config.h.in' WARNING: is deprecated and discouraged. WARNING: Using the third argument of `AC_DEFINE' and WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without WARNING: `acconfig.h': WARNING: AC_DEFINE([NEED_MAIN], 1, WARNING: [Define if a function `main' is needed.]) WARNING: More sophisticated templates can also be produced, see the WARNING: documentation. autoheader: `config.h.in' is unchanged Administrateur@F5000083 /src/gimp-1.2.3 $ libtoolize --force You should update your `aclocal.m4' by running aclocal. Administrateur@F5000083 /src/gimp-1.2.3 $ any idea ? Perhaps i need to educate myself ;-) 'cause i'm lost. Cyrille Grange wrote: > 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/ >> >> >> > > > > > > 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/ > > >