|
Bugzilla – Full Text Bug Listing |
| Summary: | csma-layout (no Python) | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Vedran Miletić <vedran> |
| Component: | python bindings | Assignee: | Gustavo J. A. M. Carneiro <gjcarneiro> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | john.abraham.in, ns-bugs, tomh |
| Priority: | P5 | ||
| Version: | pre-release | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | Build log | ||
|
Description
Vedran Miletić
2012-04-30 10:22:41 UTC
(In reply to comment #0) > The part csma-layout (no Python) is a bit unexpected since > > $ ls src/csma-layout/bindings/ > callbacks_list.py modulegen__gcc_ILP32.py modulegen__gcc_LP64.py That's because this line is commented in the wscript: #bld.ns3_python_bindings() Why is that, is it intentional? I don't believe it was intentional. Please push a patch to address this. (In reply to comment #2) > Why is that, is it intentional? Created attachment 1394 [details]
Build log
Uncommenting the line makes ns-3 not compile.
Gustavo, does rescanning Python bindings fix this build error? (In reply to comment #5) > Gustavo, does rescanning Python bindings fix this build error? This seems to be an instance of this problem: http://www.nsnam.org/wiki/index.php/NS-3_Python_Bindings#.22invalid_use_of_incomplete_type.22 but I haven't tracked it exactly yet-- am working on it. changeset: ff978a217184 |