On Mon, 2009-05-04 at 17:06 +0800, Deng, Ying An wrote:
> I am also hit with same problem when compiling app-launcher in Ubuntu 8.04 
> together with clutter0.9:
> 
> tween.c:360: error: 'clutter_ramp_inc_func_DEPRECATED_BY_CLUTTER_LINEAR' 
> undeclared (first use in this function)
> 
> That entity is defined in clutter-deprecated.h file as following:
> #define clutter_ramp_inc_func           
> clutter_ramp_inc_func_DEPRECATED_BY_CLUTTER_LINEAR
> 
> 
> Any suggestion to resolve the issue? Or if there's new version of app-laucher?

you cannot safely compile a clutter-0.8 based application against
clutter 0.9. that would be the whole point why clutter allows parallel
installation.

in this case, instead of setting the function of the Alpha object you
should be setting the easing mode, using clutter_alpha_set_mode().

as far as I know, a new version of the application launcher using
clutter 0.9 is being written.

ciao,
 Emmanuele.

-- 
Emmanuele Bassi, Senior Engineer        | [email protected]
Intel Open Source Technology Center     | http://oss.intel.com

_______________________________________________
Moblin dev Mailing List
[email protected]

To manage or unsubscribe from this mailing list visit:
https://lists.moblin.org/mailman/listinfo/dev or your user account on 
http://moblin.org once logged in.

For more information on the Moblin Developer Mailing lists visit:
http://moblin.org/community/mailing-lists

Reply via email to