-
Notifications
You must be signed in to change notification settings - Fork 48
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
forge FTBFS with libglm-dev 0.9.9~a2-1 #160
Comments
@ghisvail We don't use quaternion math per say. But if whatever is being used internally uses this GLM_GTX_dual_quaternion, we need to refactor that portion. Thank you for reporting it. Any suggestions on the fix are also appreciated. thank you |
Looks like defining |
@ghisvail Can you please confirm if the PR fixed the problem on debian. |
I have merged the PR. Please reopen the issue if it is still an issue on Debian. |
Forwarded from Debian-Bug#888931.
The issue is with a recently introduced macro blocking experimental features of the API. It should be just a matter of defining
GLM_ENABLE_EXPERIMENTAL
or ensuring you are not using this code path.The text was updated successfully, but these errors were encountered: