Hi everyone --

I've decided that it's time for me to compile GIMP on my Windows system. I have the latest 2.3.3 sources from gimp.org, and I'm trying to compile them with cygwin/gcc.

The README.win32 file seems to indicate that a ./configure and a make will work, but it fails on my system. I don't want to go download libgimpprint, so I do:

./configure --disable-print

Then, I run make, which produces the following output:

[EMAIL PROTECTED] /cygdrive/c/projects/gimp-2.2.3
$ make
make all-recursive
make[1]: Entering directory `/cygdrive/c/projects/gimp-2.2.3'
Making all in m4macros
make[2]: Entering directory `/cygdrive/c/projects/gimp-2.2.3/m4macros'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/cygdrive/c/projects/gimp-2.2.3/m4macros'
Making all in tools
make[2]: Entering directory `/cygdrive/c/projects/gimp-2.2.3/tools'
make[3]: Entering directory `/cygdrive/c/projects/gimp-2.2.3/tools'
make[3]: *** No rule to make target `gimp-remote-2.2', needed by `all-am'. Stop
.
make[3]: Leaving directory `/cygdrive/c/projects/gimp-2.2.3/tools'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/cygdrive/c/projects/gimp-2.2.3/tools'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/cygdrive/c/projects/gimp-2.2.3'
make: *** [all] Error 2

What am I doing wrong?




_______________________________________________ Gimp-user mailing list Gimp-user@lists.xcf.berkeley.edu http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user

Reply via email to