Robotics StackExchange | Archived questions

nmake build gazebo7 on windows10

Hello everybody: I am install gazebo7 on windows and I am stuck an problem for build gazebo. The ign-math2 and sdformat has compiled.

when I run "nmake gzserver" has message:

C:\gz_ws\gazebo\build>nmake gzserver

Microsoft (R) Program Maintenance Utility Version 12.00.21005.1
Copyright (C) Microsoft Corporation.  All rights reserved.

[  0%] Building CXX object deps/opende/GIMPACT/CMakeFiles/gazebo_gimpact.dir/src/gim_tri_tri_overlap.cpp.obj
gim_tri_tri_overlap.cpp
c1xx : fatal error C1083: Cannot open source file: 'C:\gz_ws\gazebo\deps\opende\GIMPACT\src\gim_tri_tri_overlap.cpp': No such file or directory
NMAKE : fatal error U1077: 'C:\PROGRA~2\MICROS~1.0\VC\bin\X86_AM~1\cl.exe' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\BIN\nmake.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\BIN\nmake.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\BIN\nmake.exe"' : return code '0x2'
Stop.

And My Windows env:

ign-math2

sdformat4.4.0

CMake 3.8.2

VS2013 communitywithupdate5x86

Ruby 2.4

May somebody has a solution for same problem? Thanks for your help.

Asked by WongFeiWah on 2018-09-17 03:47:28 UTC

Comments

I don't think that we managed to fix gazebo7 for Windows. I can recommend to try with gazebo8 https://build.osrfoundation.org/view/os_windows/job/gazebo-ci-gazebo8-windows7-amd64/ that seems to compile on our buildfarm.

Asked by Jose Luis Rivero on 2018-10-04 12:25:03 UTC

Answers