dalerank / nanogui-sdl

Minimalistic port of NanoGUI claim works with SDL API w/o external dependencies.
Other
437 stars 77 forks source link

Compiling for Mac OSX #13

Closed unnikrishnan-anil closed 5 years ago

unnikrishnan-anil commented 8 years ago

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
dalerank commented 5 years ago

redesigned for sdl2 api only, try now