Hi, I've cross-compiled clutter 1.2.4 for an embedded linux platform with Mali-400 GPU using -with-flavour="eglnative" --with-gles="2.0".
I tried to run "tests/interactive/test-actor-clone", as well as other tests, and get the following error messages: r...@sdk:~/clutter-modules/tests/interactive# ./test-actor-clone Running ./test-interactive test-actor-clone NOTE: For debugging purposes, you can run this single test as follows: $ libtool --mode=execute \ gdb --eval-command="b test_actor_clone_main" \ --args ./test-interactive test-actor-clone (test-actor-clone:1714): ClutterEGL-WARNING **: Stage of type 'ClutterStageEGL' do not support ClutterStage::set_title (test-actor-clone:1714): ClutterEGL-WARNING **: Stage of type 'ClutterStageEGL' do not support ClutterStage::set_title (test-actor-clone:1714): Cogl-eglnative-WARNING **: ./cogl-clip-stack.c:334: GL error (1280): Invalid enumeration value (test-actor-clone:1714): Cogl-eglnative-WARNING **: ./cogl-clip-stack.c:335: GL error (1280): Invalid enumeration value (test-actor-clone:1714): Cogl-eglnative-WARNING **: ./cogl-clip-stack.c:336: GL error (1280): Invalid enumeration value (test-actor-clone:1714): Cogl-eglnative-WARNING **: ./cogl-clip-stack.c:337: GL error (1280): Invalid enumeration value (test-actor-clone:1714): Cogl-Driver-CRITICAL **: 0:4: P0004: High precision not supported (test-actor-clone:1714): Cogl-Driver-CRITICAL **: 0:4: P0004: High precision not supported ...... Can anyone tell me from where the "Cogl-Driver-CRITICAL **: 0:4: P0004: High precision not supported" message is been thrown? I tried greping for the subsets of this string but can't seem to find it. Thanks a lot. Regards HH _______________________________________________ clutter-app-devel-list mailing list [email protected] http://lists.clutter-project.org/listinfo/clutter-app-devel-list
