Re: [Gimp-developer] P.S.

2005-12-11 Thread Nathan Summers
On 12/9/05, Carol Spears <[EMAIL PROTECTED]> wrote: > On Fri, Dec 09, 2005 at 08:12:01PM +, Chris Share wrote: > > I forgot to mention I'm working on Windows. > > > i don't think that you get one then. There is a gimptool for windows. If you don't build gimp yourself, it might be available in

Re: [Gimp-developer] P.S.

2005-12-11 Thread Chris Share
So where do actually get the Windows version of gimptool? Also, I'm interested in helping out with GIMP development (I'm a programmer and technical writer) but I'd prefer to work on the Windows version. I thought that a good way to start would be to develop a plugin. I've been doing some read

[Gimp-developer] GIMP Tool Found!

2005-12-11 Thread Chris Share
Hi, I've found the source for the Windows version of GIMP Tool! It's in the CVS. Cheers, Chris ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

Re: [Gimp-developer] P.S.

2005-12-11 Thread Michael Schumacher
Chris Share wrote: > I've been doing some reading and it seems that building the GIMP on > Windows is very difficult. This is offputting for newbies like myself > with a limited amount of time. I'd rather spend by time looking at the > code/fixing bugs etc. rather than trying to the thing to build

[Gimp-developer] GetMinGWBat.bat Failure

2005-12-11 Thread Chris Share
Hi, I'm trying to setup my Windows build environment. I've tried using the GetMinGWBat.bat file however there's a problem with one of the files: wget cannot be found. I've had a look at the .bat file and I think the problem is that it searches for the file at sunsite.dk however this site has

Re: [Gimp-developer] P.S.

2005-12-11 Thread Kevin Cozens
Michael Schumacher wrote: Building GIMP isn't hard. Getting the build environment working is the harder part, and something you'll have to do for plug-in building as well. There's a section in the wiki covering this http://wiki.gimp.org/gimp/HowToCompileGimp/MicrosoftWindows In can be very dif

Re: [Gimp-developer] P.S.

2005-12-11 Thread Chris Share
That would be very helpful for newbies like me. Cheers, Chris Kevin Cozens wrote: Michael Schumacher wrote: Building GIMP isn't hard. Getting the build environment working is the harder part, and something you'll have to do for plug-in building as well. There's a section in the wiki cover

[Gimp-developer] Problem With GLIB

2005-12-11 Thread Chris Share
Hi, I'm getting the following error when I run CompileGIMPShellScript.sh: checking for GLIB - version >= 2.8.0... no *** Could not run GLIB test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that occured. This usually m

Re: [Gimp-developer] P.S.

2005-12-11 Thread Joao S. O. Bueno Calligaris
On Sunday 11 December 2005 07:56 pm, Chris Share wrote: > That would be very helpful for newbies like me. > > Cheers, > > Chris > Maybe you'd find it more easy to make the move once for all. A GNU/Linux desktop is developer friendly, besides being user friendly. There are a handfull of choices

Re: [Gimp-developer] Problem With GLIB

2005-12-11 Thread Chris Share
I forgot to mention that I have GTK+ 2.8.6rc3 installed. Cheer ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

Re: [Gimp-developer] P.S.

2005-12-11 Thread John Cupitt
I wrote a guide to getting nip built under windows. It is a big-ish GTK program, so most of this will apply to gimp as well: http://wiki.vips.ecs.soton.ac.uk/bin/view/Main/VipsMingw Though gimp wll be harder (it's much more complicated and it needs more stuff). After all that effort, you'll only

Re: [Gimp-developer] Problem With GLIB

2005-12-11 Thread Owen Cook
On Sun, 11 Dec 2005, Chris Share wrote: > > I'm getting the following error when I run CompileGIMPShellScript.sh: > > > checking for GLIB - version >= 2.8.0... no > *** Could not run GLIB test program, checking why... > *** The test program failed to compile or link. See the file config.log >