Guest User

Untitled

a guest
Dec 11th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 64.37 KB | None | 0 0
  1. Last login: Sun May 8 17:28:35 on ttys000
  2. Pearce-Michals-MacBook-Pro:~ pearcemichal$ cd xonotic/netradiant
  3. Pearce-Michals-MacBook-Pro:netradiant pearcemichal$ make clean
  4. rm -f -r install/
  5. find . \( -name \*.o -o -name \*.d -o -name \*.dylib -o -name \*.a -o -name \*.ppc \) -exec rm -f {} \;
  6. rm -f icons/*.rc
  7. Pearce-Michals-MacBook-Pro:netradiant pearcemichal$ make
  8.  
  9. checking that the build tools exist
  10. Checking for /bin/sh (bash (or another shell))... found.
  11. Checking for echo (coreutils)... found.
  12. Checking for /bin/echo -n (coreutils)... found.
  13. Checking for cat (coreutils)... found.
  14. Checking for mkdir -p (coreutils)... found.
  15. Checking for cp (coreutils)... found.
  16. Checking for cp -r (coreutils)... found.
  17. Checking for rm -f (coreutils)... found.
  18. Checking for rm -f -r (coreutils)... found.
  19. Checking for mv (coreutils)... found.
  20. Checking for echo test | tee /dev/stderr (coreutils)... found.
  21. Checking for sed (sed)... found.
  22. Checking for find (findutils)... found.
  23. Checking for diff (diff)... found.
  24. Checking for cc (gcc)... found.
  25. Checking for g++ (g++)... found.
  26. Checking for ranlib (binutils)... found.
  27. Checking for ar (binutils)... found.
  28. Checking for pkg-config (pkg-config)... found.
  29. Checking for unzip (unzip)... found.
  30. Checking for git (git-core)... found.
  31. Checking for svn (subversion)... found.
  32. Checking for wget (wget)... found.
  33. Checking for otool (xcode)... found.
  34. All required tools have been found!
  35.  
  36. checking that the dependencies exist
  37. Checking for glib/gutils.h (libglib2.0-dev)... found and links.
  38. Checking for libxml/xpath.h (libxml2-dev)... found and links.
  39. Checking for png.h (libpng12-dev)... found and links.
  40. Checking for GL/gl.h (mesa-common-dev (or another OpenGL library))... found and links.
  41. Checking for gtk/gtkdialog.h (libgtk2.0-dev)... found and links.
  42. Checking for pango/pangoft2.h (libpango1.0-dev)... found and links.
  43. Checking for gtk/gtkglwidget.h (libgtkglext1-dev)... found and links.
  44. Checking for dlfcn.h (libc6-dev)... found and links.
  45. Checking for zlib.h (zlib1g-dev)... found and links.
  46. All required libraries have been found!
  47.  
  48. cc tools/quake2/common/bspfile.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/common/bspfile.o
  49. tools/quake2/common/bspfile.c: In function ‘LoadBSPFile’:
  50. tools/quake2/common/bspfile.c:387: warning: comparison between signed and unsigned
  51. tools/quake2/common/bspfile.c: In function ‘LoadBSPFileTexinfo’:
  52. tools/quake2/common/bspfile.c:445: warning: comparison between signed and unsigned
  53. cc tools/quake2/common/cmdlib.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/common/cmdlib.o
  54. tools/quake2/common/cmdlib.c: In function ‘SetQdirFromPath’:
  55. tools/quake2/common/cmdlib.c:200: warning: comparison between signed and unsigned
  56. tools/quake2/common/cmdlib.c:213: warning: comparison between signed and unsigned
  57. tools/quake2/common/cmdlib.c: In function ‘ExpandPath’:
  58. tools/quake2/common/cmdlib.c:257: warning: the address of ‘qdir’ will always evaluate as ‘true’
  59. tools/quake2/common/cmdlib.c: In function ‘ExpandGamePath’:
  60. tools/quake2/common/cmdlib.c:270: warning: the address of ‘qdir’ will always evaluate as ‘true’
  61. cc tools/quake2/common/inout.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/common/inout.o
  62. tools/quake2/common/inout.c: In function ‘xml_NodeForVec’:
  63. tools/quake2/common/inout.c:70: warning: pointer targets in passing argument 2 of ‘xmlNewNode’ differ in signedness
  64. tools/quake2/common/inout.c:71: warning: pointer targets in passing argument 2 of ‘xmlNodeSetContent’ differ in signedness
  65. tools/quake2/common/inout.c: In function ‘xml_SendNode’:
  66. tools/quake2/common/inout.c:95: warning: comparison between signed and unsigned
  67. tools/quake2/common/inout.c: In function ‘xml_Select’:
  68. tools/quake2/common/inout.c:151: warning: pointer targets in passing argument 2 of ‘xmlNewNode’ differ in signedness
  69. tools/quake2/common/inout.c:152: warning: pointer targets in passing argument 2 of ‘xmlNodeSetContent’ differ in signedness
  70. tools/quake2/common/inout.c:155: warning: pointer targets in passing argument 2 of ‘xmlSetProp’ differ in signedness
  71. tools/quake2/common/inout.c:155: warning: pointer targets in passing argument 3 of ‘xmlSetProp’ differ in signedness
  72. tools/quake2/common/inout.c:158: warning: pointer targets in passing argument 2 of ‘xmlNewNode’ differ in signedness
  73. tools/quake2/common/inout.c:159: warning: pointer targets in passing argument 2 of ‘xmlNodeSetContent’ differ in signedness
  74. tools/quake2/common/inout.c: In function ‘xml_Point’:
  75. tools/quake2/common/inout.c:177: warning: pointer targets in passing argument 2 of ‘xmlNewNode’ differ in signedness
  76. tools/quake2/common/inout.c:178: warning: pointer targets in passing argument 2 of ‘xmlNodeSetContent’ differ in signedness
  77. tools/quake2/common/inout.c:181: warning: pointer targets in passing argument 2 of ‘xmlSetProp’ differ in signedness
  78. tools/quake2/common/inout.c:181: warning: pointer targets in passing argument 3 of ‘xmlSetProp’ differ in signedness
  79. tools/quake2/common/inout.c:184: warning: pointer targets in passing argument 2 of ‘xmlNewNode’ differ in signedness
  80. tools/quake2/common/inout.c:185: warning: pointer targets in passing argument 2 of ‘xmlNodeSetContent’ differ in signedness
  81. tools/quake2/common/inout.c: In function ‘xml_Winding’:
  82. tools/quake2/common/inout.c:202: warning: pointer targets in passing argument 2 of ‘xmlNewNode’ differ in signedness
  83. tools/quake2/common/inout.c:203: warning: pointer targets in passing argument 2 of ‘xmlNodeSetContent’ differ in signedness
  84. tools/quake2/common/inout.c:206: warning: pointer targets in passing argument 2 of ‘xmlSetProp’ differ in signedness
  85. tools/quake2/common/inout.c:206: warning: pointer targets in passing argument 3 of ‘xmlSetProp’ differ in signedness
  86. tools/quake2/common/inout.c:218: warning: pointer targets in passing argument 2 of ‘xmlNewNode’ differ in signedness
  87. tools/quake2/common/inout.c:219: warning: pointer targets in passing argument 2 of ‘xmlNodeSetContent’ differ in signedness
  88. tools/quake2/common/inout.c: In function ‘Broadcast_Setup’:
  89. tools/quake2/common/inout.c:241: warning: cast discards qualifiers from pointer target type
  90. tools/quake2/common/inout.c: In function ‘FPrintf’:
  91. tools/quake2/common/inout.c:270: warning: format not a string literal and no format arguments
  92. tools/quake2/common/inout.c:287: warning: pointer targets in passing argument 1 of ‘xmlNewDoc’ differ in signedness
  93. tools/quake2/common/inout.c:288: warning: pointer targets in passing argument 3 of ‘xmlNewDocRawNode’ differ in signedness
  94. tools/quake2/common/inout.c:291: warning: pointer targets in passing argument 2 of ‘xmlNewNode’ differ in signedness
  95. tools/quake2/common/inout.c:292: warning: pointer targets in passing argument 2 of ‘xmlNodeSetContent’ differ in signedness
  96. tools/quake2/common/inout.c:295: warning: pointer targets in passing argument 2 of ‘xmlSetProp’ differ in signedness
  97. tools/quake2/common/inout.c:295: warning: pointer targets in passing argument 3 of ‘xmlSetProp’ differ in signedness
  98. cc tools/quake2/common/l3dslib.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/common/l3dslib.o
  99. cc tools/quake2/common/lbmlib.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/common/lbmlib.o
  100. tools/quake2/common/lbmlib.c: In function ‘LoadTGA’:
  101. tools/quake2/common/lbmlib.c:745: warning: ‘alphabyte’ may be used uninitialized in this function
  102. tools/quake2/common/lbmlib.c:745: warning: ‘blue’ may be used uninitialized in this function
  103. tools/quake2/common/lbmlib.c:745: warning: ‘green’ may be used uninitialized in this function
  104. tools/quake2/common/lbmlib.c:745: warning: ‘red’ may be used uninitialized in this function
  105. cc tools/quake2/common/mathlib.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/common/mathlib.o
  106. cc tools/quake2/common/md4.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/common/md4.o
  107. cc tools/quake2/common/path_init.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/common/path_init.o
  108. tools/quake2/common/path_init.c: In function ‘InitPaths’:
  109. tools/quake2/common/path_init.c:328: warning: statement with no effect
  110. tools/quake2/common/path_init.c: In function ‘LokiInitPaths’:
  111. tools/quake2/common/path_init.c:138: warning: ‘last’ is used uninitialized in this function
  112. cc tools/quake2/common/polylib.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/common/polylib.o
  113. tools/quake2/common/polylib.c: In function ‘CopyWinding’:
  114. tools/quake2/common/polylib.c:281: warning: cast from pointer to integer of different size
  115. cc tools/quake2/common/scriplib.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/common/scriplib.o
  116. cc tools/quake2/common/threads.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/common/threads.o
  117. tools/quake2/common/threads.c: In function ‘RunThreadsOn’:
  118. tools/quake2/common/threads.c:552: warning: cast to pointer from integer of different size
  119. cc tools/quake2/common/trilib.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/common/trilib.o
  120. tools/quake2/common/trilib.c: In function ‘ByteSwapTri’:
  121. tools/quake2/common/trilib.c:62: warning: comparison between signed and unsigned
  122. cc tools/quake2/q2map/brushbsp.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/q2map/brushbsp.o
  123. tools/quake2/q2map/brushbsp.c: In function ‘AllocBrush’:
  124. tools/quake2/q2map/brushbsp.c:323: warning: cast from pointer to integer of different size
  125. tools/quake2/q2map/brushbsp.c: In function ‘CopyBrush’:
  126. tools/quake2/q2map/brushbsp.c:379: warning: cast from pointer to integer of different size
  127. cc tools/quake2/q2map/csg.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/q2map/csg.o
  128. cc tools/quake2/q2map/faces.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/q2map/faces.o
  129. cc tools/quake2/q2map/flow.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/q2map/flow.o
  130. cc tools/quake2/q2map/glfile.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/q2map/glfile.o
  131. cc tools/quake2/q2map/leakfile.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/q2map/leakfile.o
  132. tools/quake2/q2map/leakfile.c: In function ‘LeakFile’:
  133. tools/quake2/q2map/leakfile.c:136: warning: pointer targets in passing argument 2 of ‘xmlNewNode’ differ in signedness
  134. tools/quake2/q2map/leakfile.c:144: warning: ‘nextnode’ may be used uninitialized in this function
  135. tools/quake2/q2map/leakfile.c:143: warning: ‘nextportal’ may be used uninitialized in this function
  136. cc tools/quake2/q2map/lightmap.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/q2map/lightmap.o
  137. tools/quake2/q2map/lightmap.c: In function ‘TriEdge_r’:
  138. tools/quake2/q2map/lightmap.c:220: warning: ‘bestp’ may be used uninitialized in this function
  139. tools/quake2/q2map/lightmap.c: In function ‘TriangulatePoints’:
  140. tools/quake2/q2map/lightmap.c:275: warning: ‘bp2’ may be used uninitialized in this function
  141. tools/quake2/q2map/lightmap.c:275: warning: ‘bp1’ may be used uninitialized in this function
  142. tools/quake2/q2map/lightmap.c: In function ‘FinalLightFace’:
  143. tools/quake2/q2map/lightmap.c:1169: warning: ‘trian’ may be used uninitialized in this function
  144. tools/quake2/q2map/lightmap.c: In function ‘GatherSampleLight’:
  145. tools/quake2/q2map/lightmap.c:925: warning: ‘scale’ may be used uninitialized in this function
  146. cc tools/quake2/q2map/main.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/q2map/main.o
  147. cc tools/quake2/q2map/map.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/q2map/map.o
  148. cc tools/quake2/q2map/nodraw.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/q2map/nodraw.o
  149. cc tools/quake2/q2map/patches.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/q2map/patches.o
  150. cc tools/quake2/q2map/portals.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/q2map/portals.o
  151. tools/quake2/q2map/portals.c: In function ‘SplitNodePortals’:
  152. tools/quake2/q2map/portals.c:433: warning: ‘side’ may be used uninitialized in this function
  153. tools/quake2/q2map/portals.c: In function ‘MakeNodePortal’:
  154. tools/quake2/q2map/portals.c:375: warning: ‘side’ may be used uninitialized in this function
  155. tools/quake2/q2map/portals.c:374: warning: ‘dist’ may be used uninitialized in this function
  156. cc tools/quake2/q2map/prtfile.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/q2map/prtfile.o
  157. cc tools/quake2/q2map/qbsp.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/q2map/qbsp.o
  158. tools/quake2/q2map/qbsp.c: In function ‘ProcessWorldModel’:
  159. tools/quake2/q2map/qbsp.c:241: warning: pointer targets in passing argument 2 of ‘xmlNewNode’ differ in signedness
  160. tools/quake2/q2map/qbsp.c:242: warning: pointer targets in passing argument 2 of ‘xmlNodeSetContent’ differ in signedness
  161. tools/quake2/q2map/qbsp.c:246: warning: pointer targets in passing argument 2 of ‘xmlSetProp’ differ in signedness
  162. tools/quake2/q2map/qbsp.c:246: warning: pointer targets in passing argument 3 of ‘xmlSetProp’ differ in signedness
  163. cc tools/quake2/q2map/qrad.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/q2map/qrad.o
  164. tools/quake2/q2map/qrad.c: In function ‘MakeTransfers’:
  165. tools/quake2/q2map/qrad.c:226: warning: comparison between signed and unsigned
  166. tools/quake2/q2map/qrad.c:294: warning: comparison between signed and unsigned
  167. tools/quake2/q2map/qrad.c: In function ‘FreeTransfers’:
  168. tools/quake2/q2map/qrad.c:320: warning: comparison between signed and unsigned
  169. tools/quake2/q2map/qrad.c: In function ‘WriteWorld’:
  170. tools/quake2/q2map/qrad.c:346: warning: comparison between signed and unsigned
  171. tools/quake2/q2map/qrad.c: In function ‘WriteGlView’:
  172. tools/quake2/q2map/qrad.c:387: warning: comparison between signed and unsigned
  173. tools/quake2/q2map/qrad.c: In function ‘CollectLight’:
  174. tools/quake2/q2map/qrad.c:424: warning: comparison between signed and unsigned
  175. tools/quake2/q2map/qrad.c: In function ‘BounceLight’:
  176. tools/quake2/q2map/qrad.c:493: warning: comparison between signed and unsigned
  177. tools/quake2/q2map/qrad.c: In function ‘CheckPatches’:
  178. tools/quake2/q2map/qrad.c:526: warning: comparison between signed and unsigned
  179. cc tools/quake2/q2map/qvis.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/q2map/qvis.o
  180. tools/quake2/q2map/qvis.c: In function ‘NewWinding’:
  181. tools/quake2/q2map/qvis.c:86: warning: cast from pointer to integer of different size
  182. tools/quake2/q2map/qvis.c: In function ‘PComp’:
  183. tools/quake2/q2map/qvis.c:129: warning: cast discards qualifiers from pointer target type
  184. tools/quake2/q2map/qvis.c:129: warning: cast discards qualifiers from pointer target type
  185. tools/quake2/q2map/qvis.c:131: warning: cast discards qualifiers from pointer target type
  186. tools/quake2/q2map/qvis.c:131: warning: cast discards qualifiers from pointer target type
  187. tools/quake2/q2map/qvis.c: In function ‘LoadPortals’:
  188. tools/quake2/q2map/qvis.c:389: warning: comparison between signed and unsigned
  189. tools/quake2/q2map/qvis.c:389: warning: comparison between signed and unsigned
  190. cc tools/quake2/q2map/textures.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/q2map/textures.o
  191. cc tools/quake2/q2map/trace.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/q2map/trace.o
  192. tools/quake2/q2map/trace.c: In function ‘MakeTnodes’:
  193. tools/quake2/q2map/trace.c:91: warning: cast from pointer to integer of different size
  194. tools/quake2/q2map/trace.c:91: warning: cast to pointer from integer of different size
  195. cc tools/quake2/q2map/tree.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/q2map/tree.o
  196. cc tools/quake2/q2map/writebsp.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/q2map/writebsp.o
  197. cc libs/l_net/l_net.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -Ilibs -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o libs/l_net/l_net.o
  198. cc libs/l_net/l_net_berkley.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -Ilibs -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o libs/l_net/l_net_berkley.o
  199. ar rc libl_net.a libs/l_net/l_net.o libs/l_net/l_net_berkley.o
  200. ranlib libl_net.a
  201. file=install/NetRadiant.app/Contents/MacOS/install/q2map.ppc; mkdir -p ${file%/*}
  202. g++ tools/quake2/common/bspfile.o tools/quake2/common/cmdlib.o tools/quake2/common/inout.o tools/quake2/common/l3dslib.o tools/quake2/common/lbmlib.o tools/quake2/common/mathlib.o tools/quake2/common/md4.o tools/quake2/common/path_init.o tools/quake2/common/polylib.o tools/quake2/common/scriplib.o tools/quake2/common/threads.o tools/quake2/common/trilib.o tools/quake2/q2map/brushbsp.o tools/quake2/q2map/csg.o tools/quake2/q2map/faces.o tools/quake2/q2map/flow.o tools/quake2/q2map/glfile.o tools/quake2/q2map/leakfile.o tools/quake2/q2map/lightmap.o tools/quake2/q2map/main.o tools/quake2/q2map/map.o tools/quake2/q2map/nodraw.o tools/quake2/q2map/patches.o tools/quake2/q2map/portals.o tools/quake2/q2map/prtfile.o tools/quake2/q2map/qbsp.o tools/quake2/q2map/qrad.o tools/quake2/q2map/qvis.o tools/quake2/q2map/textures.o tools/quake2/q2map/trace.o tools/quake2/q2map/tree.o tools/quake2/q2map/writebsp.o libl_net.a -L/opt/local/lib -L/sw/lib -L/usr/X11R6/lib -L/opt/local/lib -lxml2 -lpthread -lz -liconv -lm -o install/NetRadiant.app/Contents/MacOS/install/q2map.ppc
  203. ld: warning: directory '/sw/lib' following -L not found
  204. [ -z "" ] || [ -z "` -r install/NetRadiant.app/Contents/MacOS/install/q2map.ppc 2>&1 1>/dev/null | tee /dev/stderr`" ] || { rm -f install/NetRadiant.app/Contents/MacOS/install/q2map.ppc; exit 1; }
  205. cc tools/quake2/qdata/images.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/qdata/images.o
  206. tools/quake2/qdata/images.c: In function ‘Cmd_Mip’:
  207. tools/quake2/qdata/images.c:649: warning: cast from pointer to integer of different size
  208. tools/quake2/qdata/images.c: In function ‘Cmd_Mipdir’:
  209. tools/quake2/qdata/images.c:690: warning: too many arguments for format
  210. cc tools/quake2/qdata/models.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/qdata/models.o
  211. tools/quake2/qdata/models.c: In function ‘WriteModelFile’:
  212. tools/quake2/qdata/models.c:146: warning: cast from pointer to integer of different size
  213. tools/quake2/qdata/models.c:158: warning: comparison between signed and unsigned
  214. tools/quake2/qdata/models.c: In function ‘BuildGlCmds’:
  215. tools/quake2/qdata/models.c:508: warning: ‘besttype’ may be used uninitialized in this function
  216. cc tools/quake2/qdata/qdata.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/qdata/qdata.o
  217. tools/quake2/qdata/qdata.c: In function ‘PackDirectory_r’:
  218. tools/quake2/qdata/qdata.c:262: warning: unused variable ‘len’
  219. cc tools/quake2/qdata/sprites.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/qdata/sprites.o
  220. cc tools/quake2/qdata/tables.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/qdata/tables.o
  221. cc tools/quake2/qdata/video.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/qdata/video.o
  222. tools/quake2/qdata/video.c: In function ‘FindNextChunk’:
  223. tools/quake2/qdata/video.c:101: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
  224. tools/quake2/qdata/video.c: In function ‘DumpChunks’:
  225. tools/quake2/qdata/video.c:124: warning: cast from pointer to integer of different size
  226. tools/quake2/qdata/video.c: In function ‘GetWavinfo’:
  227. tools/quake2/qdata/video.c:151: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
  228. tools/quake2/qdata/video.c:192: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
  229. tools/quake2/qdata/video.c: In function ‘bwtCompare’:
  230. tools/quake2/qdata/video.c:359: warning: cast discards qualifiers from pointer target type
  231. tools/quake2/qdata/video.c:360: warning: cast discards qualifiers from pointer target type
  232. tools/quake2/qdata/video.c: In function ‘LZSS’:
  233. tools/quake2/qdata/video.c:671: warning: comparison between signed and unsigned
  234. tools/quake2/qdata/video.c: In function ‘Cmd_Video’:
  235. tools/quake2/qdata/video.c:1191: warning: too many arguments for format
  236. tools/quake2/qdata/video.c:1209: warning: too many arguments for format
  237. tools/quake2/qdata/video.c:1253: warning: format ‘%i’ expects type ‘int’, but argument 2 has type ‘long int’
  238. file=install/NetRadiant.app/Contents/MacOS/install/qdata3.ppc; mkdir -p ${file%/*}
  239. g++ tools/quake2/common/bspfile.o tools/quake2/common/cmdlib.o tools/quake2/common/inout.o tools/quake2/common/l3dslib.o tools/quake2/common/lbmlib.o tools/quake2/common/mathlib.o tools/quake2/common/md4.o tools/quake2/common/path_init.o tools/quake2/common/polylib.o tools/quake2/common/scriplib.o tools/quake2/common/threads.o tools/quake2/common/trilib.o tools/quake2/qdata/images.o tools/quake2/qdata/models.o tools/quake2/qdata/qdata.o tools/quake2/qdata/sprites.o tools/quake2/qdata/tables.o tools/quake2/qdata/video.o libl_net.a -L/opt/local/lib -L/sw/lib -L/usr/X11R6/lib -L/opt/local/lib -lxml2 -lpthread -lz -liconv -lm -o install/NetRadiant.app/Contents/MacOS/install/qdata3.ppc
  240. ld: warning: directory '/sw/lib' following -L not found
  241. [ -z "" ] || [ -z "` -r install/NetRadiant.app/Contents/MacOS/install/qdata3.ppc 2>&1 1>/dev/null | tee /dev/stderr`" ] || { rm -f install/NetRadiant.app/Contents/MacOS/install/qdata3.ppc; exit 1; }
  242. cc tools/quake2/qdata_heretic2/common/bspfile.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/qdata_heretic2/common -Itools/quake2/qdata_heretic2/qcommon -Itools/quake2/qdata_heretic2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/qdata_heretic2/common/bspfile.o
  243. tools/quake2/qdata_heretic2/common/bspfile.c: In function ‘LoadBSPFile’:
  244. tools/quake2/qdata_heretic2/common/bspfile.c:389: warning: comparison between signed and unsigned
  245. tools/quake2/qdata_heretic2/common/bspfile.c: In function ‘LoadBSPFileTexinfo’:
  246. tools/quake2/qdata_heretic2/common/bspfile.c:447: warning: comparison between signed and unsigned
  247. cc tools/quake2/qdata_heretic2/common/cmdlib.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/qdata_heretic2/common -Itools/quake2/qdata_heretic2/qcommon -Itools/quake2/qdata_heretic2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/qdata_heretic2/common/cmdlib.o
  248. tools/quake2/qdata_heretic2/common/cmdlib.c: In function ‘strlwr’:
  249. tools/quake2/qdata_heretic2/common/cmdlib.c:94: warning: comparison between signed and unsigned
  250. tools/quake2/qdata_heretic2/common/cmdlib.c: In function ‘SetQdirFromPath’:
  251. tools/quake2/qdata_heretic2/common/cmdlib.c:219: warning: comparison between signed and unsigned
  252. tools/quake2/qdata_heretic2/common/cmdlib.c:232: warning: comparison between signed and unsigned
  253. tools/quake2/qdata_heretic2/common/cmdlib.c: In function ‘ExpandPath’:
  254. tools/quake2/qdata_heretic2/common/cmdlib.c:276: warning: the address of ‘qdir’ will always evaluate as ‘true’
  255. tools/quake2/qdata_heretic2/common/cmdlib.c: In function ‘ExpandGamePath’:
  256. tools/quake2/qdata_heretic2/common/cmdlib.c:289: warning: the address of ‘qdir’ will always evaluate as ‘true’
  257. cc tools/quake2/qdata_heretic2/common/inout.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/qdata_heretic2/common -Itools/quake2/qdata_heretic2/qcommon -Itools/quake2/qdata_heretic2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/qdata_heretic2/common/inout.o
  258. tools/quake2/qdata_heretic2/common/inout.c: In function ‘xml_NodeForVec’:
  259. tools/quake2/qdata_heretic2/common/inout.c:70: warning: pointer targets in passing argument 2 of ‘xmlNewNode’ differ in signedness
  260. tools/quake2/qdata_heretic2/common/inout.c:71: warning: pointer targets in passing argument 2 of ‘xmlNodeSetContent’ differ in signedness
  261. tools/quake2/qdata_heretic2/common/inout.c: In function ‘xml_SendNode’:
  262. tools/quake2/qdata_heretic2/common/inout.c:95: warning: comparison between signed and unsigned
  263. tools/quake2/qdata_heretic2/common/inout.c: In function ‘xml_Select’:
  264. tools/quake2/qdata_heretic2/common/inout.c:151: warning: pointer targets in passing argument 2 of ‘xmlNewNode’ differ in signedness
  265. tools/quake2/qdata_heretic2/common/inout.c:152: warning: pointer targets in passing argument 2 of ‘xmlNodeSetContent’ differ in signedness
  266. tools/quake2/qdata_heretic2/common/inout.c:155: warning: pointer targets in passing argument 2 of ‘xmlSetProp’ differ in signedness
  267. tools/quake2/qdata_heretic2/common/inout.c:155: warning: pointer targets in passing argument 3 of ‘xmlSetProp’ differ in signedness
  268. tools/quake2/qdata_heretic2/common/inout.c:158: warning: pointer targets in passing argument 2 of ‘xmlNewNode’ differ in signedness
  269. tools/quake2/qdata_heretic2/common/inout.c:159: warning: pointer targets in passing argument 2 of ‘xmlNodeSetContent’ differ in signedness
  270. tools/quake2/qdata_heretic2/common/inout.c: In function ‘xml_Point’:
  271. tools/quake2/qdata_heretic2/common/inout.c:177: warning: pointer targets in passing argument 2 of ‘xmlNewNode’ differ in signedness
  272. tools/quake2/qdata_heretic2/common/inout.c:178: warning: pointer targets in passing argument 2 of ‘xmlNodeSetContent’ differ in signedness
  273. tools/quake2/qdata_heretic2/common/inout.c:181: warning: pointer targets in passing argument 2 of ‘xmlSetProp’ differ in signedness
  274. tools/quake2/qdata_heretic2/common/inout.c:181: warning: pointer targets in passing argument 3 of ‘xmlSetProp’ differ in signedness
  275. tools/quake2/qdata_heretic2/common/inout.c:184: warning: pointer targets in passing argument 2 of ‘xmlNewNode’ differ in signedness
  276. tools/quake2/qdata_heretic2/common/inout.c:185: warning: pointer targets in passing argument 2 of ‘xmlNodeSetContent’ differ in signedness
  277. tools/quake2/qdata_heretic2/common/inout.c: In function ‘xml_Winding’:
  278. tools/quake2/qdata_heretic2/common/inout.c:202: warning: pointer targets in passing argument 2 of ‘xmlNewNode’ differ in signedness
  279. tools/quake2/qdata_heretic2/common/inout.c:203: warning: pointer targets in passing argument 2 of ‘xmlNodeSetContent’ differ in signedness
  280. tools/quake2/qdata_heretic2/common/inout.c:206: warning: pointer targets in passing argument 2 of ‘xmlSetProp’ differ in signedness
  281. tools/quake2/qdata_heretic2/common/inout.c:206: warning: pointer targets in passing argument 3 of ‘xmlSetProp’ differ in signedness
  282. tools/quake2/qdata_heretic2/common/inout.c:218: warning: pointer targets in passing argument 2 of ‘xmlNewNode’ differ in signedness
  283. tools/quake2/qdata_heretic2/common/inout.c:219: warning: pointer targets in passing argument 2 of ‘xmlNodeSetContent’ differ in signedness
  284. tools/quake2/qdata_heretic2/common/inout.c: In function ‘Broadcast_Setup’:
  285. tools/quake2/qdata_heretic2/common/inout.c:241: warning: cast discards qualifiers from pointer target type
  286. tools/quake2/qdata_heretic2/common/inout.c: In function ‘FPrintf’:
  287. tools/quake2/qdata_heretic2/common/inout.c:270: warning: format not a string literal and no format arguments
  288. tools/quake2/qdata_heretic2/common/inout.c:287: warning: pointer targets in passing argument 1 of ‘xmlNewDoc’ differ in signedness
  289. tools/quake2/qdata_heretic2/common/inout.c:288: warning: pointer targets in passing argument 3 of ‘xmlNewDocRawNode’ differ in signedness
  290. tools/quake2/qdata_heretic2/common/inout.c:291: warning: pointer targets in passing argument 2 of ‘xmlNewNode’ differ in signedness
  291. tools/quake2/qdata_heretic2/common/inout.c:292: warning: pointer targets in passing argument 2 of ‘xmlNodeSetContent’ differ in signedness
  292. tools/quake2/qdata_heretic2/common/inout.c:295: warning: pointer targets in passing argument 2 of ‘xmlSetProp’ differ in signedness
  293. tools/quake2/qdata_heretic2/common/inout.c:295: warning: pointer targets in passing argument 3 of ‘xmlSetProp’ differ in signedness
  294. cc tools/quake2/qdata_heretic2/common/l3dslib.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/qdata_heretic2/common -Itools/quake2/qdata_heretic2/qcommon -Itools/quake2/qdata_heretic2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/qdata_heretic2/common/l3dslib.o
  295. cc tools/quake2/qdata_heretic2/common/lbmlib.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/qdata_heretic2/common -Itools/quake2/qdata_heretic2/qcommon -Itools/quake2/qdata_heretic2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/qdata_heretic2/common/lbmlib.o
  296. tools/quake2/qdata_heretic2/common/lbmlib.c: In function ‘LoadTGA’:
  297. tools/quake2/qdata_heretic2/common/lbmlib.c:754: warning: ‘alphabyte’ may be used uninitialized in this function
  298. tools/quake2/qdata_heretic2/common/lbmlib.c:754: warning: ‘blue’ may be used uninitialized in this function
  299. tools/quake2/qdata_heretic2/common/lbmlib.c:754: warning: ‘green’ may be used uninitialized in this function
  300. tools/quake2/qdata_heretic2/common/lbmlib.c:754: warning: ‘red’ may be used uninitialized in this function
  301. cc tools/quake2/qdata_heretic2/common/mathlib.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/qdata_heretic2/common -Itools/quake2/qdata_heretic2/qcommon -Itools/quake2/qdata_heretic2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/qdata_heretic2/common/mathlib.o
  302. tools/quake2/qdata_heretic2/common/mathlib.c:106: warning: ignoring #pragma optimize
  303. tools/quake2/qdata_heretic2/common/mathlib.c:148: warning: ignoring #pragma optimize
  304. cc tools/quake2/qdata_heretic2/common/md4.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/qdata_heretic2/common -Itools/quake2/qdata_heretic2/qcommon -Itools/quake2/qdata_heretic2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/qdata_heretic2/common/md4.o
  305. cc tools/quake2/qdata_heretic2/common/path_init.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/qdata_heretic2/common -Itools/quake2/qdata_heretic2/qcommon -Itools/quake2/qdata_heretic2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/qdata_heretic2/common/path_init.o
  306. tools/quake2/qdata_heretic2/common/path_init.c: In function ‘InitPaths’:
  307. tools/quake2/qdata_heretic2/common/path_init.c:329: warning: statement with no effect
  308. tools/quake2/qdata_heretic2/common/path_init.c: In function ‘LokiInitPaths’:
  309. tools/quake2/qdata_heretic2/common/path_init.c:139: warning: ‘last’ is used uninitialized in this function
  310. cc tools/quake2/qdata_heretic2/common/qfiles.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/qdata_heretic2/common -Itools/quake2/qdata_heretic2/qcommon -Itools/quake2/qdata_heretic2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/qdata_heretic2/common/qfiles.o
  311. cc tools/quake2/qdata_heretic2/common/scriplib.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/qdata_heretic2/common -Itools/quake2/qdata_heretic2/qcommon -Itools/quake2/qdata_heretic2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/qdata_heretic2/common/scriplib.o
  312. cc tools/quake2/qdata_heretic2/common/threads.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/qdata_heretic2/common -Itools/quake2/qdata_heretic2/qcommon -Itools/quake2/qdata_heretic2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/qdata_heretic2/common/threads.o
  313. tools/quake2/qdata_heretic2/common/threads.c: In function ‘RunThreadsOn’:
  314. tools/quake2/qdata_heretic2/common/threads.c:605: warning: unused variable ‘i’
  315. cc tools/quake2/qdata_heretic2/common/token.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/qdata_heretic2/common -Itools/quake2/qdata_heretic2/qcommon -Itools/quake2/qdata_heretic2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/qdata_heretic2/common/token.o
  316. tools/quake2/qdata_heretic2/common/token.c:89: warning: missing braces around initializer
  317. tools/quake2/qdata_heretic2/common/token.c:89: warning: (near initialization for ‘Keywords[0]’)
  318. cc tools/quake2/qdata_heretic2/common/trilib.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/qdata_heretic2/common -Itools/quake2/qdata_heretic2/qcommon -Itools/quake2/qdata_heretic2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/qdata_heretic2/common/trilib.o
  319. tools/quake2/qdata_heretic2/common/trilib.c: In function ‘ByteSwapTri’:
  320. tools/quake2/qdata_heretic2/common/trilib.c:77: warning: comparison between signed and unsigned
  321. tools/quake2/qdata_heretic2/common/trilib.c: In function ‘HandleHRCModel’:
  322. tools/quake2/qdata_heretic2/common/trilib.c:246: warning: ‘vertIndexBase’ may be used uninitialized in this function
  323. cc tools/quake2/qdata_heretic2/qcommon/reference.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/qdata_heretic2/common -Itools/quake2/qdata_heretic2/qcommon -Itools/quake2/qdata_heretic2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/qdata_heretic2/qcommon/reference.o
  324. cc tools/quake2/qdata_heretic2/qcommon/resourcemanager.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/qdata_heretic2/common -Itools/quake2/qdata_heretic2/qcommon -Itools/quake2/qdata_heretic2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/qdata_heretic2/qcommon/resourcemanager.o
  325. cc tools/quake2/qdata_heretic2/qcommon/skeletons.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/qdata_heretic2/common -Itools/quake2/qdata_heretic2/qcommon -Itools/quake2/qdata_heretic2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/qdata_heretic2/qcommon/skeletons.o
  326. cc tools/quake2/qdata_heretic2/animcomp.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/qdata_heretic2/common -Itools/quake2/qdata_heretic2/qcommon -Itools/quake2/qdata_heretic2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/qdata_heretic2/animcomp.o
  327. cc tools/quake2/qdata_heretic2/book.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/qdata_heretic2/common -Itools/quake2/qdata_heretic2/qcommon -Itools/quake2/qdata_heretic2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/qdata_heretic2/book.o
  328. tools/quake2/qdata_heretic2/book.c: In function ‘Cmd_Book’:
  329. tools/quake2/qdata_heretic2/book.c:245: warning: pointer targets in passing argument 1 of ‘CreateBook32’ differ in signedness
  330. cc tools/quake2/qdata_heretic2/fmodels.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/qdata_heretic2/common -Itools/quake2/qdata_heretic2/qcommon -Itools/quake2/qdata_heretic2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/qdata_heretic2/fmodels.o
  331. tools/quake2/qdata_heretic2/fmodels.c: In function ‘strupr’:
  332. tools/quake2/qdata_heretic2/fmodels.c:157: warning: comparison between signed and unsigned
  333. tools/quake2/qdata_heretic2/fmodels.c: In function ‘WriteModelFile’:
  334. tools/quake2/qdata_heretic2/fmodels.c:267: warning: cast from pointer to integer of different size
  335. tools/quake2/qdata_heretic2/fmodels.c: In function ‘CompressFrames’:
  336. tools/quake2/qdata_heretic2/fmodels.c:665: warning: pointer targets in passing argument 5 of ‘AnimCompressToBytes’ differ in signedness
  337. tools/quake2/qdata_heretic2/fmodels.c: In function ‘BuildGlCmds’:
  338. tools/quake2/qdata_heretic2/fmodels.c:1392: warning: comparison between signed and unsigned
  339. tools/quake2/qdata_heretic2/fmodels.c: In function ‘Cmd_FMBase’:
  340. tools/quake2/qdata_heretic2/fmodels.c:1359: warning: ‘besttype’ may be used uninitialized in this function
  341. tools/quake2/qdata_heretic2/fmodels.c:1359: note: ‘besttype’ was declared here
  342. cc tools/quake2/qdata_heretic2/images.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/qdata_heretic2/common -Itools/quake2/qdata_heretic2/qcommon -Itools/quake2/qdata_heretic2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/qdata_heretic2/images.o
  343. tools/quake2/qdata_heretic2/images.c: In function ‘CreateMip’:
  344. tools/quake2/qdata_heretic2/images.c:275: warning: comparison between signed and unsigned
  345. tools/quake2/qdata_heretic2/images.c:277: warning: comparison between signed and unsigned
  346. tools/quake2/qdata_heretic2/images.c:279: warning: comparison between signed and unsigned
  347. tools/quake2/qdata_heretic2/images.c:281: warning: comparison between signed and unsigned
  348. tools/quake2/qdata_heretic2/images.c:311: warning: comparison between signed and unsigned
  349. tools/quake2/qdata_heretic2/images.c:311: warning: comparison between signed and unsigned
  350. tools/quake2/qdata_heretic2/images.c: In function ‘CreateMip32’:
  351. tools/quake2/qdata_heretic2/images.c:423: warning: comparison between signed and unsigned
  352. tools/quake2/qdata_heretic2/images.c:425: warning: comparison between signed and unsigned
  353. tools/quake2/qdata_heretic2/images.c:427: warning: comparison between signed and unsigned
  354. tools/quake2/qdata_heretic2/images.c:429: warning: comparison between signed and unsigned
  355. tools/quake2/qdata_heretic2/images.c:463: warning: comparison between signed and unsigned
  356. tools/quake2/qdata_heretic2/images.c:463: warning: comparison between signed and unsigned
  357. tools/quake2/qdata_heretic2/images.c: In function ‘Cmd_Mip’:
  358. tools/quake2/qdata_heretic2/images.c:1067: warning: enumeration value ‘pt_gl’ not handled in switch
  359. cc tools/quake2/qdata_heretic2/jointed.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/qdata_heretic2/common -Itools/quake2/qdata_heretic2/qcommon -Itools/quake2/qdata_heretic2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/qdata_heretic2/jointed.o
  360. In file included from tools/quake2/qdata_heretic2/jointed.c:26:
  361. tools/quake2/qdata_heretic2/qcommon/angles.h:75: warning: ignoring #pragma warning
  362. tools/quake2/qdata_heretic2/jointed.c:165: warning: ‘ParseTranslation3’ defined but not used
  363. cc tools/quake2/qdata_heretic2/models.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/qdata_heretic2/common -Itools/quake2/qdata_heretic2/qcommon -Itools/quake2/qdata_heretic2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/qdata_heretic2/models.o
  364. tools/quake2/qdata_heretic2/models.c: In function ‘WriteCommonModelFile’:
  365. tools/quake2/qdata_heretic2/models.c:180: warning: cast from pointer to integer of different size
  366. tools/quake2/qdata_heretic2/models.c:191: warning: comparison between signed and unsigned
  367. tools/quake2/qdata_heretic2/models.c: In function ‘Cmd_Base’:
  368. tools/quake2/qdata_heretic2/models.c:799: warning: ‘besttype’ may be used uninitialized in this function
  369. tools/quake2/qdata_heretic2/models.c:799: note: ‘besttype’ was declared here
  370. cc tools/quake2/qdata_heretic2/pics.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/qdata_heretic2/common -Itools/quake2/qdata_heretic2/qcommon -Itools/quake2/qdata_heretic2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/qdata_heretic2/pics.o
  371. cc tools/quake2/qdata_heretic2/qdata.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/qdata_heretic2/common -Itools/quake2/qdata_heretic2/qcommon -Itools/quake2/qdata_heretic2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/qdata_heretic2/qdata.o
  372. tools/quake2/qdata_heretic2/qdata.c: In function ‘PackDirectory_r’:
  373. tools/quake2/qdata_heretic2/qdata.c:255: warning: unused variable ‘len’
  374. cc tools/quake2/qdata_heretic2/qd_skeletons.c -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -I/opt/local/include/libxml2 -Itools/quake2/qdata_heretic2/common -Itools/quake2/qdata_heretic2/qcommon -Itools/quake2/qdata_heretic2 -Itools/quake2/common -Ilibs -Iinclude -DPOSIX -DXWINDOWS -I/opt/local/include -I/sw/include -I/usr/X11R6/include -DRADIANT_VERSION="\"1.5.0n-git-1e5ac48\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-1e5ac48\"" -DRADIANT_EXECUTABLE="\"ppc\"" -c -o tools/quake2/qdata_heretic2/qd_skeletons.o
  375. In file included from tools/quake2/qdata_heretic2/qd_skeletons.c:25:
  376. tool
Add Comment
Please, Sign In to add comment