Advertisement
Guest User

my update

a guest
May 30th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.08 KB | None | 0 0
  1. mrk@mrk:~$ git clone https://github.com/nexAkari/DarkPlacesRM.git
  2. fatal: destination path 'DarkPlacesRM' already exists and is not an empty directory.
  3. mrk@mrk:~$ mkdir a
  4. mrk@mrk:~$ cd a
  5. mrk@mrk:~/a$ git clone https://github.com/nexAkari/DarkPlacesRM.git
  6. Cloning into 'DarkPlacesRM'...
  7. remote: Counting objects: 46913, done.
  8. remote: Total 46913 (delta 0), reused 0 (delta 0), pack-reused 46913
  9. Receiving objects: 100% (46913/46913), 24.33 MiB | 616.00 KiB/s, done.
  10. Resolving deltas: 100% (34800/34800), done.
  11. Checking connectivity... done.
  12. mrk@mrk:~/a$ cd DarkPlacesRM/
  13. mrk@mrk:~/a/DarkPlacesRM$ make cl
  14. cl-debug cl-nexuiz cl-release-profile
  15. clean cl-profile cl-vecxis
  16. clean-profile cl-release
  17. mrk@mrk:~/a/DarkPlacesRM$ make cl
  18. cl-debug cl-nexuiz cl-release-profile
  19. clean cl-profile cl-vecxis
  20. clean-profile cl-release
  21. mrk@mrk:~/a/DarkPlacesRM$ make clean
  22. rm -rf darkplaces-rm-glx
  23. rm -rf darkplaces-rm-dedicated
  24. rm -rf darkplaces-rm-sdl
  25. rm -rf vecxis-glx
  26. rm -rf vecxis-dedicated
  27. rm -rf vecxis-sdl
  28. rm -rf nexuiz-dprm-glx
  29. rm -rf nexuiz-dprm-dedicated
  30. rm -rf nexuiz-dprm-sdl
  31. rm -rf *.o
  32. rm -rf *.d
  33. rm -rf *.exe
  34. rm -rf build-obj/
  35. mrk@mrk:~/a/DarkPlacesRM$ sudo make install
  36. [sudo] password for mrk:
  37. if test -e darkplaces-rm-glx; then /usr/bin/install darkplaces-rm-glx "/usr/bin"; fi
  38. if test -e darkplaces-rm-sdl; then /usr/bin/install darkplaces-rm-sdl "/usr/bin"; fi
  39. if test -e darkplaces-rm-dedicated; then /usr/bin/install darkplaces-rm-dedicated "/usr/bin"; fi
  40. if test -e nexuiz-dprm-glx; then \
  41. /usr/bin/install nexuiz-dprm-glx "/usr/bin"; \
  42. ./nex-makedesktop.sh "Nexuiz (DPRM-GLX)" "/usr/bin/nexuiz-dprm-glx" > "/usr/share/applications/nexuiz-dprm-glx.desktop"; \
  43. fi
  44. if test -e nexuiz-dprm-sdl; then \
  45. /usr/bin/install nexuiz-dprm-sdl "/usr/bin"; \
  46. ./nex-makedesktop.sh "Nexuiz (DPRM-SDL)" "/usr/bin/nexuiz-dprm-sdl" > "/usr/share/applications/nexuiz-dprm-sdl.desktop"; \
  47. fi
  48. if test -e nexuiz-dprm-dedicated; then /usr/bin/install nexuiz-dprm-dedicated "/usr/bin"; fi
  49. if test -e nexuiz-dprm-glx || test -e nexuiz-dprm-sdl; then \
  50. /usr/bin/install -TDm644 nexuiz.xpm "/usr/share/pixmaps/nexuiz-dprm.xpm"; \
  51. /usr/bin/install -TDm644 nexuiz16x16.png "/usr/share/icons/hicolor/16x16/apps/nexuiz-dprm.png"; \
  52. /usr/bin/install -TDm644 nexuiz24x24.png "/usr/share/icons/hicolor/24x24/apps/nexuiz-dprm.png"; \
  53. /usr/bin/install -TDm644 nexuiz32x32.png "/usr/share/icons/hicolor/32x32/apps/nexuiz-dprm.png"; \
  54. /usr/bin/install -TDm644 nexuiz48x48.png "/usr/share/icons/hicolor/48x48/apps/nexuiz-dprm.png"; \
  55. /usr/bin/install -TDm644 nexuiz256x256.png "/usr/share/icons/hicolor/256x256/apps/nexuiz-dprm.png"; \
  56. gtk-update-icon-cache -f -t "/usr/share/icons/hicolor" || true; \
  57. gtk-update-icon-cache-3.0 -f -t "/usr/share/icons/hicolor" || true; \
  58. fi
  59. mrk@mrk:~/a/DarkPlacesRM$ sudo make install
  60. if test -e darkplaces-rm-glx; then /usr/bin/install darkplaces-rm-glx "/usr/bin"; fi
  61. if test -e darkplaces-rm-sdl; then /usr/bin/install darkplaces-rm-sdl "/usr/bin"; fi
  62. if test -e darkplaces-rm-dedicated; then /usr/bin/install darkplaces-rm-dedicated "/usr/bin"; fi
  63. if test -e nexuiz-dprm-glx; then \
  64. /usr/bin/install nexuiz-dprm-glx "/usr/bin"; \
  65. ./nex-makedesktop.sh "Nexuiz (DPRM-GLX)" "/usr/bin/nexuiz-dprm-glx" > "/usr/share/applications/nexuiz-dprm-glx.desktop"; \
  66. fi
  67. if test -e nexuiz-dprm-sdl; then \
  68. /usr/bin/install nexuiz-dprm-sdl "/usr/bin"; \
  69. ./nex-makedesktop.sh "Nexuiz (DPRM-SDL)" "/usr/bin/nexuiz-dprm-sdl" > "/usr/share/applications/nexuiz-dprm-sdl.desktop"; \
  70. fi
  71. if test -e nexuiz-dprm-dedicated; then /usr/bin/install nexuiz-dprm-dedicated "/usr/bin"; fi
  72. if test -e nexuiz-dprm-glx || test -e nexuiz-dprm-sdl; then \
  73. /usr/bin/install -TDm644 nexuiz.xpm "/usr/share/pixmaps/nexuiz-dprm.xpm"; \
  74. /usr/bin/install -TDm644 nexuiz16x16.png "/usr/share/icons/hicolor/16x16/apps/nexuiz-dprm.png"; \
  75. /usr/bin/install -TDm644 nexuiz24x24.png "/usr/share/icons/hicolor/24x24/apps/nexuiz-dprm.png"; \
  76. /usr/bin/install -TDm644 nexuiz32x32.png "/usr/share/icons/hicolor/32x32/apps/nexuiz-dprm.png"; \
  77. /usr/bin/install -TDm644 nexuiz48x48.png "/usr/share/icons/hicolor/48x48/apps/nexuiz-dprm.png"; \
  78. /usr/bin/install -TDm644 nexuiz256x256.png "/usr/share/icons/hicolor/256x256/apps/nexuiz-dprm.png"; \
  79. gtk-update-icon-cache -f -t "/usr/share/icons/hicolor" || true; \
  80. gtk-update-icon-cache-3.0 -f -t "/usr/share/icons/hicolor" || true; \
  81. fi
  82. mrk@mrk:~/a/DarkPlacesRM$ make sdl-nexuiz
  83. make bin-release \
  84. DP_MAKE_TARGET=linux DP_SOUND_API=ALSA \
  85. EXE='nexuiz-dprm-sdl' CFLAGS_FEATURES='-DCONFIG_MENU -DCONFIG_CD -DCONFIG_VIDEO_CAPTURE' LDFLAGS_COMMON='-lm -lrt -ldl `sdl2-config --libs` -lX11' LEVEL=1 ISNEXUIZ=1
  86. make[1]: Entering directory '/home/mrk/a/DarkPlacesRM'
  87.  
  88. ========== nexuiz-dprm-sdl (release) ==========
  89. make prepare BUILD_DIR=build-obj/release/nexuiz-dprm-sdl
  90. make[2]: Entering directory '/home/mrk/a/DarkPlacesRM'
  91. mkdir -p build-obj/release/nexuiz-dprm-sdl
  92. cp -f makefile.inc build-obj/release/nexuiz-dprm-sdl/
  93. cp -f makefile build-obj/release/nexuiz-dprm-sdl/
  94. make[2]: Leaving directory '/home/mrk/a/DarkPlacesRM'
  95. make -C build-obj/release/nexuiz-dprm-sdl nexuiz-dprm-sdl \
  96. DP_MAKE_TARGET=linux DP_SOUND_API=ALSA \
  97. CFLAGS='-MMD -DDP_FS_BASEDIR=\"/usr/share/games/nexuiz\" -DUSERDIRMODE_PREFERED=USERDIRMODE_SAVEDGAMES -Wall -Wno-missing-field-initializers -Wold-style-definition -Wstrict-prototypes -Wsign-compare -Wdeclaration-after-statement -Wmissing-prototypes -Wno-misleading-indentation -DJPEG_LIB_VERSION="80" -D_FILE_OFFSET_BITS=64 -D__KERNEL_STRICT_NAMES -I../../../ -DCONFIG_MENU -DCONFIG_CD -DCONFIG_VIDEO_CAPTURE -O3 -fno-strict-aliasing -fno-math-errno -ffinite-math-only -fno-rounding-math -fno-signaling-nans -fno-trapping-math'\
  98. LDFLAGS='-O3 -fno-strict-aliasing -fno-math-errno -ffinite-math-only -fno-rounding-math -fno-signaling-nans -fno-trapping-math -DSVNREVISION=`{ test -d .svn && svnversion; } || { test -d .git && git describe --always; } || echo -` -DBUILDTYPE=release -lm -lrt -ldl `sdl2-config --libs` -lX11' LEVEL=2
  99. make[2]: Entering directory '/home/mrk/a/DarkPlacesRM/build-obj/release/nexuiz-dprm-sdl'
  100. cc -MMD -DDP_FS_BASEDIR=\"/usr/share/games/nexuiz\" -DUSERDIRMODE_PREFERED=USERDIRMODE_SAVEDGAMES -Wall -Wno-missing-field-initializers -Wold-style-definition -Wstrict-prototypes -Wsign-compare -Wdeclaration-after-statement -Wmissing-prototypes -Wno-misleading-indentation -DJPEG_LIB_VERSION="80" -D_FILE_OFFSET_BITS=64 -D__KERNEL_STRICT_NAMES -I../../../ -DCONFIG_MENU -DCONFIG_CD -DCONFIG_VIDEO_CAPTURE -O3 -fno-strict-aliasing -fno-math-errno -ffinite-math-only -fno-rounding-math -fno-signaling-nans -fno-trapping-math -c ../../../sys_sdl.c -o sys_sdl.o `sdl2-config --cflags` -DSDL_INPUT_LINUXEV
  101. /bin/sh: 1: sdl2-config: not found
  102. ../../../sys_sdl.c:21:17: fatal error: SDL.h: No such file or directory
  103. compilation terminated.
  104. makefile.inc:562: recipe for target 'sys_sdl.o' failed
  105. make[2]: *** [sys_sdl.o] Error 1
  106. make[2]: Leaving directory '/home/mrk/a/DarkPlacesRM/build-obj/release/nexuiz-dprm-sdl'
  107. makefile.inc:514: recipe for target 'bin-release' failed
  108. make[1]: *** [bin-release] Error 2
  109. make[1]: Leaving directory '/home/mrk/a/DarkPlacesRM'
  110. makefile.inc:471: recipe for target 'sdl-nexuiz' failed
  111. make: *** [sdl-nexuiz] Error 2
  112. mrk@mrk:~/a/DarkPlacesRM$ git pull
  113. Already up-to-date.
  114. mrk@mrk:~/a/DarkPlacesRM$ cd ..
  115. mrk@mrk:~/a$ cd ..
  116. mrk@mrk:~$ cd DarkPlacesRM/
  117. mrk@mrk:~/DarkPlacesRM$ git pull
  118. remote: Counting objects: 6893, done.
  119. remote: Total 6893 (delta 3007), reused 3007 (delta 3007), pack-reused 3886
  120. Receiving objects: 100% (6893/6893), 6.59 MiB | 268.00 KiB/s, done.
  121. Resolving deltas: 100% (4212/4212), completed with 426 local objects.
  122. From https://github.com/nexAkari/DarkPlacesRM
  123. e42db11..cfa318b master -> origin/master
  124. * [new branch] dprm/new -> origin/dprm/new
  125. * [new branch] hashtable -> origin/hashtable
  126. * [new branch] ime -> origin/ime
  127. 96a3e1f..c213444 irc -> origin/irc
  128. * [new branch] mouse_acceleration -> origin/mouse_acceleration
  129. bc286f1..3281af4 new -> origin/new
  130. * [new branch] old -> origin/old
  131. * [new branch] sv_extra_gamenetworkfiltername -> origin/sv_extra_gamenetworkfiltername
  132. * [new tag] win32-nex-3 -> win32-nex-3
  133. * [new tag] win32-nex-4 -> win32-nex-4
  134. * [new tag] win32-nex-5 -> win32-nex-5
  135. Updating e42db11..cfa318b
  136. Fast-forward
  137. .gitignore | 6 +-
  138. .travis-before_install-xonotic.sh | 69 ++
  139. .travis-id_rsa-xonotic | Bin 0 -> 3248 bytes
  140. .travis-script-xonotic.sh | 128 ++++
  141. .travis.yml | 32 +
  142. BSDmakefile | 81 ++-
  143. BUILD | 126 ++++
  144. BUILD.sqlite | 24 +
  145. DPiOS.xcodeproj/project.pbxproj | 142 +++--
  146. DPiOS.xcodeproj/project.xcworkspace/contents.xcworkspacedata | 7 +
  147. Darkplaces.app/Contents/MacOS/darkplaces-osx-sdl | 8 +
  148. Info.plist | 16 +-
  149. SDLMain.m | 6 +-
  150. WORKSPACE | 8 +
  151. builddate.c | 9 +-
  152. cap_avi.c | 2 +-
  153. cap_ogg.c | 4 +-
  154. cd_win.c | 3 +
  155. cgf.h | 31 +
  156. cgf_private.h | 33 +
  157. cgf_read.c | 502 +++++++++++++++
  158. cl_collision.c | 187 ++----
  159. cl_collision.h | 4 +-
  160. cl_demo.c | 32 +-
  161. cl_input.c | 53 +-
  162. cl_main.c | 56 +-
  163. cl_parse.c | 135 +++-
  164. cl_particles.c | 191 ++++--
  165. cl_screen.c | 608 ++++++++++++++++--
  166. cl_video.c | 2 +
  167. client.h | 295 ++++++---
  168. clvm_cmds.c | 314 +++++++---
  169. cmd.c | 457 +++++++-------
  170. cmd.h | 4 +
  171. collision.c | 398 +++++-------
  172. collision.h | 49 +-
  173. common.c | 109 ++--
  174. common.h | 13 +-
  175. console.c | 413 ++++++------
  176. credits-logo.txt | 2 +
  177. crypto.c | 187 +++---
  178. crypto.h | 10 +-
  179. csprogs.c | 94 ++-
  180. csprogs.h | 6 +-
  181. cvar.c | 81 ++-
  182. cvar.h | 9 +-
  183. darkplaces-dedicated-vs2010.vcxproj | 287 +++++++++
  184. darkplaces-dedicated-vs2012.vcxproj | 378 +++++++++++
  185. darkplaces-dedicated-vs2013.vcxproj | 387 ++++++++++++
  186. darkplaces-dedicated.vcproj | 8 +-
  187. darkplaces-sdl-vs2010.vcxproj | 295 +++++++++
  188. darkplaces-sdl-vs2012.vcxproj | 386 ++++++++++++
  189. darkplaces-sdl-vs2013.vcxproj | 395 ++++++++++++
  190. darkplaces-sdl.dsp | 8 -
  191. darkplaces-sdl.vcproj | 12 +-
  192. darkplaces-sdl2-vs2010.vcxproj | 295 +++++++++
  193. darkplaces-sdl2-vs2012.vcxproj | 386 ++++++++++++
  194. darkplaces-sdl2-vs2013.vcxproj | 395 ++++++++++++
  195. darkplaces-vs2010.sln | 48 ++
  196. darkplaces-vs2012.sln | 48 ++
  197. darkplaces-vs2013.sln | 58 ++
  198. darkplaces-wgl-vs2010.vcxproj | 296 +++++++++
  199. darkplaces-wgl-vs2012.vcxproj | 388 ++++++++++++
  200. darkplaces-wgl-vs2013.vcxproj | 397 ++++++++++++
  201. darkplaces-wgl.vcproj | 12 +-
  202. darkplaces.cbp | Bin 0 -> 12514 bytes
  203. darkplaces.dsp | 8 -
  204. darkplaces.rc | 4 +-
  205. dpdefs/csprogsdefs.qc | 81 ++-
  206. dpdefs/dpextensions.qc | 78 ++-
  207. dpdefs/keycodes.qc | 24 +-
  208. dpdefs/menudefs.qc | 47 +-
  209. dpdefs/progsdefs.qc | 2 +-
  210. dpsoftrast.c | 73 +--
  211. dpsoftrast.h | 5 +-
  212. draw.h | 4 +-
  213. fs.c | 426 +++++++++----
  214. fs.h | 19 +-
  215. ft2.c | 124 +++-
  216. ft2.h | 4 +
  217. gl_backend.c | 587 +++++++++++------
  218. gl_backend.h | 17 +-
  219. gl_draw.c | 33 +-
  220. gl_rmain.c | 1943 +++++++++++++++++++++++++++++++++++++++++----------------
  221. gl_rsurf.c | 71 ++-
  222. gl_textures.c | 199 +++++-
  223. glquake.h | 90 ++-
  224. hmac.c | 1 -
  225. host.c | 68 +-
  226. host_cmd.c | 257 +++++---
  227. image.c | 57 +-
  228. image.h | 6 +
  229. image_png.c | 9 +-
  230. irc.c | 6 +
  231. jpeg.c | 10 +-
  232. keys.c | 100 +--
  233. lhnet.c | 82 ++-
  234. lhnet.h | 1 +
  235. libcurl.c | 279 ++++++---
  236. libcurl.h | 3 +-
  237. makefile | 170 ++++-
  238. makefile.inc | 342 +++++-----
  239. mathlib.c | 97 +++
  240. mathlib.h | 2 +
  241. matrixlib.c | 48 ++
  242. matrixlib.h | 2 +
  243. mdfour.c | 38 +-
  244. menu.c | 67 +-
  245. menu.h | 3 +-
  246. meshqueue.c | 18 +-
  247. mod_skeletal_animatevertices_generic.c | 111 +---
  248. model_alias.c | 257 ++++++--
  249. model_alias.h | 4 +
  250. model_brush.c | 1782 ++++++++++++++++++++++++++++++++++------------------
  251. model_brush.h | 27 +-
  252. model_shared.c | 199 +++---
  253. model_shared.h | 109 ++--
  254. model_sprite.c | 10 +
  255. mvm_cmds.c | 304 +++++++--
  256. netconn.c | 326 +++++++---
  257. netconn.h | 55 +-
  258. palette.c | 26 +
  259. palette.h | 2 +
  260. pr_comp.h | 24 +-
  261. progsvm.h | 57 +-
  262. protocol.c | 599 +++++++++---------
  263. protocol.h | 2 +-
  264. prvm_cmds.c | 707 ++++++++++++++++-----
  265. prvm_cmds.h | 28 +-
  266. prvm_edict.c | 606 ++++++++++++++----
  267. prvm_exec.c | 312 ++++++++-
  268. prvm_execprogram.h | 1124 +++++++++++++++++++++++----------
  269. prvm_offsets.h | 14 +
  270. qtypes.h | 2 +
  271. quakedef.h | 34 +-
  272. r_explosion.c | 4 +-
  273. r_shadow.c | 600 +++++++++---------
  274. r_textures.h | 3 +
  275. render.h | 130 +++-
  276. sbar.c | 115 +---
  277. screen.h | 7 +-
  278. server.h | 36 +-
  279. sha256-private.h | 66 ++
  280. sha256.c | 482 ++++++++++++++
  281. sha256.h | 145 +++++
  282. shader_glsl.h | 3365 +++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------------------------------
  283. shader_hlsl.h | 3224 +++++++++++++++++++++++++++++++++++++++++++++++----------------------------------------------
  284. slre.c | 463 ++++++++++++++
  285. slre.h | 60 ++
  286. snd_main.c | 21 +-
  287. snd_mem.c | 17 +-
  288. snd_mix.c | 4 +
  289. snd_modplug.c | 432 -------------
  290. snd_modplug.h | 33 -
  291. snd_sdl.c | 4 +-
  292. snd_win.c | 6 +-
  293. sound.h | 16 +-
  294. sv_demo.c | 2 +-
  295. sv_main.c | 272 +++++---
  296. sv_move.c | 10 +-
  297. sv_phys.c | 316 +++++-----
  298. sv_user.c | 40 +-
  299. svvm_cmds.c | 257 ++++++--
  300. sys.h | 3 +
  301. sys_linux.c | 4 +-
  302. sys_sdl.c | 58 +-
  303. sys_shared.c | 23 +-
  304. thread_pthread.c | 2 +
  305. thread_sdl.c | 4 +-
  306. utf8lib.c | 20 +-
  307. vecxis.ico | Bin 0 -> 241726 bytes
  308. vecxis.rc | 26 +
  309. vecxis.xcf | Bin 0 -> 2745486 bytes
  310. vecxis.xpm | 142 +++++
  311. vecxis144x144.png | Bin 0 -> 29568 bytes
  312. vecxis16x16.png | Bin 0 -> 1034 bytes
  313. vecxis192x192.png | Bin 0 -> 51236 bytes
  314. vecxis24x24.png | Bin 0 -> 1716 bytes
  315. vecxis256x256.png | Bin 0 -> 84220 bytes
  316. vecxis32x32.png | Bin 0 -> 2745 bytes
  317. vecxis48x48.png | Bin 0 -> 4833 bytes
  318. vecxis512x512.png | Bin 0 -> 319488 bytes
  319. vecxis72x72.png | Bin 0 -> 9244 bytes
  320. vecxis96x96.png | Bin 0 -> 15125 bytes
  321. vid.h | 21 +-
  322. vid_agl.c | 5 +
  323. vid_glx.c | 108 ++--
  324. vid_null.c | 7 +
  325. vid_sdl.c | 977 ++++++++++++++++++++++-------
  326. vid_shared.c | 136 +++-
  327. vid_wgl.c | 231 ++++---
  328. view.c | 22 +-
  329. vs2010_sdl2_win32.props | 14 +
  330. vs2010_sdl2_win64.props | 14 +
  331. vs2010_win32.props | 14 +
  332. vs2010_win64.props | 14 +
  333. vs2012_sdl2_win32.props | 14 +
  334. vs2012_sdl2_win64.props | 14 +
  335. vs2012_win32.props | 14 +
  336. vs2012_win64.props | 14 +
  337. world.c | 35 +-
  338. world.h | 9 -
  339. zone.c | 44 +-
  340. zone.h | 1 -
  341. 204 files changed, 23974 insertions(+), 9797 deletions(-)
  342. create mode 100755 .travis-before_install-xonotic.sh
  343. create mode 100644 .travis-id_rsa-xonotic
  344. create mode 100755 .travis-script-xonotic.sh
  345. create mode 100644 .travis.yml
  346. create mode 100644 BUILD
  347. create mode 100644 BUILD.sqlite
  348. create mode 100644 DPiOS.xcodeproj/project.xcworkspace/contents.xcworkspacedata
  349. create mode 100755 Darkplaces.app/Contents/MacOS/darkplaces-osx-sdl
  350. create mode 100644 WORKSPACE
  351. create mode 100644 cgf.h
  352. create mode 100644 cgf_private.h
  353. create mode 100644 cgf_read.c
  354. create mode 100644 credits-logo.txt
  355. create mode 100644 darkplaces-dedicated-vs2010.vcxproj
  356. create mode 100644 darkplaces-dedicated-vs2012.vcxproj
  357. create mode 100644 darkplaces-dedicated-vs2013.vcxproj
  358. create mode 100644 darkplaces-sdl-vs2010.vcxproj
  359. create mode 100644 darkplaces-sdl-vs2012.vcxproj
  360. create mode 100644 darkplaces-sdl-vs2013.vcxproj
  361. create mode 100644 darkplaces-sdl2-vs2010.vcxproj
  362. create mode 100644 darkplaces-sdl2-vs2012.vcxproj
  363. create mode 100644 darkplaces-sdl2-vs2013.vcxproj
  364. create mode 100644 darkplaces-vs2010.sln
  365. create mode 100644 darkplaces-vs2012.sln
  366. create mode 100644 darkplaces-vs2013.sln
  367. create mode 100644 darkplaces-wgl-vs2010.vcxproj
  368. create mode 100644 darkplaces-wgl-vs2012.vcxproj
  369. create mode 100644 darkplaces-wgl-vs2013.vcxproj
  370. create mode 100644 darkplaces.cbp
  371. create mode 100644 sha256-private.h
  372. create mode 100644 sha256.c
  373. create mode 100644 sha256.h
  374. create mode 100644 slre.c
  375. create mode 100644 slre.h
  376. delete mode 100644 snd_modplug.c
  377. delete mode 100644 snd_modplug.h
  378. create mode 100644 vecxis.ico
  379. create mode 100644 vecxis.rc
  380. create mode 100644 vecxis.xcf
  381. create mode 100644 vecxis.xpm
  382. create mode 100644 vecxis144x144.png
  383. create mode 100644 vecxis16x16.png
  384. create mode 100644 vecxis192x192.png
  385. create mode 100644 vecxis24x24.png
  386. create mode 100644 vecxis256x256.png
  387. create mode 100644 vecxis32x32.png
  388. create mode 100644 vecxis48x48.png
  389. create mode 100644 vecxis512x512.png
  390. create mode 100644 vecxis72x72.png
  391. create mode 100644 vecxis96x96.png
  392. create mode 100644 vs2010_sdl2_win32.props
  393. create mode 100644 vs2010_sdl2_win64.props
  394. create mode 100644 vs2010_win32.props
  395. create mode 100644 vs2010_win64.props
  396. create mode 100644 vs2012_sdl2_win32.props
  397. create mode 100644 vs2012_sdl2_win64.props
  398. create mode 100644 vs2012_win32.props
  399. create mode 100644 vs2012_win64.props
  400. mrk@mrk:~/DarkPlacesRM$ make clean
  401. rm -rf darkplaces-rm-glx
  402. rm -rf darkplaces-rm-dedicated
  403. rm -rf darkplaces-rm-sdl
  404. rm -rf vecxis-glx
  405. rm -rf vecxis-dedicated
  406. rm -rf vecxis-sdl
  407. rm -rf nexuiz-dprm-glx
  408. rm -rf nexuiz-dprm-dedicated
  409. rm -rf nexuiz-dprm-sdl
  410. rm -rf *.o
  411. rm -rf *.d
  412. rm -rf *.exe
  413. rm -rf build-obj/
  414. mrk@mrk:~/DarkPlacesRM$ sudo make install
  415. if test -e darkplaces-rm-glx; then /usr/bin/install darkplaces-rm-glx "/usr/bin"; fi
  416. if test -e darkplaces-rm-sdl; then /usr/bin/install darkplaces-rm-sdl "/usr/bin"; fi
  417. if test -e darkplaces-rm-dedicated; then /usr/bin/install darkplaces-rm-dedicated "/usr/bin"; fi
  418. if test -e nexuiz-dprm-glx; then \
  419. /usr/bin/install nexuiz-dprm-glx "/usr/bin"; \
  420. ./nex-makedesktop.sh "Nexuiz (DPRM-GLX)" "/usr/bin/nexuiz-dprm-glx" > "/usr/share/applications/nexuiz-dprm-glx.desktop"; \
  421. fi
  422. if test -e nexuiz-dprm-sdl; then \
  423. /usr/bin/install nexuiz-dprm-sdl "/usr/bin"; \
  424. ./nex-makedesktop.sh "Nexuiz (DPRM-SDL)" "/usr/bin/nexuiz-dprm-sdl" > "/usr/share/applications/nexuiz-dprm-sdl.desktop"; \
  425. fi
  426. if test -e nexuiz-dprm-dedicated; then /usr/bin/install nexuiz-dprm-dedicated "/usr/bin"; fi
  427. if test -e nexuiz-dprm-glx || test -e nexuiz-dprm-sdl; then \
  428. /usr/bin/install -TDm644 nexuiz.xpm "/usr/share/pixmaps/nexuiz-dprm.xpm"; \
  429. /usr/bin/install -TDm644 nexuiz16x16.png "/usr/share/icons/hicolor/16x16/apps/nexuiz-dprm.png"; \
  430. /usr/bin/install -TDm644 nexuiz24x24.png "/usr/share/icons/hicolor/24x24/apps/nexuiz-dprm.png"; \
  431. /usr/bin/install -TDm644 nexuiz32x32.png "/usr/share/icons/hicolor/32x32/apps/nexuiz-dprm.png"; \
  432. /usr/bin/install -TDm644 nexuiz48x48.png "/usr/share/icons/hicolor/48x48/apps/nexuiz-dprm.png"; \
  433. /usr/bin/install -TDm644 nexuiz256x256.png "/usr/share/icons/hicolor/256x256/apps/nexuiz-dprm.png"; \
  434. gtk-update-icon-cache -f -t "/usr/share/icons/hicolor" || true; \
  435. gtk-update-icon-cache-3.0 -f -t "/usr/share/icons/hicolor" || true; \
  436. fi
  437. mrk@mrk:~/DarkPlacesRM$ sudo make sdl-nexuiz
  438. make bin-release \
  439. DP_MAKE_TARGET=linux DP_SOUND_API=ALSA \
  440. EXE='nexuiz-dprm-sdl' CFLAGS_FEATURES='-DCONFIG_MENU -DCONFIG_CD -DCONFIG_VIDEO_CAPTURE' LDFLAGS_COMMON='-lm -lrt -ldl `sdl2-config --libs` -lX11' LEVEL=1 ISNEXUIZ=1
  441. make[1]: Entering directory '/home/mrk/DarkPlacesRM'
  442.  
  443. ========== nexuiz-dprm-sdl (release) ==========
  444. make prepare BUILD_DIR=build-obj/release/nexuiz-dprm-sdl
  445. make[2]: Entering directory '/home/mrk/DarkPlacesRM'
  446. mkdir -p build-obj/release/nexuiz-dprm-sdl
  447. cp -f makefile.inc build-obj/release/nexuiz-dprm-sdl/
  448. cp -f makefile build-obj/release/nexuiz-dprm-sdl/
  449. make[2]: Leaving directory '/home/mrk/DarkPlacesRM'
  450. make -C build-obj/release/nexuiz-dprm-sdl nexuiz-dprm-sdl \
  451. DP_MAKE_TARGET=linux DP_SOUND_API=ALSA \
  452. CFLAGS='-MMD -DDP_FS_BASEDIR=\"/usr/share/games/nexuiz\" -DUSERDIRMODE_PREFERED=USERDIRMODE_SAVEDGAMES -Wall -Wno-missing-field-initializers -Wold-style-definition -Wstrict-prototypes -Wsign-compare -Wdeclaration-after-statement -Wmissing-prototypes -Wno-misleading-indentation -DJPEG_LIB_VERSION="80" -D_FILE_OFFSET_BITS=64 -D__KERNEL_STRICT_NAMES -I../../../ -DCONFIG_MENU -DCONFIG_CD -DCONFIG_VIDEO_CAPTURE -O3 -fno-strict-aliasing -fno-math-errno -ffinite-math-only -fno-rounding-math -fno-signaling-nans -fno-trapping-math'\
  453. LDFLAGS='-O3 -fno-strict-aliasing -fno-math-errno -ffinite-math-only -fno-rounding-math -fno-signaling-nans -fno-trapping-math -DSVNREVISION=`{ test -d .svn && svnversion; } || { test -d .git && git describe --always; } || echo -` -DBUILDTYPE=release -lm -lrt -ldl `sdl2-config --libs` -lX11' LEVEL=2
  454. make[2]: Entering directory '/home/mrk/DarkPlacesRM/build-obj/release/nexuiz-dprm-sdl'
  455. cc -MMD -DDP_FS_BASEDIR=\"/usr/share/games/nexuiz\" -DUSERDIRMODE_PREFERED=USERDIRMODE_SAVEDGAMES -Wall -Wno-missing-field-initializers -Wold-style-definition -Wstrict-prototypes -Wsign-compare -Wdeclaration-after-statement -Wmissing-prototypes -Wno-misleading-indentation -DJPEG_LIB_VERSION="80" -D_FILE_OFFSET_BITS=64 -D__KERNEL_STRICT_NAMES -I../../../ -DCONFIG_MENU -DCONFIG_CD -DCONFIG_VIDEO_CAPTURE -O3 -fno-strict-aliasing -fno-math-errno -ffinite-math-only -fno-rounding-math -fno-signaling-nans -fno-trapping-math -c ../../../sys_sdl.c -o sys_sdl.o `sdl2-config --cflags` -DSDL_INPUT_LINUXEV
  456. /bin/sh: 1: sdl2-config: not found
  457. ../../../sys_sdl.c:21:17: fatal error: SDL.h: No such file or directory
  458. compilation terminated.
  459. makefile.inc:562: recipe for target 'sys_sdl.o' failed
  460. make[2]: *** [sys_sdl.o] Error 1
  461. make[2]: Leaving directory '/home/mrk/DarkPlacesRM/build-obj/release/nexuiz-dprm-sdl'
  462. makefile.inc:514: recipe for target 'bin-release' failed
  463. make[1]: *** [bin-release] Error 2
  464. make[1]: Leaving directory '/home/mrk/DarkPlacesRM'
  465. makefile.inc:471: recipe for target 'sdl-nexuiz' failed
  466. make: *** [sdl-nexuiz] Error 2
  467. mrk@mrk:~/DarkPlacesRM$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement