[Pythonmac-SIG] framework on Intel

Bob Ippolito bob at redivi.com
Sun Feb 26 20:24:25 CET 2006


On Feb 26, 2006, at 1:16 PM, Kevin Walzer wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Ronald Oussoren wrote:
>
>> You could use the tree at http://svn.pythonmac.org/python24/python24-
>> fat,
>> check out using subversion and then build using:
>>
>> $ configure --enable-framework --enable-universal-sdk
>> $ make
>> $ sudo make frameworkinstall
>>
>> Please let us know of the results. The installer for the universal
>> binary
>> is very close to being finished, I'm currently working on creating an
>> .mpkg instead of a single package. When that is finished we should  
>> have
>> a working installer of a universal python 2.4 build.
>>
>
>
> I gave the build a try. Didn't work. Here are my error messages:
>
> /usr/bin/install -c -m 555 Python.framework/Versions/2.4/Python
> /Library/Frameworks/Python.framework/Versions/2.4/Python
> c++  -u _PyMac_Error Python.framework/Versions/2.4/Python -o  
> python.exe \
>                 Modules/python.o \
>                  -ldl
> /usr/bin/ld: Undefined symbols:
> _PyMac_Error
> _Py_Main
> collect2: ld returned 1 exit status
> make: *** [python.exe] Error 1
>
>
> Any ideas?

Make sure that you have the latest build of Xcode and tell us what  
kind of machine you're building this on.

-bob



More information about the Pythonmac-SIG mailing list