Re: [Gimp-developer] GIMP release: 2.8.10 request, OS X

2013-12-08 Thread Jehan Pagès
Hi, On Thu, Dec 5, 2013 at 11:55 PM, Partha Bagchi wrote: > Hi Jehan, > > I don't patch Gimp anymore. In the past I did due to issues with language > UI, file size issues on Windows, etc. I feel that the source is quite mature > and does not need patching. > > I started building the Windows versi

Re: [Gimp-developer] Single build for various OSX versions (Was: [Gimp-user] Open Gimp)

2013-12-08 Thread Jehan Pagès
Hi, On Mon, Dec 9, 2013 at 4:38 PM, scl wrote: > On 9.12.2013 at 4:23 AM Jon Nordby wrote: >> >> Apart from that, I think the solution for regular and consistent >> builds that many can contribute to is to get the build scripts >> upstream, and set up continious integration. > > > +1 +1 here too

Re: [Gimp-developer] I am hoping to contribute to GIMP. I have some ideas, but I want input if possible.

2013-12-08 Thread Jehan Pagès
Hi, On Mon, Dec 9, 2013 at 4:35 PM, DeVonte Applewhite wrote: > Hello, First of all, do not send emails to only me please. You are lucky I check my emails regularly and in particular answer them. Also I am not the one who knows the code the best. If you really want answers, you should send to th

Re: [Gimp-developer] Single build for various OSX versions (Was: [Gimp-user] Open Gimp)

2013-12-08 Thread scl
On 9.12.2013 at 4:23 AM Jon Nordby wrote: Apart from that, I think the solution for regular and consistent builds that many can contribute to is to get the build scripts upstream, and set up continious integration. +1 I also considered integrating OSX builds into our Jenkins-CI in a later step

Re: [Gimp-developer] Single build for various OSX versions (Was: [Gimp-user] Open Gimp)

2013-12-08 Thread Jon Nordby
On 8 December 2013 23:45, Partha Bagchi wrote: > It means that I installed Xcode from Snow Leopard on my system. While gcc > has not changed (version 4.2.1) I believe the support files are different. > > So what I do is set /Developer/usr/bin as the first entry in my path. Also, > I pass LDFLAGS a

Re: [Gimp-developer] Single build for various OSX versions (Was: [Gimp-user] Open Gimp)

2013-12-08 Thread Partha Bagchi
It means that I installed Xcode from Snow Leopard on my system. While gcc has not changed (version 4.2.1) I believe the support files are different. So what I do is set /Developer/usr/bin as the first entry in my path. Also, I pass LDFLAGS and CPPFLAGS to point to /Developer/SDKs etc. I do have 4

Re: [Gimp-developer] Single build for various OSX versions (Was: [Gimp-user] Open Gimp)

2013-12-08 Thread Simone Karin Lehmann
Am 08.12.2013 um 22:37 schrieb Partha Bagchi : > Hi Sven, > > It's a complicated process. Due to changes in how threads are handled > between SL and later, if you build on Mountain Lion or Maverick the builds > will not function on SL or earlier. So, to build Gimp such that it > functions on SL

Re: [Gimp-developer] Single build for various OSX versions (Was: [Gimp-user] Open Gimp)

2013-12-08 Thread Partha Bagchi
Hi Simone, Yes, there are incompatibilities if you build on Maverick, it will not run on a Snow Leopard system as far as I know. I confirmed this when I built on Mountain Lion and it promptly segfaulted on Snow Leopard. Thanks, Partha On Sun, Dec 8, 2013 at 4:47 PM, Simone Karin Lehmann wrote:

Re: [Gimp-developer] Single build for various OSX versions (Was: [Gimp-user] Open Gimp)

2013-12-08 Thread Simone Karin Lehmann
Am 08.12.2013 um 20:18 schrieb scl : > > > On 8.12.2013 at 8:14 PM Partha Bagchi wrote in Gimp-user: >> You can also download my Mac build which will work on Snow Leopard or >> later. You can download it from www.partha.com > > Hi Partha, > > I hereby confirm that your build is fine on OS X 1

Re: [Gimp-developer] Single build for various OSX versions (Was: [Gimp-user] Open Gimp)

2013-12-08 Thread Partha Bagchi
Hi Sven, It's a complicated process. Due to changes in how threads are handled between SL and later, if you build on Mountain Lion or Maverick the builds will not function on SL or earlier. So, to build Gimp such that it functions on SL and later, I installed Xcode under a separate folder and then

[Gimp-developer] Single build for various OSX versions (Was: [Gimp-user] Open Gimp)

2013-12-08 Thread scl
On 8.12.2013 at 8:14 PM Partha Bagchi wrote in Gimp-user: You can also download my Mac build which will work on Snow Leopard or later. You can download it from www.partha.com Hi Partha, I hereby confirm that your build is fine on OS X 10.6. How did you manage to build GIMP in a manner that i