[Gimp-developer] Building GIMP plugins on Windows is more compilcated than it needs to be ... (continued)

2008-10-27 Thread [EMAIL PROTECTED]
Please don't spread misinformation. Mozilla switched to MSYS from cygwin for Firefox 3.x years ago, because cygwin sucked. Mozilla has switched to MSYS, though not so long ago - for the Gecko 1.9 branch. I haven't noticed Cygwin sucking. I have noticed MSYS sucking. And the rest of the build

Re: [Gimp-developer] Building GIMP plugins on Windows is more compilcated than it needs to be ...

2008-10-27 Thread Alexia Death
2008/10/27 Jernej Simončič [EMAIL PROTECTED] On Monday, October 27, 2008, 11:00:57, [EMAIL PROTECTED] wrote: Your build system needs work. I'm sorry you don't like hearing that. The build system works like with most other open source programs (excluding Mozilla and OpenOffice.org). If you

[Gimp-developer] Compiling LibOpenJPEG using MINGW/MSYS

2008-10-27 Thread [EMAIL PROTECTED]
Windows XP : MINGW/MSYS [EMAIL PROTECTED] ~/j2k/openjpeg $ make gcc -Wall -O3 -ffast-math -std=c99 -fPIC -Ilibopenjpeg -c libopenjpeg/j2k_lib.c -o libopenjpeg/j2k_lib.o libopenjpeg/j2k_lib.c:1: warning: -fPIC ignored for target (all code is position independent) libopenjpeg/j2k_lib.c:31:26:

Re: [Gimp-developer] Compiling LibOpenJPEG using MINGW/MSYS

2008-10-27 Thread Tor Lillqvist
Anyone know where I can get a valid sys/resource.h sys/times.h ? On a Unix system of your choice. --tml ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

Re: [Gimp-developer] Compiling LibOpenJPEG using MINGW/MSYS

2008-10-27 Thread [EMAIL PROTECTED]
Anyone know where I can get a valid sys/resource.h sys/times.h ? On a Unix system of your choice. Ok. I choose Cygwin, as it contains these files. Is this OK ? I've copied the files from this crappy system into my MSYS/MINGW tree. This is the same tree I'm using for my mozilla build