Skip to content
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 trajopt_ifopt builds for Windows and MacOS #431

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

johnwason
Copy link
Contributor

Thanks to @traversaro the coin-or-ipopt package is now available on vcpkg, allowing for trajopt_ifopt to build on Windows and MacOS. The builds are currently failing. I think the problem on Windows is someone is importing Windows.h which includes a lot of conflicting macros. The conflicting macros include min() and max(). We can try using NOMINMAX to work around this, but I think there are a few other name conflicts causing problems.

@johnwason johnwason marked this pull request as draft November 30, 2024 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant