Skip to content

Instantly share code, notes, and snippets.

@TheMarex
Created June 2, 2015 14:14
Show Gist options
  • Save TheMarex/eccf410f6c1496eacf21 to your computer and use it in GitHub Desktop.
Save TheMarex/eccf410f6c1496eacf21 to your computer and use it in GitHub Desktop.
uild started
git config --global core.autocrlf input
git clone -q git://github.com/Project-OSRM/osrm-backend.git c:\projects\osrm
git fetch -q origin +refs/pull/1508/merge:
git checkout -qf FETCH_HEAD
Running Install scripts
nuget install protobuf
Installing 'protobuf 2.5.0.0'.
Successfully installed 'protobuf 2.5.0.0'.
cd c:\projects\osrm
curl -O http://build.project-osrm.org/libs_osrm_%Configuration%.7z
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14.4M 0 15587 0 0 14247 0 0:17:43 0:00:01 0:17:42 14247 6 14.4M 6 964k 0 0 474k 0 0:00:31 0:00:02 0:00:29 474k 65 14.4M 65 9629k 0 0 3176k 0 0:00:04 0:00:03 0:00:01 3176k100 14.4M 100 14.4M 0 0 4227k 0 0:00:03 0:00:03 --:--:-- 4227k
7z x libs_osrm_%Configuration%.7z | find ":"
Processing archive: libs_osrm_Debug.7z
Folders: 394
Files: 3584
Size: 234364713
Compressed: 15150309
cd c:/projects/osrm
mkdir build
cd build
echo Running cmake...
Running cmake...
call "%VS120COMNTOOLS%\..\..\VC\vcvarsall.bat" x86_amd64
SET PATH=C:\Program Files (x86)\MSBuild\12.0\bin\;%PATH%
SET P=c:/projects/osrm
set TBB_INSTALL_DIR=%P%/tbb
set TBB_ARCH_PLATFORM=intel64/vc12
cmake .. -G "Visual Studio 12 Win64" -DCMAKE_BUILD_TYPE=%Configuration% -DCMAKE_INSTALL_PREFIX=%P%/libs -DBOOST_ROOT=%P%/boost_min -DBoost_ADDITIONAL_VERSIONS=1.57 -DBoost_USE_STATIC_LIBS=ON -T CTP_Nov2013
-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:9 (project):
No CMAKE_C_COMPILER could be found.
CMake Error at CMakeLists.txt:9 (project):
No CMAKE_CXX_COMPILER could be found.
-- Configuring incomplete, errors occurred!
See also "C:/projects/osrm/build/CMakeFiles/CMakeOutput.log".
See also "C:/projects/osrm/build/CMakeFiles/CMakeError.log".
Command exited with code 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment