Opened 14 years ago
Closed 13 years ago
#2846 closed Bugs (fixed)
python/example/tutorial buildind problem
Reported by: | Owned by: | Vladimir Prus | |
---|---|---|---|
Milestone: | Boost 1.39.0 | Component: | bjam |
Version: | Boost 1.38.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Hi,
You redirected from irc to the trac, so I'm here :). First, I installed precompiled Boost from an archive, then I got bjam executable and added it to my path.
I pass successfully all the test during the execution of the bjam script in python/example/quickstart, running
bjam toolset=msvc --verbose-test test
But Trying to run bjam (without any arguments, like this link http://www.boost.org/doc/libs/1_38_0/libs/python/doc/tutorial/doc/html/python/hello.html specifies) in the python/example/tutorial I get :
D:\boost_1_38_0\libs\python\example\tutorial>bjam Jamroot:18: in modules.load rule python-extension unknown in module Jamfile</D:/boost_1_38_0/libs/python/exa mple/tutorial>. D:/boost_1_38_0/tools/build/v2/build\project.jam:313: in load-jamfile D:/boost_1_38_0/tools/build/v2/build\project.jam:62: in load D:/boost_1_38_0/tools/build/v2/build\project.jam:168: in project.find D:/boost_1_38_0/tools/build/v2\build-system.jam:535: in load D:\boost_1_38_0\libs\python\example\..\..\..\tools\build\v2/kernel\modules.jam:2 83: in import D:\boost_1_38_0\libs\python\example\..\..\..\tools\build\v2\kernel\bootstrap.jam :138: in boost-build D:\boost_1_38_0\libs\python\example\boost-build.jam:7: in module scope
Jamroot file is the official. I currently dont have any user-config.jam file.
Thanks.
Note:
See TracTickets
for help on using tickets.
This is fixed in SVN HEAD.