Parrot-Developers / olympe

Python controller library for Parrot Drones
https://developer.parrot.com/docs/olympe/index.html
BSD 3-Clause "New" or "Revised" License
80 stars 36 forks source link

make error detected by building olympe-linux #27

Closed jrodbet closed 1 year ago

jrodbet commented 3 years ago

Hi guys,

I am trying to install olympe on linux for windows but I got this error when I run this command ./build.sh -p olympe-linux -A all final -j

Has anyone idea what could be the problem? error_olympe_build

ndessart commented 1 year ago

Could you please re-run the build script with the following env var set "V=1. /build.sh -p olympe-linux -A all final -j" ? This should increase the verbosity level and echo the make recipes that are failing here. I guess that you are missing some build dependency on your WSL environment.