Hi, I am trying to build Chrono from the source Windows 11 with C:\msys64\ucrt64\bin\g++.exe compiler
I am getting the following errors: *[build] C:/Users/fundu/chrono/src/chrono/core/ChCoordsys.cpp:17:32: error: external linkage required for symbol 'chrono::CSYSNULL' because of 'dllexport' attribute* *[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] | ^~~~~~~~* Thank you, Kirill. -- You received this message because you are subscribed to the Google Groups "ProjectChrono" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/projectchrono/0b730598-da9b-4892-a5d7-66543c2c86c1n%40googlegroups.com.
