Bugzilla – Bug 288
--python-scan does not build everything.h before running
Last modified: 2008-10-16 08:16:50 UTC
I have a hard time figuring out: 1) why we build everything.h when --python-scan is not run 2) why we _don't_ build everything.h when --python-scan is run Both look like bugs to me.
(In reply to comment #0) > I have a hard time figuring out: > 1) why we build everything.h when --python-scan is not run This is needed because the python bindings include this header file. Well, it doesn't have to be this way, but it's easier this way, so why bother changing. > 2) why we _don't_ build everything.h when --python-scan is run This is a bug; confirmed.
I still get this bug in ns-3-dev HEAD as of today.
(In reply to comment #2) > I still get this bug in ns-3-dev HEAD as of today. What are you doing that expect everything.h to be rebuilt? Maybe I missed some dependency.
I just modify a couple of headers in src/devices/wifi/
(In reply to comment #4) > I just modify a couple of headers in src/devices/wifi/ I modified a couple of headers in src/devices/wifi and it worked. What particular headers does it not work with? If they are private headers...
I think we can close this bug as INVALID since --python-scan does not try to build anything anymore. it exits.