arthurgervais / Bitcoin-Simulator

Bitcoin and Blockchain Simulator
http://arthurgervais.github.io/Bitcoin-Simulator/
186 stars 75 forks source link

getting error when run "./waf" #12

Closed zxy110 closed 5 years ago

zxy110 commented 5 years ago

Hello, When I run "./waf" as I install the bitcoin simulator, I got the error source ns3 header file helper/three-gpp-http-helper.hmodel/bitcoin.h not found . That makes me confused, could you please help me? Thanks !

zxy110 commented 5 years ago

Hello, I've solve the problem by moving the configure of ns-allinone-3.xx/ns-3.xx/src/applications/wscript/headers.source in front of previous configure.

auqu commented 5 years ago

hello, I have the same problem, cloud you please explain how did you solve it? I am confused..

auqu commented 5 years ago

Hi ... I got it , we forgot a comma (,) after ==> 'helper/three-gpp-http-helper.h', and before ==>'model/bitcoin.h', when we added that code line into headers.source

best regards