[Vm-dev] building VM on lion

Esteban Lorenzano estebanlm at gmail.com
Thu Jan 5 16:07:27 UTC 2012


you can test for sdk 10.7
btw... that should be already there in iOS branch

El 05/01/2012, a las 1:04p.m., Igor Stasenko escribió:

> 
> platforms/Mac OS/plugins/B3DAcceleratorPlugin/sqMacOpenGL.h:11:20:
> error: AGL/gl.h: No such file or directory
> 
> looks like there should be something like
> 
> #ifdef LION
> #include <OpenGl/gl.h>
> #else
> #include <AGL/gl.h>
> #endif
> 
> so the question, what is the proper way to test  for LION? any ideas?
> 
> 
> -- 
> Best regards,
> Igor Stasenko.



More information about the Vm-dev mailing list