Bugzilla – Bug 1101
Sqlite stats disappeared from configuration file src/wscript
Last modified: 2011-05-18 17:39:03 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.