-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
[ode:x64-windows] build failure #15250
Comments
@editing00 ,What is the exact version of GCC that you are using? |
Dear JonLiu
I'm using visual studio 2019, CMAKE and vcpkg on the windos 10.
from namkyung Yoon
…-----Original Message-----
From: "JonLiu1993"<notifications@github.com>
To: "microsoft/vcpkg"<vcpkg@noreply.github.com>;
Cc: "editing00"<editing00@naver.com>; "Mention"<mention@noreply.github.com>;
Sent: 2020-12-23 (수) 11:25:01 (GMT+09:00)
Subject: Re: [microsoft/vcpkg] [ode:x64-windows] build failure (#15250)
@editing00 ,What is the exact version of GCC that you are using?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
cmake 3.19.1 visual studio 2019 Qt 5.12.1 vcpkg 2020-11-12-nohash https://github.com/thomasmarsh/ODE is it required to use older version of cmake ??? |
@editing00 ,I can successfully build ode on my computer,I investigated some related issues and found that the version of Cmake does affect the construction of the port. My cmake version is cmake-3.18.4-win32-x86, you can try to build with the old version |
Thank you. but I mean, it doesn't work with vcpkg command |
By inspecting the log, the error seems to be:
I guess this is due to this bug in CMake 3.19.0 and 3.19.1 : https://gitlab.kitware.com/cmake/cmake/-/issues/21529 . I did not checked, but I guessed probably it should be fixed by using CMake 3.19.2 . |
@editing00 ,Thanks for posting this issuse, please use CMake 3.19.2, Please reopen this issue if it still be a problem for you |
Host Environment
To Reproduce
Steps to reproduce the behavior:
c:\src\vcpkg>vcpkg install --recurse --triplet x64-windows dartsim
config-x64-windows-out.log
Failure logs
Package: ode:x64-windows
Vcpkg version: 2020.11.12-nohash
Additional context
Add any other context about the problem here, such as what you have already tried to resolve the issue.
The text was updated successfully, but these errors were encountered: