-
Notifications
You must be signed in to change notification settings - Fork 48
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
YCM build failing on Windows #293
Comments
I think this is related to #265 . Can you try to change the if in https://github.com/robotology/robotology-superbuild/blob/master/CMakeLists.txt#L116 to also cover MSVC/Windows, and try again on a clean build? Thanks! |
Otherwise build externally YCM is another workaround. |
This one fixes the problem, should I open a PR? |
Yes, thanks!
Yes, thanks. I avoided to just change the TAG as that is still an experimental commit, when the PR robotology/ycm-cmake-modules#294 , we will switch the tag for everyone. |
@GiulioRomualdi @kouroshD can you provide the code that is working for you? Thanks! |
Fixed by #295 . |
I'm trying to compile the
robotology-superbuild
onWindows 10
withVisual Studio 2017
The process failed when
YCM
is built.We noticed:
YCM
builds directly in the folderbuild\robotology\YCM
without throwing errors.YCM
is compiled by the superbuild (i.e. runningcmake --build . --config Release
inbuild\
) the process failed with the following error:We tried to change the branch of
YCM
fromv0.10.4
(the default one of the superbuild) tomaster
but nothing changed@kouroshD @traversaro
The text was updated successfully, but these errors were encountered: