Are there any instructions to build wxPython for Python 2.6, 64 bit
under Lion?
I can't see to get wxPython 2.9.2.4 to compile properly - here's a
pastebin:
It looks like its just using the wrong Mac SDK, but I'm unsure how to
correct this.
vic
Are there any instructions to build wxPython for Python 2.6, 64 bit
under Lion?
I can't see to get wxPython 2.9.2.4 to compile properly - here's a
pastebin:
It looks like its just using the wrong Mac SDK, but I'm unsure how to
correct this.
vic
Just install the 10.5 SDK. It's known to work well. IIRC there are currently some issues when building with the 10.7 SDK so you're going to want to use a different one anyway. 10.5 is known to work well, and I expect that the 10.6 SDK will work okay too, although it might take some tweaking to get the build scripts to use it.
Also, you should probably not use the --mac_framework option as that is experimental and hasn't been finished yet.
On 11/23/11 6:43 PM, Victor Ng wrote:
Are there any instructions to build wxPython for Python 2.6, 64 bit
under Lion?I can't see to get wxPython 2.9.2.4 to compile properly - here's a
pastebin:Victors-MacBook-Air:wxPython victorng$ python build-wxpython.py --osx_cocoa --ma - Pastebin.com
It looks like its just using the wrong Mac SDK, but I'm unsure how to
correct this.
--
Robin Dunn
Software Craftsman
Hi Vic,
Are there any instructions to build wxPython for Python 2.6, 64 bit
under Lion?I can't see to get wxPython 2.9.2.4 to compile properly - here's a
pastebin:Victors-MacBook-Air:wxPython victorng$ python build-wxpython.py --osx_cocoa --ma - Pastebin.com
It looks like its just using the wrong Mac SDK, but I'm unsure how to
correct this.
Are you using Xcode 4? It only installs the Mac OS X 10.6 and 10.7 SDKs, whereas the current wx build scripts need the 10.5 SDK to compile, as Robin said. You need to either uninstall Xcode 4 then download and install Xcode 3.2.6, or edit the build-wxwidgets.py script to use the 10.6 SDK instead.
Regards,
Kevin
On Nov 23, 2011, at 6:43 PM, Victor Ng wrote:
vic
--
To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com
or visit http://groups.google.com/group/wxPython-users?hl=en