-
Notifications
You must be signed in to change notification settings - Fork 623
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
Yosemite Xcode - redefinition errors #66
Comments
Alright, some more details about my issue. So I just commented out every redefinition error and it seems to compile and run. Hope there's a solution so this'll turn into an out of the box experience for me :D |
Ah, interesting. I can reproduce this problem on Linux too. It appears that
And a-la, it works again...
|
Thanks again code magician. I learn something new on GitHub every day it seems. |
When I use dylibs (libGLEW.1.13.0.dylib) made from the zip file from the glew website, my code runs nice and pretty but when I compile my own from this git repo, Xcode throws a shitload of redefinition errors.
Aren't these exactly the same or it there a difference?
The text was updated successfully, but these errors were encountered: