You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On OSX 10.9 all glu/glut functions have been marked as depreicated. This generates a lot of compiler errors. At the moment the only solutions are to change the OS X Deployment Target" back to OSX10.8 or add the -Wno-deprecated compiler directive. Currently there is no replacement function.
The text was updated successfully, but these errors were encountered:
On OSX 10.9 all glu/glut functions have been marked as depreicated. This generates a lot of compiler errors. At the moment the only solutions are to change the OS X Deployment Target" back to OSX10.8 or add the
-Wno-deprecated
compiler directive. Currently there is no replacement function.The text was updated successfully, but these errors were encountered: