Guest User

Untitled

a guest
Apr 25th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. joakim@laptop:~/Desktop/rubygame-2.2.0$ rake build
  2. (in /home/joakim/Desktop/rubygame-2.2.0)
  3. Compiling rubygame/rubygame_main.c
  4. Compiling rubygame/rubygame_shared.c
  5. Compiling rubygame/rubygame_event.c
  6. Compiling rubygame/rubygame_gl.c
  7. Compiling rubygame/rubygame_joystick.c
  8. Compiling rubygame/rubygame_screen.c
  9. Compiling rubygame/rubygame_surface.c
  10. Compiling rubygame/rubygame_time.c
  11. Linking compiled files to create rubygame/rubygame_core.so
  12. Compiling rubygame/rubygame_gfx.c
  13. In file included from ext/rubygame/rubygame_gfx.c:23:
  14. ext/rubygame/rubygame_gfx.h:25:31: error: SDL_gfxPrimitives.h: No such file or directory
  15. ext/rubygame/rubygame_gfx.h:26:26: error: SDL_rotozoom.h: No such file or directory
  16. ext/rubygame/rubygame_gfx.c: In function ‘rbgm_transform_rotozoom’:
  17. ext/rubygame/rubygame_gfx.c:639: warning: assignment makes pointer from integer without a cast
  18. ext/rubygame/rubygame_gfx.c: In function ‘rbgm_transform_zoom’:
  19. ext/rubygame/rubygame_gfx.c:782: warning: assignment makes pointer from integer without a cast
  20. ext/rubygame/rubygame_gfx.c: In function ‘rbgm_transform_zoom_to’:
  21. ext/rubygame/rubygame_gfx.c:815: warning: assignment makes pointer from integer without a cast
  22. rake aborted!
  23. Command failed. Aborting.
  24. /home/joakim/Desktop/rubygame-2.2.0/Rakefile:22:in `try_shell'
  25. (See full trace by running task with --trace)
  26.  
  27. # with no-sdl-gfx
  28. joakim@laptop:~/Desktop/rubygame-2.2.0$ rake no-sdl-gfx build
  29. (in /home/joakim/Desktop/rubygame-2.2.0)
  30. Compiling rubygame/rubygame_gfx.c
  31. In file included from ext/rubygame/rubygame_gfx.c:23:
  32. ext/rubygame/rubygame_gfx.h:25:31: error: SDL_gfxPrimitives.h: No such file or directory
  33. ext/rubygame/rubygame_gfx.h:26:26: error: SDL_rotozoom.h: No such file or directory
  34. ext/rubygame/rubygame_gfx.c: In function ‘rbgm_transform_rotozoom’:
  35. ext/rubygame/rubygame_gfx.c:639: warning: assignment makes pointer from integer without a cast
  36. ext/rubygame/rubygame_gfx.c: In function ‘rbgm_transform_zoom’:
  37. ext/rubygame/rubygame_gfx.c:782: warning: assignment makes pointer from integer without a cast
  38. ext/rubygame/rubygame_gfx.c: In function ‘rbgm_transform_zoom_to’:
  39. ext/rubygame/rubygame_gfx.c:815: warning: assignment makes pointer from integer without a cast
  40. rake aborted!
  41. Command failed. Aborting.
  42. /home/joakim/Desktop/rubygame-2.2.0/Rakefile:22:in `try_shell'
  43. (See full trace by running task with --trace)
Add Comment
Please, Sign In to add comment