-
Notifications
You must be signed in to change notification settings - Fork 288
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
[urdfdom] Build failure on Windows with urdfdom version 3.1.0 #1671
Comments
@jslee02 I just used the latest commit because the patch of #1666 did not apply. But now I get a different error on x86 Windows:
Is this intended and compiling in 32 bit mode no longer supported or is this a bug? |
It's intended. DART used to support and be tested in 32-bit up to 6.8.5 (only on GCC), but not afterward. We could reconsider this if needed, but 32-bit is not currently supported. Would it be possible to disable the 32-bit build for DART in vcpkg? |
Yes. that's possible. Thanks for your help! |
FYI, just created a new tag (v6.12.2), so feel free to use it for the vcpkg receipt. Thank you for updating the dartsim receipt! |
Bug Report
Environment
I tried to update the
urdfdom
port from vcpkg to 3.1.0 in this PR: microsoft/vcpkg#25591On Windows, build fails with the following error message:
I don't have any idea what is causing the build failure since declaring a
double
member shouldn't be an issue here. And I don't even see the include path for the header.The text was updated successfully, but these errors were encountered: