Advertisement
Guest User

Untitled

a guest
Oct 25th, 2012
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. ivo@Clevo primus$ make
  2. mkdir -p lib
  3. g++ -Wall -g -DBUMBLEBEE_SOCKET='"/var/run/bumblebee.socket"' -DPRIMUS_SYNC='"0"' -DPRIMUS_DISPLAY='":8"' -DPRIMUS_LOAD_GLOBAL='"libglapi.so.0"' -DPRIMUS_libGLa='"/usr/$LIB/nvidia-bumblebee/libGL.so.1"' -DPRIMUS_libGLd='"/usr/$LIB/libGL.so.1"' -fvisibility=hidden -fPIC -shared -Wl,-Bsymbolic -o lib/libGL.so.1 libglfork.cpp -lX11 -lpthread -lrt
  4. libglfork.cpp:16:20: fatal error: GL/glx.h: No such file or directory
  5. compilation terminated.
  6. make: *** [lib/libGL.so.1] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement