[C++-sig] Problems to compile Boost 1.31.0

Ralf W. Grosse-Kunstleve rwgk at yahoo.com
Fri Feb 6 21:16:53 CET 2004


--- Aashish Chaudhary <aashish at iastate.edu> wrote:
> Is it possible or you to put the scons script to compile Boost.Python on
> MSVC7.0. 

It is not just one SConscript. I don't know what to recommend, but here is
something you could try:

Go to this page:

http://cctbx.sourceforge.net/current_cvs/installation.html

Only cvs checkout libtbx and boost_adaptbx (not the other stuff). Both modules
are really tiny. Also get a copy of SCons. Rename your boost directory to be
just "boost" (not e.g. "boost_1_31_0") and put everything in the same place:

  scons
  boost
  libtbx
  boost_adaptbx

Then follow the rest of the instructions for Windows, but specify boost as the
top-level module. E.g.:

mkdir build
cd build
python ..\libtbx\configure.py boost
setpaths.bat
libtbx.scons .

The result will be here:

libtbx\boost_python.dll

Hope this is useful.

Ralf


__________________________________
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online.
http://taxes.yahoo.com/filing.html




More information about the Cplusplus-sig mailing list