RSS/Atom feed Twitter
Site is read-only, email is disabled

OS X build/Python failure

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

3 of 3 messages available
Toggle history

Please log in to manage your subscriptions.

OS X build/Python failure scl 03 May 06:33
  OS X build/Python failure scl 03 May 09:07
  OS X build/Python failure scl 04 May 14:08
scl
2014-05-03 06:33:47 UTC (almost 10 years ago)

OS X build/Python failure

Hi,

in order to fix the missing translations in the OS X build I tried to build GIMP 2.8 for OS X on my system, following Claytons [README].
However, when it comes to install and build GIMP (the line JHB=gimp GIMP_SDK=10.6 jhbuild bootstrap ), Python fails to recognize the existing file $HOME/.jhbuild-gimp. Granting execute permissions to that file with chmod +x didn't help.

I'm on OS X 10.9 with a fresh XCode and Python 2.7.5. I also removed the former JHBuild artifacts and restarted the process from scratch.

Does anybody here have an idea how to solve this?

Thank you in advance,

Sven

[README]: https://git.gnome.org/browse/gimp/plain/build/osx/README?h=gimp-2-8

scl
2014-05-03 09:07:39 UTC (almost 10 years ago)

OS X build/Python failure

Am 03.05.14 08:33, schrieb scl:
> Hi,
>
> in order to fix the missing translations in the OS X build > I tried to build GIMP 2.8 for OS X on my system, following > Claytons [README].
> However, when it comes to install and build GIMP (the line > JHB=gimp GIMP_SDK=10.6 jhbuild bootstrap ), Python fails > to recognize the existing file $HOME/.jhbuild-gimp.

Sorry, a typo. I meant $HOME/.jhbuildrc-gimp.

I investigated a bit further and added a line to print that exception. It returned 'MacOSX10.6.sdk not found' After reading
http://stackoverflow.com/questions/19555395/python-framework-is-missing-from-os-x-10-9-sdk-why-also-workaround and checking the place where OS X expects the SDK (/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/) I saw there are only MacOSX10.8.sdk and MacOSX10.9.sdk. But neither using GIMP_SDK=10.8 nor GIMP_SDK=10.9 worked. I got then returned 'MacOSX10.8.sdk not found' and 'MacOSX10.8.sdk not found'.

Then I tried to trick OSX and added a symbolic link to the place where Python was formerly:
cd MacOSX10.9.sdk/System/Library/Frameworks/ sudo ln -s /System/Library/Frameworks/Python.framework/ Python.framework but this didn't help either. I get the same error messages as above.

Kind regards,

Sven

scl
2014-05-04 14:08:53 UTC (almost 10 years ago)

OS X build/Python failure

Thanks to Daniel Sabo a solution could be found. FYI you find it at
https://git.gnome.org/browse/gimp/commit/?h=osx-build&id=ce0c1021d281473b39e0625bf2af3f703cc7c492

Kind regards,

Sven