Hi I'm trying to build Boost 1_32_0 on AIX using vacpp/xlc 5.0. I've managed to build bjam with with xlc but I'm not sure if I need Python to run the Boost build. I get the following "error" when I run the build: u307325@ubri72:/vobs/fxsystems/fxorapido/external/boost_1_32_0>bjam "-sTOOLS=vacpp" --------------------------------------------------------------------- skipping Boost.Python library build due to missing or incorrect configuration couldn't find Python.h in "/usr/local/include/python2.2" You can configure the location of your python installation by setting: PYTHON_ROOT - currently "/usr/local" PYTHON_VERSION - The 2-part python Major.Minor version number (e.g. "2.2", NOT "2.2.1") - currently "2.2" The following are automatically configured from PYTHON_ROOT if not otherwise set: PYTHON_LIB_PATH - path to Python library object; currently "/usr/local/lib/python2.2/config" PYTHON_INCLUDES - path to Python #include directories; currently "/usr/local/include/python2.2" --------------------------------------------------------------------- regards -Mark ---------------------------------------------------------------------------------- FX Options and Commodities AD INTL +44-207-742-0982 GDP 742-0982 Mobile +44-7808682149 This communication is for informational purposes only. It is not intended as an offer or solicitation for the purchase or sale of any financial instrument or as an official confirmation of any transaction. All market prices, data and other information are not warranted as to completeness or accuracy and are subject to change without notice. Any comments or statements made herein do not necessarily reflect those of JPMorgan Chase & Co., its subsidiaries and affiliates.
Mark.Gibbons@jpmorgan.com wrote:
Hi I'm trying to build Boost 1_32_0 on AIX using vacpp/xlc 5.0.
I've managed to build bjam with with xlc but I'm not sure if I need Python to run the Boost build.
You don't need it. You only need it if you want to use the Boost.Python C++ to/from Python binding library.
I get the following "error" when I run the build:
It's more of a warning. You can ignore it if you don't care about Boost.Python. -- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org - grafik/redshift-software.com -- 102708583/icq - grafikrobot/aim - Grafik/jabber.org
Mark.Gibbons@jpmorgan.com wrote:
Hi I'm trying to build Boost 1_32_0 on AIX using vacpp/xlc 5.0.
I strongly suggest to upgrade to at least version 6.0. Version 7 has been released also for some time and I'm sure it performs even better than version 6 although I have not tested it yet.
participants (3)
-
Mark.Gibbons@jpmorgan.com
-
Rene Rivera
-
Toon Knapen