bkloppenborg / simtoi

The SImulation and Modeling Tool for Optical Interferometry
GNU General Public License v3.0
7 stars 6 forks source link

gluErrorString deprecated on OSX 10.9 #83

Open bkloppenborg opened 10 years ago

bkloppenborg commented 10 years ago

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.