Advertisement
Guest User

Smokin_Guns Raspi-compile errors

a guest
Nov 15th, 2012
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.70 KB | None | 0 0
  1. pi@raspberrypi ~/src/smokinguns $ ./build.sh
  2. make[1]: Entering directory `/home/pi/src/smokinguns'
  3.  
  4. Building Smokin' Guns in ./build/release-linux-arm:
  5. IOQ3_REVISION: 1993
  6. PLATFORM: linux
  7. ARCH: arm
  8. VERSION: 1.1
  9. COMPILE_PLATFORM: linux
  10. COMPILE_ARCH: armv6l
  11. CC: gcc
  12.  
  13. CFLAGS:
  14. -DVCMODS_REPLACETRIG
  15. -I/opt/vc/include
  16. -I/opt/vc/include/interface/vcos/pthreads
  17. -Wall
  18. -fno-strict-aliasing
  19. -Wimplicit
  20. -Wstrict-prototypes
  21. -pipe
  22. -DUSE_ICON
  23. -DNO_VM_COMPILED
  24. -DNO_GZIP
  25. -Icode/zlib
  26. -DUSE_INTERNAL_JPEG
  27. -Icode/jpeg-8c
  28. -DUSE_LOCAL_HEADERS
  29. -DSMOKINGUNS
  30. -DSG_RELEASE=20121114
  31. -DSTANDALONE
  32. -DPRODUCT_VERSION=1.1
  33. -MMD
  34. -DNDEBUG
  35. -O3
  36. -funroll-loops
  37. -fomit-frame-pointer
  38. -ffast-math
  39.  
  40. CLIENT_CFLAGS:
  41. -DUSE_OPENAL
  42. -DUSE_OPENAL_DLOPEN
  43. -DUSE_CURL
  44. -DUSE_CURL_DLOPEN
  45. -Icode/SDL12/include
  46. -DUSE_MUMBLE
  47. -DUSE_VOIP
  48. -DFLOATING_POINT
  49. -DUSE_ALLOCA
  50. -Icode/libspeex/include
  51. -DFRAMEBUFFER_AND_GLSL_SUPPORT
  52.  
  53. SERVER_CFLAGS:
  54. -DUSE_VOIP
  55.  
  56. STANDALONE_CFLAGS:
  57. -DSMOKINGUNS
  58. -DSG_RELEASE=20121114
  59. -DSTANDALONE
  60. -DPRODUCT_VERSION=1.1
  61.  
  62. LDFLAGS:
  63. -L/opt/vc/lib
  64. -lvchostif
  65. -lvmcs_rpc_client
  66. -lvcfiled_check
  67. -lbcm_host
  68. -lkhrn_static
  69. -lvchiq_arm
  70. -lvcos
  71. -lrt
  72.  
  73. LIBS:
  74. -ldl
  75. -lm
  76.  
  77. CLIENT_LIBS:
  78. -lGL
  79. -lrt
  80.  
  81. Output:
  82. ./build/release-linux-arm/smokinguns_dedicated.arm
  83.  
  84. make[2]: Entering directory `/home/pi/src/smokinguns'
  85. DED_CC code/server/sv_bot.c
  86. DED_CC code/server/sv_client.c
  87. DED_CC code/server/sv_game.c
  88. DED_CC code/server/sv_ccmds.c
  89. code/server/sv_ccmds.c: In function ‘SV_ClientStatus_f’:
  90. code/server/sv_ccmds.c:1231:17: warning: variable ‘ps’ set but not used [-Wunused-but-set-variable]
  91. DED_CC code/server/sv_init.c
  92. DED_CC code/server/sv_main.c
  93. DED_CC code/server/sv_net_chan.c
  94. DED_CC code/server/sv_snapshot.c
  95. DED_CC code/server/sv_world.c
  96. code/server/sv_world.c: In function ‘SV_AreaEntities_r’:
  97. code/server/sv_world.c:386:8: warning: variable ‘count’ set but not used [-Wunused-but-set-variable]
  98. code/server/sv_world.c: In function ‘SV_PointContents’:
  99. code/server/sv_world.c:664:10: warning: variable ‘angles’ set but not used [-Wunused-but-set-variable]
  100. DED_CC code/qcommon/cm_load.c
  101. DED_CC code/qcommon/cm_patch.c
  102. DED_CC code/qcommon/cm_polylib.c
  103. DED_CC code/qcommon/cm_test.c
  104. DED_CC code/qcommon/cm_trace.c
  105. DED_CC code/qcommon/cmd.c
  106. code/qcommon/cm_trace.c: In function ‘CM_TraceThroughSphere’:
  107. code/qcommon/cm_trace.c:736:8: warning: variable ‘a’ set but not used [-Wunused-but-set-variable]
  108. code/qcommon/cm_trace.c: In function ‘CM_TraceThroughVerticalCylinder’:
  109. code/qcommon/cm_trace.c:824:8: warning: variable ‘a’ set but not used [-Wunused-but-set-variable]
  110. code/qcommon/cmd.c: In function ‘Cmd_Exec_f’:
  111. code/qcommon/cmd.c:249:7: warning: variable ‘len’ set but not used [-Wunused-but-set-variable]
  112. DED_CC code/qcommon/common.c
  113. code/qcommon/common.c: In function ‘Z_TagMalloc’:
  114. code/qcommon/common.c:964:14: warning: variable ‘allocSize’ set but not used [-Wunused-but-set-variable]
  115. DED_CC code/qcommon/cvar.c
  116. DED_CC code/qcommon/files.c
  117. code/qcommon/files.c: In function ‘FS_ComparePaks’:
  118. code/qcommon/files.c:2792:20: warning: variable ‘badchecksum’ set but not used [-Wunused-but-set-variable]
  119. DED_CC code/qcommon/md4.c
  120. DED_CC code/qcommon/msg.c
  121. DED_CC code/qcommon/net_chan.c
  122. code/qcommon/net_chan.c: In function ‘Netchan_Process’:
  123. code/qcommon/net_chan.c:307:8: warning: variable ‘qport’ set but not used [-Wunused-but-set-variable]
  124. DED_CC code/qcommon/net_ip.c
  125. code/qcommon/net_ip.c: In function ‘NET_OpenSocks’:
  126. code/qcommon/net_ip.c:1076:10: warning: variable ‘err’ set but not used [-Wunused-but-set-variable]
  127. DED_CC code/qcommon/huffman.c
  128. DED_CC code/qcommon/q_math.c
  129. DED_CC code/qcommon/q_shared.c
  130. code/qcommon/q_shared.c: In function ‘Q_isanumber’:
  131. code/qcommon/q_shared.c:668:9: warning: variable ‘d’ set but not used [-Wunused-but-set-variable]
  132. DED_CC code/qcommon/unzip.c
  133. DED_CC code/qcommon/ioapi.c
  134. DED_CC code/qcommon/vm.c
  135. code/qcommon/vm.c: In function ‘VM_LoadSymbols’:
  136. code/qcommon/vm.c:221:7: warning: variable ‘len’ set but not used [-Wunused-but-set-variable]
  137. code/qcommon/vm.c: In function ‘VM_LoadQVM’:
  138. code/qcommon/vm.c:369:10: warning: variable ‘length’ set but not used [-Wunused-but-set-variable]
  139. DED_CC code/qcommon/vm_interpreted.c
  140. BOT_CC code/botlib/be_aas_bspq3.c
  141. BOT_CC code/botlib/be_aas_cluster.c
  142. BOT_CC code/botlib/be_aas_debug.c
  143. BOT_CC code/botlib/be_aas_entity.c
  144. BOT_CC code/botlib/be_aas_file.c
  145. BOT_CC code/botlib/be_aas_main.c
  146. BOT_CC code/botlib/be_aas_move.c
  147. code/botlib/be_aas_move.c: In function ‘AAS_AirControl’:
  148. code/botlib/be_aas_move.c:393:9: warning: variable ‘dir’ set but not used [-Wunused-but-set-variable]
  149. code/botlib/be_aas_move.c: In function ‘AAS_ClientMovementPrediction’:
  150. code/botlib/be_aas_move.c:522:35: warning: variable ‘ax’ set but not used [-Wunused-but-set-variable]
  151. BOT_CC code/botlib/be_aas_optimize.c
  152. BOT_CC code/botlib/be_aas_reach.c
  153. BOT_CC code/botlib/be_aas_route.c
  154. code/botlib/be_aas_reach.c: In function ‘AAS_BestReachableFromJumpPadArea’:
  155. code/botlib/be_aas_reach.c:293:6: warning: variable ‘area2num’ set but not used [-Wunused-but-set-variable]
  156. code/botlib/be_aas_reach.c: In function ‘AAS_Reachability_Swim’:
  157. code/botlib/be_aas_reach.c:844:22: warning: variable ‘areasettings’ set but not used [-Wunused-but-set-variable]
  158. code/botlib/be_aas_route.c: In function ‘AAS_CalculateAreaTravelTimes’:
  159. code/botlib/be_aas_route.c:510:6: warning: variable ‘starttime’ set but not used [-Wunused-but-set-variable]
  160. code/botlib/be_aas_reach.c: In function ‘AAS_Reachability_Step_Barrier_WaterJump_WalkOffLedge’:
  161. code/botlib/be_aas_reach.c:1080:61: warning: variable ‘water_bestface1’ set but not used [-Wunused-but-set-variable]
  162. code/botlib/be_aas_reach.c:1080:42: warning: variable ‘ground_bestface1’ set but not used [-Wunused-but-set-variable]
  163. code/botlib/be_aas_reach.c:1069:34: warning: variable ‘invgravitydot’ set but not used [-Wunused-but-set-variable]
  164. code/botlib/be_aas_route.c: In function ‘AAS_CreateAllRoutingCache’:
  165. code/botlib/be_aas_route.c:891:12: warning: variable ‘t’ set but not used [-Wunused-but-set-variable]
  166. code/botlib/be_aas_reach.c: In function ‘AAS_Reachability_JumpPad’:
  167. code/botlib/be_aas_reach.c:3499:21: warning: variable ‘hordist’ set but not used [-Wunused-but-set-variable]
  168. BOT_CC code/botlib/be_aas_routealt.c
  169. code/botlib/be_aas_reach.c: In function ‘AAS_Reachability_WeaponJump’:
  170. code/botlib/be_aas_reach.c:4024:21: warning: variable ‘hordist’ set but not used [-Wunused-but-set-variable]
  171. BOT_CC code/botlib/be_aas_sample.c
  172. BOT_CC code/botlib/be_ai_char.c
  173. BOT_CC code/botlib/be_ai_chat.c
  174. code/botlib/be_ai_chat.c: In function ‘BotFreeChatState’:
  175. code/botlib/be_ai_chat.c:2943:19: warning: variable ‘cs’ set but not used [-Wunused-but-set-variable]
  176. BOT_CC code/botlib/be_ai_gen.c
  177. code/botlib/be_ai_gen.c: In function ‘GeneticSelection’:
  178. code/botlib/be_ai_gen.c:55:13: warning: variable ‘select’ set but not used [-Wunused-but-set-variable]
  179. BOT_CC code/botlib/be_ai_goal.c
  180. code/botlib/be_ai_goal.c: In function ‘BotSaveGoalFuzzyLogic’:
  181. code/botlib/be_ai_goal.c:242:19: warning: variable ‘gs’ set but not used [-Wunused-but-set-variable]
  182. BOT_CC code/botlib/be_ai_move.c
  183. code/botlib/be_ai_move.c: In function ‘BotFinishTravel_BarrierJump’:
  184. code/botlib/be_ai_move.c:1495:8: warning: variable ‘dist’ set but not used [-Wunused-but-set-variable]
  185. code/botlib/be_ai_move.c: In function ‘BotFinishTravel_WaterJump’:
  186. code/botlib/be_ai_move.c:1582:8: warning: variable ‘dist’ set but not used [-Wunused-but-set-variable]
  187. code/botlib/be_ai_move.c: In function ‘BotTravel_JumpPad’:
  188. code/botlib/be_ai_move.c:2882:8: warning: variable ‘dist’ set but not used [-Wunused-but-set-variable]
  189. BOT_CC code/botlib/be_ai_weap.c
  190. BOT_CC code/botlib/be_ai_weight.c
  191. BOT_CC code/botlib/be_ea.c
  192. BOT_CC code/botlib/be_interface.c
  193. BOT_CC code/botlib/l_crc.c
  194. BOT_CC code/botlib/l_libvar.c
  195. BOT_CC code/botlib/l_log.c
  196. BOT_CC code/botlib/l_memory.c
  197. BOT_CC code/botlib/l_precomp.c
  198. BOT_CC code/botlib/l_script.c
  199. BOT_CC code/botlib/l_struct.c
  200. code/botlib/l_precomp.c: In function ‘PC_EvaluateTokens’:
  201. code/botlib/l_precomp.c:1702:6: warning: variable ‘lastoperatortype’ set but not used [-Wunused-but-set-variable]
  202. DED_CC code/null/null_client.c
  203. DED_CC code/null/null_input.c
  204. DED_CC code/null/null_snddma.c
  205. DED_CC code/sys/con_log.c
  206. DED_CC code/sys/sys_main.c
  207. DED_CC code/zlib/adler32.c
  208. DED_CC code/zlib/crc32.c
  209. DED_CC code/zlib/inffast.c
  210. DED_CC code/zlib/inflate.c
  211. DED_CC code/zlib/inftrees.c
  212. DED_CC code/zlib/zutil.c
  213. DED_CC code/sys/sys_unix.c
  214. DED_CC code/sys/con_tty.c
  215. code/sys/sys_unix.c: In function ‘Sys_ListFiles’:
  216. code/sys/sys_unix.c:504:16: warning: variable ‘extLen’ set but not used [-Wunused-but-set-variable]
  217. code/sys/con_tty.c: In function ‘CON_Back’:
  218. code/sys/con_tty.c:91:9: warning: variable ‘size’ set but not used [-Wunused-but-set-variable]
  219. code/sys/con_tty.c: In function ‘CON_Show’:
  220. code/sys/con_tty.c:149:11: warning: variable ‘size’ set but not used [-Wunused-but-set-variable]
  221. code/sys/con_tty.c: In function ‘CON_Input’:
  222. code/sys/con_tty.c:332:9: warning: variable ‘size’ set but not used [-Wunused-but-set-variable]
  223. DED_CC code/qcommon/md5.c
  224. LD build/release-linux-arm/smokinguns_dedicated.arm
  225. make[2]: Leaving directory `/home/pi/src/smokinguns'
  226. make[1]: Leaving directory `/home/pi/src/smokinguns'
  227. pi@raspberrypi ~/src/smokinguns $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement