1.i wrote a sample application, but when i build it. it falied.. 2.How to get plugin of mutter-moblin?
#include <stdlib.h> #include <mutter/mutter-private/mutter-plugin.h> #include <clutter/clutter.h> static MutterPlugin *plugin; static GType plugin_type; int main(int argc, char *argv[]) { plugin_type = mutter_plugin_get_type(); plugin = g_object_new(plugin_type, NULL); return EXIT_SUCCESS; } when i build it use: gcc -Wall task.c -o task `pkg-config clutter-1.0 --cflags --libs` the build error is: undefined reference tomutter_plugin_get_type(); Best regards firegnu _______________________________________________ Moblin dev Mailing List dev@moblin.org To manage or unsubscribe from this mailing list visit: http://lists.moblin.org/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