Hello, I have successfully installed clutter-0.8.8 on beagle board : ./configure --with-flavour=eglnative --with-gles=2.0 --with-x=no --with-imagebackend=gdk-pixbuf
Also i have successfully compiled a sample clutter program using gcc exp4.c -o exp4_0.8 `pkg-config --cflags --libs clutter-eglnative-0.8` But when i try to run this program it throws following error : (./exp4_0.8:16021): ClutterEGL-CRITICAL **: eglGetConfigs failed (./exp4_0.8:16021): ClutterEGL-CRITICAL **: eglGetConfigs failed (./exp4_0.8:16021): Clutter-WARNING **: Called clutter_main() but Clutter wasn't initialised. You must call clutter_init() first. This is also true for other clutter "test" programs provided along with the source code. Can any one tell me where exactly im going wrong? :( Regards, Rohit Jain
