[ndnSIM] help

ZALAKBEN PRAJAPATI 15mcen21 at nirmauni.ac.in
Tue Jan 24 01:39:38 PST 2017


when i run

./waf configure -d optimized

it showing error like

Traceback (most recent call last):
  File "/home/mtechcse/ndnSIM/ns-3/.waf-1.8.12-f00e5b53f6bbeab1384a38c9cc5d51f7/waflib/Scripting.py",
line 108, in waf_entry_point
    run_commands()
  File "/home/mtechcse/ndnSIM/ns-3/.waf-1.8.12-f00e5b53f6bbeab1384a38c9cc5d51f7/waflib/Scripting.py",
line 165, in run_commands
    parse_options()
  File "/home/mtechcse/ndnSIM/ns-3/.waf-1.8.12-f00e5b53f6bbeab1384a38c9cc5d51f7/waflib/Scripting.py",
line 138, in parse_options
    Context.create_context('options').execute()
  File "/home/mtechcse/ndnSIM/ns-3/.waf-1.8.12-f00e5b53f6bbeab1384a38c9cc5d51f7/waflib/Options.py",
line 146, in execute
    super(OptionsContext,self).execute()
  File "/home/mtechcse/ndnSIM/ns-3/.waf-1.8.12-f00e5b53f6bbeab1384a38c9cc5d51f7/waflib/Context.py",
line 92, in execute
    self.recurse([os.path.dirname(g_module.root_path)])
  File "/home/mtechcse/ndnSIM/ns-3/.waf-1.8.12-f00e5b53f6bbeab1384a38c9cc5d51f7/waflib/Context.py",
line 133, in recurse
    user_function(self)
  File "/home/mtechcse/ndnSIM/ns-3/wscript", line 213, in options
    opt.recurse('src')
  File "/home/mtechcse/ndnSIM/ns-3/.waf-1.8.12-f00e5b53f6bbeab1384a38c9cc5d51f7/waflib/Context.py",
line 133, in recurse
    user_function(self)
  File "/home/mtechcse/ndnSIM/ns-3/src/wscript", line 48, in options
    opt.recurse(module, mandatory=False)
  File "/home/mtechcse/ndnSIM/ns-3/.waf-1.8.12-f00e5b53f6bbeab1384a38c9cc5d51f7/waflib/Context.py",
line 133, in recurse
    user_function(self)
  File "/home/mtechcse/ndnSIM/ns-3/src/ndnSIM/wscript", line 19, in options
    tooldir=['%s/ndn-cxx/.waf-tools' % opt.path.abspath()])
  File "/home/mtechcse/ndnSIM/ns-3/.waf-1.8.12-f00e5b53f6bbeab1384a38c9cc5d51f7/waflib/Context.py",
line 86, in load
    module=load_tool(t,path)
  File "/home/mtechcse/ndnSIM/ns-3/.waf-1.8.12-f00e5b53f6bbeab1384a38c9cc5d51f7/waflib/Context.py",
line 342, in load_tool
    __import__(tool)
ImportError: No module named doxygen
mtechcse at pg011lab:~/ndnSIM/ns-3$
NS_LOG=DumbRequester:ndn.cs.Freshness.Lru ./waf
--run=ndn-simple-with-content-freshness
Traceback (most recent call last):
  File "/home/mtechcse/ndnSIM/ns-3/.waf-1.8.12-f00e5b53f6bbeab1384a38c9cc5d51f7/waflib/Scripting.py",
line 108, in waf_entry_point
    run_commands()
  File "/home/mtechcse/ndnSIM/ns-3/.waf-1.8.12-f00e5b53f6bbeab1384a38c9cc5d51f7/waflib/Scripting.py",
line 165, in run_commands
    parse_options()
  File "/home/mtechcse/ndnSIM/ns-3/.waf-1.8.12-f00e5b53f6bbeab1384a38c9cc5d51f7/waflib/Scripting.py",
line 138, in parse_options
    Context.create_context('options').execute()
  File "/home/mtechcse/ndnSIM/ns-3/.waf-1.8.12-f00e5b53f6bbeab1384a38c9cc5d51f7/waflib/Options.py",
line 146, in execute
    super(OptionsContext,self).execute()
  File "/home/mtechcse/ndnSIM/ns-3/.waf-1.8.12-f00e5b53f6bbeab1384a38c9cc5d51f7/waflib/Context.py",
line 92, in execute
    self.recurse([os.path.dirname(g_module.root_path)])
  File "/home/mtechcse/ndnSIM/ns-3/.waf-1.8.12-f00e5b53f6bbeab1384a38c9cc5d51f7/waflib/Context.py",
line 133, in recurse
    user_function(self)
  File "/home/mtechcse/ndnSIM/ns-3/wscript", line 213, in options
    opt.recurse('src')
  File "/home/mtechcse/ndnSIM/ns-3/.waf-1.8.12-f00e5b53f6bbeab1384a38c9cc5d51f7/waflib/Context.py",
line 133, in recurse
    user_function(self)
  File "/home/mtechcse/ndnSIM/ns-3/src/wscript", line 48, in options
    opt.recurse(module, mandatory=False)
  File "/home/mtechcse/ndnSIM/ns-3/.waf-1.8.12-f00e5b53f6bbeab1384a38c9cc5d51f7/waflib/Context.py",
line 133, in recurse
    user_function(self)
  File "/home/mtechcse/ndnSIM/ns-3/src/ndnSIM/wscript", line 19, in options
    tooldir=['%s/ndn-cxx/.waf-tools' % opt.path.abspath()])
  File "/home/mtechcse/ndnSIM/ns-3/.waf-1.8.12-f00e5b53f6bbeab1384a38c9cc5d51f7/waflib/Context.py",
line 86, in load
    module=load_tool(t,path)
  File "/home/mtechcse/ndnSIM/ns-3/.waf-1.8.12-f00e5b53f6bbeab1384a38c9cc5d51f7/waflib/Context.py",
line 342, in load_tool
    __import__(tool)
ImportError: No module named doxygen

"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""

how to resolve this error..



Thanks & Regards
Prajapati Zalak
Institute of Technology,
Nirma University, Ahmedabad
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/ndnsim/attachments/20170124/6d135f52/attachment-0001.html>


More information about the ndnSIM mailing list