hi, I'm trying to build the lastest version of pyclutter.
The building gives this error: cluttermodule.c: In function 'pycogl_add_gl_constants': cluttermodule.c:151: error: 'CGL_NEVER' undeclared (first use in this function) cluttermodule.c:151: error: (Each undeclared identifier is reported only once cluttermodule.c:151: error: for each function it appears in.) cluttermodule.c:152: error: 'CGL_LESS' undeclared (first use in this function) cluttermodule.c:153: error: 'CGL_LEQUAL' undeclared (first use in this function) cluttermodule.c:154: error: 'CGL_EQUAL' undeclared (first use in this function) cluttermodule.c:155: error: 'CGL_NOTEQUAL' undeclared (first use in this function) cluttermodule.c:156: error: 'CGL_GEQUAL' undeclared (first use in this function) cluttermodule.c:157: error: 'CGL_GREATER' undeclared (first use in this function) cluttermodule.c:158: error: 'CGL_ALWAYS' undeclared (first use in this function) cluttermodule.c:160: error: 'CGL_SRC_ALPHA' undeclared (first use in this function) cluttermodule.c:161: error: 'CGL_ONE_MINUS_SRC_ALPHA' undeclared (first use in this function) cluttermodule.c:163: error: 'CGL_OBJECT_COMPILE_STATUS' undeclared (first use in this function) make[2]: *** [_clutter_la-cluttermodule.lo] Error 1 make[2]: *** Waiting for unfinished jobs.... Can someone please tell me how to correct this? The blog says that CGL constants have been removed, so these shouldnt be here? there's also no file called cogl/cogl.h which I assume is supposed to have the cogl enum definitions which are to be used instead of the CGL constants. This is the entire build report: http://koji.fedoraproject.org/koji/getfile?taskID=2050539&name=build.log The source Im using is pyclutter-1.0.0.tar.bz2 I also found pyclutter-gst and pyclutter-gtk as separate sources. IIRC the pyclutter source had all these in it too earlier? Thank you :) -- regards, Ankur - FAS : ankursinha - franciscod @ Freenode -- To unsubscribe send a mail to [email protected]
