I don't want to start a new topic, so I post here. OpenGL ES and EGL is solved for me now, but there is more. That's from gdb backtrace:
This GDB was configured as "arm-linux-gnueabi"... (gdb) run Starting program: /root/test-depth --g-fatal-warnings Program received signal SIGSEGV, Segmentation fault. 0x00000000 in ?? () (gdb) bt #0 0x00000000 in ?? () #1 0x40093cdc in _clutter_stage_window_realize (window=0x24070) at ./clutter-stage-window.c:75 #2 0x40092cd0 in clutter_stage_realize (self=0x23000) at ./clutter-stage.c:306 #3 0x401e6dfc in g_cclosure_marshal_VOID__VOID () from /usr/lib/libgobject-2.0.so.0 #4 0x401dd210 in ?? () from /usr/lib/libgobject-2.0.so.0 Cannot access memory at address 0x0 Any ideas why? I use latest master from git. -- Aarto
