2016-03-27 164 views
0

我試圖建立一個使用NS-3文件夾中的命令./waf NS-3,NS-3生成錯誤

,但它給了我這樣的:

 Waf: Entering directory `/home/mptcp/build' 
     Waf: Leaving directory `/home/mptcp/build' 
     source not found: 'model/mp-tcp-onoff-application.cc' in 

bld(features=['cxx', 'cxxshlib', 'ns3module'], 

ns3_dir_location='src/applications', pcfilegen=bld(features='ns3pcfile', 

idx=2, meths=[], prec=defaultdict(<type 'list'>, {}), _name='', source='', 

module='ns3-applications', mappings={}, path=/home/mptcp/src/applications, 

target='') in /home/mptcp/src/applications, use=['ns3-internet', 'ns3- 

config-store', 'ns3-stats', 'ns3-mptcp'], mappings={}, uselib='', meths= 

['_add_test_code', 'apply_bundle', 'process_rule', 'process_source', 

'apply_link', 'apply_implib', 'process_use', 'propagate_uselib_vars', 

'apply_incpaths', 'apply_vnum', 'set_macosx_deployment_target'], 

prec=defaultdict(<type 'list'>, {}), source=['model/bulk-send- 

application.cc', 'model/onoff-application.cc', 'model/packet-sink.cc', 

'model/ping6.cc', 'model/radvd.cc', 'model/radvd-interface.cc', 

'model/radvd-prefix.cc', 'model/udp-client.cc', 'model/udp-server.cc', 

'model/seq-ts-header.cc', 'model/udp-trace-client.cc', 'model/packet-loss- 

counter.cc', 'model/udp-echo-client.cc', 'model/udp-echo-server.cc', 

'model/v4ping.cc', 'model/application-packet-probe.cc', 'helper/bulk-send- 

helper.cc', 'helper/on-off-helper.cc', 'helper/packet-sink-helper.cc', 

'helper/ping6-helper.cc', 'helper/udp-client-server-helper.cc', 

'helper/udp-echo-helper.cc', 'helper/v4ping-helper.cc', 'helper/radvd- 

helper.cc', 'model/mp-tcp-packet-sink.cc', 'model/mp-tcp-bulk-send- 

application.cc', 'model/mp-tcp-onoff-application.cc', 'helper/mp-tcp- 

packet-sink-helper.cc', 'helper/mp-tcp-bulk-send-helper.cc'], test=False, 

is_ns3_module=True, install_path='${LIBDIR}', module_deps=['internet', 

'config-store', 'stats', 'mptcp'], dependencies=['internet', 'config- 

store', 'stats', 'mptcp'], path=/home/mptcp/src/applications, vnum=None, 

posted=True, is_static=False, target='../../ns3.19-applications-debug', 

idx=1, _name='ns3-applications') in /home/mptcp/src/applications 

我無法弄清楚如何做。

我已經從該文件夾中刪除了文件/mp-tcp-onoff-application.cc,並且還編輯了wscript文件。

如何移除該錯誤?這似乎是一個缺少源文件錯誤,錯誤消息說什麼?我已經刪除了文件引用。

+0

什麼是你的問題之前? –

+0

@h_e_u_r_e_k_a plz查看編輯。如何消除這個錯誤?謝謝你的幫助。 –

+0

我實際上沒有看到任何錯誤聲明?你有什麼? –

回答

0

錯誤說waf找不到model/mp-tcp-onoff-application.cc。在錯誤消息中,任務生成器的源屬性列出了model/mp-tcp-onoff-application.cc作爲源。 waf是完全正確的:)

如果您已從磁盤中刪除model/mp-tcp-onoff-application.cc,則應確保您的wscript不會將model/mp-tcp-onoff-application.cc視爲源。沒有wscript我不能幫你更多。

如果建立的WScript源列表,嘗試waf clean您的構建