Closed
Description
I've been trying to build a minimal program (branch: base) using these instructions
https://github.com/mosra/magnum-bootstrap
https://doc.magnum.graphics/magnum/getting-started.html
but gotten stuck on errors posted below:
This one goes away after removing constexpr qualifier. (should this be ignored?)
I've tracked down the issue to MagnumGL project failing to build but still couldn't pinpoint the exact problem. What did I miss?
environment:
windows,
VS2019
clang (v142) (LLVM 8.0)
Debug, x64
cmake setting:
WITH_SDL2APPLICATION=ON
set(CMAKE_CXX_STANDARD 17)
Corrade, magnum were installed as submodule.
both checked out @ tag 2019.01