triadimas / src

2 stars 1 forks source link

PPBP Application #2

Open torjemen opened 9 years ago

torjemen commented 9 years ago

Dear Sir, It is very nice to write to you. Indeed, I have some issue with your code for PPBP application. When I try to use waf I get the following errors:

[1325/1835] cxx: src/applications/model/PPBP-application.cc -> build/src/applications/model/PPBP-application.cc.1.o ../src/applications/model/PPBP-application.cc: In static member function ‘static ns3::TypeId ns3::PPBPApplication::GetTypeId()’: ../src/applications/model/PPBP-application.cc:60:50: error: ‘ConstantVariable’ was not declared in this scope ../src/applications/model/PPBP-application.cc:60:51: error: ‘RandomVariableValue’ was not declared in this scope ../src/applications/model/PPBP-application.cc:61:71: error: ‘MakeRandomVariableAccessor’ was not declared in this scope ../src/applications/model/PPBP-application.cc:62:36: error: ‘MakeRandomVariableChecker’ was not declared in this scope

For your information, I’m using ns3.23. Can you help me to fix it ? Best regards.

triadimas commented 9 years ago

Hi Torjemen,

It looks like a compilation error. Please check your wscript file. The PPBP should be included there as the module source

Thanks