You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was following the steps from the manual to build on windows but it seems like the scrypt for 3dr party libraries is not working as it should.
Here is the c/p what I get when I run it with the power shell:
_PS D:\GitHub\multicopter_design> ./windows_setup.ps1
wget : Repository eigen/eigen not found
At D:\GitHub\multicopter_design\externals\opengl_viewer\windows_setup.ps1:5 char:1
Expand-Archive : The path 'Eigen.3.3.4.zip' either does not exist or is not a valid file system path.
At D:\GitHub\multicopter_design\externals\opengl_viewer\windows_setup.ps1:6 char:1
mv : Cannot find path 'D:\GitHub\multicopter_design\externals\opengl_viewer\externals\eigen-eigen-5a0156e40feb'
because it does not exist.
At D:\GitHub\multicopter_design\externals\opengl_viewer\windows_setup.ps1:8 char:1
rm : Cannot find path 'D:\GitHub\multicopter_design\externals\opengl_viewer\Eigen.3.3.4.zip' because it does not exist.
At D:\GitHub\multicopter_design\externals\opengl_viewer\windows_setup.ps1:9 char:1
Hello!
I was following the steps from the manual to build on windows but it seems like the scrypt for 3dr party libraries is not working as it should.
Here is the c/p what I get when I run it with the power shell:
_PS D:\GitHub\multicopter_design> ./windows_setup.ps1
wget : Repository eigen/eigen not found
At D:\GitHub\multicopter_design\externals\opengl_viewer\windows_setup.ps1:5 char:1
Expand-Archive : The path 'Eigen.3.3.4.zip' either does not exist or is not a valid file system path.
At D:\GitHub\multicopter_design\externals\opengl_viewer\windows_setup.ps1:6 char:1
mv : Cannot find path 'D:\GitHub\multicopter_design\externals\opengl_viewer\externals\eigen-eigen-5a0156e40feb'
because it does not exist.
At D:\GitHub\multicopter_design\externals\opengl_viewer\windows_setup.ps1:8 char:1
rm : Cannot find path 'D:\GitHub\multicopter_design\externals\opengl_viewer\Eigen.3.3.4.zip' because it does not exist.
At D:\GitHub\multicopter_design\externals\opengl_viewer\windows_setup.ps1:9 char:1
How to solve this?
Brs
The text was updated successfully, but these errors were encountered: