Advertisement
Guest User

Untitled

a guest
Nov 1st, 2018
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. osboxes@osboxes:~/Desktop/WASM-workdir/quake_baseroot/ioq3$ make PLATFORM=js EMSCRIPTEN=~/Desktop/WASM-workdir/emsdk/emscripten/1.38.13/
  2. make[1]: Entering directory '/home/osboxes/Desktop/WASM-workdir/quake_baseroot/ioq3'
  3.  
  4. Building in build/release-js-x86_64:
  5. PLATFORM: js
  6. ARCH: x86_64
  7. VERSION: 1.36_GIT_09166ba0-2018-10-17
  8. COMPILE_PLATFORM: linux
  9. COMPILE_ARCH: x86_64
  10. HAVE_VM_COMPILED:
  11. PKG_CONFIG: unknown-pkg-config
  12. CC: cc
  13.  
  14. CFLAGS:
  15. -DNO_VM_COMPILED -DNO_GZIP -Icode/zlib -DUSE_INTERNAL_JPEG -Icode/jpeg-8c
  16. -DUSE_LOCAL_HEADERS -DPRODUCT_VERSION="1.36_GIT_09166ba0-2018-10-17"
  17. -Wformat=2 -Wno-format-zero-length -Wformat-security -Wno-format-nonliteral
  18. -Wstrict-aliasing=2 -Wmissing-format-attribute -Wdisabled-optimization
  19. -Werror-implicit-function-declaration -MMD -DNDEBUG -O3
  20.  
  21. CLIENT_CFLAGS:
  22. -DUSE_OPENAL -DUSE_OPENAL_DLOPEN -DUSE_CURL -DUSE_CURL_DLOPEN -DUSE_VOIP
  23. -DUSE_CODEC_OPUS -DOPUS_BUILD -DHAVE_LRINTF -DFLOATING_POINT -DFLOAT_APPROX
  24. -DUSE_ALLOCA -Icode/opus-1.2.1/include -Icode/opus-1.2.1/celt
  25. -Icode/opus-1.2.1/silk -Icode/opus-1.2.1/silk/float
  26. -Icode/opusfile-0.9/include -DUSE_CODEC_VORBIS
  27. -Icode/libvorbis-1.3.6/include -Icode/libvorbis-1.3.6/lib
  28. -Icode/libogg-1.3.3/include -DUSE_RENDERER_DLOPEN -DUSE_MUMBLE
  29.  
  30. SERVER_CFLAGS:
  31. -DUSE_VOIP
  32.  
  33. LDFLAGS:
  34.  
  35.  
  36. LIBS:
  37.  
  38.  
  39. CLIENT_LIBS:
  40.  
  41.  
  42. AUTOUPDATER_LIBS:
  43.  
  44.  
  45. Output:
  46. ioq3ded.x86_64
  47. ioquake3.x86_64
  48. renderer_opengl1_x86_64.so
  49. renderer_opengl2_x86_64.so
  50. baseq3/cgamex86_64.so
  51. baseq3/qagamex86_64.so
  52. baseq3/uix86_64.so
  53. missionpack/cgamex86_64.so
  54. missionpack/qagamex86_64.so
  55. missionpack/uix86_64.so
  56.  
  57. make[2]: Entering directory '/home/osboxes/Desktop/WASM-workdir/quake_baseroot/ioq3'
  58. DED_CC code/server/sv_bot.c
  59. In file included from code/server/../qcommon/q_shared.h:195:0,
  60. from code/server/server.h:24,
  61. from code/server/sv_bot.c:24:
  62. code/server/../qcommon/q_platform.h:184:3: error: #error ARCH_STRING should be defined by the Makefile
  63. # error ARCH_STRING should be defined by the Makefile
  64. ^~~~~
  65. code/server/../qcommon/q_platform.h:309:2: error: #error "Architecture not supported"
  66. #error "Architecture not supported"
  67. ^~~~~
  68. Makefile:2749: recipe for target 'build/release-js-x86_64/ded/sv_bot.o' failed
  69. make[2]: *** [build/release-js-x86_64/ded/sv_bot.o] Error 1
  70. make[2]: Leaving directory '/home/osboxes/Desktop/WASM-workdir/quake_baseroot/ioq3'
  71. Makefile:1365: recipe for target 'targets' failed
  72. make[1]: *** [targets] Error 2
  73. make[1]: Leaving directory '/home/osboxes/Desktop/WASM-workdir/quake_baseroot/ioq3'
  74. Makefile:1316: recipe for target 'release' failed
  75. make: *** [release] Error 2
  76. osboxes@osboxes:~/Desktop/WASM-workdir/quake_baseroot/ioq3$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement