我正在研究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
你知道为什么会这样吗?或者如果版本有问题?如何包含丢失的文件?
答案 0 :(得分:2)
使用Ubuntu 18.04,我已经能够按照Renderer建立INet而不会出错。他的帖子链接到torokati44's "cherry-picking"提交。以下是我所做的步骤:
希望这适合你!欢呼声。