ange-yaghi / engine-sim

Combustion engine simulator that generates realistic audio.
http://engine-sim.parts/
MIT License
8.71k stars 786 forks source link

Cannot compile and getting the error from piranha #418

Open lokitkhemka opened 1 year ago

lokitkhemka commented 1 year ago

Custom build for 'D:\engine-sim\build\CMakeFiles\9c201e4c60d094a9ac61769a76bd3e47\parser.auto.cpp.rule;D:\engine-sim\build\CMakeFiles\9c201e4c60d094a9ac61769a76bd3e47\scanner.auto.cpp.rule;D:\engine-sim\dependencies\submodules\piranha\CMakeLists.txt' exited with code 63.

I keep getting the above error while trying to build piranha. I even tried to build it as a separate project, but it is giving the same error. Any help please? Thank you.

LarryMoe11 commented 1 year ago

If you haven't already fixed this, you can scroll up in CMake to show what error code 63 actually is. Are you using visual studio or are you using CMake directly?