|
Bugzilla – Full Text Bug Listing |
| Summary: | Moving `boost`-related configuration to main wscript | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Alex Afanasyev <alexander.afanasyev> |
| Component: | general | Assignee: | ns-bugs <ns-bugs> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | P5 | ||
| Version: | ns-3-dev | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | patch | ||
|
Description
Alex Afanasyev
2012-02-29 21:00:02 UTC
Created attachment 1346 [details]
patch
The proposed patch is not totally satisfactory imho. The problem is that, if I understood it right, boost will be checked against all the boost libs required by both modules. Hence if just a subsets is present, no boost-dependent module will be built, even if its requirements are met. In other words: OpenFlow needs Boost's "signals" and "filesystem" Your module requires Boost's "iostreams" and "regex" If just ONE of those is missing, neither OpenFlow or your module will be built. Not really a nice behaviour, isn't it ? I do agree we need a fix, however the Boost check should be more flexible. T. |