open-simulation-interface
open-simulation-interface copied to clipboard
Unable to build
Describe the bug
A clear and concise description of what the bug is.
Describe how to reproduce the bug
Steps to reproduce the behavior:
- Follow the guide to build it on linux
- decide to dynamically link (cause the static link guide mentions a ./configure script in protobuf that doesnt exist)
- run the make comand in the build directory
- It fails with a huge message
Describe the expected behavior
I expect the build to work
Show some screenshots
Not a screenshot but the make output output.txt its attached and not a code block as its quite long
Describe the OS you are using
- OS: NixOS 24.05
Additional context
It says something about protobuf needing cpp14 but i have cpp14 installed