$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Python error
From: Kraus Philipp (philipp.kraus_at_[hidden])
Date: 2012-03-23 05:02:22
Hello,
I build Boost with Python 3.2 and get this error:
Building Boost.Build engine with toolset gcc... tools/build/v2/engine/bin.linuxx86_64/b2
Detecting Python version... 3.2
Detecting Python root... File "<string>", line 1
import sys; print sys.prefix
^
SyntaxError: invalid syntax
Unicode/ICU support for Boost.Regex?... not found.
Generating Boost.Build configuration in project-config.jam...
I don't need the ICU support and it seems all libraries are build correctly
Phil