-
Notifications
You must be signed in to change notification settings - Fork 486
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
[CI][vcpkg][Windows] Build gazebo for windows with cmake vcpkg #3312
Conversation
28a68d9
to
f803493
Compare
608fde8
to
882e22d
Compare
2fb484f
to
ac612f6
Compare
502f064
to
8418c7b
Compare
@traversaro from our conversion here: |
@talregev Thanks for the contribution. The |
It useful for any case that other want to build gazebo in windows. |
@traversaro you cannot build gazebo with vcpkg alone (with it own gazebo vcpkg.json file). It break. I made a PR for that. Currently to build gazebo on windows without anaconda and with vcpkg, it with this PR. |
And the resulting Gazebo is then working or not? I just noticed #3320 , and from there it seems that the resulting gazebo is not starting. |
The same here. But I think it not concerning the compilation. I think I am doing something wrong. |
Thanks! So perhaps it could make sense to have something running before merging this PR? In the meanwhile, you could host the |
I know the compilation is correct. Do you think we need to do something else in compilation? Do you have windows machine to test it out too?
Why you want to host the If you want other will test it easily too, then leave the |
8418c7b
to
d9f1433
Compare
d9f1433
to
f64948b
Compare
@traversaro This is outdated version. I switch to other PR I did: |
Build gazebo for windows with cmake vcpkg.
To find all dependencies need to change cmake that it will compile both with native and vcpkg build.
I will do it in next PR, and I will need community help.
All dependencies are cache, and It much faster configure when it take it from the cache folder.
@traversaro
@chapulina