OpenSimulationInterface / open-simulation-interface

A generic interface for the environmental perception of automated driving functions in virtual scenarios.
Other
265 stars 124 forks source link

Unable to build #819

Open VoreckLukas opened 1 month ago

VoreckLukas commented 1 month ago

Describe the bug

A clear and concise description of what the bug is.

Describe how to reproduce the bug

Steps to reproduce the behavior:

  1. Follow the guide to build it on linux
  2. decide to dynamically link (cause the static link guide mentions a ./configure script in protobuf that doesnt exist)
  3. run the make comand in the build directory
  4. 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

Additional context

It says something about protobuf needing cpp14 but i have cpp14 installed