-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add sdformat to win build #8
Comments
Interestingly, the fix necessary to get dartsim to work on Windows instead requires MSVC and not clang-cl: dartsim/dart#1541 . |
Indeed, the problem is still there (from #12):
|
Using clang-cl proved to be able to avoid the sdformat problems in #12 . I am awaiting for the change of dartsim on windows PRs (see conda-forge/libode-feedstock#5) to test if that works fine also with DART. If clang-cl create problems, apparently it is possible to opt-in in VS2019: https://gitter.im/conda-forge/conda-forge.github.io?at=60586c99bc554b42d6178f87 . |
Adding it currently leads to lots and lots of errors: https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=237032&view=logs&jobId=a70f640f-cc53-5cd3-6cdc-236a1aa90802
@traversaro's comment for a potential fix:
The text was updated successfully, but these errors were encountered: