[Pythonmac-SIG] how to recover from a framework build?

Bill Janssen janssen at parc.com
Thu Jul 30 01:13:15 CEST 2009


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?

Bill


More information about the Pythonmac-SIG mailing list