Advertisement
Guest User

Untitled

a guest
Dec 5th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. make
  2. mkdir -p object_Linux_x86_64
  3. cc -g -g -O2 -D__LINUX__ -fPIC -I/mnt/c/Users/Viktor/Desktop/EDGE_v2.4.1/src/tcl8.6.6/generic -I/mnt/c/Users/Viktor/Desktop/EDGE_v2.4.1/src/tcl8.6.6/unix -I/mnt/c/Users/Viktor/Desktop/EDGE_v2.4.1/include/tcltk8.6.6 -I/mnt/c/Users/Viktor/Desktop/EDGE_v2.4.1/src/tk8.6.6/unix -I/mnt/c/Users/Viktor/Desktop/EDGE_v2.4.1/src/tk8.6.6/generic -I/mnt/c/Users/Viktor/Desktop/EDGE_v2.4.1/include/tcltk8.6.6 -I/mnt/c/Users/Viktor/Desktop/EDGE_v2.4.1/include -o object_Linux_x86_64/dsp_platform.o -c dsp_platform.c
  4. In file included from dsp_platform.c:4:0:
  5. /mnt/c/Users/Viktor/Desktop/EDGE_v2.4.1/include/dsp.h:121:10: fatal error: GL/gl.h: No such file or directory
  6. #include <GL/gl.h>
  7. ^~~~~~~~~
  8. compilation terminated.
  9. Makefile:30: recipe for target 'object_Linux_x86_64/dsp_platform.o' failed
  10. make: *** [object_Linux_x86_64/dsp_platform.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement