Advertisement
Guest User

Untitled

a guest
Oct 4th, 2011
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.75 KB | None | 0 0
  1. [root@Marvin hedgewars-src-0.9.16]# make
  2. [ 0%] Built target ENGINECLEAN
  3. [ 0%] Generating ../bin/hwengine
  4. Free Pascal Compiler version 2.4.4 [2011/04/22] for i386
  5. Copyright (c) 1993-2010 by Florian Klaempfl
  6. Target OS: Linux for i386
  7. Compiling /home/sean/Software/hedgewars-src-0.9.16/hedgewars/hwengine.pas
  8. Compiling SDLh.pas
  9. Compiling uVariables.pas
  10. Compiling uTypes.pas
  11. Compiling uFloat.pas
  12. Compiling uSinTable.pas
  13. Compiling uConsts.pas
  14. Compiling uMobile.pas
  15. Compiling uVariables.pas
  16. Compiling uMisc.pas
  17. Compiling uUtils.pas
  18. Compiling uConsole.pas
  19. Compiling uGame.pas
  20. Compiling uKeys.pas
  21. Compiling uCommands.pas
  22. Compiling uDebug.pas
  23. Compiling uTeams.pas
  24. Compiling uGears.pas
  25. Compiling uStore.pas
  26. Compiling uLandTexture.pas
  27. Compiling uTextures.pas
  28. Compiling uRender.pas
  29. Compiling uRenderUtils.pas
  30. Compiling uSound.pas
  31. Compiling uTeams.pas
  32. Compiling uRandom.pas
  33. Compiling uStats.pas
  34. Compiling uLocale.pas
  35. Compiling uIO.pas
  36. Compiling uCaptions.pas
  37. Compiling uVisualGears.pas
  38. Compiling uWorld.pas
  39. Compiling uAmmos.pas
  40. Compiling uVisualGears.pas
  41. Compiling uChat.pas
  42. Compiling uCursor.pas
  43. uWorld.pas(917,20) Hint: Mixing signed expressions and longwords gives a 64bit result
  44. uWorld.pas(917,20) Hint: Converting the operands to "Int64" before doing the multiply could prevent overflow errors.
  45. uWorld.pas(921,24) Hint: Mixing signed expressions and longwords gives a 64bit result
  46. uWorld.pas(921,24) Hint: Converting the operands to "Int64" before doing the multiply could prevent overflow errors.
  47. uWorld.pas(960,29) Hint: Mixing signed expressions and longwords gives a 64bit result
  48. uWorld.pas(960,29) Hint: Converting the operands to "Int64" before doing the multiply could prevent overflow errors.
  49. uWorld.pas(982,24) Hint: Mixing signed expressions and longwords gives a 64bit result
  50. uWorld.pas(982,24) Hint: Converting the operands to "Int64" before doing the multiply could prevent overflow errors.
  51. uWorld.pas(1319,42) Hint: Converting the operands to "Int64" before doing the add could prevent overflow errors.
  52. uWorld.pas(1320,42) Hint: Converting the operands to "Int64" before doing the add could prevent overflow errors.
  53. Compiling uCollisions.pas
  54. Compiling uLandGraphics.pas
  55. uLandGraphics.pas(70,62) Hint: Converting the operands to "Int64" before doing the multiply could prevent overflow errors.
  56. uLandGraphics.pas(71,66) Hint: Converting the operands to "Int64" before doing the multiply could prevent overflow errors.
  57. uLandGraphics.pas(72,64) Hint: Converting the operands to "Int64" before doing the multiply could prevent overflow errors.
  58. uLandGraphics.pas(783,28) Hint: Mixing signed expressions and longwords gives a 64bit result
  59. uLandGraphics.pas(783,28) Hint: Converting the operands to "Int64" before doing the add could prevent overflow errors.
  60. uLandGraphics.pas(784,30) Hint: Mixing signed expressions and longwords gives a 64bit result
  61. uLandGraphics.pas(784,30) Hint: Converting the operands to "Int64" before doing the add could prevent overflow errors.
  62. Compiling uScript.pas
  63. Compiling LuaPas.pas
  64. Compiling uAIMisc.pas
  65. uAIMisc.pas(115,44) Hint: Mixing signed expressions and longwords gives a 64bit result
  66. uAIMisc.pas(115,44) Hint: Converting the operands to "Int64" before doing the multiply could prevent overflow errors.
  67. uAIMisc.pas(236,40) Hint: Converting the operands to "Int64" before doing the add could prevent overflow errors.
  68. Compiling uAI.pas
  69. Compiling uAIAmmoTests.pas
  70. Compiling uAIActions.pas
  71. Compiling uGearsRender.pas
  72. GSHandlers.inc(524,19) Hint: Mixing signed expressions and longwords gives a 64bit result
  73. GSHandlers.inc(4810,45) Hint: Mixing signed expressions and longwords gives a 64bit result
  74. Compiling uLand.pas
  75. Compiling uLandTemplates.pas
  76. Compiling uLandObjects.pas
  77. Compiling adler32.pas
  78. Compiling uLandPainted.pas
  79. uLand.pas(1237,27) Hint: Converting the operands to "Int64" before doing the subtract could prevent overflow errors.
  80. uLand.pas(1244,37) Hint: Converting the operands to "Int64" before doing the subtract could prevent overflow errors.
  81. uLand.pas(1246,38) Hint: Converting the operands to "Int64" before doing the subtract could prevent overflow errors.
  82. Compiling uCommandHandlers.pas
  83. hwengine.pas(155,5) Note: Local variable "prevFocusState" not used
  84. Linking ../bin/hwengine
  85. /usr/bin/ld: warning: ../bin/link.res contains output sections; did you forget -T?
  86. /usr/bin/ld: skipping incompatible /usr/lib64/libpthread.so when searching for -lpthread
  87. /usr/bin/ld: cannot find -lpthread
  88. /usr/bin/ld: skipping incompatible /usr/lib64/libSDL.so when searching for -lSDL
  89. /usr/bin/ld: cannot find -lSDL
  90. /usr/bin/ld: skipping incompatible /usr/lib64/libSDL_ttf.so when searching for -lSDL_ttf
  91. /usr/bin/ld: cannot find -lSDL_ttf
  92. /usr/bin/ld: skipping incompatible /usr/lib64/libSDL_mixer.so when searching for -lSDL_mixer
  93. /usr/bin/ld: cannot find -lSDL_mixer
  94. /usr/bin/ld: skipping incompatible /usr/lib64/libSDL_image.so when searching for -lSDL_image
  95. /usr/bin/ld: cannot find -lSDL_image
  96. /usr/bin/ld: skipping incompatible /usr/lib64/libSDL_net.so when searching for -lSDL_net
  97. /usr/bin/ld: cannot find -lSDL_net
  98. /usr/bin/ld: skipping incompatible /usr/lib64/libdl.so when searching for -ldl
  99. /usr/bin/ld: cannot find -ldl
  100. /usr/bin/ld: skipping incompatible /usr/lib64/liblua-5.1.so when searching for -llua-5.1
  101. /usr/bin/ld: cannot find -llua-5.1
  102. /usr/bin/ld: skipping incompatible /usr/lib64/libc.so when searching for -lc
  103. /usr/bin/ld: cannot find -lc
  104. hwengine.pas(527,1) Error: Error while linking
  105. hwengine.pas(527,1) Fatal: There were 1 errors compiling module, stopping
  106. Fatal: Compilation aborted
  107. Error: /usr/bin/ppc386 returned an error exitcode (normal if you did not specify a source file to be compiled)
  108. make[2]: *** [bin/hwengine] Error 1
  109. make[1]: *** [hedgewars/CMakeFiles/hwengine.dir/all] Error 2
  110. make: *** [all] Error 2
  111.  
  112.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement