I just get the last realease of Celestia on svn and I tried to compile it with VC++2008, under WinXP, but I get the following error :
.\src\celengine\render.cpp(3355) : error C2065: 'GL_MULTISAMPLE_ARB' : undeclared identifier
I can't find which include file is missing, and obviously, if I #define it, Celestia compiles fine.
Code: Select all
#ifndef GL_MULTISAMPLE_ARB
#define GL_MULTISAMPLE_ARB 0x809D
#endif
Actually I have a poor graphic card so I think this macro isn't used at all but what changed since my last compilation which just worked fine?
Thanks in advance,
Johan