kcat / alure

Alure is a utility library for OpenAL, providing a C++ API and managing common tasks that include file loading, caching, and streaming
zlib License
70 stars 20 forks source link

Build errors on macOS Sierra (std::array and constexpr) #5

Closed karamellpelle closed 6 years ago

karamellpelle commented 7 years ago

The current code does not build on macOS Sierra. It is very easy to fix, however:

kcat commented 6 years ago

It's building now on macOS using XCode8. Have the errors been fixed on your end too?

karamellpelle commented 6 years ago

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.