Hi, I'm now talking newer libclutter than 0.8 (@nokia) After upgrading to PR 1.3 clutter applications are not working anymore.
(e.g.) This is simplest clutter application to test (empty stage). #include <clutter/clutter.h> int main (int argc, char *argv[]) { ClutterActor *stage; clutter_init (&argc, &argv); stage = clutter_stage_get_default (); clutter_actor_show_all(stage); clutter_main(); return 0; } apt-get install libclutter-1.4-dev gcc `pkg-config --cflags --libs clutter-1.4` simple.c It worked with PR1.2. With PR1.3 it segmentation faults with useless backtrace: #0 0x4060abd8 in ?? () from /usr/lib/libGLESv2.so #1 0x405fbd68 in glClear () from /usr/lib/libGLESv2.so #2 0x400359cc in ?? () from /usr/lib/libclutter-eglx-1.4.so.0 Cannot access memory at address 0x40031ff8 (After boot it is possible to get it once running.) A) Is there some modifications inside /usr/lib/libGLESv2.so ? B) Have you seen some other breakage relating to GLES? Libclutter-1.4 is just vanilla from upstream packeted by me. -Aapo Rantalainen _______________________________________________ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers