Re: [Gimp-developer] gimp-cvs on msys/mingw

2005-07-06 Thread Michael Schumacher
Von: lode leroy [EMAIL PROTECTED] Looking at cvs.sf.net, ftruncate is still defined in unistd.h, but it was added after the release I was using. Well, they provide updates as well - and installing them is recommended :) BTW, does anyone know what exactly the MinGwPORT stuff is about? Is it

Re: [Gimp-developer] gimp-cvs on msys/mingw

2005-07-06 Thread Tor Lillqvist
Michael Schumacher writes: BTW, does anyone know what exactly the MinGwPORT stuff is about? Is it the start of a package management system? As far as I have been able to figure out, it's a way to package a patch and pre- and post-build scripts to automate building something from a pristine

Re: [Gimp-developer] gimp-cvs on msys/mingw

2005-07-05 Thread michael chang
On 7/5/05, Tor Lillqvist [EMAIL PROTECTED] wrote: lode leroy writes: ftruncate is not present in my version of mingw, so I changed it to make it compile. Why don't you upgrade to a more recent version then? (Or have they dropped their inline ftruncate() implementation in unistd.h from

Re: [Gimp-developer] gimp-cvs on msys/mingw

2005-07-05 Thread Tor Lillqvist
michael chang writes: MinGW/MSYS comes in about 20 or so different packages, which can be confusing to install. Umm, isn't it more like half a dozen? From memory: gcc, binutils, gdb, w32api, msys, maybe the msysDTK (or whatever it was called, the package that contains the auto* support stuff

Re: [Gimp-developer] gimp-cvs on msys/mingw

2005-06-29 Thread lode leroy
From: Manish Singh [EMAIL PROTECTED] Reply-To: Manish Singh [EMAIL PROTECTED] To: michael chang [EMAIL PROTECTED] CC: lode leroy [EMAIL PROTECTED],gimp-developer@lists.xcf.berkeley.edu Subject: Re: [Gimp-developer] gimp-cvs on msys/mingw Date: Tue, 28 Jun 2005 09:45:38 -0700 On Tue, Jun 28

Re: [Gimp-developer] gimp-cvs on msys/mingw

2005-06-29 Thread lode leroy
From: Manish Singh [EMAIL PROTECTED] On Tue, Jun 28, 2005 at 11:31:48AM +0200, lode leroy wrote: ... Your libwmf library is too old. Upgrade. will do. I just took the stuff from tml's gimp-for-windows page the autodetection of python on MSYS is not too good: the \es need to be replaced

Re: [Gimp-developer] gimp-cvs on msys/mingw

2005-06-29 Thread Manish Singh
On Wed, Jun 29, 2005 at 09:02:54AM +0200, lode leroy wrote: the autodetection of python on MSYS is not too good: the \es need to be replaced with /es, so I added this to Where did it screw up? You sure you are using a CVS snapshot with all the relevant changes? The ChangeLog should have:

Re: [Gimp-developer] gimp-cvs on msys/mingw

2005-06-29 Thread lode leroy
From: Manish Singh [EMAIL PROTECTED] Yes, and the configure script should take care of this. This is why I asked for confirmation that you have all the stuff needed for this to work (which you did not answer). I did run cvs update, and it did compile. ... Except the stuff you changed isn't

Re: [Gimp-developer] gimp-cvs on msys/mingw

2005-06-28 Thread Michael Schumacher
Von: lode leroy [EMAIL PROTECTED] some hints and remarks for building gimp-2.3.1+ from cvs ftruncate is not present in my version of mingw, so I changed it to make it compile. Maybe this should be autodetected by configure as HAVE_WIN32_FTRUNCATE or maybe glib should provide

Re: [Gimp-developer] gimp-cvs on msys/mingw

2005-06-28 Thread michael chang
On 6/28/05, Manish Singh [EMAIL PROTECTED] wrote: Changing stuff outside of gimp should be considered last resort. which is still not perfect: I modified python.m4 to replace \es by /es: [am_cv_python_pythondir=`$PYTHON -c from distutils import sysconfig; print