View Single Post
Posts: 805 | Thanked: 1,605 times | Joined on Feb 2010 @ Gdynia, Poland
#72
Originally Posted by qwazix View Post
Also I get the following error during linking

Code:
/usr/local/lib/libclutter-eglx-0.8.so: undefined reference to `glMultMatrix'
I suspect that I have to declare somewhere that I want to use egl instead of regular opengl
Hava you tried adding
Code:
--with-gles=1.1
option to ./configure or even
Code:
--with-flavour=eglnative --with-gles=1.1
? (Or similar but with 2.0 instead of 1.1 - if it's supported by this version of clutter)
 

The Following 3 Users Say Thank You to misiak For This Useful Post: