Re: Build problems on Python 2.5
Matthew Dixon Cowles <[email protected]> Wed, 20 Sep 2006 14:43:12 -0500 (CDT)
| Newsgroups | gmane.comp.db.metakit |
|---|---|
| Message-ID | <[email protected]> |
Ralf, > It seems you're using a mac. Can you test building metakit using > scons (with "cd metakit/python; scons; scons install"). scons can > be found here: http://scons.org/ The build should be simpler using > scons (no need to configure; make; then python setup.py). Using scons in the python directory (not the builds directory) worked splendidly, including building Mk4py.so. Under OS X, scons doesn't get installed in a directory that's likely to be in the user's PATH and (as I imagine you know) it's common to use sudo under OS X. So the actual commands were: sudo /Library/Frameworks/Python.framework/Versions/Current/bin/scons and sudo /Library/Frameworks/Python.framework/Versions/Current/bin/scons install Regards, Matt _____________________________________________ Metakit mailing list - [email protected] http://www.equi4.com/mailman/listinfo/metakit