Advertisement
seoz

efbb build error

Sep 6th, 2012
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. CC efbb_ql_la-main.lo
  2. CC efbb_ql_la-level_select_screen.lo
  3. CC efbb_ql_la-cannon.lo
  4. CC efbb_ql_la-main_screen.lo
  5. In file included from level_select_screen.c:5:0:
  6. efbb.h:11:24: fatal error: game_world.h: No such file or directoryIn file included from main.c:8:0:
  7. efbb.h:11:24: fatal error: game_world.h: No such file or directoryIn file included from cannon.c:7:0:
  8. efbb.h:11:24: fatal error: game_world.h: No such file or directoryIn file included from main_screen.c:5:0:
  9. efbb.h:11:24: fatal error: game_world.h: No such file or directory
  10.  
  11.  
  12. compilation terminated.
  13. compilation terminated.
  14.  
  15. compilation terminated.
  16. compilation terminated.
  17. Traceback (most recent call last):
  18. File "/usr/local/bin/geneet.py", line 15, in <module>
  19. from pyparsing import *
  20. ImportError: No module named pyparsing
  21. make[3]: *** [game_world.c] Error 1
  22. make[3]: *** Waiting for unfinished jobs....
  23. make[3]: *** [efbb_ql_la-main_screen.lo] Error 1
  24. make[3]: *** [efbb_ql_la-main.lo] Error 1
  25. make[3]: *** [efbb_ql_la-level_select_screen.lo] Error 1
  26. make[3]: *** [efbb_ql_la-cannon.lo] Error 1
  27. make[3]: Leaving directory `/home/seoz/efl/git-svn/e/trunk/GAMES/efbb/src/bin'
  28. make[2]: *** [all-recursive] Error 1
  29. make[2]: Leaving directory `/home/seoz/efl/git-svn/e/trunk/GAMES/efbb/src'
  30. make[1]: *** [all-recursive] Error 1
  31. make[1]: Leaving directory `/home/seoz/efl/git-svn/e/trunk/GAMES/efbb'
  32. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement