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

CGAL compilation issues #390

Closed
joshpunb opened this issue Jun 19, 2019 · 2 comments
Closed

CGAL compilation issues #390

joshpunb opened this issue Jun 19, 2019 · 2 comments

Comments

@joshpunb
Copy link

When trying to compile ibex with CGAL there are some issues with defined macros.

In the ibex source ibex_NodeMap.h the macro for "HASH" causes issues and could be renamed (e.g., IBEX_HASH).

There is also an issue in the default GAOL library source gaol_port.h with the macro for "opposite".

Fixing these two macros allows me to successfully compile ibex with CGAL.

gchabert pushed a commit that referenced this issue Jun 21, 2019
@gchabert
Copy link
Contributor

It should be fixed on 'develop'. Can you try again (and close the issue)?
Also, would you mind signing the guest book? http://www.ibex-lib.org/guestbook

@joshpunb
Copy link
Author

Yes, the new patch works. Thanks.

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

No branches or pull requests

2 participants