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

OpenCL compile errors #44

Closed
scoopr opened this issue Aug 6, 2012 · 1 comment
Closed

OpenCL compile errors #44

scoopr opened this issue Aug 6, 2012 · 1 comment
Labels

Comments

@scoopr
Copy link

scoopr commented Aug 6, 2012

Trying the glutViewer on OSX 10.8, I got few errors, which were trivial to fix.
in two places there was "if (not pass" which I changed to "if (!pass"
and M_PI was undefined, adding a definition for fixed that.
After fixing those, I was able to use the OpenCL kernel in glutViewer.

@gelder
Copy link
Contributor

gelder commented Aug 10, 2012

Thanks scoopr. As you can see from issue #42 there are several issues with Mac builds. I think Kiril is going to submit an awesome pull request fixing several mac build issues that should include the fixes you recommend.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants