Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

waf not compiling #45

Open
Eren121 opened this issue Jan 9, 2025 · 0 comments
Open

waf not compiling #45

Eren121 opened this issue Jan 9, 2025 · 0 comments

Comments

@Eren121
Copy link

Eren121 commented Jan 9, 2025

ns3-rdma does not compile using waf:

Traceback (most recent call last):
  File "/home/azy/projects/fec/ns3-rdma/.waf-1.7.11-edc6ccb516c5e3f9b892efc9f53a610f/waflib/Scripting.py", line 97, in waf_entry_point
    run_commands()
  File "/home/azy/projects/fec/ns3-rdma/.waf-1.7.11-edc6ccb516c5e3f9b892efc9f53a610f/waflib/Scripting.py", line 149, in run_commands
    parse_options()
  File "/home/azy/projects/fec/ns3-rdma/.waf-1.7.11-edc6ccb516c5e3f9b892efc9f53a610f/waflib/Scripting.py", line 127, in parse_options
    Context.create_context('options').execute()
  File "/home/azy/projects/fec/ns3-rdma/.waf-1.7.11-edc6ccb516c5e3f9b892efc9f53a610f/waflib/Options.py", line 134, in execute
    super(OptionsContext,self).execute()
  File "/home/azy/projects/fec/ns3-rdma/.waf-1.7.11-edc6ccb516c5e3f9b892efc9f53a610f/waflib/Context.py", line 87, in execute
    self.recurse([os.path.dirname(g_module.root_path)])
  File "/home/azy/projects/fec/ns3-rdma/.waf-1.7.11-edc6ccb516c5e3f9b892efc9f53a610f/waflib/Context.py", line 128, in recurse
    user_function(self)
  File "/home/azy/projects/fec/ns3-rdma/wscript", line 209, in options
    opt.recurse('src')
  File "/home/azy/projects/fec/ns3-rdma/.waf-1.7.11-edc6ccb516c5e3f9b892efc9f53a610f/waflib/Context.py", line 122, in recurse
    wscript_module=load_module(node.abspath())
  File "/home/azy/projects/fec/ns3-rdma/.waf-1.7.11-edc6ccb516c5e3f9b892efc9f53a610f/waflib/Context.py", line 281, in load_module
    exec(compile(code,path,'exec'),module.__dict__)
  File "/home/azy/projects/fec/ns3-rdma/src/wscript", line 11, in <module>
    import TaskGen
ImportError: No module named TaskGen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant