#2030 closed Bugs (fixed)
stdlibs=sun-stlport fails
Reported by: | Steven Watanabe | Owned by: | Vladimir Prus |
---|---|---|---|
Milestone: | Boost 1.36.0 | Component: | build |
Version: | Boost 1.35.0 | Severity: | Problem |
Keywords: | Cc: |
Description
The featue code splits it at the "-" and looks for a feature called <stdlib>sun treating stlport as a sub-feature. I think that the solution should be to rename this feature to sunstlport or stlport-sun. Alternately, the feature could be called sun, and add a subfeature stlport. I can make a patch if I know how this ought to be resolved.
Attachments (1)
Change History (5)
comment:1 by , 14 years ago
Component: | None → build |
---|---|
Owner: | set to |
by , 14 years ago
Attachment: | feature.jam.diff added |
---|
comment:2 by , 14 years ago
comment:4 by , 13 years ago
Neckties strangle clear thinking.
-- Lin Yutang
compra online viagra fioricet online buy generic cialis F9UTKlF tramadol com
Note:
See TracTickets
for help on using tickets.
Hi Volodya,
I've attached a patch that fixes this problem. As you can see, the patch first checks that the feature value isn't valid (in the $($(feature).values) list. If it is, no subfeature processing is done. If the feature value isn't valid, then subfeature processing continues normally.
This patch has been tested with the gcc and Sun compilers on Linux, and with darwin.
-- Noel Belcourt