Bug 288 - --python-scan does not build everything.h before running
: --python-scan does not build everything.h before running
Status: RESOLVED INVALID
: ns-3
build system
: pre-release
: All All
: P3 normal
Assigned To:
:
:
:
:
  Show dependency treegraph
 
Reported: 2008-08-15 13:59 EDT by
Modified: 2008-10-16 08:16 EDT (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2008-08-15 13:59:28 EDT
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.
------- Comment #1 From 2008-08-18 17:14:04 EDT -------
(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.
------- Comment #2 From 2008-09-02 16:32:47 EDT -------
I still get this bug in ns-3-dev HEAD as of today.
------- Comment #3 From 2008-09-02 17:30:42 EDT -------
(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.
------- Comment #4 From 2008-09-02 17:35:14 EDT -------
I just modify a couple of headers in src/devices/wifi/
------- Comment #5 From 2008-09-03 06:26:31 EDT -------
(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...
------- Comment #6 From 2008-10-16 07:02:00 EDT -------
I think we can close this bug as INVALID since --python-scan does not try to
build anything anymore. it exits.