【发布时间】:2018-05-07 10:59:41
【问题描述】:
我正在使用 Ubuntu,并且我已经安装了模拟器 omnet++ 5.3 的最新版本。我已经下载了 INET Framework 3.6.4,在 omnet++ 上导入后,在构建它时出现错误,即:
inet/common/geometry/common/CoordinateSystem.cc:21:10: fatal error: osgEarthUtil/ObjectLocator: No such file or directory
#include <osgEarthUtil/ObjectLocator>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [../out/gcc-release/src/inet/common/geometry/common/CoordinateSystem.o] Error 1
Makefile:1330: recipe for target '../out/gcc-release/src/inet/common/geometry/common/CoordinateSystem.o' failed
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/home/noelia/Downloads/inet/src'
Makefile:6: recipe for target 'all' failed
make: *** [all] Error 2
你知道为什么会这样吗?或者如果是版本问题?如何包含丢失的文件?
【问题讨论】: