paroj / gltut

Learning Modern 3D Graphics Programming
https://paroj.github.io/gltut/
MIT License
1.57k stars 377 forks source link

MacOS build error - glsdk #144

Open ZehuaZhang opened 2 years ago

ZehuaZhang commented 2 years ago

MacOS Montery XCode 13

Run with

mkdir -p build
cd build
cmake ..
cmake --build . --config Release

Error

[ 10%] Building CXX object glsdk/CMakeFiles/glutil.dir/glutil/source/Shader.cpp.o
glsdk/glutil/include/glutil/array_ref.h:100:11: error: no matching constructor for initialization of 'std::out_of_range'
ben-p-commits commented 1 year ago

I have the same issue... :(

just-chillin commented 11 months ago

Same, haven't found a workaround