Opened 13 years ago
Last modified 12 years ago
#3625 new Bugs
python detection randomly broken
Reported by: | Vladimir Prus | Owned by: | Vladimir Prus |
---|---|---|---|
Milestone: | To Be Determined | Component: | build |
Version: | Boost 1.40.0 | Severity: | Problem |
Keywords: | Cc: |
Description
We had at least two bug reports that python detection does not work on windows. In both cases, removing the
if [ version.check-jam-version 3 1 17 ] || ( [ os.name ] != NT )
block in python.jam:probe fixed that. One case was definitely mingw-built bjam, the other case, for all appearences, is MSVC. Log for the second case is attached.
Attachments (1)
Change History (4)
by , 13 years ago
comment:1 by , 12 years ago
Component: | None → Building Boost |
---|
comment:2 by , 12 years ago
Milestone: | Boost 1.41.0 → To Be Determined |
---|
comment:3 by , 12 years ago
Component: | Building Boost → build |
---|---|
Owner: | set to |
Note:
See TracTickets
for help on using tickets.
Merge Building Boost with build tool.