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

2005-06-28 Thread lode leroy
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. diff -u -r1.5 gimpwin32-io.h --- libgimpbase/gimpwin32-io.h 19 Feb 2005 00:50:35 - 1.5 +++ libgimpbase/gimpwin32-io.h 28 Jun 2005 09:19:09 -00

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 Manish Singh
On Tue, Jun 28, 2005 at 11:31:48AM +0200, lode leroy wrote: > The native windows version of Python has it's headers in C:\Python24\include > and not in C:\Python24\include\python24, so I changed the pythondev m4 > macro as follows: > > diff -u -r1.1 pythondev.m4 > --- m4macros/pythondev.m4

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 > > s

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

2005-06-28 Thread Manish Singh
On Tue, Jun 28, 2005 at 12:40:37PM -0400, michael chang wrote: > 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: > > > > > >[

[Gimp-developer] preview for scrip-fu plugin?

2005-06-28 Thread pepster
Hi, Say I have a scrip-fu plugin (I am thinking about wrap sharp), and I want to add a preview window to make it more useful. Does it mean I must re-write the plugin in C, or is there an easier way? Thanks, Joseph ___ Gimp-developer mailing list Gi

Re: [Gimp-developer] preview for scrip-fu plugin?

2005-06-28 Thread Kevin Cozens
pepster wrote: Say I have a scrip-fu plugin (I am thinking about wrap sharp), and I want to add a preview window to make it more useful. Does it mean I must re-write the plugin in C, or is there an easier way? You would have to re-write it in C. There is no easy way to add a preview window t

Re: [Gimp-developer] Layer locking proposal

2005-06-28 Thread michael chang
On 6/27/05, Sven Neumann <[EMAIL PROTECTED]> wrote: > Hi, > > Simon Budig <[EMAIL PROTECTED]> writes: > > > A way to overcome this is to have e.g. two lines per layer. A sample > > mockup is available at > > http://www.home.unix-ag.org/simon/files/layer-dialog-many-properties.png > > This migh

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

2005-06-28 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,