[Pythonmac-SIG] how to recover from a framework build?
Ned Deily
nad at acm.org
Thu Jul 30 02:19:05 CEST 2009
In article <6054.1248909195 at parc.com>, Bill Janssen <janssen at parc.com>
wrote:
> I made the mistake of trying to build a version of Python with debugging
> symbols on my Mac. I downloaded the sources to 2.5.4, and did a "make
> frameworkinstall DESTDIR=/tmp".
>
> Now my Python-Cocoa apps won't compile in Xcode. They compiled just
> fine before I did this...
>
> Line Location Tool:0: symbol(s) not found
> Line Location Tool:0: _main in main.o
> Line Location Tool:0: "_PyRun_SimpleFileExFlags", referenced from:
> Line Location Tool:0: _main in main.o
> Line Location Tool:0: "_PySys_SetArgv", referenced from:
> Line Location Tool:0: _main in main.o
> Line Location Tool:0: "_Py_Initialize", referenced from:
> Line Location Tool:0: _main in main.o
> Line Location Tool:0: "_Py_SetProgramName", referenced from:
>
> Any ideas?
Long shot (Xcode 3.1.3): in the project's Groups & Files list, select
the Python.framework and do a Get Info on it to ensure that the path is
set to /System/Library/... .
--
Ned Deily,
nad at acm.org
More information about the Pythonmac-SIG
mailing list