after the last update to magnum "master" I got compilation errors If I build examples.
Did something change for magnum linking? This came after last pull. There is a ton of undefined types. Or I did something wrong?
example of the error: e:\git\magnum-examples\src\shadows\shadowsexample.cpp(290): error C2027: use of undefined type 'Magnum::Math::Color3<Magnum::Float>'
Hi, sorry, this is because I pushed a header-hygiene commit to Magnum late last week (mosra/magnum@a0f0015) but didn't have time to update the depending projects for it yet. I'm on that today, will ping you once it's done :)
Just a note -- I'm doing a bunch of buildsystem-related changes to the repos in preparation for a stable release, so a few more similar issues might temporarily pop up over the next few days, until it settles down again -- such breakages are quite uncommon for this project.
Hello guys,
after the last update to magnum "master" I got compilation errors If I build examples.
Did something change for magnum linking? This came after last pull. There is a ton of undefined types. Or I did something wrong?
example of the error:
e:\git\magnum-examples\src\shadows\shadowsexample.cpp(290): error C2027: use of undefined type 'Magnum::Math::Color3<Magnum::Float>'
My build script (tested Windows build):
https://github.com/janbajana/script-helpers/blob/master/cmake-scripts/setup-magnum-examples-build.sh
The text was updated successfully, but these errors were encountered: