[Gimp-developer] Advanced GUI for Brush Dynamics

2009-03-31 Thread sumith pandilwar
Hi, I am a student at IT-BHU India. I am interested in the project of Advanced GUI for brush dynamics suggested by Alexia Death on the ideas page of GNU image manipulation program.I have already applied for the project.My application goes like this As a GNU image manipulation program user I

[Gimp-developer] Include python support when compiling for windows in msys?

2009-03-31 Thread Rob Antonishen
I have followed the process outlined in the wiki: http://wiki.gimp.org/gimp/HowToCompileGimp/MicrosoftWindows and successfully compiled 2.6.6 but without python support. I have python installed in my system, and tried just removing the --disable-python flag but it did not work obviously

[Gimp-developer] GSoC-09 (PDF Export Plug-in)

2009-03-31 Thread karthik deveraj
hello sir, I am karthikeyan. i saw the project about PDF Plugin in GIMP. so i am really very much interested in this project and i can assure to give the best result. i am also good in very programming languages like PHP ,RUBY and JavaScript. I am very much eager to learn a lot out of this

Re: [Gimp-developer] OS X GIMP configure can't find JPEG library

2009-03-31 Thread M Gagnon
You will very likely need to fiddle with environment variables to help configure find it. Especially check PKG_CONFIG_PATH The following document (http://wiki.gimp.org/gimp/HowToCompileGimp/MacOSX), even though it was written to be used with native GTK and not macports, can probably contain

Re: [Gimp-developer] Include python support when compiling for windows in msys?

2009-03-31 Thread Jernej Simončič
On Tuesday, March 31, 2009, 14:34:49, Rob Antonishen wrote: Can anyone suggest how to get python installed under MinGW32/MSYS? It should work as long as the Python directory is in msys' PATH. -- Jernej Simončič http://eternallybored.org/ Never offend people with style when you can offend

Re: [Gimp-developer] Include python support when compiling for windows in msys?

2009-03-31 Thread Rob Antonishen
I tried, but msys doesn't seem to see anything outside of its own root. I already have Python 2.5 installed in a separate directory. Do I have to reinstall it? -Rob A 2009/3/31 Jernej Simončič On Tuesday, March 31, 2009, 14:34:49, Rob Antonishen wrote: Can anyone suggest how to get python

Re: [Gimp-developer] Include python support when compiling for windows in msys?

2009-03-31 Thread Jernej Simončič
On Tuesday, March 31, 2009, 21:03:51, Rob Antonishen wrote: I tried, but msys doesn't seem to see anything outside of its own root. I already have Python 2.5 installed in a separate directory. You can see all drives through /c, /d etc (even though they don't appear in root with ls). --