Dear all,
I want to try my testing on ns3.21 which is issued later.
After downloading ns-allinone-3.21 from
http://www.nsam.org, I find just ns-3.21 under the main root ns-allinone-3.21. In recent ns-3.20, netanim-3.103 ns-3.20 pybindgen-0.16.0.825 are found. Then, by changing to ns-3.20, I can build with build.py or bake or waf. However in ns-3.21, I found as follows when I use ls command
AUTHORS Makefile src utils.py waf.bat
CHANGES.html README test.py utils.pyc wscript
examples RELEASE_NOTES testpy.supp VERSION wutils.py
LICENSE scratch utils waf wutils.pyc
I want to ask that how can I build ns-3.21. I made building ns3 by using waf. However the following error message is shown.
Waf: The wscript in '/cygdrive/d/myproject/workspace/ns-allinone-3.21/ns-3.21' is unreadable
Traceback (most recent call last):
File "/cygdrive/d/myproject/workspace/ns-allinone-3.21/ns-3.21/.waf-1.7.13-5a064c2686fe54de4e11018d22148cfc/waflib/Scripting.py", line 87, in waf_entry_point
set_main_module(Context.run_dir+os.sep+Context.WSCRIPT_FILE)
File "/cygdrive/d/myproject/workspace/ns-allinone-3.21/ns-3.21/.waf-1.7.13-5a064c2686fe54de4e11018d22148cfc/waflib/Scripting.py", line 112, in set_main_module
Context.g_module=Context.load_module(file_path)
File "/cygdrive/d/myproject/workspace/ns-allinone-3.21/ns-3.21/.waf-1.7.13-5a064c2686fe54de4e11018d22148cfc/waflib/Context.py", line 281, in load_module
exec(compile(code,path,'exec'),module.__dict__)
File "/cygdrive/d/myproject/workspace/ns-allinone-3.21/ns-3.21/wscript", line 42, in <module>
import cflags # override the build profiles from waf
ImportError: No module named cflags
Please, suggest me
Best Regards
Thank You