[Ns-bugs] [Bug 1381] Moving `boost`-related configuration to main wscript

code@nsnam.ece.gatech.edu code at nsnam.ece.gatech.edu
Wed Mar 14 17:58:20 PDT 2012


https://www.nsnam.org/bugzilla/show_bug.cgi?id=1381

--- Comment #2 from Tommaso Pecorella <tommaso.pecorella at unifi.it> 2012-03-14 20:58:20 EDT ---
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.

-- 
Configure bugmail: https://www.nsnam.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Ns-bugs mailing list