SteamVR-OSVR icon indicating copy to clipboard operation
SteamVR-OSVR copied to clipboard

EIGEN_PI error

Open emrum opened this issue 5 years ago • 0 comments

Description of issue

I got this error (on ubuntu 19.10, compiling from git): /usr/include/osvr/Util/EigenQuatExponentialMap.h:164:31: error: ‘EIGEN_PI’ was not declared in this scope;

temporary SOLUTION : add the following line on top of /usr/include/osvr/Util/EigenQuatExponentialMap.h after the line including EigenCoreGeometry.h : #define EIGEN_PI 3.141592654


hint: before compiling from git clone, maybe try : git submodule update --init --recursive

emrum avatar Dec 04 '19 09:12 emrum