[clutter] Problems with building under Windows.

2008-08-03 Thread Mykhailo Parfeniuk
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

Re: [clutter] Problems with building under Windows.

2008-08-03 Thread Neil Roberts
On Sun, 2008-08-03 at 16:54 +0300, Mykhailo Parfeniuk wrote: I just tried to build Clutter under Windows using MSYS. And I there were compilation error because GLhandleARB and GLcharARB were not declared. The way I've been recommending to people to build the Windows backend is to use the GL