Hi, I downloaded and tried to install StanFord's MPLS-TE Demo.When I compiled the mnox in Ubuntu 10.10, I ran into this error. pyrt.cc: In function ‘void convert_datapath_join(const vigil::Event&, PyObject*)’: pyrt.cc:182: error: ‘PySwigObject’ was not declared in this scope pyrt.cc:182: error: ‘swigo’ was not declared in this scope
I followed the instruction on the webpage http://www.openflow.org/wk/index.php/MPLS-TE_Demo If your build fails due to a 'swigo' error, it's because you have a newer version of swig than what was used when NOX 0.4 was developed. To get around this, download [1] to you mnox/src directory and run find -name *.cc | xargs python pyname_patch.py find -name *.hh | xargs python pyname_patch.py But it doesn't work. How can I install mnox on Ubuntu10.10? Would anybody give me some suggestion? Thank you! Chenyang
