Closed karamellpelle closed 6 years ago
It's building now on macOS using XCode8. Have the errors been fixed on your end too?
Sorry for very late answer! I've been away from programming for a long time.
Alure with the newest commit e8ae3d3d builds on my macOS High Sierra with XCode 9.1. The examples are working.
The current code does not build on macOS Sierra. It is very easy to fix, however:
#include <array>
to the includes in include/AL/alure2.h.constexpr
from the functionVector3::getLength()
in include/AL/alure2.h (std::sqrt()
is not a compile time function (constexpr)).