I'm following the cluttermm programming tutorial at http://www.openismus.com/documents/cluttermm_tutorial/0.9/docs/tutorial/html/custom-actor-example.html, the compiler output this error message: ---------------------------------------------------------------------------------------- error: ‘ClutterFixed_REPLACED_BY_CoglFixed’ was not declared in this scope error: ‘CLUTTER_INT_TO_FIXED_REPLACED_BY_COGL_FIXED_FROM_INT’ was not declared in this scope ----------------------------------------------------------------------------------------
after I changed ClutterFixed to CoglFixed, and CLUTTER_INT_TO_FIXED to COGL_FIXED_FROM_INT, it output this error message: ---------------------------------------------------------------------------------------- error: cannot convert ‘CoglFixed*’ to ‘float*’ for argument ‘1’ to ‘void cogl_path_polygon(float*, gint)’ ---------------------------------------------------------------------------------------- how could i solve it? what's the correct way to do it? thanks -- My platform is Gnu/Linux Debian-sid-amd64 Gnome Mozilla Gmail/Evolution Gtkmm/Clutter Scim Totem Pidgin. -- To unsubscribe send a mail to [email protected]
