On 20/01/06, Vitaly Budovski vbudovsk@cs.rmit.edu.au wrote:
+/* GL_ARB_multisample */ +#ifndef GL_ARB_multisample +#define GL_MULTISAMPLE_ARB 0x809D +#define GL_SAMPLE_ALPHA_TO_COVERAGE_ARB 0x809E +#define GL_SAMPLE_ALPHA_TO_ONE_ARB 0x809F +#define GL_SAMPLE_COVERAGE_ARB 0x80A0 +#define GL_SAMPLE_BUFFERS_ARB 0x80A8 +#define GL_SAMPLES_ARB 0x80A9 +#define GL_SAMPLE_COVERAGE_VALUE_ARB 0x80AA +#define GL_SAMPLE_COVERAGE_INVERT_ARB 0x80AB +#define GL_MULTISAMPLE_BIT_ARB 0x20000000 +#endif
You probably want to add a #define GL_ARB_multisample 1 somewhere in there as well.
Roland Kaser wrote:
/usr/X11R6/include/GL/glext.h:1167:1: warning: this is the location of the previous definition
What definition is that line referring to?