|
Bugzilla – Full Text Bug Listing |
| Summary: | pybindgen/bzr warnings on MAC OSX 10.5.4 | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Thierry Turletti <turletti> |
| Component: | build system | Assignee: | ns-bugs <ns-bugs> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | pre-release | ||
| Hardware: | Mac Intel | ||
| OS: | Mac OS | ||
But what did you expect, give an error instead of warning? That would make Python bindings non-optional... (In reply to comment #1) > But what did you expect, give an error instead of warning? That would make > Python bindings non-optional... > No, warnings are fine. I followed the NS-3 tutorial to compile on MAC OSX and I wondered what I missed not to be able to use python bindings, that's all :-) Thierry this is really the expected behavior. gustavo: maybe you could add a link to the bzr webpage in the warning message. |
waf configure outputs 2 warnings: Checking for Python module pybindgen : not found WARNING <wscript> pybindgen missing Checking for program bzr : not found WARNING <wscript> the program 'bzr' is needed in order to fetch pybindgen Then of course waf check bypasses Python binding tests -- Skipping NS-3 Python bindings unit tests: Python bindings not enabled.