NREL / Spawn

Other
15 stars 3 forks source link

embedded filesystem limitation #33

Closed kbenne closed 2 years ago

kbenne commented 3 years ago

It appears that some special characters cause trouble. I think this is addressed for OpenStudio's embedded filesystem so it might be worth a look there.

|| /bin/sh: 1: Syntax error: "(" unexpected make[2]: *** [cli/CMakeFiles/spawn.dir/build.make|5075| cli/embedded_files/JModelica/ThirdParty/MSL/Modelica/Resources/Images/Magnetic/QuasiStatic/FundamentalWave/Phi(ref)=Phi,re+jPhi,im_png.cxx] Error 2

In order to reproduce this, just build the "compiler_hook" branch with the MSL lines uncommented. https://github.com/NREL/Spawn/blob/compiler_hook/cli/CMakeLists.txt#L154

lefticus commented 2 years ago

@kbenne has compiler_hook been merged into develop?