osrm-backend icon indicating copy to clipboard operation
osrm-backend copied to clipboard

Cannot compile on Windows

Open albertoarmida opened this issue 3 years ago • 1 comments

Reading last release appveyor-build.bat is missing. Using an old appveyor-build.bat file, compilation hangs with errore message "Invoke-WebRequest : Impossibile risolvere il nome remoto.: 'project-osrm.wolt.com'" (the site is unreachable).

albertoarmida avatar Sep 07 '22 10:09 albertoarmida

project-osrm.wolt.com went offline(at least judging by https://github.com/Project-OSRM/osrm-backend/pull/6314). Use Conan to download dependencies on Windows cmake -DENABLE_CONAN=ON ... You can use our CI script as an example: https://github.com/Project-OSRM/osrm-backend/blob/master/scripts/ci/windows-build.bat

SiarheiFedartsou avatar Sep 07 '22 18:09 SiarheiFedartsou

This issue seems to be stale. It will be closed in 30 days if no further activity occurs.

github-actions[bot] avatar Jul 08 '24 20:07 github-actions[bot]