[Metakit] Build problems on Python 2.5

Matthew Dixon Cowles matt at mondoinfo.com
Wed Sep 20 15:43:12 CEST 2006


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



More information about the Metakit mailing list