Opened 15 years ago
Closed 15 years ago
#1013 closed Bugs (fixed)
Multiple include paths for Python
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Milestone: | Boost 1.34.1 | Component: | Building Boost |
Version: | Severity: | Problem | |
Keywords: | Cc: |
Description
A user has Python installation where headers are in two different directories. Current python.jam allows to provide only single include directory, but it's not a fundamental limitation -- just signature of a couple of functions. The attached patch fixes this; the user reports that the patch works.
Attachments (1)
Change History (3)
by , 15 years ago
Attachment: | multiple_includes.diff added |
---|
comment:1 by , 15 years ago
Milestone: | → Boost 1.34.1 |
---|
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patch applied to RC_1_34_0