[build] 17 | ChApi const ChCoordsys<double> CSYSNULL(ChVector<>(0, 0, 0), ChQuaternion<>(0, 0, 0, 0));
[build] | ^~~~~~~~
[build] C:/Users/fundu/chrono/src/chrono/core/ChCoordsys.cpp:18:32: error: external linkage required for symbol 'chrono::CSYSNORM' because of 'dllexport' attribute
[build] 18 | ChApi const ChCoordsys<double> CSYSNORM(ChVector<>(0, 0, 0), ChQuaternion<>(1, 0, 0, 0));
[build] | ^~~~~~~~