|
Bugzilla – Full Text Bug Listing |
| Summary: | Sqlite stats disappeared from configuration file src/wscript | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | julien.mineraud |
| Component: | build system | Assignee: | Gustavo J. A. M. Carneiro <gjcarneiro> |
| Status: | RESOLVED FIXED | ||
| Severity: | trivial | CC: | ns-bugs, tommaso.pecorella |
| Priority: | P5 | ||
| Version: | ns-3-dev | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Attachments: | Add the line to src/wscript to enable Sqlite stats | ||
|
Description
julien.mineraud
2011-04-16 12:09:38 UTC
Created attachment 1073 [details]
Add the line to src/wscript to enable Sqlite stats
Comment on attachment 1073 [details]
Add the line to src/wscript to enable Sqlite stats
this is not a patch
src/stats/wscript is being included, and it conditionally enables sqlite stuff. Are you sure this is a problem in ns-3-dev? A lot of module reorganization happened lately... (In reply to comment #3) > src/stats/wscript is being included, and it conditionally enables sqlite stuff. > Are you sure this is a problem in ns-3-dev? A lot of module reorganization > happened lately... I cloned the ns-3-dev repository from the Internet to be sure the complication was appearing from the pull I did in the first place. Then I compare the two script files (one from an old repository without the reorganisation and the new one), the diff told me that the line that includes the stats module disappeared. I added this line back and the SQLite enable is back. You're right, the line missing is:
conf.sub_config('stats')
lost in space... I'll re-add it.
|