Bug 300 - pybindgen/bzr warnings on MAC OSX 10.5.4
pybindgen/bzr warnings on MAC OSX 10.5.4
Status: RESOLVED INVALID
Product: ns-3
Classification: Unclassified
Component: build system
pre-release
Mac Intel Mac OS
: P3 normal
Assigned To: ns-bugs
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-08-29 05:09 UTC by Thierry Turletti
Modified: 2008-08-29 11:40 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thierry Turletti 2008-08-29 05:09:34 UTC
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.
Comment 1 Gustavo J. A. M. Carneiro 2008-08-29 06:40:50 UTC
But what did you expect, give an error instead of warning?  That would make Python bindings non-optional...
Comment 2 Thierry Turletti 2008-08-29 08:11:42 UTC
(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
Comment 3 Mathieu Lacage 2008-08-29 11:40:41 UTC
this is really the expected behavior. gustavo: maybe you could add a link to the bzr webpage in the warning message.