-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Milestone
Description
I trying to install ns3 on centos 6.4 since I have to work with a specific os and kernel versions for atheros wlan device feauture I need. I followed the instructions to install all pre-requisite for ns3 and proceeded to ns3 installation and it seems fine. Also I installed Python binding. However, I couldn't run .py tests and codes. When I run ./waf --apiscan=all I received that "(py)gccxml" is missing and rescan APIs message. Also I received "python bindgen missing" when I run ./waf configure.
I installed pygccxml successfully from source and could locate it using "locate" and "find" commands.
Am I missing something that could help the system to see the bindings. I hope you have a solution for this problem.