open-simulation-platform / libcosim

OSP C++ co-simulation library
https://open-simulation-platform.github.io/libcosim
Mozilla Public License 2.0
55 stars 10 forks source link

osp_system_structure_schema.hpp fails to compile through WSL #678

Closed markaren closed 2 years ago

markaren commented 2 years ago

error: missing terminating " character [-Werror]

Error reported using gcc 7.5.0 (Ubuntu 18.04) and gcc 9 (Ubuntu 20.04)

What happens is that the generated string is generated with newlines for some reason...

The underlying reason might be skewed timings between the two systems (Make).

markaren commented 2 years ago

Aight, the issue is conflicting file endings.