0

I'm going to build clutter on mingw environment, but when I try to build Cogl, there are some compling errors, unknow type: GLchar, GLintptr, GLsizeiptr.

The source code version I used is: clutter(1.8.4), cogl(1.10.2), can anybody give me some advice ?

Thank you very much!

Jens Mühlenhoff
  • 14,565
  • 6
  • 56
  • 113
liuhua
  • 63
  • 4

1 Answers1

1

the Clutter wiki has a set of instructions for building Clutter with mingw:

http://wiki.clutter-project.org/wiki/BuildingClutterOnWindows

also, if you're using Cogl 1.10 you should use Clutter 1.10 as well.

ebassi
  • 8,648
  • 27
  • 29
  • Thank you very much, I have compiled clutter successfully on mingw after I updated the latest GL related head file from official website. Thank you for your advice :) – liuhua Jul 08 '12 at 02:27