Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Building Sumo with Visual Studio on Windows 10
  • From: Michael Behrisch <oss@xxxxxxxxxxx>
  • Date: Tue, 15 Oct 2019 22:05:46 +0200
  • Autocrypt: addr=oss@xxxxxxxxxxx; prefer-encrypt=mutual; keydata= xsDiBFLSvucRBACGsasS4GeIWs1CFNTOYmp3ScQ2ZTJLJWQxhPliwtHTzLsErYu9Y7e8qDov iHFviYyaNuceUNoACm1e4MT4eu0DmM2Wk3y/jjD6hfm7L0EZNPxQhj+CJf2oZAm2ezCe7/si xZ2d7TCO8yWavOGbF0EVi/ZDIJqVgupu6WBpv/NCewCg65HQiS1wm+1w1MdFYxKCmXzbv08D /iWXX3tzabbCrLlUum8hBgBpJEHRtlic2uaGsKm8Fize4tfLZkTBbTYLYXfcx2Oq9+lINPTW h9jnbCjAjErRWLTjNTQjel0JnDryCnqabub/R3wScR/EHRDBeS9L6YRj0xdVd2qIaArtSYRR auKPNc4M2qZNEFSM37cXC7avhpdeA/99oJf4qyVly4RxHmekAmj9UJjRx17x9xX8t9uzUuSt AeTh+kQ3o5jK7veU6/F/+pPyi96EOzym9BJA8pgXC8hLWNjOajI10filkdQ26QsfHOpUdPSZ 4Duyw9Ayj8loagEnnAONmU/xE0QlyVBANIut0W+SNqPScYXfnBbVOaG3Hc0mTWljaGFlbCBC ZWhyaXNjaCA8bWljaGFlbEBiZWhyaXNjaC5kZT7CZgQTEQIAJgIbIwcLCQgHAwIBBhUIAgkK CwQWAgMBAh4BAheABQJS0sKXAhkBAAoJEDwQ/pbRcKYp+SEAoMJSvUzfk3u6EA1nMlMVSk85 nHhoAJ0VE5xLi2ni8j9wdx+uga7XGLtjhs7ATQRS0r7nEAQAkQLdzlu3i/Ddziadm2c/60ZX bcY3FYhHHfsKUHC/QING+lu3uHG0nPaElPTAHTr8UdFMbmpXkRs9+1v1RAvHBWW95BbUXZeu oBsoCm+4Jdktu+PeVxGKhOwQRdR30A4y/bIeRn7iMzkZKoQh0lE3ZEbs0T8TUHBGBUqwEhIv Y0MAAwUD/RXrkwtUiR61/bT96eMaxGtO15AqvlM8DYQ3Xs6EH09QlGzr/i0+usi01wGoh13p YGjzEDtTqO+lNs9AtS7nZAHA3cCWzLmdEXw6EY7IH4X7zOpKoj+JtLNjUd2Nzvhyl48LT217 g8GmCACL6Wo/G+fZ+30Mny+gWbDtEGXNIv7fwkkEGBECAAkFAlLSvucCGwwACgkQPBD+ltFw pimNZQCgnN5oibnjl7r2SVle6hgUMcckfN4AoMYRjy/Tqz9tq8TSUqNcOTjlMR7D
  • Delivered-to: sumo-user@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/sumo-user>
  • List-help: <mailto:sumo-user-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=unsubscribe>
  • User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.1

Dear Marcus,
this is a known bug with our GRPC setup, which should be fixed now.

Best regards,
Michael

Am 14.10.19 um 19:54 schrieb Marcus Müller:
> 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
> <http://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
> 
> _______________________________________________
> sumo-user mailing list
> sumo-user@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/sumo-user
> 


Attachment: signature.asc
Description: OpenPGP digital signature


Back to the top