Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Building Sumo with Visual Studio on Windows 10

Dear Sumo-Experts,

trying to build SUMO I run into the following Problem:

[216/837] cmd.exe /C "cd /D C:\SomeDir\sumo\out\build\x64-Release\src\microsim\pedestrians && C:\SomeDir\SUMOLibraries\3rdPartyLibs\protobuf-3.9.1\bin\protoc.exe --grpc_out=C:/aktiv/SomeDir/sumo/out/build/x64-Release/src/microsim/pedestrians --plugin=protoc-gen-grpc=C:/aktiv/SomeDir/SUMOLibraries/grpc-1.10.0/Release/grpc_cpp_plugin.exe -I C:/aktiv/SomeDir/sumo/src/microsim/pedestrians C:/aktiv/SomeDir/sumo/src/microsim/pedestrians/hybridsim.proto"
  FAILED: src/microsim/pedestrians/hybridsim.grpc.pb.cc src/microsim/pedestrians/hybridsim.grpc.pb.h
  cmd.exe /C "cd /D C:\SomeDir\sumo\out\build\x64-Release\src\microsim\pedestrians && C:\SomeDir\SUMOLibraries\3rdPartyLibs\protobuf-3.9.1\bin\protoc.exe --grpc_out=C:/aktiv/SomeDir/sumo/out/build/x64-Release/src/microsim/pedestrians --plugin=protoc-gen-grpc=C:/aktiv/SomeDir/SUMOLibraries/grpc-1.10.0/Release/grpc_cpp_plugin.exe -I C:/aktiv/SomeDir/sumo/src/microsim/pedestrians C:/aktiv/SomeDir/sumo/src/microsim/pedestrians/hybridsim.proto"
  --grpc_out: protoc-gen-grpc: %1 ist keine zulõssige Win32-Anwendung.

The Libraries were successfully build before and as the error occurs only in step 216/837 some other binaries like "Present3D.exe" are successfully build as well. 

I am trying to do the complete build with Visual Studio 2017 only. Configuration is x64-Release. The error occurs Independent of whether the Libraries are build in their x86 or x64 configuration. OS is Windows 10.

Are you maybe already Aware of this issue and know a fix?

Many thanks in advance,
Marcus

Back to the top