Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. $ make
  2. make -C enet/ all
  3. make[1]: Entering directory `/home/zachary/Programs/sauerbraten/src/enet'
  4. make[1]: Nothing to be done for `all'.
  5. make[1]: Leaving directory `/home/zachary/Programs/sauerbraten/src/enet'
  6. g++ -O3 -fomit-frame-pointer -Wall -fsigned-char -Ishared -Iengine -Ifpsgame -Ienet/include -I/usr/X11R6/include `sdl-config --cflags` -o shared/cube.h.gch.tmp shared/cube.h
  7. shared/cube.h:46: fatal error: SDL_image.h: No such file or directory
  8. compilation terminated.
  9. make: *** [shared/cube.h.gch] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement