I'm working on Ubuntu and I've installed last version of simulator omnet++ 5.3. I've downloaded INET Framework 3.6.4 and after importing it on omnet++ I get an error when building it, which is:
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
Do you know why this is happening? or if it is a problem about versions? How can I include the missing file?