today's Mac build issue

David Reiser <[email protected]> Thu, 19 May 2005 00:12:26 -0400
Newsgroups gmane.comp.db.rekall.devel
Message-ID <[email protected]>
g++ -u __dummy -u _PyMac_Error -framework System Python.framework/ 
Versions/2.3/Python -framework CoreServices -framework Foundation - 
Wl,-install_name,@executable_path/../Plugins/libkbase_script_py.dylib  
-dynamiclib -o script/python/libkbase_script_py.dylib script/python/ 
kb_basic.os script/python/kb_pybase.os script/python/kb_pyblock.os  
script/python/kb_pybutton.os script/python/kb_pychoice.os script/ 
python/kb_pydblink.os script/python/kb_pydebug.os script/python/ 
kb_pyevent.os script/python/kb_pyfield.os script/python/kb_pyform.os  
script/python/kb_pyformblock.os script/python/kb_pyframer.os script/ 
python/kb_pygrid.os script/python/kb_pyitem.os script/python/ 
kb_pylabel.os script/python/kb_pylink.os script/python/ 
kb_pylinktree.os script/python/kb_pyobject.os script/python/ 
kb_pyscript.os script/python/kb_pyslot.os script/python/ 
kb_pysqldelete.os script/python/kb_pysqlinsert.os script/python/ 
kb_pysqlselect.os script/python/kb_pysqlupdate.os script/python/ 
kb_pystackpage.os script/python/kb_pysupport.os script/python/ 
kb_pytabber.os script/python/kb_pytabberpage.os script/python/ 
kb_pytree.os script/python/tkc_excskipdlg.os script/python/ 
tkc_labeller.os script/python/tkc_pydebug.os script/python/ 
tkc_pydebugbase.os script/python/tkc_pydebugwidget.os script/python/ 
tkc_pyeditor.os script/python/tkc_pyfunclist.os script/python/ 
tkc_pystacklist.os script/python/tkc_pytracelist.os script/python/ 
tkc_pyvalue.os script/python/tkc_pyvaluelist.os -Lports/qt3 -Llibs/ 
common -Llibs/kbase -Llibs/app -Llibs/el32 -L/Developer/qt/lib - 
lkbase_kde -lkbase_common -lkbase -lkbase_app -lkbase_el32 -lqt-mt
g++: Python.framework/Versions/2.3/Python: No such file or directory
scons: *** [script/python/libkbase_script_py.dylib] Error 1
make: *** [all] Error 2

if I change the line in rkConfig.py to match the one that worked for  
me in February:

pythonLink = '-u __dummy -u _PyMac_Error -framework System -framework  
Python -framework CoreServices -framework Foundation'

The build completes.

rkMacPak is broken, but I'm out of time tonight. I'll be offline for  
at least 2 and maybe 7 days. I have a strong suspicion that I'm going  
to want to rebuild Qt under OS X 10.4. (and then rebuild Rekall, of  
course...).

Don't feel compelled to fix rkMacPak in a hurry. I'd be happy to make  
suggestions once I get back to my desk in a few days and have time to  
figure out what it is doing to me.

Dave