AirSim icon indicating copy to clipboard operation
AirSim copied to clipboard

build.cmd throws this error "LINK : fatal error LNK1181: cannot open input file 'rpc.lib'"

Open 1080772AntonioDidier opened this issue 3 years ago • 1 comments

i want to create a custom environment for simulation.

im following the guide https://microsoft.github.io/AirSim/build_windows/ to build the solution

when running the build.cmd it starts going and then throws this error.

image

the problem is within the AirLib but i can't figure this out.

am i missing some dependencies?

1080772AntonioDidier avatar Aug 04 '22 06:08 1080772AntonioDidier

Yes, cannot find rpc.lib. Maybe your network is, I just guess, poor. You can open AirSim.sln and configure projects. rpclib: https://github.com/rpclib/rpclib/releases

dzywater avatar Aug 05 '22 01:08 dzywater