Guest User

Untitled

a guest
Jun 25th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.02 KB | None | 0 0
  1. -bash: ./MacOSX.sh: Permission denied
  2. MBP:Source g3z$ chmod 777 MacOSX.sh
  3. MBP:Source g3z$ ./MacOSX.sh
  4. Building PPC Client/Dedicated Server against "/Developer/SDKs/MacOSX10.6.sdk"
  5. Building X86 Client/Dedicated Server against "/Developer/SDKs/MacOSX10.6.sdk"
  6. WARNING: in order to build a binary with maximum compatibility you must
  7. build on Mac OS X 10.4 using Xcode 2.3 or 2.5 and have the
  8. MacOSX10.3.9, and MacOSX10.4u SDKs installed from the Xcode
  9. install disk Packages folder.
  10.  
  11. Building ZEQ2-Lite in Build/Release-darwin-ppc:
  12. PLATFORM: darwin
  13. ARCH: ppc
  14. VERSION: PB2_SVN1732M
  15. COMPILE_PLATFORM: darwin
  16. COMPILE_ARCH: i386
  17. CC: /usr/bin/gcc-4.2
  18.  
  19. CFLAGS:
  20. -arch
  21. ppc
  22. -isysroot
  23. /Developer/SDKs/MacOSX10.6.sdk
  24. -DMAC_OS_X_VERSION_MIN_REQUIRED=1060
  25. -Wall
  26. -Wimplicit
  27. -Wstrict-prototypes
  28. -arch
  29. ppc
  30. -faltivec
  31. -mmacosx-version-min=10.2
  32. -fno-strict-aliasing
  33. -DMACOS_X
  34. -fno-common
  35. -pipe
  36. -D_THREAD_SAFE=1
  37. -IEngine/SDL12/include
  38. -DNO_GZIP
  39. -IEngine/zlib
  40. -DUSE_INTERNAL_JPEG
  41. -IEngine/jpeg-8c
  42. -DUSE_LOCAL_HEADERS
  43. -DPRODUCT_VERSION="PB2_SVN1732M"
  44. -Wformat=2
  45. -Wno-format-zero-length
  46. -Wformat-security
  47. -Wno-format-nonliteral
  48. -Wstrict-aliasing=2
  49. -Wmissing-format-attribute
  50. -Wdisabled-optimization
  51. -Werror-implicit-function-declaration
  52. -MMD
  53. -DNDEBUG
  54. -O3
  55. -falign-loops=16
  56. -ffast-math
  57.  
  58. CLIENT_CFLAGS:
  59. -DUSE_OPENAL
  60. -DUSE_OPENAL_DLOPEN
  61. -DUSE_CURL
  62. -DUSE_CURL_DLOPEN
  63. -DUSE_CODEC_VORBIS
  64. -DUSE_MUMBLE
  65. -DUSE_VOIP
  66. -DFLOATING_POINT
  67. -DUSE_ALLOCA
  68. -IEngine/libspeex/include
  69.  
  70. SERVER_CFLAGS:
  71. -DUSE_VOIP
  72.  
  73. LDFLAGS:
  74. -mmacosx-version-min=10.6
  75.  
  76. LIBS:
  77. -framework
  78. Cocoa
  79.  
  80. CLIENT_LIBS:
  81. -lvorbisfile
  82. -lvorbis
  83. -logg
  84. -framework
  85. IOKit
  86. -framework
  87. OpenGL
  88. Engine/libs/macosx/libSDL-1.2.0.dylib
  89.  
  90. Output:
  91. Build/Release-darwin-ppc/ZEQ2Dedicated.ppc
  92. Build/Release-darwin-ppc/ZEQ2.ppc
  93. Build/Release-darwin-ppc/ZEQ2-smp.ppc
  94.  
  95. DED_CC Engine/server/sv_ccmds.c
  96. DED_CC Engine/server/sv_client.c
  97. DED_CC Engine/server/sv_game.c
  98. DED_CC Engine/server/sv_init.c
  99. gcc-4.2: error trying to exec '/usr/bin/powerpc-apple-darwin11-gcc-4.2.1gcc-4.2': : error trying to exec 'execvp/usr/bin/powerpc-apple-darwin11-gcc-4.2.1: ': execvp: No such file or directory
  100. No such file or directory
  101. gcc-4.2: error trying to exec '/usr/bin/powerpc-apple-darwin11-gcc-4.2.1': execvp: No such file or directory
  102. gcc-4.2: error trying to exec '/usr/bin/powerpc-apple-darwin11-gcc-4.2.1': execvp: No such file or directory
  103. make[2]: *** [Build/Release-darwin-ppc/ded/sv_client.o] Error 255
  104. make[2]: *** Waiting for unfinished jobs....
  105. make[2]: *** [Build/Release-darwin-ppc/ded/sv_init.o] Error 255
  106. make[2]: *** [Build/Release-darwin-ppc/ded/sv_game.o] Error 255
  107. make[2]: *** [Build/Release-darwin-ppc/ded/sv_ccmds.o] Error 255
  108. make[1]: *** [targets] Error 2
  109. make: *** [release] Error 2
Add Comment
Please, Sign In to add comment