Hi, I'm having trouble compiling clutter-1.12.0.
make stops with this: [...] CC clutter-stage-gdk.lo ./gdk/clutter-stage-gdk.c: In function 'clutter_stage_gdk_realize': ./gdk/clutter-stage-gdk.c:266:49: error: 'clutter_stage_gdk_update_foreign_event_mask' undeclared (first use in this function) ./gdk/clutter-stage-gdk.c:266:49: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [clutter-stage-gdk.lo] Error 1 [...] in "clutter-stage-gdk.h" the function '_clutter_stage_gdk_update_foreign_event_mask' is declared (note the underscore) I don't know enough about C programming to qualify this as a typo. I tried playing around with renaming this function and/or its declaration but that just produced undefined reference errors later in the build. clutter-1.10.8 has the same occurrences of 'clutter_stage_gdk_update_foreign_event_mask' in the sources as clutter-1.12.0, but that compiles without error. How can this be fixed? Thanks, Lars -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
