Advertisement
Guest User

Untitled

a guest
Dec 9th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 53.81 KB | None | 0 0
  1. ~/Desktop/gnukem> make INCLUDEDIRS=-I/system/develop/x86/SDL
  2. g++ -o davegnukem src/main.o src/graph.o src/game.o src/menu.o src/block.o src/credits.o src/instructions.o src/djstring.o src/djimage.o src/djlog.o src/inventory.o src/mission.o src/hiscores.o src/mixins.o src/thing.o src/hero.o src/thing_monsters.o src/gameending.o src/level.o src/settings.o src/keys.o src/djtypes.o src/bullet.o src/ed.o src/ed_DrawBoxContents.o src/ed_common.o src/ed_lvled.o src/ed_macros.o src/ed_spred.o src/sdl/djgraph.o src/sdl/djinput.o src/sdl/djsound.o src/sdl/djtime.o src/sys_error.o src/sys_log.o src/m_misc.cpp -lSDL -lSDLmain -lSDL_mixer -lpthread
  3. src/main.o: In function `main':
  4. main.cpp:(.text+0x23f): undefined reference to `_SetFileAndLine(char const *, int)'
  5. main.cpp:(.text+0x259): undefined reference to `_SYS_Error(char const *,...)'
  6. main.cpp:(.text+0x298): undefined reference to `_SetFileAndLine(char const *, int)'
  7. main.cpp:(.text+0x2b1): undefined reference to `_SYS_Debug(char const *,...)'
  8. src/main.o: In function `DaveStartup(bool, bool, map<basic_string<char, string_char_traits<char>, __malloc_alloc_template<0> >, basic_string<char, string_char_traits<char>, __malloc_alloc_template<0> >, less<basic_string<char, string_char_traits<char>, __malloc_alloc_template<0> > >, allocator<basic_string<char, string_char_traits<char>, __malloc_alloc_template<0> > > > const &)':
  9. main.cpp:(.text+0x46a): undefined reference to `InitLog(void)'
  10. main.cpp:(.text+0x47b): undefined reference to `Log(char const *,...)'
  11. main.cpp:(.text+0x5d2): undefined reference to `djSoundSetVolume(int, bool)'
  12. main.cpp:(.text+0x658): undefined reference to `djSoundDisable(void)'
  13. main.cpp:(.text+0x6bd): undefined reference to `djTimeInit(void)'
  14. main.cpp:(.text+0x6d3): undefined reference to `Log(char const *,...)'
  15. main.cpp:(.text+0x7df): undefined reference to `Log(char const *,...)'
  16. main.cpp:(.text+0x7f1): undefined reference to `djSoundInit(void)'
  17. main.cpp:(.text+0x86e): undefined reference to `djCreateImageHWSurface(djImage *)'
  18. main.cpp:(.text+0x8c4): undefined reference to `Log(char const *,...)'
  19. main.cpp:(.text+0x8d8): undefined reference to `Log(char const *,...)'
  20. main.cpp:(.text+0x8ee): undefined reference to `djiInit(djVisual *, int)'
  21. main.cpp:(.text+0x91f): undefined reference to `Log(char const *,...)'
  22. src/main.o: In function `DaveCleanup(void)':
  23. main.cpp:(.text+0xac9): undefined reference to `Log(char const *,...)'
  24. main.cpp:(.text+0xad4): undefined reference to `djSoundGetVolume(void)'
  25. main.cpp:(.text+0xaf9): undefined reference to `djSoundEnabled(void)'
  26. main.cpp:(.text+0xb45): undefined reference to `Log(char const *,...)'
  27. main.cpp:(.text+0xb5e): undefined reference to `Log(char const *,...)'
  28. main.cpp:(.text+0xb77): undefined reference to `Log(char const *,...)'
  29. main.cpp:(.text+0xb9f): undefined reference to `Log(char const *,...)'
  30. main.cpp:(.text+0xbb8): undefined reference to `Log(char const *,...)'
  31. main.cpp:(.text+0xbc0): undefined reference to `djiDone(void)'
  32. main.cpp:(.text+0xbd1): undefined reference to `Log(char const *,...)'
  33. main.cpp:(.text+0xbd9): undefined reference to `djSoundDone(void)'
  34. main.cpp:(.text+0xbea): undefined reference to `Log(char const *,...)'
  35. main.cpp:(.text+0xbfe): undefined reference to `djDestroyImageHWSurface(djImage *)'
  36. main.cpp:(.text+0xc4d): undefined reference to `Log(char const *,...)'
  37. main.cpp:(.text+0xc66): undefined reference to `Log(char const *,...)'
  38. main.cpp:(.text+0xc6e): undefined reference to `djTimeDone(void)'
  39. main.cpp:(.text+0xc7f): undefined reference to `Log(char const *,...)'
  40. main.cpp:(.text+0xd2a): undefined reference to `Log(char const *,...)'
  41. main.cpp:(.text+0xd3e): undefined reference to `Log(char const *,...)'
  42. src/main.o: In function `DoMainMenu(void)':
  43. main.cpp:(.text+0xfe9): undefined reference to `djgSetColorFore(djVisual *, djColor const &)'
  44. main.cpp:(.text+0x1019): undefined reference to `djgDrawBox(djVisual *, int, int, int, int)'
  45. main.cpp:(.text+0x1073): undefined reference to `djgDrawImage(djVisual *, djImage *, int, int, int, int)'
  46. src/main.o: In function `DialogBoxEffect(int, int, int, int, bool)':
  47. main.cpp:(.text+0x144e): undefined reference to `djgSetColorFore(djVisual *, djColor const &)'
  48. main.cpp:(.text+0x1478): undefined reference to `djgDrawBox(djVisual *, int, int, int, int)'
  49. main.cpp:(.text+0x1634): undefined reference to `djgSetColorFore(djVisual *, djColor const &)'
  50. main.cpp:(.text+0x166f): undefined reference to `djgDrawBox(djVisual *, int, int, int, int)'
  51. main.cpp:(.text+0x16b0): undefined reference to `djgDrawBox(djVisual *, int, int, int, int)'
  52. main.cpp:(.text+0x1808): undefined reference to `djgSetColorFore(djVisual *, djColor const &)'
  53. main.cpp:(.text+0x183e): undefined reference to `djgDrawBox(djVisual *, int, int, int, int)'
  54. main.cpp:(.text+0x1874): undefined reference to `djgDrawBox(djVisual *, int, int, int, int)'
  55. src/main.o: In function `RedefineKeys(void)':
  56. main.cpp:(.text+0x195c): undefined reference to `djgSetColorFore(djVisual *, djColor const &)'
  57. main.cpp:(.text+0x197e): undefined reference to `djgDrawBox(djVisual *, int, int, int, int)'
  58. main.cpp:(.text+0x19a6): undefined reference to `djiPollBegin(void)'
  59. main.cpp:(.text+0x19b4): undefined reference to `djiPollEvents(SDL_Event &)'
  60. main.cpp:(.text+0x1ab5): undefined reference to `djiPollEnd(void)'
  61. main.cpp:(.text+0x1cdb): undefined reference to `GetKeyString(int)'
  62. main.cpp:(.text+0x1d61): undefined reference to `GetKeyString(int)'
  63. src/main.o: In function `GetHighScoreUserName(char *)':
  64. main.cpp:(.text+0x1f30): undefined reference to `djgSetColorFore(djVisual *, djColor const &)'
  65. main.cpp:(.text+0x1f52): undefined reference to `djgDrawBox(djVisual *, int, int, int, int)'
  66. main.cpp:(.text+0x1f7d): undefined reference to `djiPollBegin(void)'
  67. main.cpp:(.text+0x1f94): undefined reference to `djiPollEvents(SDL_Event &)'
  68. main.cpp:(.text+0x2251): undefined reference to `djiPollEnd(void)'
  69. src/main.o: In function `InitMainMenu(void)':
  70. main.cpp:(.text+0x29c5): undefined reference to `djSoundLoad(char const *)'
  71. src/graph.o: In function `GraphFlip(bool)':
  72. graph.cpp:(.text+0x308): undefined reference to `djgFlip(djVisual *, djVisual *, bool)'
  73. src/graph.o: In function `GraphInit(bool, int, int, int)':
  74. graph.cpp:(.text+0x4c5): undefined reference to `Log(char const *,...)'
  75. graph.cpp:(.text+0x553): undefined reference to `Log(char const *,...)'
  76. graph.cpp:(.text+0x584): undefined reference to `djgOpenVisual(char const *, int, int, int, bool)'
  77. graph.cpp:(.text+0x5d1): undefined reference to `Log(char const *,...)'
  78. graph.cpp:(.text+0x5f3): undefined reference to `SetPixelConversion(djVisual *)'
  79. graph.cpp:(.text+0x619): undefined reference to `djgOpenVisual(char const *, int, int, int, bool)'
  80. graph.cpp:(.text+0x66b): undefined reference to `djgOpenVisual(char const *, int, int, int, bool)'
  81. graph.cpp:(.text+0x722): undefined reference to `djCreateImageHWSurface(djImage *)'
  82. src/graph.o: In function `GraphDone(void)':
  83. graph.cpp:(.text+0x7a4): undefined reference to `djDestroyImageHWSurface(djImage *)'
  84. graph.cpp:(.text+0x7f5): undefined reference to `djgCloseVisual(djVisual *)'
  85. graph.cpp:(.text+0x809): undefined reference to `djgCloseVisual(djVisual *)'
  86. graph.cpp:(.text+0x81d): undefined reference to `djgCloseVisual(djVisual *)'
  87. src/graph.o: In function `GraphFlipView(int, int, int, int, int, int)':
  88. graph.cpp:(.text+0x900): undefined reference to `djgDrawVisual(djVisual *, djVisual *, int, int, int, int, int, int)'
  89. src/graph.o: In function `GraphDrawString(djVisual *, djImage *, int, int, unsigned char const *)':
  90. graph.cpp:(.text+0x9ee): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  91. src/game.o: In function `RedrawEverythingHelper(void)':
  92. game.cpp:(.text+0x1410): undefined reference to `djgSetColorFore(djVisual *, djColor const &)'
  93. game.cpp:(.text+0x1440): undefined reference to `djgDrawBox(djVisual *, int, int, int, int)'
  94. src/game.o: In function `GameInitialSetup(void)':
  95. game.cpp:(.text+0x161b): undefined reference to `_SetFileAndLine(char const *, int)'
  96. game.cpp:(.text+0x1635): undefined reference to `_SYS_Debug(char const *,...)'
  97. game.cpp:(.text+0x1717): undefined reference to `_SetFileAndLine(char const *, int)'
  98. game.cpp:(.text+0x1731): undefined reference to `_SYS_Debug(char const *,...)'
  99. game.cpp:(.text+0x1762): undefined reference to `djSoundLoad(char const *)'
  100. game.cpp:(.text+0x180a): undefined reference to `djCreateImageHWSurface(djImage *)'
  101. game.cpp:(.text+0x189e): undefined reference to `djCreateImageHWSurface(djImage *)'
  102. src/game.o: In function `GameFinalCleanup(void)':
  103. game.cpp:(.text+0x1955): undefined reference to `_SetFileAndLine(char const *, int)'
  104. game.cpp:(.text+0x196d): undefined reference to `_SYS_Debug(char const *,...)'
  105. game.cpp:(.text+0x1981): undefined reference to `djDestroyImageHWSurface(djImage *)'
  106. game.cpp:(.text+0x19d1): undefined reference to `djDestroyImageHWSurface(djImage *)'
  107. src/game.o: In function `PerGameSetup(void)':
  108. game.cpp:(.text+0x1a48): undefined reference to `Log(char const *,...)'
  109. game.cpp:(.text+0x1aac): undefined reference to `_SetFileAndLine(char const *, int)'
  110. game.cpp:(.text+0x1ac5): undefined reference to `_SYS_Debug(char const *,...)'
  111. game.cpp:(.text+0x1ae9): undefined reference to `_SetFileAndLine(char const *, int)'
  112. game.cpp:(.text+0x1b01): undefined reference to `_SYS_Debug(char const *,...)'
  113. src/game.o: In function `PerLevelSetup(void)':
  114. game.cpp:(.text+0x1b3d): undefined reference to `Log(char const *,...)'
  115. game.cpp:(.text+0x2158): undefined reference to `_SetFileAndLine(char const *, int)'
  116. game.cpp:(.text+0x2175): undefined reference to `_SYS_Debug(char const *,...)'
  117. game.cpp:(.text+0x21a5): undefined reference to `_SetFileAndLine(char const *, int)'
  118. game.cpp:(.text+0x21c1): undefined reference to `_SYS_Debug(char const *,...)'
  119. game.cpp:(.text+0x2ff5): undefined reference to `djCreateImageHWSurface(djImage *)'
  120. src/game.o: In function `PerGameCleanup(void)':
  121. game.cpp:(.text+0x336e): undefined reference to `djDestroyImageHWSurface(djImage *)'
  122. game.cpp:(.text+0x33c2): undefined reference to `Log(char const *,...)'
  123. src/game.o: In function `game_startup(bool)':
  124. game.cpp:(.text+0x34be): undefined reference to `_SetFileAndLine(char const *, int)'
  125. game.cpp:(.text+0x34d9): undefined reference to `_SYS_Debug(char const *,...)'
  126. game.cpp:(.text+0x34f2): undefined reference to `_SetFileAndLine(char const *, int)'
  127. game.cpp:(.text+0x3524): undefined reference to `_SYS_Debug(char const *,...)'
  128. game.cpp:(.text+0x3542): undefined reference to `_SetFileAndLine(char const *, int)'
  129. game.cpp:(.text+0x355d): undefined reference to `_SYS_Debug(char const *,...)'
  130. game.cpp:(.text+0x359b): undefined reference to `_SetFileAndLine(char const *, int)'
  131. game.cpp:(.text+0x35b5): undefined reference to `_SYS_Debug(char const *,...)'
  132. game.cpp:(.text+0x35ec): undefined reference to `_SetFileAndLine(char const *, int)'
  133. game.cpp:(.text+0x3605): undefined reference to `_SYS_Debug(char const *,...)'
  134. game.cpp:(.text+0x3623): undefined reference to `_SetFileAndLine(char const *, int)'
  135. game.cpp:(.text+0x363d): undefined reference to `_SYS_Debug(char const *,...)'
  136. game.cpp:(.text+0x3677): undefined reference to `djTimeGetTime(void)'
  137. game.cpp:(.text+0x367f): undefined reference to `djTimeGetTime(void)'
  138. game.cpp:(.text+0x36f8): undefined reference to `djTimeGetTime(void)'
  139. game.cpp:(.text+0x374e): undefined reference to `djiPollBegin(void)'
  140. game.cpp:(.text+0x3774): undefined reference to `djiPollEvents(SDL_Event &)'
  141. game.cpp:(.text+0x3ef0): undefined reference to `djSoundAdjustVolume(int)'
  142. game.cpp:(.text+0x3f07): undefined reference to `djSoundGetVolume(void)'
  143. game.cpp:(.text+0x3fbc): undefined reference to `djSoundAdjustVolume(int)'
  144. game.cpp:(.text+0x3fd3): undefined reference to `djSoundGetVolume(void)'
  145. game.cpp:(.text+0x4082): undefined reference to `djSoundEnabled(void)'
  146. game.cpp:(.text+0x408d): undefined reference to `djSoundDisable(void)'
  147. game.cpp:(.text+0x4095): undefined reference to `djSoundEnable(void)'
  148. game.cpp:(.text+0x409d): undefined reference to `djSoundEnabled(void)'
  149. game.cpp:(.text+0x4b18): undefined reference to `djTimeGetTime(void)'
  150. game.cpp:(.text+0x4bec): undefined reference to `djgDrawImage(djVisual *, djImage *, int, int, int, int, int, int)'
  151. game.cpp:(.text+0x4c1e): undefined reference to `djTimeGetTime(void)'
  152. game.cpp:(.text+0x4d31): undefined reference to `djTimeGetTime(void)'
  153. game.cpp:(.text+0x4f7e): undefined reference to `_SetFileAndLine(char const *, int)'
  154. game.cpp:(.text+0x4f99): undefined reference to `_SYS_Debug(char const *,...)'
  155. src/game.o: In function `GameHeartBeat(void)':
  156. game.cpp:(.text+0x5444): undefined reference to `djSoundPlay(unsigned int)'
  157. src/game.o: In function `HeroShoot(int, int, int, int)':
  158. game.cpp:(.text+0x584b): undefined reference to `djSoundPlay(unsigned int)'
  159. src/game.o: In function `MonsterShoot(int, int, int, int)':
  160. game.cpp:(.text+0x596b): undefined reference to `djSoundPlay(unsigned int)'
  161. src/game.o: In function `DrawScore(void)':
  162. game.cpp:(.text+0x5d30): undefined reference to `djgDrawImage(djVisual *, djImage *, int, int, int, int, int, int)'
  163. src/game.o: In function `GameDrawView(void)':
  164. game.cpp:(.text+0x5f3a): undefined reference to `djgDrawImage(djVisual *, djImage *, int, int, int, int, int, int)'
  165. game.cpp:(.text+0x6191): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  166. game.cpp:(.text+0x6235): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  167. game.cpp:(.text+0x6315): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  168. game.cpp:(.text+0x6544): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  169. game.cpp:(.text+0x660c): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  170. src/game.o:game.cpp:(.text+0x66d4): more undefined references to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)' follow
  171. src/game.o: In function `GameDrawView(void)':
  172. game.cpp:(.text+0x7101): undefined reference to `djgSetColorFore(djVisual *, djColor const &)'
  173. game.cpp:(.text+0x712f): undefined reference to `djgDrawRectangle(djVisual *, int, int, int, int)'
  174. src/game.o: In function `sprite_factory(unsigned char, unsigned char, int, int, int, bool)':
  175. game.cpp:(.text+0x73a2): undefined reference to `_SetFileAndLine(char const *, int)'
  176. game.cpp:(.text+0x73d5): undefined reference to `_SYS_Debug(char const *,...)'
  177. src/game.o: In function `GameDrawSkin(void)':
  178. game.cpp:(.text+0x75b3): undefined reference to `djgDrawImage(djVisual *, djImage *, int, int, int, int)'
  179. src/game.o: In function `SetLevel(int)':
  180. game.cpp:(.text+0x7611): undefined reference to `djiWaitForKeyUp(unsigned char)'
  181. game.cpp:(.text+0x764e): undefined reference to `_SetFileAndLine(char const *, int)'
  182. game.cpp:(.text+0x7669): undefined reference to `_SYS_Debug(char const *,...)'
  183. game.cpp:(.text+0x7682): undefined reference to `_SetFileAndLine(char const *, int)'
  184. game.cpp:(.text+0x769d): undefined reference to `_SYS_Debug(char const *,...)'
  185. game.cpp:(.text+0x76b6): undefined reference to `_SetFileAndLine(char const *, int)'
  186. game.cpp:(.text+0x76d1): undefined reference to `_SYS_Debug(char const *,...)'
  187. src/game.o: In function `DrawDebugInfo(void)':
  188. game.cpp:(.text+0x77f3): undefined reference to `djgSetColorFore(djVisual *, djColor const &)'
  189. game.cpp:(.text+0x7a51): undefined reference to `djgDrawRectangle(djVisual *, int, int, int, int)'
  190. game.cpp:(.text+0x7a97): undefined reference to `djgSetColorFore(djVisual *, djColor const &)'
  191. game.cpp:(.text+0x7b00): undefined reference to `djgDrawRectangle(djVisual *, int, int, int, int)'
  192. game.cpp:(.text+0x7b40): undefined reference to `djgSetColorFore(djVisual *, djColor const &)'
  193. game.cpp:(.text+0x7bf6): undefined reference to `djgDrawRectangle(djVisual *, int, int, int, int)'
  194. game.cpp:(.text+0x7c85): undefined reference to `djgSetColorFore(djVisual *, djColor const &)'
  195. game.cpp:(.text+0x7dbf): undefined reference to `djgDrawRectangle(djVisual *, int, int, int, int)'
  196. game.cpp:(.text+0x7dee): undefined reference to `djgSetColorFore(djVisual *, djColor const &)'
  197. game.cpp:(.text+0x7ef5): undefined reference to `djgDrawRectangle(djVisual *, int, int, int, int)'
  198. game.cpp:(.text+0x7f27): undefined reference to `djgSetColorFore(djVisual *, djColor const &)'
  199. game.cpp:(.text+0x8034): undefined reference to `djgDrawRectangle(djVisual *, int, int, int, int)'
  200. game.cpp:(.text+0x821e): undefined reference to `djgSetColorFore(djVisual *, djColor const &)'
  201. game.cpp:(.text+0x8327): undefined reference to `djgDrawRectangle(djVisual *, int, int, int, int)'
  202. src/game.o: In function `GameLoadSprites(void)':
  203. game.cpp:(.text+0x8ed0): undefined reference to `_SetFileAndLine(char const *, int)'
  204. game.cpp:(.text+0x8ee9): undefined reference to `_SYS_Debug(char const *,...)'
  205. src/game.o: In function `GameDrawFirepower(void)':
  206. game.cpp:(.text+0x8ff6): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  207. game.cpp:(.text+0x9031): undefined reference to `djgDrawImage(djVisual *, djImage *, int, int, int, int, int, int)'
  208. game.cpp:(.text+0x9091): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  209. src/game.o: In function `LoadGame(void)':
  210. game.cpp:(.text+0x9631): undefined reference to `_SetFileAndLine(char const *, int)'
  211. game.cpp:(.text+0x965b): undefined reference to `_SYS_Debug(char const *,...)'
  212. game.cpp:(.text+0x97ce): undefined reference to `_SetFileAndLine(char const *, int)'
  213. game.cpp:(.text+0x97f9): undefined reference to `_SYS_Debug(char const *,...)'
  214. src/menu.o: In function `menu_move(CMenu *, int &, int, unsigned char)':
  215. menu.cpp:(.text+0x6b): undefined reference to `djgDrawImage(djVisual *, djImage *, int, int, int, int)'
  216. menu.cpp:(.text+0xef): undefined reference to `djSoundPlay(unsigned int)'
  217. menu.cpp:(.text+0x16c): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  218. src/menu.o: In function `do_menu(CMenu *)':
  219. menu.cpp:(.text+0x22c): undefined reference to `djCreateImageHWSurface(djImage *)'
  220. menu.cpp:(.text+0x622): undefined reference to `djgDrawImage(djVisual *, djImage *, int, int, int, int)'
  221. menu.cpp:(.text+0x659): undefined reference to `djgSetColorFore(djVisual *, djColor const &)'
  222. menu.cpp:(.text+0x6a0): undefined reference to `djgDrawRectangle(djVisual *, int, int, int, int)'
  223. menu.cpp:(.text+0x704): undefined reference to `djgDrawRectangle(djVisual *, int, int, int, int)'
  224. menu.cpp:(.text+0x730): undefined reference to `djgSetColorFore(djVisual *, djColor const &)'
  225. menu.cpp:(.text+0x7a8): undefined reference to `djgDrawRectangle(djVisual *, int, int, int, int)'
  226. menu.cpp:(.text+0x821): undefined reference to `djgDrawRectangle(djVisual *, int, int, int, int)'
  227. menu.cpp:(.text+0x8b8): undefined reference to `djiWaitForKeyUp(unsigned char)'
  228. menu.cpp:(.text+0x8c9): undefined reference to `djTimeGetTime(void)'
  229. menu.cpp:(.text+0x8dd): undefined reference to `djTimeGetTime(void)'
  230. menu.cpp:(.text+0x916): undefined reference to `djTimeGetTime(void)'
  231. menu.cpp:(.text+0x921): undefined reference to `djiPollBegin(void)'
  232. menu.cpp:(.text+0x984): undefined reference to `djSoundAdjustVolume(int)'
  233. menu.cpp:(.text+0x992): undefined reference to `djSoundGetVolume(void)'
  234. menu.cpp:(.text+0xa20): undefined reference to `djSoundAdjustVolume(int)'
  235. menu.cpp:(.text+0xa2e): undefined reference to `djSoundGetVolume(void)'
  236. menu.cpp:(.text+0xab6): undefined reference to `djSoundEnabled(void)'
  237. menu.cpp:(.text+0xac1): undefined reference to `djSoundDisable(void)'
  238. menu.cpp:(.text+0xac9): undefined reference to `djSoundEnable(void)'
  239. menu.cpp:(.text+0xad1): undefined reference to `djSoundEnabled(void)'
  240. menu.cpp:(.text+0xc29): undefined reference to `djiPollEnd(void)'
  241. menu.cpp:(.text+0xcb4): undefined reference to `djiWaitForKeyUp(unsigned char)'
  242. menu.cpp:(.text+0xcc6): undefined reference to `djiWaitForKeyUp(unsigned char)'
  243. menu.cpp:(.text+0xce5): undefined reference to `djDestroyImageHWSurface(djImage *)'
  244. src/menu.o: In function `CMenu::~CMenu(void)':
  245. menu.cpp:(.text+0xe9d): undefined reference to `_SetFileAndLine(char const *, int)'
  246. menu.cpp:(.text+0xeb9): undefined reference to `_SYS_Debug(char const *,...)'
  247. menu.cpp:(.text+0xef9): undefined reference to `_SetFileAndLine(char const *, int)'
  248. menu.cpp:(.text+0xf11): undefined reference to `_SYS_Debug(char const *,...)'
  249. menu.cpp:(.text+0xf2a): undefined reference to `_SetFileAndLine(char const *, int)'
  250. menu.cpp:(.text+0xf45): undefined reference to `_SYS_Debug(char const *,...)'
  251. src/credits.o: In function `InitCredits(void)':
  252. credits.cpp:(.text+0x8e): undefined reference to `djCreateImageHWSurface(djImage *)'
  253. src/credits.o: In function `KillCredits(void)':
  254. credits.cpp:(.text+0x1b8): undefined reference to `djDestroyImageHWSurface(djImage *)'
  255. src/credits.o: In function `ShowCredits(void)':
  256. credits.cpp:(.text+0x26f): undefined reference to `djgDrawImage(djVisual *, djImage *, int, int, int, int)'
  257. src/instructions.o: In function `GetKeyStringS(int)':
  258. instructions.cpp:(.text+0x22): undefined reference to `GetKeyString(int)'
  259. src/instructions.o: In function `DoShow(basic_string<char, string_char_traits<char>, __malloc_alloc_template<0> > const &, vector<basic_string<char, string_char_traits<char>, __malloc_alloc_template<0> >, allocator<basic_string<char, string_char_traits<char>, __malloc_alloc_template<0> > > > const &, float)':
  260. instructions.cpp:(.text+0x3ea): undefined reference to `djCreateImageHWSurface(djImage *)'
  261. instructions.cpp:(.text+0x4d2): undefined reference to `djCreateImageHWSurface(djImage *)'
  262. instructions.cpp:(.text+0x655): undefined reference to `djgSetColorFore(djVisual *, djColor const &)'
  263. instructions.cpp:(.text+0x67c): undefined reference to `djgDrawRectangle(djVisual *, int, int, int, int)'
  264. instructions.cpp:(.text+0x6a3): undefined reference to `djgDrawRectangle(djVisual *, int, int, int, int)'
  265. instructions.cpp:(.text+0x6cf): undefined reference to `djgSetColorFore(djVisual *, djColor const &)'
  266. instructions.cpp:(.text+0x707): undefined reference to `djgDrawRectangle(djVisual *, int, int, int, int)'
  267. instructions.cpp:(.text+0x73f): undefined reference to `djgDrawRectangle(djVisual *, int, int, int, int)'
  268. instructions.cpp:(.text+0x7f9): undefined reference to `djTimeGetTime(void)'
  269. instructions.cpp:(.text+0x821): undefined reference to `djTimeGetTime(void)'
  270. instructions.cpp:(.text+0x856): undefined reference to `djTimeGetTime(void)'
  271. instructions.cpp:(.text+0x965): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  272. instructions.cpp:(.text+0x9a2): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  273. instructions.cpp:(.text+0xac1): undefined reference to `djiPollEnd(void)'
  274. instructions.cpp:(.text+0xaf6): undefined reference to `djDestroyImageHWSurface(djImage *)'
  275. instructions.cpp:(.text+0xb31): undefined reference to `djDestroyImageHWSurface(djImage *)'
  276. src/instructions.o: In function `ShowInstructions(void)':
  277. instructions.cpp:(.text+0xe62): undefined reference to `GetKeyString(int)'
  278. instructions.cpp:(.text+0x1115): undefined reference to `GetKeyString(int)'
  279. instructions.cpp:(.text+0x13c8): undefined reference to `GetKeyString(int)'
  280. src/djimage.o: In function `djImage::~djImage(void)':
  281. djimage.cpp:(.text+0xea): undefined reference to `_SetFileAndLine(char const *, int)'
  282. djimage.cpp:(.text+0x105): undefined reference to `_SYS_Debug(char const *,...)'
  283. src/djimage.o: In function `djImage::LoadTGA(char const *)':
  284. djimage.cpp:(.text+0x685): undefined reference to `_SetFileAndLine(char const *, int)'
  285. djimage.cpp:(.text+0x6a1): undefined reference to `_SYS_Debug(char const *,...)'
  286. djimage.cpp:(.text+0x6dd): undefined reference to `_SetFileAndLine(char const *, int)'
  287. djimage.cpp:(.text+0x6f9): undefined reference to `_SYS_Error(char const *,...)'
  288. djimage.cpp:(.text+0x81e): undefined reference to `_SetFileAndLine(char const *, int)'
  289. djimage.cpp:(.text+0x839): undefined reference to `_SYS_Error(char const *,...)'
  290. djimage.cpp:(.text+0xe86): undefined reference to `_SetFileAndLine(char const *, int)'
  291. djimage.cpp:(.text+0xea1): undefined reference to `_SYS_Error(char const *,...)'
  292. djimage.cpp:(.text+0xec2): undefined reference to `_SetFileAndLine(char const *, int)'
  293. djimage.cpp:(.text+0xedd): undefined reference to `_SYS_Error(char const *,...)'
  294. djimage.cpp:(.text+0xefe): undefined reference to `_SetFileAndLine(char const *, int)'
  295. djimage.cpp:(.text+0xf19): undefined reference to `_SYS_Error(char const *,...)'
  296. djimage.cpp:(.text+0xf36): undefined reference to `_SetFileAndLine(char const *, int)'
  297. djimage.cpp:(.text+0xf51): undefined reference to `_SYS_Error(char const *,...)'
  298. djimage.cpp:(.text+0xf6e): undefined reference to `_SetFileAndLine(char const *, int)'
  299. djimage.cpp:(.text+0xf89): undefined reference to `_SYS_Error(char const *,...)'
  300. src/inventory.o: In function `InvDraw(void)':
  301. inventory.cpp:(.text+0x43e): undefined reference to `djgDrawImage(djVisual *, djImage *, int, int, int, int, int, int)'
  302. inventory.cpp:(.text+0x4d8): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  303. inventory.cpp:(.text+0x548): undefined reference to `djgDrawImage(djVisual *, djImage *, int, int, int, int, int, int)'
  304. inventory.cpp:(.text+0x593): undefined reference to `djgDrawImage(djVisual *, djImage *, int, int, int, int, int, int)'
  305. inventory.cpp:(.text+0x65a): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  306. inventory.cpp:(.text+0x729): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  307. src/inventory.o: In function `InvLoad(_IO_FILE *)':
  308. inventory.cpp:(.text+0x9e3): undefined reference to `_SetFileAndLine(char const *, int)'
  309. inventory.cpp:(.text+0xa01): undefined reference to `_SYS_Debug(char const *,...)'
  310. inventory.cpp:(.text+0xa8e): undefined reference to `_SetFileAndLine(char const *, int)'
  311. inventory.cpp:(.text+0xab2): undefined reference to `_SYS_Debug(char const *,...)'
  312. src/mission.o: In function `LoadMissions(char const *)':
  313. mission.cpp:(.text+0x85): undefined reference to `_SetFileAndLine(char const *, int)'
  314. mission.cpp:(.text+0xa1): undefined reference to `_SYS_Debug(char const *,...)'
  315. mission.cpp:(.text+0x218): undefined reference to `_SetFileAndLine(char const *, int)'
  316. mission.cpp:(.text+0x235): undefined reference to `_SYS_Debug(char const *,...)'
  317. src/mission.o: In function `CMission::Load(char const *)':
  318. mission.cpp:(.text+0x6c5): undefined reference to `_SetFileAndLine(char const *, int)'
  319. mission.cpp:(.text+0x6e1): undefined reference to `_SYS_Debug(char const *,...)'
  320. mission.cpp:(.text+0x751): undefined reference to `_SetFileAndLine(char const *, int)'
  321. mission.cpp:(.text+0x76d): undefined reference to `_SYS_Error(char const *,...)'
  322. mission.cpp:(.text+0x95b): undefined reference to `_SetFileAndLine(char const *, int)'
  323. mission.cpp:(.text+0x984): undefined reference to `_SYS_Debug(char const *,...)'
  324. mission.cpp:(.text+0x9a7): undefined reference to `_SetFileAndLine(char const *, int)'
  325. mission.cpp:(.text+0x9d6): undefined reference to `_SYS_Debug(char const *,...)'
  326. mission.cpp:(.text+0xa60): undefined reference to `_SetFileAndLine(char const *, int)'
  327. mission.cpp:(.text+0xa79): undefined reference to `_SYS_Debug(char const *,...)'
  328. mission.cpp:(.text+0xa96): undefined reference to `_SetFileAndLine(char const *, int)'
  329. mission.cpp:(.text+0xac6): undefined reference to `_SYS_Debug(char const *,...)'
  330. mission.cpp:(.text+0xc8a): undefined reference to `_SetFileAndLine(char const *, int)'
  331. mission.cpp:(.text+0xcb7): undefined reference to `_SYS_Debug(char const *,...)'
  332. mission.cpp:(.text+0xf8f): undefined reference to `_SetFileAndLine(char const *, int)'
  333. mission.cpp:(.text+0xfbb): undefined reference to `_SYS_Debug(char const *,...)'
  334. mission.cpp:(.text+0x10eb): undefined reference to `_SetFileAndLine(char const *, int)'
  335. mission.cpp:(.text+0x1110): undefined reference to `_SYS_Error(char const *,...)'
  336. src/mission.o: In function `CMission::AddSpriteData(int, CSpriteData *)':
  337. mission.cpp:(.text+0x13d5): undefined reference to `_SetFileAndLine(char const *, int)'
  338. mission.cpp:(.text+0x13f1): undefined reference to `_SYS_Debug(char const *,...)'
  339. src/mission.o: In function `CSpriteData::~CSpriteData(void)':
  340. mission.cpp:(.text+0x1963): undefined reference to `djDestroyImageHWSurface(djImage *)'
  341. mission.cpp:(.text+0x199b): undefined reference to `djDestroyImageHWSurface(djImage *)'
  342. src/mission.o: In function `CSpriteData::LoadData(char const *)':
  343. mission.cpp:(.text+0x1a81): undefined reference to `_SetFileAndLine(char const *, int)'
  344. mission.cpp:(.text+0x1a9d): undefined reference to `_SYS_Debug(char const *,...)'
  345. mission.cpp:(.text+0x1b46): undefined reference to `_SetFileAndLine(char const *, int)'
  346. mission.cpp:(.text+0x1b65): undefined reference to `_SYS_Error(char const *,...)'
  347. mission.cpp:(.text+0x1eb5): undefined reference to `_SetFileAndLine(char const *, int)'
  348. mission.cpp:(.text+0x1ed1): undefined reference to `_SYS_Error(char const *,...)'
  349. src/mission.o: In function `CSpriteData::SaveData(char const *)':
  350. mission.cpp:(.text+0x1f1d): undefined reference to `_SetFileAndLine(char const *, int)'
  351. mission.cpp:(.text+0x1f39): undefined reference to `_SYS_Debug(char const *,...)'
  352. mission.cpp:(.text+0x1f75): undefined reference to `_SetFileAndLine(char const *, int)'
  353. mission.cpp:(.text+0x1f91): undefined reference to `_SYS_Debug(char const *,...)'
  354. src/mission.o: In function `CSpriteData::LoadSpriteImage(void)':
  355. mission.cpp:(.text+0x2115): undefined reference to `_SetFileAndLine(char const *, int)'
  356. mission.cpp:(.text+0x2131): undefined reference to `_SYS_Debug(char const *,...)'
  357. mission.cpp:(.text+0x2146): undefined reference to `djDestroyImageHWSurface(djImage *)'
  358. mission.cpp:(.text+0x2181): undefined reference to `djDestroyImageHWSurface(djImage *)'
  359. mission.cpp:(.text+0x228e): undefined reference to `djCreateImageHWSurface(djImage *)'
  360. mission.cpp:(.text+0x2430): undefined reference to `djCreateImageHWSurface(djImage *)'
  361. src/hiscores.o: In function `KillHighScores(void)':
  362. hiscores.cpp:(.text+0x88): undefined reference to `djDestroyImageHWSurface(djImage *)'
  363. src/hiscores.o: In function `ShowHighScores(void)':
  364. hiscores.cpp:(.text+0x22e): undefined reference to `djCreateImageHWSurface(djImage *)'
  365. hiscores.cpp:(.text+0x28c): undefined reference to `djgDrawImage(djVisual *, djImage *, int, int, int, int)'
  366. src/hiscores.o: In function `LoadHighScores(char const *)':
  367. hiscores.cpp:(.text+0x505): undefined reference to `_SetFileAndLine(char const *, int)'
  368. hiscores.cpp:(.text+0x521): undefined reference to `_SYS_Debug(char const *,...)'
  369. src/hiscores.o: In function `SaveHighScores(char const *)':
  370. hiscores.cpp:(.text+0x898): undefined reference to `_SetFileAndLine(char const *, int)'
  371. hiscores.cpp:(.text+0x8b5): undefined reference to `_SYS_Debug(char const *,...)'
  372. src/thing.o: In function `CThing::DrawActionBounds(djColor const &)':
  373. thing.cpp:(.text+0x1d02): undefined reference to `djgSetColorFore(djVisual *, djColor const &)'
  374. thing.cpp:(.text+0x1dda): undefined reference to `djgDrawRectangle(djVisual *, int, int, int, int)'
  375. src/thing.o: In function `CSpikeBall::Draw(void)':
  376. thing.cpp:(.text+0x20f3): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  377. thing.cpp:(.text+0x21f7): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  378. src/thing.o: In function `CBox::Draw(void)':
  379. thing.cpp:(.text+0x2758): undefined reference to `djgDrawImage(djVisual *, djImage *, int, int, int, int, int, int)'
  380. src/thing.o: In function `CLetter::Draw(void)':
  381. thing.cpp:(.text+0x29e0): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  382. src/thing.o: In function `CLift::Draw(void)':
  383. thing.cpp:(.text+0x2d8f): undefined reference to `djgDrawImage(djVisual *, djImage *, int, int, int, int, int, int)'
  384. thing.cpp:(.text+0x2e50): undefined reference to `djgDrawImage(djVisual *, djImage *, int, int, int, int, int, int)'
  385. src/thing.o: In function `CExplosion::Draw(void)':
  386. thing.cpp:(.text+0x3092): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  387. thing.cpp:(.text+0x31e9): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  388. src/thing.o: In function `CExit::Draw(void)':
  389. thing.cpp:(.text+0x3431): undefined reference to `djgDrawImage(djVisual *, djImage *, int, int, int, int, int, int)'
  390. thing.cpp:(.text+0x351e): undefined reference to `djgDrawImage(djVisual *, djImage *, int, int, int, int, int, int)'
  391. thing.cpp:(.text+0x3612): undefined reference to `djgDrawImage(djVisual *, djImage *, int, int, int, int, int, int)'
  392. thing.cpp:(.text+0x3706): undefined reference to `djgDrawImage(djVisual *, djImage *, int, int, int, int, int, int)'
  393. src/thing.o: In function `CExit::Action(void)':
  394. thing.cpp:(.text+0x3744): undefined reference to `djSoundPlay(unsigned int)'
  395. src/thing.o: In function `CTeleporter::CTeleporter(void)':
  396. thing.cpp:(.text+0x383f): undefined reference to `djSoundLoad(char const *)'
  397. src/thing.o: In function `CTeleporter::Action(void)':
  398. thing.cpp:(.text+0x3a29): undefined reference to `djSoundPlay(unsigned int)'
  399. thing.cpp:(.text+0x3a62): undefined reference to `_SetFileAndLine(char const *, int)'
  400. thing.cpp:(.text+0x3a8c): undefined reference to `_SYS_Debug(char const *,...)'
  401. src/thing.o: In function `CTeleporter::Draw(void)':
  402. thing.cpp:(.text+0x3c29): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  403. thing.cpp:(.text+0x3d1a): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  404. thing.cpp:(.text+0x3e0a): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  405. thing.cpp:(.text+0x3ebd): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  406. thing.cpp:(.text+0x3f71): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  407. src/thing.o:thing.cpp:(.text+0x4025): more undefined references to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)' follow
  408. src/thing.o: In function `CKey::HeroOverlaps(void)':
  409. thing.cpp:(.text+0x4b06): undefined reference to `djSoundPlay(unsigned int)'
  410. src/thing.o: In function `CKey::Draw(void)':
  411. thing.cpp:(.text+0x4c18): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  412. src/thing.o: In function `CDoorActivator::Action(void)':
  413. thing.cpp:(.text+0x4d9b): undefined reference to `djSoundPlay(unsigned int)'
  414. src/thing.o: In function `CDoorActivator::Draw(void)':
  415. thing.cpp:(.text+0x500b): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  416. thing.cpp:(.text+0x510b): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  417. src/thing.o: In function `CMasterComputer::Draw(void)':
  418. thing.cpp:(.text+0x52fe): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  419. src/thing.o: In function `CSoftBlock::Draw(void)':
  420. thing.cpp:(.text+0x54d4): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  421. src/thing.o: In function `CCamera::Draw(void)':
  422. thing.cpp:(.text+0x579a): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  423. src/thing.o:thing.cpp:(.text+0x589e): more undefined references to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)' follow
  424. src/thing.o: In function `CBanana::HeroOverlaps(void)':
  425. thing.cpp:(.text+0x5cea): undefined reference to `djSoundPlay(unsigned int)'
  426. src/thing.o: In function `CSoda::Draw(void)':
  427. thing.cpp:(.text+0x5ef2): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  428. src/thing.o: In function `CBalloon::Draw(void)':
  429. thing.cpp:(.text+0x640a): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  430. thing.cpp:(.text+0x657b): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  431. src/thing.o: In function `CAcme::Draw(void)':
  432. thing.cpp:(.text+0x6974): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  433. thing.cpp:(.text+0x6a82): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  434. src/thing.o: In function `CPickup::HeroOverlaps(void)':
  435. thing.cpp:(.text+0x722c): undefined reference to `djSoundPlay(unsigned int)'
  436. src/thing.o: In function `CPickup::Draw(void)':
  437. thing.cpp:(.text+0x73f0): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  438. thing.cpp:(.text+0x7564): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  439. src/thing.o: In function `CCrumblingFloor::Draw(void)':
  440. thing.cpp:(.text+0x7c3c): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  441. src/thing.o: In function `CConveyor::Draw(void)':
  442. thing.cpp:(.text+0x7f90): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  443. thing.cpp:(.text+0x809c): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  444. src/thing.o:thing.cpp:(.text+0x83be): more undefined references to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)' follow
  445. src/thing.o: In function `CDynamite::Tick(void)':
  446. thing.cpp:(.text+0x8cbb): undefined reference to `djSoundPlay(unsigned int)'
  447. src/thing.o: In function `CDynamite::Draw(void)':
  448. thing.cpp:(.text+0x8e30): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  449. thing.cpp:(.text+0x8fd0): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  450. thing.cpp:(.text+0x9253): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  451. thing.cpp:(.text+0x94ee): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  452. src/thing.o: In function `CDynamite::DrawActionBounds(djColor const &)':
  453. thing.cpp:(.text+0x97b2): undefined reference to `djgSetColorFore(djVisual *, djColor const &)'
  454. thing.cpp:(.text+0x984c): undefined reference to `djgDrawRectangle(djVisual *, int, int, int, int)'
  455. thing.cpp:(.text+0x9920): undefined reference to `djgDrawRectangle(djVisual *, int, int, int, int)'
  456. thing.cpp:(.text+0x9a08): undefined reference to `djgDrawRectangle(djVisual *, int, int, int, int)'
  457. src/thing.o: In function `CFan::Draw(void)':
  458. thing.cpp:(.text+0x9cef): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  459. thing.cpp:(.text+0x9dfa): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  460. src/thing.o: In function `CRocket::Draw(void)':
  461. thing.cpp:(.text+0xa180): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  462. thing.cpp:(.text+0xa245): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  463. thing.cpp:(.text+0xa309): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  464. src/thing.o:thing.cpp:(.text+0xa3d1): more undefined references to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)' follow
  465. src/thing.o: In function `CreateExplosion(int, int, int, int)':
  466. thing.cpp:(.text+0xb808): undefined reference to `djSoundPlay(unsigned int)'
  467. thing.cpp:(.text+0xb822): undefined reference to `djSoundPlay(unsigned int)'
  468. src/hero.o: In function `HeroStartJump(void)':
  469. hero.cpp:(.text+0xc9): undefined reference to `djSoundPlay(unsigned int)'
  470. src/hero.o: In function `HeroUpdateJump(void)':
  471. hero.cpp:(.text+0x2cd): undefined reference to `djSoundPlay(unsigned int)'
  472. src/thing_monsters.o: In function `CRobot::Draw(void)':
  473. thing_monsters.cpp:(.text+0xc07): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  474. thing_monsters.cpp:(.text+0xda4): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  475. src/thing_monsters.o: In function `CFlyingRobot::Draw(void)':
  476. thing_monsters.cpp:(.text+0x163b): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  477. thing_monsters.cpp:(.text+0x1765): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  478. thing_monsters.cpp:(.text+0x18b6): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  479. src/thing_monsters.o:thing_monsters.cpp:(.text+0x19db): more undefined references to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)' follow
  480. src/thing_monsters.o: In function `CHighVoltage::OnHeroShot(void)':
  481. thing_monsters.cpp:(.text+0x2df2): undefined reference to `djSoundPlay(unsigned int)'
  482. src/thing_monsters.o: In function `CCannon::Draw(void)':
  483. thing_monsters.cpp:(.text+0x33a0): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  484. thing_monsters.cpp:(.text+0x3414): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  485. thing_monsters.cpp:(.text+0x360d): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  486. src/thing_monsters.o: In function `CCrawler::Draw(void)':
  487. thing_monsters.cpp:(.text+0x3b8a): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  488. thing_monsters.cpp:(.text+0x3d6e): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  489. src/thing_monsters.o:thing_monsters.cpp:(.text+0x411c): more undefined references to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)' follow
  490. src/gameending.o: In function `ShowEndGameSequence(void)':
  491. gameending.cpp:(.text+0x369): undefined reference to `djgSetColorFore(djVisual *, djColor const &)'
  492. gameending.cpp:(.text+0x38b): undefined reference to `djgDrawRectangle(djVisual *, int, int, int, int)'
  493. gameending.cpp:(.text+0x3b2): undefined reference to `djgDrawRectangle(djVisual *, int, int, int, int)'
  494. gameending.cpp:(.text+0x3de): undefined reference to `djgSetColorFore(djVisual *, djColor const &)'
  495. gameending.cpp:(.text+0x411): undefined reference to `djgDrawRectangle(djVisual *, int, int, int, int)'
  496. gameending.cpp:(.text+0x449): undefined reference to `djgDrawRectangle(djVisual *, int, int, int, int)'
  497. gameending.cpp:(.text+0x4ce): undefined reference to `djTimeGetTime(void)'
  498. gameending.cpp:(.text+0x4e1): undefined reference to `djTimeGetTime(void)'
  499. gameending.cpp:(.text+0x51a): undefined reference to `djTimeGetTime(void)'
  500. gameending.cpp:(.text+0x591): undefined reference to `djiPollEnd(void)'
  501. src/level.o: In function `level_save(int, char const *)':
  502. level.cpp:(.text+0x294): undefined reference to `_SetFileAndLine(char const *, int)'
  503. level.cpp:(.text+0x2b8): undefined reference to `_SYS_Debug(char const *,...)'
  504. src/bullet.o: In function `CBullet::Draw(void)':
  505. bullet.cpp:(.text+0x166): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  506. bullet.cpp:(.text+0x20c): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  507. bullet.cpp:(.text+0x299): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  508. bullet.cpp:(.text+0x36c): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  509. bullet.cpp:(.text+0x40c): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  510. src/ed.o: In function `EditorMainLoop(void)':
  511. ed.cpp:(.text+0xaf): undefined reference to `_SetFileAndLine(char const *, int)'
  512. ed.cpp:(.text+0xc9): undefined reference to `_SYS_Error(char const *,...)'
  513. src/ed_common.o: In function `ED_CommonInit(void)':
  514. ed_common.cpp:(.text+0x5e): undefined reference to `_SetFileAndLine(char const *, int)'
  515. ed_common.cpp:(.text+0x79): undefined reference to `_SYS_Warning(char const *,...)'
  516. ed_common.cpp:(.text+0xf2): undefined reference to `djCreateImageHWSurface(djImage *)'
  517. ed_common.cpp:(.text+0x115): undefined reference to `djiInit(djVisual *, int)'
  518. src/ed_common.o: In function `ED_CommonKill(void)':
  519. ed_common.cpp:(.text+0x1b2): undefined reference to `djiInit(djVisual *, int)'
  520. ed_common.cpp:(.text+0x1d1): undefined reference to `djDestroyImageHWSurface(djImage *)'
  521. ed_common.cpp:(.text+0x208): undefined reference to `djiClearBuffer(void)'
  522. src/ed_common.o: In function `ED_SetSprite(int, int, int)':
  523. ed_common.cpp:(.text+0x442): undefined reference to `djgSetColor(djVisual *, djColor const &, djColor const &)'
  524. src/ed_common.o: In function `ED_DrawString(int, int, char const *)':
  525. ed_common.cpp:(.text+0x5d9): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  526. src/ed_common.o: In function `ED_DrawStringClear(int, int, char const *)':
  527. ed_common.cpp:(.text+0x639): undefined reference to `djgSetColorFore(djVisual *, djColor const &)'
  528. ed_common.cpp:(.text+0x687): undefined reference to `djgDrawBox(djVisual *, int, int, int, int)'
  529. src/ed_common.o: In function `ED_DrawSprite(int, int, int, int)':
  530. ed_common.cpp:(.text+0x99e): undefined reference to `djgDrawImage(djVisual *, djImage *, int, int, int, int, int, int)'
  531. ed_common.cpp:(.text+0xa71): undefined reference to `djgDrawImageAlpha(djVisual *, djImage *, int, int, int, int, int, int)'
  532. src/ed_common.o: In function `ED_ClearScreen(void)':
  533. ed_common.cpp:(.text+0xabc): undefined reference to `djgSetColorFore(djVisual *, djColor const &)'
  534. ed_common.cpp:(.text+0xad0): undefined reference to `djgClear(djVisual *)'
  535. src/ed_common.o: In function `ED_FlipBuffers(void)':
  536. ed_common.cpp:(.text+0xb0c): undefined reference to `djgFlip(djVisual *, djVisual *, bool)'
  537. src/ed_lvled.o: In function `DisplayLevelStats(CLevelStats &)':
  538. ed_lvled.cpp:(.text+0x6d7): undefined reference to `djgSetColorFore(djVisual *, djColor const &)'
  539. ed_lvled.cpp:(.text+0x704): undefined reference to `djgDrawHLine(djVisual *, int, int, int)'
  540. ed_lvled.cpp:(.text+0x9fb): undefined reference to `djgSetColorFore(djVisual *, djColor const &)'
  541. ed_lvled.cpp:(.text+0xa28): undefined reference to `djgDrawVLine(djVisual *, int, int, int)'
  542. ed_lvled.cpp:(.text+0xabb): undefined reference to `djgDrawVLine(djVisual *, int, int, int)'
  543. ed_lvled.cpp:(.text+0xbc4): undefined reference to `djgDrawBox(djVisual *, int, int, int, int)'
  544. ed_lvled.cpp:(.text+0xd00): undefined reference to `djiPoll(void)'
  545. src/ed_lvled.o: In function `DoAllLevelsOverview(void)':
  546. ed_lvled.cpp:(.text+0x133d): undefined reference to `djTimeGetTime(void)'
  547. ed_lvled.cpp:(.text+0x15bc): undefined reference to `djgSetColorFore(djVisual *, djColor const &)'
  548. ed_lvled.cpp:(.text+0x15f4): undefined reference to `djgDrawBox(djVisual *, int, int, int, int)'
  549. ed_lvled.cpp:(.text+0x16a1): undefined reference to `djgSetColorFore(djVisual *, djColor const &)'
  550. ed_lvled.cpp:(.text+0x16d9): undefined reference to `djgDrawBox(djVisual *, int, int, int, int)'
  551. ed_lvled.cpp:(.text+0x178d): undefined reference to `djgSetColorFore(djVisual *, djColor const &)'
  552. ed_lvled.cpp:(.text+0x17c8): undefined reference to `djgDrawBox(djVisual *, int, int, int, int)'
  553. ed_lvled.cpp:(.text+0x305b): undefined reference to `djiPoll(void)'
  554. src/ed_lvled.o: In function `LVLED_MainLoop(void)':
  555. ed_lvled.cpp:(.text+0x3919): undefined reference to `djTimeGetTime(void)'
  556. ed_lvled.cpp:(.text+0x3927): undefined reference to `djTimeGetTime(void)'
  557. ed_lvled.cpp:(.text+0x395e): undefined reference to `djTimeGetTime(void)'
  558. ed_lvled.cpp:(.text+0x396e): undefined reference to `djiPoll(void)'
  559. ed_lvled.cpp:(.text+0x3eab): undefined reference to `djiKeyPressed(int)'
  560. ed_lvled.cpp:(.text+0x3f55): undefined reference to `djiKeyPressed(int)'
  561. ed_lvled.cpp:(.text+0x3fb6): undefined reference to `djiKeyPressed(int)'
  562. ed_lvled.cpp:(.text+0x3ff3): undefined reference to `djiKeyPressed(int)'
  563. ed_lvled.cpp:(.text+0x4025): undefined reference to `djiKeyPressed(int)'
  564. src/ed_lvled.o:ed_lvled.cpp:(.text+0x4096): more undefined references to `djiKeyPressed(int)' follow
  565. src/ed_lvled.o: In function `HandleMouse(void)':
  566. ed_lvled.cpp:(.text+0x441a): undefined reference to `djgSetColorFore(djVisual *, djColor const &)'
  567. ed_lvled.cpp:(.text+0x4451): undefined reference to `djgDrawRectangle(djVisual *, int, int, int, int)'
  568. src/ed_lvled.o: In function `RedrawView(void)':
  569. ed_lvled.cpp:(.text+0x4a06): undefined reference to `djTimeGetTime(void)'
  570. src/ed_lvled.o: In function `DrawGrid(int, int, int, int, int, int, djColor const &)':
  571. ed_lvled.cpp:(.text+0x4c60): undefined reference to `djgSetColorFore(djVisual *, djColor const &)'
  572. ed_lvled.cpp:(.text+0x4ca2): undefined reference to `djgDrawHLine(djVisual *, int, int, int)'
  573. ed_lvled.cpp:(.text+0x4cea): undefined reference to `djgDrawVLine(djVisual *, int, int, int)'
  574. src/ed_lvled.o: In function `DrawLevelGrid(void)':
  575. ed_lvled.cpp:(.text+0x4dd6): undefined reference to `djgSetColorFore(djVisual *, djColor const &)'
  576. ed_lvled.cpp:(.text+0x4e00): undefined reference to `djgDrawBox(djVisual *, int, int, int, int)'
  577. ed_lvled.cpp:(.text+0x4e97): undefined reference to `djgSetColorFore(djVisual *, djColor const &)'
  578. ed_lvled.cpp:(.text+0x4ec1): undefined reference to `djgDrawBox(djVisual *, int, int, int, int)'
  579. ed_lvled.cpp:(.text+0x4f5b): undefined reference to `djgSetColorFore(djVisual *, djColor const &)'
  580. ed_lvled.cpp:(.text+0x4f88): undefined reference to `djgDrawBox(djVisual *, int, int, int, int)'
  581. src/ed_lvled.o: In function `DrawLevelname(void)':
  582. ed_lvled.cpp:(.text+0x503d): undefined reference to `djgSetColorFore(djVisual *, djColor const &)'
  583. ed_lvled.cpp:(.text+0x5085): undefined reference to `djgSetColorFore(djVisual *, djColor const &)'
  584. ed_lvled.cpp:(.text+0x50cb): undefined reference to `djgDrawBox(djVisual *, int, int, int, int)'
  585. src/ed_lvled.o: In function `ShowSettings(void)':
  586. ed_lvled.cpp:(.text+0x51fc): undefined reference to `djgSetColorFore(djVisual *, djColor const &)'
  587. ed_lvled.cpp:(.text+0x5242): undefined reference to `djgDrawBox(djVisual *, int, int, int, int)'
  588. src/ed_lvled.o: In function `DrawMinimapRectangle(void)':
  589. ed_lvled.cpp:(.text+0x52ba): undefined reference to `djgSetColorFore(djVisual *, djColor const &)'
  590. ed_lvled.cpp:(.text+0x5302): undefined reference to `djgDrawRectangle(djVisual *, int, int, int, int)'
  591. src/ed_lvled.o: In function `DrawMinimap(void)':
  592. ed_lvled.cpp:(.text+0x53fc): undefined reference to `djgSetColorFore(djVisual *, djColor const &)'
  593. ed_lvled.cpp:(.text+0x5433): undefined reference to `djgDrawBox(djVisual *, int, int, int, int)'
  594. ed_lvled.cpp:(.text+0x55e8): undefined reference to `djgSetColorFore(djVisual *, djColor const &)'
  595. ed_lvled.cpp:(.text+0x561c): undefined reference to `djgDrawBox(djVisual *, int, int, int, int)'
  596. ed_lvled.cpp:(.text+0x5653): undefined reference to `djgDrawBox(djVisual *, int, int, int, int)'
  597. ed_lvled.cpp:(.text+0x568d): undefined reference to `djgSetColorFore(djVisual *, djColor const &)'
  598. ed_lvled.cpp:(.text+0x56c4): undefined reference to `djgDrawBox(djVisual *, int, int, int, int)'
  599. ed_lvled.cpp:(.text+0x56fb): undefined reference to `djgDrawBox(djVisual *, int, int, int, int)'
  600. ed_lvled.cpp:(.text+0x577a): undefined reference to `djgSetColorFore(djVisual *, djColor const &)'
  601. ed_lvled.cpp:(.text+0x57b1): undefined reference to `djgDrawBox(djVisual *, int, int, int, int)'
  602. ed_lvled.cpp:(.text+0x57e8): undefined reference to `djgDrawBox(djVisual *, int, int, int, int)'
  603. ed_lvled.cpp:(.text+0x5849): undefined reference to `djgSetColorFore(djVisual *, djColor const &)'
  604. ed_lvled.cpp:(.text+0x5880): undefined reference to `djgDrawBox(djVisual *, int, int, int, int)'
  605. ed_lvled.cpp:(.text+0x58b7): undefined reference to `djgDrawBox(djVisual *, int, int, int, int)'
  606. ed_lvled.cpp:(.text+0x5911): undefined reference to `djgSetColorFore(djVisual *, djColor const &)'
  607. ed_lvled.cpp:(.text+0x5948): undefined reference to `djgDrawBox(djVisual *, int, int, int, int)'
  608. ed_lvled.cpp:(.text+0x597f): undefined reference to `djgDrawBox(djVisual *, int, int, int, int)'
  609. src/ed_lvled.o: In function `ShowInstructions(void)':
  610. ed_lvled.cpp:(.text+0x5c05): undefined reference to `djgSetColorFore(djVisual *, djColor const &)'
  611. ed_lvled.cpp:(.text+0x5c33): undefined reference to `djgDrawBox(djVisual *, int, int, int, int)'
  612. src/ed_lvled.o: In function `SetLevel(int, int, int, int, bool)':
  613. ed_lvled.cpp:(.text+0x5efc): undefined reference to `djgSetColorFore(djVisual *, djColor const &)'
  614. ed_lvled.cpp:(.text+0x5f26): undefined reference to `djgDrawBox(djVisual *, int, int, int, int)'
  615. ed_lvled.cpp:(.text+0x5fbb): undefined reference to `djgSetColorFore(djVisual *, djColor const &)'
  616. ed_lvled.cpp:(.text+0x5fe5): undefined reference to `djgDrawBox(djVisual *, int, int, int, int)'
  617. ed_lvled.cpp:(.text+0x607f): undefined reference to `djgSetColorFore(djVisual *, djColor const &)'
  618. ed_lvled.cpp:(.text+0x60ac): undefined reference to `djgDrawBox(djVisual *, int, int, int, int)'
  619. src/ed_spred.o: In function `SPRED_MainLoop(void)':
  620. ed_spred.cpp:(.text+0x65): undefined reference to `djiPoll(void)'
  621. ed_spred.cpp:(.text+0x186): undefined reference to `djiKeyPressed(int)'
  622. ed_spred.cpp:(.text+0x19e): undefined reference to `djiKeyPressed(int)'
  623. ed_spred.cpp:(.text+0x1c7): undefined reference to `djiKeyPressed(int)'
  624. src/ed_spred.o: In function `SaveSprites(void)':
  625. ed_spred.cpp:(.text+0x8ed): undefined reference to `_SetFileAndLine(char const *, int)'
  626. ed_spred.cpp:(.text+0x905): undefined reference to `_SYS_Debug(char const *,...)'
  627. src/sdl/djgraph.o: In function `djgOpenVisual(char const*, int, int, int, bool)':
  628. djgraph.cpp:(.text+0x6d): undefined reference to `operator new(unsigned long)'
  629. /packages/gcc-2.95.3_2017_07_20-2/.self/develop/tools/i586-pc-haiku/bin/ld: src/sdl/djgraph.o: unrecognized relocation (0x2b) in section `.text'
  630. /packages/gcc-2.95.3_2017_07_20-2/.self/develop/tools/i586-pc-haiku/bin/ld: final link failed: Bad value
  631. collect2: ld returned 1 exit status
  632. Makefile:81: recipe for target 'gnukem' failed
  633. make: *** [gnukem] Error 1
  634. ~/Desktop/gnukem>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement