[ 3%] Building C object src/CMakeFiles/GL.dir/glx/glx.c.o
/home/pi/glshim/src/glx/glx.c:176:8: error: ‘bcm_host_init’ redeclared as different kind of symbol
void (*bcm_host_init)();
^
In file included from /home/pi/glshim/src/glx/../gl/gl.h:3:0,
from...
So i cloned the master-branch and have the same error:
/home/pi/glshim/src/glx/glx.c:176:8: error: ‘bcm_host_init’ redeclared as different kind of symbol
void (*bcm_host_init)();
[ 88%] Building C object src/CMakeFiles/GL.dir/glx/glx.c.o
/home/pi/glshim/src/glx/glx.c:176:8: error: ‘bcm_host_init’ redeclared as different kind of symbol
void (*bcm_host_init)();
^
In file included from /home/pi/glshim/src/glx/glx.h:2:0,
from...
int vcos_thread_running(VCOS_THREAD_T *thread);
^
/opt/vc/include/interface/vcos/vcos_thread.h:251:15: warning: inline function ‘vcos_change_preemption’ declared but never defined
VCOS_UNSIGNED vcos_change_preemption(VCOS_UNSIGNED pe);
^...
Hi,
so where can i get the new sources to compile?
Also the same like this:
git clone https://github.com/ptitSeb/glshim which can be compiled for Rpi like this:
cmake . -DBCMHOST=1; make GL
Hi,
so i'm using glshim in different versions on an raspberry pi 2 with an fresh installed Jessie Image.
First i try the unstable Version from lunixbochs and have some issues you can see here:
https://github.com/lunixbochs/glshim/issues/146
Only the last few post interesting. I use...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.