Search results

  1. N

    glshim

    Hi, also with an symlink is the same.. okay.. The one that works is the unstable branch from lunixbochs... so something is other on that branch.
  2. N

    glshim

    I see under the lib there is only the libGL.so.1 If i build the unstable branch from lunixbochs i have two more files...
  3. N

    glshim

    okay i have done.. Build secessfull. So when i start i became an Error from libGL. EGL Error EGL_BAD_DISPLAY (0x3008)
  4. N

    glshim

    [ 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...
  5. N

    glshim

    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)();
  6. N

    glshim

    Okay so i have cloned new... the master branch with git clone -b master ...repo... Is this the correct branch?
  7. N

    glshim

    [ 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...
  8. N

    glshim

    src/CMakeFiles/GL.dir/build.make:583: recipe for target 'src/CMakeFiles/GL.dir/glx/glx.c.o' failed make[3]: *** [src/CMakeFiles/GL.dir/glx/glx.c.o] Error 1 CMakeFiles/Makefile2:79: recipe for target 'src/CMakeFiles/GL.dir/all' failed make[2]: *** [src/CMakeFiles/GL.dir/all] Error 2...
  9. N

    glshim

    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); ^...
  10. N

    glshim

    Okay is compiling... many warnings at this time....
  11. N

    glshim

    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
  12. N

    glshim

    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...
Back
Top