Re: [Gimp-developer] Windows builds using MSYS2

2016-05-13 Thread john smith
FYI: There is a vagrant project for GIMP development here https://github.com/samrocketman/vagrant-gimp For those that aren't aware, vagrant allows you to describe a virtual machine and what is on it, then with one command ("vagrant up") you end up with a virtual machine as specified. I'm not sure

Re: [Gimp-developer] Windows builds using MSYS2

2016-05-10 Thread Petteri Soininen
Got python working now. Mainly four reasons why I fumbled with it for so long.. 1) I had 32Bit gimp.pyd on my path for some reason. I have tried building both so I must have moved it to test something and that 32/64 conflict confused me. 2) No libpython27.dll or pythonw.exe. With MSys2 there com

Re: [Gimp-developer] Windows builds using MSYS2

2016-05-09 Thread Partha Bagchi
What have you tried so far to get Python working? All I see is "python is not working". Just as FYI, I've been providing Windows 64bit and Mac builds for almost 5 years now. On Mon, May 9, 2016 at 7:47 AM, Petteri Soininen wrote: > I have a build working from latest master with Msys2, and I'm i

Re: [Gimp-developer] Windows builds using MSYS2

2016-05-09 Thread Petteri Soininen
I have a build working from latest master with Msys2, and I'm in progress of making notes to how to do it. Still haven't got python working ok as running Gimp gives me "Failed to execute child process (No such file or directory)" errors on every py script when launching, but I'll post my notes

Re: [Gimp-developer] Windows builds using MSYS2

2016-05-09 Thread Barney Holmes
Hi, I've also been working on building Gimp for Windows simply because for one reason or another I have Windows on my main, faster machine, and I've wanted to get some of the latest bug fixes. I also wanted to fix - https://bugzilla.gnome.org/show_bug.cgi?id=757717 I tried the Linux cross comp

Re: [Gimp-developer] Windows builds using MSYS2

2016-05-01 Thread Jehan Pagès
Hi, On Sun, May 1, 2016 at 10:01 AM, Petteri Soininen wrote: > Instructions to build Gimp 64bit with Windows/MSYS2/mingw64 seem quite > outdated when trying to build 2.9.x. > I have struggled and learned much about the build process and probably could > make an updated document "Howto" > I still