Windows Install: Install Folder doesn't exist after running Gazebo Configure commands
I am a complete noob to this. I am trying to install Gazebo on a Windows 10 PC. I execute this code:
**> cd ....\gazebo mkdir build cd build
if you want debug, run ..\configure Debug ..\configure nmake gzclient
nmake gzserver nmake install**
In a administrator command window in Visual Studio. The command runs and gives me some failures, and doesn't create the install folder. Not sure what I am doing wrong. Here is the CMakeOutput log:
**> The system is: Windows - 10.0.16299 -
AMD64 Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. Compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.13.26128/bin/Hostx86/x64/cl.exe Build flags: Id flags:
The output was: 0 Microsoft (R) C/C++ Optimizing Compiler Version 19.13.26129 for x64 Copyright (C) Microsoft Corporation. All rights reserved.
CMakeCCompilerId.c Microsoft (R) Incremental Linker Version 14.13.26129.0 Copyright (C) Microsoft Corporation. All rights reserved.
/out:CMakeCCompilerId.exe CMakeCCompilerId.obj
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CMakeCCompilerId.exe"
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CMakeCCompilerId.obj"
The C compiler identification is MSVC, found in "C:/Program Files (x86)/gz-ws/gazebo/build/CMakeFiles/3.11.0/CompilerIdC/CMakeCCompilerId.exe"
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. Compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.13.26128/bin/Hostx86/x64/cl.exe Build flags: Id flags:
The output was: 0 Microsoft (R) C/C++ Optimizing Compiler Version 19.13.26129 for x64 Copyright (C) Microsoft Corporation. All rights reserved.
CMakeCXXCompilerId.cpp Microsoft (R) Incremental Linker Version 14.13.26129.0 Copyright (C) Microsoft Corporation. All rights reserved.
/out:CMakeCXXCompilerId.exe CMakeCXXCompilerId.obj
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CMakeCXXCompilerId.exe"
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CMakeCXXCompilerId.obj"
The CXX compiler identification is MSVC, found in "C:/Program Files (x86)/gz-ws/gazebo/build/CMakeFiles/3.11.0/CompilerIdCXX/CMakeCXXCompilerId.exe"
Determining if the C compiler works passed with the following output: Change Dir: C:/Program Files (x86)/gz-ws/gazebo/build/CMakeFiles/CMakeTmp
Run Build Command:"nmake" "/NOLOGO" "cmTC_ab5bc\fast" "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.13.26128\bin\HostX86\x86\nmake.exe" -f CMakeFiles\cmTC_ab5bc.dir\build.make /nologo -L
CMakeFiles\cmTC_ab5bc.dir\buildBuilding C object CMakeFiles/cmTC_ab5bc.dir/testCCompiler.c.obj
C:\PROGRA~2\MICROS~2\2017\COMMUN~1\VC\Tools\MSVC\1413~1.261\bin\Hostx86\x64\cl.exe @C:\Users\Greg\AppData\Local\Temp\nm2D12.tmp
testCCompiler.c
Linking C executable cmTC_ab5bc.exe
"C:\Program Files\CMake\bin\cmake.exe" -E vs_link_exe --intdir=CMakeFiles\cmTC_ab5bc.dir --manifests -- C:\PROGRA~2\MICROS~2\2017\COMMUN~1\VC\Tools\MSVC\1413~1.261\bin\Hostx86\x64\link.exe /nologo @CMakeFiles\cmTC_ab5bc.dir\objects1.rsp @C:\Users\Greg\AppData\Local\Temp\nm2F65.tmp
Detecting C compiler ABI info compiled with the following output ...
Out of curiosity, what instructions are you following to install Gazebo on Windows 10? I wasn't aware that it was possible to run Gazebo on Windows.