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

qh_version and qh_version2 not properly exported on Windows #139

Open
brechtsanders opened this issue Dec 13, 2023 · 0 comments
Open

qh_version and qh_version2 not properly exported on Windows #139

brechtsanders opened this issue Dec 13, 2023 · 0 comments

Comments

@brechtsanders
Copy link

I'm on Windows using MinGW-w64 GCC compiler (using MSYS2 shell)

I had issues when gr-c tried to detect the version of the installed qhull.

It turns out these are variables that were not exported as DATA in the .def files.

Eferything works fine after I rebuilt qhull 2020.2 with the following fix:

I added DATA after qh_version and qh_version2 in */*/*.def.

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

1 participant