Skip to content

Unable to build on VS2019 #18

Closed
Closed
@UNDEFINED-BEHAVIOR

Description

@UNDEFINED-BEHAVIOR

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:

image

This one goes away after removing constexpr qualifier. (should this be ignored?)

image

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

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions