In IRC, we found that the following procedure fixes the problem:
- Open tools / build / v 2 / tools / python.jam
Find the following code here:
if [ version.check-jam-version 3 1 17 ] || ( [ os.name ] != NT )
{
python-cmd = \"$(python-cmd)\" ;
}
Remove this code completely.
I will create a problem in Tracker Boost and investigate this.
source
share