Bug 673 - new pygen is wrongly recognized
: new pygen is wrongly recognized
Status: RESOLVED INVALID
: ns-3
build system
: ns-3-dev
: PC Linux
: P5 major
Assigned To:
:
: bug
:
:
  Show dependency treegraph
 
Reported: 2009-09-09 07:38 EDT by
Modified: 2009-09-09 09:11 EDT (History)


Attachments


Note

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


Description From 2009-09-09 07:38:48 EDT
Hi, I just installed newest pygen and trying to install ns-3-dev.
However the ./waf configure rejects new pygen:


Checking for pybindgen version                          : not found 
pybindgen (found 0.12.0), (need 0.11.0.697)
------- Comment #1 From 2009-09-09 08:51:04 EDT -------
Hi,

Look at ns-3-allinone (see http://www.nsnam.org/docs/tutorial/tutorial_12.html)
to download right version of packages (pybindgen, nsc) and ns-3.
------- Comment #2 From 2009-09-09 09:11:32 EDT -------
ns-3 looks for an _exact_ version of pybindgen to avoid potential problems
(long story).  If you use the download.py script in ns-3-allinone it should
take care of fetching the right pybindgen version for you, so you needn't
worry.

Although in this case version 0.11.0.697 is basically the same code as 0.12.0
official release.  I think I'll switch ns-3-dev to require the 0.12.0 official
release, but not because it is really needed, only because it's a "rounder"
version number :-)