6 Dec
2004
6 Dec
'04
10:17 p.m.
Hi, My problem is the following 1/ I install Python 2.4 at D:\Programs\Python24 using the binary file from www.python.org 2/ following the document from the boost.org I type the command
bjam "-sTOOLS=vc-7_1 --with-python-root=D:\Programs\Python24" stage But I receive the following error --with-python-root=D:\Programs\Python24-tools.jam: Invalid argument
I think I do something wrong here. If I use the simple command
bjam "-sTOOLS=vc-7_1 " stage I get the message: skipping Boost.Python .....
Can someone show me how can I install Boost.Python correctly? Thanks Xuan Son