dalerank / nanogui-sdl

Minimalistic port of NanoGUI claim works with SDL API w/o external dependencies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compiling for Mac OSX

CatsNipYummy opened this issue · comments

While trying to use nanogui-sdl in Mac OSX Sierra, Eigen gives me the following error:

/usr/local/include/eigen3/Eigen/src/Core/DenseStorage.h:277: error: no member named 'move' in namespace 'std'; did you mean 'modf'?
      : m_data(std::move(other.m_data))
               ~~~~~^~~~
                    modf

redesigned for sdl2 api only, try now