Quantcast
Channel: Installing glfw3 on ubuntu 13.04 - make error - Stack Overflow
Viewing all articles
Browse latest Browse all 4

Installing glfw3 on ubuntu 13.04 - make error

$
0
0

I downloaded glfw 3.0.2 and trying to install it onto Ubuntu 13.04. (Running Amd radeon drivers 13.08 beta - if that is any relevance.)

I followed the readme and installed xorg-dev and libglu1-mesa-dev. I then run 'cmake .' and then 'make' and get these errors:

$ makeScanning dependencies of target glfw[  2%] Building C object src/CMakeFiles/glfw.dir/clipboard.c.o[  4%] Building C object src/CMakeFiles/glfw.dir/context.c.o[  6%] Building C object src/CMakeFiles/glfw.dir/gamma.c.o[  8%] Building C object src/CMakeFiles/glfw.dir/init.c.o[ 10%] Building C object src/CMakeFiles/glfw.dir/input.c.o[ 12%] Building C object src/CMakeFiles/glfw.dir/joystick.c.o[ 14%] Building C object src/CMakeFiles/glfw.dir/monitor.c.o[ 16%] Building C object src/CMakeFiles/glfw.dir/time.c.o[ 18%] Building C object src/CMakeFiles/glfw.dir/window.c.o[ 20%] Building C object src/CMakeFiles/glfw.dir/x11_clipboard.c.o[ 22%] Building C object src/CMakeFiles/glfw.dir/x11_gamma.c.o[ 24%] Building C object src/CMakeFiles/glfw.dir/x11_init.c.o[ 26%] Building C object src/CMakeFiles/glfw.dir/x11_joystick.c.o[ 28%] Building C object src/CMakeFiles/glfw.dir/x11_monitor.c.o[ 30%] Building C object src/CMakeFiles/glfw.dir/x11_time.c.o[ 32%] Building C object src/CMakeFiles/glfw.dir/x11_window.c.o[ 34%] Building C object src/CMakeFiles/glfw.dir/x11_unicode.c.o[ 36%] Building C object src/CMakeFiles/glfw.dir/glx_context.c.o/home/dean/Downloads/glfw-3.0.2/src/glx_context.c: In function ‘_glfwPlatformGetProcAddress’:/home/dean/Downloads/glfw-3.0.2/src/glx_context.c:598:5: warning: pointer targets in passing argument 2 of ‘dlsym’ differ in signedness [-Wpointer-sign]In file included from /home/dean/Downloads/glfw-3.0.2/src/glx_platform.h:41:0,             from /home/dean/Downloads/glfw-3.0.2/src/x11_platform.h:52,             from /home/dean/Downloads/glfw-3.0.2/src/internal.h:69,             from /home/dean/Downloads/glfw-3.0.2/src/glx_context.c:28:/usr/include/dlfcn.h:65:14: note: expected ‘const char * __restrict__’ but argument is of type ‘const GLubyte *’Linking C static library libglfw3.a[ 36%] Built target glfwScanning dependencies of target boing[ 38%] Building C object examples/CMakeFiles/boing.dir/boing.c.omake[2]: *** No rule to make target `/usr/lib/x86_64-linux-gnu/libGL.so', needed by `examples/boing'. Stop.make[1]: *** [examples/CMakeFiles/boing.dir/all] Error 2make: *** [all] Error 2$

Any assistance?


Viewing all articles
Browse latest Browse all 4

Latest Images

Trending Articles





Latest Images