Thanks everyone... PROBLEM SOLVEDIt was the problem of moblin image. I was using the test drive image instead of developer image. I was able to solve the package related issue using the developer image.
For the Clutter Sample Application source downloaded from the git:// git.moblin.org/sample_apps.git I came across a bug. I had to make the following changes to compile the helloworld.c source file successfully. In src/helloworld.c file make the following changes for the file: Line 118: clutter_color_shade (orig_color, scale, &c); Change the above line to clutter_color_shade (orig_color, &c, scale); -- Praveen Felix _______________________________________________ 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
