-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Airsim Build error: Cmake Windows #1753
Comments
try install module C++ In Microsoft Visual Studio. |
Initially looking at this it seems like an issue with I recommend you try and start the native tools as a normal user and clone the AirSim repo into another non-system directory. Example: |
@samuelgarcia321 So I verified that the C++ module was installed (see images) also included a list of the individual components perhaps I have missed something? @arian-amador Moved it to my D: drive, ran as a normal user rather than admin, same problem. |
@ethbond, were you able to compile it? |
I managed to compile it, but by doing a workaround. The cmake install is fine. The problem seems to be with Check_cmake.bat, failing to find the cmake version, or writing the version it finds to the "cmake_version" variable. My workaround was to just type in my version into line 8 of Check_cmake.bat: set "cmake_version= 3. 13" Saved the .bat, ran the build again and it worked fine. |
@ethbond thanks for getting back quickly The issue seems to be this line https://github.com/Microsoft/AirSim/blob/master/check_cmake.bat#L12 Can you please share the output of In my machine, I don't have cygwin, so it's simply:
|
Remove docker build, add Ubuntu 18.04, 16.04, Windows, OSX builds Hack for correct Path.exe on Windows, issue microsoft#1753 Hack for reducing compilation wrning output while still seeing errors
Remove docker build, add Ubuntu 18.04, 16.04, Windows, OSX builds Hack for correct Find.exe on Windows, issue microsoft#1753 Hack for reducing compilation wrning output while still seeing errors
Remove docker build, add Ubuntu 18.04, 16.04, Windows, OSX builds Hack for correct Find.exe on Windows, issue microsoft#1753 Hack for reducing compilation wrning output while still seeing errors
Remove docker build, add Ubuntu 18.04, 16.04, Windows, OSX builds Hack for correct Find.exe on Windows, issue microsoft#1753 Hack for reducing compilation wrning output while still seeing errors
Remove docker build, add Ubuntu 18.04, 16.04, Windows, OSX builds Hack for correct Find.exe on Windows, issue microsoft#1753 Hack for reducing compilation wrning output while still seeing errors
Remove docker build, add Ubuntu 18.04, 16.04, Windows, OSX builds Hack for correct Find.exe on Windows, issue microsoft#1753 Hack for reducing compilation wrning output while still seeing errors
Remove docker build, add Ubuntu 18.04, 16.04, Windows, OSX builds Hack for correct Find.exe on Windows, issue microsoft#1753 Hack for reducing compilation wrning output while still seeing errors
Remove docker build, add Ubuntu 18.04, 16.04, Windows, OSX builds Hack for correct Find.exe on Windows, issue microsoft#1753 Hack for reducing compilation warning output while still seeing errors
Remove docker build, add Ubuntu 18.04, 16.04, Windows, OSX builds Hack for correct Find.exe on Windows, issue microsoft#1753 Hack for reducing compilation wrning output while still seeing errors
Remove docker build, add Ubuntu 18.04, 16.04, Windows, OSX builds Hack for correct Find.exe on Windows, issue microsoft#1753 Hack for reducing compilation warning output while still seeing errors
Remove docker build, add Ubuntu 18.04, 16.04, Windows, OSX builds Hack for correct Find.exe on Windows, issue microsoft#1753 Hack for reducing compilation warning output while still seeing errors
Remove docker build, add Ubuntu 18.04, 16.04, Windows, OSX builds Hack for correct Find.exe on Windows, issue microsoft#1753 Hack for reducing compilation warning output while still seeing errors Former-commit-id: 33b2ac60aae3e03b037d9281563352ab84599bfa
Thank you for your solution. Worked for me too. |
Attempting to build Airsim, error reading what version cmake I have.
did cmake --version to check installed version (see screen cap), seems to be fine any ideas?
The text was updated successfully, but these errors were encountered: