named-data-ndnSIM / ndnSIM

ndnSIM: NS-3 based NDN simulator
GNU General Public License v3.0
108 stars 165 forks source link

Compilation error due to missing ns3/batches.h header #11

Closed cawka closed 11 years ago

cawka commented 11 years ago

The code fails to compile with the following error

../src/ndnSIM/utils/batches.cc:21:25: error: ns3/batches.h: No such file or directory
../src/ndnSIM/utils/batches.cc:25: error: expected constructor, destructor, or type conversion before ‘(’ token
../src/ndnSIM/utils/batches.cc:27: error: expected constructor, destructor, or type conversion before ‘&’ token
../src/ndnSIM/utils/batches.cc:40: error: expected constructor, destructor, or type conversion before ‘&’ token
../src/ndnSIM/utils/batches.cc:57: error: expected `}' at end of input
'''