Hi,

I just tried to build Clutter under Windows using MSYS. And I there were
compilation error because GLhandleARB and GLcharARB were not declared. To
correct this I changed cogl-defines-gl.h file by adding additional includes:

#include <windows.h>
#include <GL/gl.h>
#include <GL/glext.h>
#include <GL/wglext.h>

After this changes I have successfully compiled clutter and my test program.
Is this problem caused by incorrect configuration or may be this is a bug? I
would like to build clutter under windows without manually modifying code.
Best regards,
Mykhailo Parfeniuk.

Reply via email to