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
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to