[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

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

[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

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