Re: [Gtk-osx-users] Trying to build gtk-osx on Lion
- From: John Ralls <jralls ceridwen us>
- To: GTK+-2 OSX Users <gtk-osx-users lists sourceforge net>
- Subject: Re: [Gtk-osx-users] Trying to build gtk-osx on Lion
- Date: Tue, 12 Jul 2011 08:55:07 -0400
On Jul 12, 2011, at 7:57 AM, Carl Muckenhirn wrote:
> Found it. I misread the os.environ("MACOSX_DEPLOYMENT_TARGET") = target. Though it was reading the environment, not setting it.
>
> This change allowed jhbuild to run:
>
> *** .jhbuildrc-custom 2011-07-12 07:52:14.000000000 -0400
> --- .jhbuildrc-custom-orig 2011-07-12 07:56:13.000000000 -0400
> ***************
> *** 115,122 ****
> _target = "10.5"
> elif _osx_version.startswith("10"):
> _target = "10.6"
> - elif _osx_version.startswith("11"):
> - _target = "10.7"
>
> setup_sdk(target=_target, sdk_version="native", architectures=[_default_arch])
> #
> --- 115,120 ----
>
Ah, thanks. I missed that one.
Regards,
John Ralls
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]