OMNET++ giving [osgEarth]* CropFilter - METHOD_CROPPING not available - please compile osgEarth with GEOS #2306
-
Hi, thanks for reading my question. I have osgearth, geos, and gdal installed using apt-get, but still get the 'subject error' when running the default omnet++ example loacted at: https://github.com/omnetpp/omnetpp/tree/master/samples/osg-earth To start, here is my setup:
The following installed using apt-get:
Note: have the following override in OMNET++ configuration "Run/Debug settings":
With this error, the simulation runs, however the console log gets hammered with the 'subject' error.
Any guidance would be appreciated. Cheers, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Even though you apparently have GEOS installed, CMake is not picking it up. Make sure your CMake configuration for osgEarth is pointing to the GEOS C libraires. |
Beta Was this translation helpful? Give feedback.
Fire up cmake-gui and plug them in there?