|
From: Diogo A. <amo...@gm...> - 2019-07-10 18:58:09
|
Dear all, My issue is with anuga_viewer on MacOS. Since I could not execute this pre-install line (sudo apt-get install build-essential libgdal-dev make git libopenscenegraph-dev) as on Ubuntu, I have compiled openscenegraph separately, but as I attempted to run make for anuga_viewer installation, errors popped up. I have managed to solve some errors related to c++11 FLAG and X11 lib. But at the moment, I am stuck on this error while applying `make`: no type named 'GUIEventHandlerVisitor' in namespace 'osgGA'; did you mean 'GUIEventHandler'? I have a feeling it is related to some incompatibility between the OSViewer version I compiled manually and the one anuga_viewer is using to compile. Could you confirm that? If so, is there anything I should alter within the makefile lines? I compiled openSceneGraph 3.6.3 (latest). Cheers, Diogo |