Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scrypt for 3rd party libraries not working #11

Open
lukaj-sumins opened this issue Sep 6, 2020 · 0 comments
Open

Scrypt for 3rd party libraries not working #11

lukaj-sumins opened this issue Sep 6, 2020 · 0 comments

Comments

@lukaj-sumins
Copy link

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

  • wget http://bitbucket.org/eigen/eigen/get/3.3.4.zip -OutFile Eigen.3. ...
  •   + CategoryInfo          : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebExc
     eption
      + FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand
    

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

  • Expand-Archive Eigen.3.3.4.zip -DestinationPath externals
  •   + CategoryInfo          : InvalidArgument: (Eigen.3.3.4.zip:String) [Expand-Archive], InvalidOperationException
      + FullyQualifiedErrorId : ArchiveCmdletPathNotFound,Expand-Archive
    
    

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

  • mv externals/eigen-eigen-5a0156e40feb externals/eigen
  •   + CategoryInfo          : ObjectNotFound: (D:\GitHub\multi...en-5a0156e40feb:String) [Move-Item], ItemNotFoundExce
     ption
      + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.MoveItemCommand
    
    

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

  • rm Eigen.3.3.4.zip
  •   + CategoryInfo          : ObjectNotFound: (D:\GitHub\multi...Eigen.3.3.4.zip:String) [Remove-Item], ItemNotFoundEx
     ception
      + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand_
    
    

How to solve this?

Brs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant