Compile ns2 in Linux Mint 18

少于 1 分钟 阅读

编译NS2的时候,${NS_DIR}/ns-2.35/linkstate/ls.h报错:erase not in this scope(大概是这样,记不清了)。修改该文件的第137行如下:

void eraseAll() { erase(baseMap::begin(), baseMap::end()); }
void eraseAll() { baseMap::erase(baseMap::begin(), baseMap::end()); }

分类:

最新的: