Boost logo

Boost-Build :

From: Bojan Resnik (resnikb_at_[hidden])
Date: 2006-03-30 04:27:52


  I installed the new Python 2.4.3 on Windows and discovered that
python was no longer found by bjam. The problem turned out to be that
the path to Python installation folder was stored with an ending
backslash by the installer. I modified the python-config.jam to use
path.make before passing the root path to python script.

  I also needed to use the python interpreter from my Jamfiles, so I
added a new rule 'interpreter' to the python module that returns the
interpreter command as detected by the toolset. During the course of
this I also modified the initialization code to store the detected
interpreter for all platforms.

  Please find attached the diffs for python.jam and python-config.jam.

--
Bojan Resnik



Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk