Advertisement
Guest User

Brian Collins

a guest
Nov 11th, 2007
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.14 KB | None | 0 0
  1. [iphone@iphonedev ~/iphone-dev/build/odctools]$ gmake
  2. cd libstuff && gmake
  3. gmake[1]: Entering directory `/usr/home/iphone/iphone-dev/build/odctools/libstuff'
  4. gcc -Wall -Wno-import -DHAVE_CONFIG_H -D__LITTLE_ENDIAN__=1 -I..//include -I../../../odcctools/include -include ../../../odcctools/include/extern.h -I../../../odcctools/include/foreign -m32 -fno-builtin-round -fno-builtin-trunc -c -o allocate.o ../../../odcctools/libstuff/allocate.c
  5. In file included from /usr/include/stdlib.h:42,
  6. from ../../../odcctools/libstuff/allocate.c:23:
  7. /usr/include/sys/_types.h:98: error: conflicting types for '__mbstate_t'
  8. ../../../odcctools/include/i386/_types.h:74: error: previous declaration of '__mbstate_t' was here
  9. In file included from ../../../odcctools/libstuff/allocate.c:23:
  10. /usr/include/stdlib.h:52: error: syntax error before "size_t"
  11. /usr/include/stdlib.h:88: error: syntax error before "size_t"
  12. /usr/include/stdlib.h:89: error: syntax error before ')' token
  13. /usr/include/stdlib.h:98: error: syntax error before "size_t"
  14. /usr/include/stdlib.h:99: error: syntax error before "mbstowcs"
  15. /usr/include/stdlib.h:99: error: syntax error before "size_t"
  16. /usr/include/stdlib.h:100: error: syntax error before "size_t"
  17. /usr/include/stdlib.h:101: error: syntax error before "size_t"
  18. /usr/include/stdlib.h:102: error: syntax error before ')' token
  19. /usr/include/stdlib.h:104: error: syntax error before "size_t"
  20. /usr/include/stdlib.h:115: error: syntax error before "wcstombs"
  21. /usr/include/stdlib.h:115: error: syntax error before "size_t"
  22. /usr/include/stdlib.h:259: error: syntax error before "size_t"
  23. /usr/include/stdlib.h:259: error: syntax error before ')' token
  24. /usr/include/stdlib.h:261: error: syntax error before "size_t"
  25. /usr/include/stdlib.h:261: error: syntax error before ')' token
  26. /usr/include/stdlib.h:262: error: syntax error before "size_t"
  27. /usr/include/stdlib.h:263: error: syntax error before ')' token
  28. /usr/include/stdlib.h:266: error: syntax error before "size_t"
  29. In file included from ../../../odcctools/libstuff/allocate.c:24:
  30. /usr/include/stdarg.h:46: error: syntax error before "va_list"
  31. In file included from /usr/include/string.h:49,
  32. from ../../../odcctools/libstuff/allocate.c:25:
  33. /usr/include/strings.h:41: error: syntax error before "size_t"
  34. /usr/include/strings.h:42: error: syntax error before "size_t"
  35. /usr/include/strings.h:43: error: syntax error before "size_t"
  36. /usr/include/strings.h:53: error: syntax error before "size_t"
  37. In file included from ../../../odcctools/libstuff/allocate.c:25:
  38. /usr/include/string.h:59: error: syntax error before "size_t"
  39. /usr/include/string.h:61: error: syntax error before "size_t"
  40. /usr/include/string.h:62: error: syntax error before "size_t"
  41. /usr/include/string.h:63: error: syntax error before "size_t"
  42. /usr/include/string.h:65: error: syntax error before "size_t"
  43. /usr/include/string.h:67: error: syntax error before "size_t"
  44. /usr/include/string.h:68: error: syntax error before "size_t"
  45. /usr/include/string.h:78: error: syntax error before "strcspn"
  46. /usr/include/string.h:84: error: syntax error before "size_t"
  47. /usr/include/string.h:87: error: syntax error before "strlcat"
  48. /usr/include/string.h:87: error: syntax error before "size_t"
  49. /usr/include/string.h:88: error: syntax error before "strlcpy"
  50. /usr/include/string.h:88: error: syntax error before "size_t"
  51. /usr/include/string.h:90: error: syntax error before "strlen"
  52. /usr/include/string.h:94: error: syntax error before "size_t"
  53. /usr/include/string.h:95: error: syntax error before "size_t"
  54. /usr/include/string.h:96: error: syntax error before "size_t"
  55. /usr/include/string.h:98: error: syntax error before "size_t"
  56. /usr/include/string.h:106: error: syntax error before "strspn"
  57. /usr/include/string.h:112: error: syntax error before "strxfrm"
  58. /usr/include/string.h:112: error: syntax error before "size_t"
  59. /usr/include/string.h:119: error: syntax error before "ssize_t"
  60. /usr/include/string.h:123: error: syntax error before "ssize_t"
  61. In file included from ../../../odcctools/include/mach/std_types.h:60,
  62. from ../../../odcctools/include/mach/mach.h:60,
  63. from ../../../odcctools/libstuff/allocate.c:26:
  64. /usr/include/stdint.h:77: error: syntax error before "int_least8_t"
  65. /usr/include/stdint.h:78: error: syntax error before "int_least16_t"
  66. /usr/include/stdint.h:79: error: syntax error before "int_least32_t"
  67. /usr/include/stdint.h:80: error: syntax error before "int_least64_t"
  68. /usr/include/stdint.h:82: error: syntax error before "uint_least8_t"
  69. /usr/include/stdint.h:83: error: syntax error before "uint_least16_t"
  70. /usr/include/stdint.h:84: error: syntax error before "uint_least32_t"
  71. /usr/include/stdint.h:85: error: syntax error before "uint_least64_t"
  72. /usr/include/stdint.h:87: error: syntax error before "int_fast8_t"
  73. /usr/include/stdint.h:88: error: syntax error before "int_fast16_t"
  74. /usr/include/stdint.h:89: error: syntax error before "int_fast32_t"
  75. /usr/include/stdint.h:90: error: syntax error before "int_fast64_t"
  76. /usr/include/stdint.h:92: error: syntax error before "uint_fast8_t"
  77. /usr/include/stdint.h:93: error: syntax error before "uint_fast16_t"
  78. /usr/include/stdint.h:94: error: syntax error before "uint_fast32_t"
  79. /usr/include/stdint.h:95: error: syntax error before "uint_fast64_t"
  80. /usr/include/stdint.h:97: error: syntax error before "intmax_t"
  81. /usr/include/stdint.h:98: error: syntax error before "uintmax_t"
  82. /usr/include/stdint.h:101: error: syntax error before "intptr_t"
  83. /usr/include/stdint.h:102: error: syntax error before "uintptr_t"
  84. In file included from ../../../odcctools/include/libkern/OSByteOrder.h:70,
  85. from ../../../odcctools/include/mach/ndr.h:94,
  86. from ../../../odcctools/include/mach/clock_priv.h:7,
  87. from ../../../odcctools/include/mach/mach_interface.h:37,
  88. from ../../../odcctools/include/mach/mach.h:62,
  89. from ../../../odcctools/libstuff/allocate.c:26:
  90. ../../../odcctools/include/libkern/machine/OSByteOrder.h:73: error: syntax error before "uintptr_t"
  91. ../../../odcctools/include/libkern/machine/OSByteOrder.h: In function `OSReadSwapInt16':
  92. ../../../odcctools/include/libkern/machine/OSByteOrder.h:76: error: syntax error before "base"
  93. ../../../odcctools/include/libkern/machine/OSByteOrder.h: At top level:
  94. ../../../odcctools/include/libkern/machine/OSByteOrder.h:84: error: syntax error before "uintptr_t"
  95. ../../../odcctools/include/libkern/machine/OSByteOrder.h: In function `OSReadSwapInt32':
  96. ../../../odcctools/include/libkern/machine/OSByteOrder.h:87: error: syntax error before "base"
  97. ../../../odcctools/include/libkern/machine/OSByteOrder.h: At top level:
  98. ../../../odcctools/include/libkern/machine/OSByteOrder.h:95: error: syntax error before "uintptr_t"
  99. ../../../odcctools/include/libkern/machine/OSByteOrder.h: In function `OSReadSwapInt64':
  100. ../../../odcctools/include/libkern/machine/OSByteOrder.h:98: error: syntax error before "base"
  101. ../../../odcctools/include/libkern/machine/OSByteOrder.h: At top level:
  102. ../../../odcctools/include/libkern/machine/OSByteOrder.h:108: error: syntax error before "uintptr_t"
  103. ../../../odcctools/include/libkern/machine/OSByteOrder.h: In function `OSWriteSwapInt16':
  104. ../../../odcctools/include/libkern/machine/OSByteOrder.h:112: error: syntax error before "base"
  105. ../../../odcctools/include/libkern/machine/OSByteOrder.h:112: error: `data' undeclared (first use in this function)
  106. ../../../odcctools/include/libkern/machine/OSByteOrder.h:112: error: (Each undeclared identifier is reported only once
  107. ../../../odcctools/include/libkern/machine/OSByteOrder.h:112: error: for each function it appears in.)
  108. ../../../odcctools/include/libkern/machine/OSByteOrder.h: At top level:
  109. ../../../odcctools/include/libkern/machine/OSByteOrder.h:119: error: syntax error before "uintptr_t"
  110. ../../../odcctools/include/libkern/machine/OSByteOrder.h: In function `OSWriteSwapInt32':
  111. ../../../odcctools/include/libkern/machine/OSByteOrder.h:123: error: syntax error before "base"
  112. ../../../odcctools/include/libkern/machine/OSByteOrder.h:123: error: `data' undeclared (first use in this function)
  113. ../../../odcctools/include/libkern/machine/OSByteOrder.h: At top level:
  114. ../../../odcctools/include/libkern/machine/OSByteOrder.h:130: error: syntax error before "uintptr_t"
  115. ../../../odcctools/include/libkern/machine/OSByteOrder.h: In function `OSWriteSwapInt64':
  116. ../../../odcctools/include/libkern/machine/OSByteOrder.h:134: error: syntax error before "base"
  117. ../../../odcctools/include/libkern/machine/OSByteOrder.h:134: error: `data' undeclared (first use in this function)
  118. In file included from ../../../odcctools/include/mach/ndr.h:94,
  119. from ../../../odcctools/include/mach/clock_priv.h:7,
  120. from ../../../odcctools/include/mach/mach_interface.h:37,
  121. from ../../../odcctools/include/mach/mach.h:62,
  122. from ../../../odcctools/libstuff/allocate.c:26:
  123. ../../../odcctools/include/libkern/OSByteOrder.h: At top level:
  124. ../../../odcctools/include/libkern/OSByteOrder.h:113: error: syntax error before "uintptr_t"
  125. ../../../odcctools/include/libkern/OSByteOrder.h: In function `_OSReadInt16':
  126. ../../../odcctools/include/libkern/OSByteOrder.h:116: error: syntax error before "base"
  127. ../../../odcctools/include/libkern/OSByteOrder.h: At top level:
  128. ../../../odcctools/include/libkern/OSByteOrder.h:123: error: syntax error before "uintptr_t"
  129. ../../../odcctools/include/libkern/OSByteOrder.h: In function `_OSReadInt32':
  130. ../../../odcctools/include/libkern/OSByteOrder.h:126: error: syntax error before "base"
  131. ../../../odcctools/include/libkern/OSByteOrder.h: At top level:
  132. ../../../odcctools/include/libkern/OSByteOrder.h:133: error: syntax error before "uintptr_t"
  133. ../../../odcctools/include/libkern/OSByteOrder.h: In function `_OSReadInt64':
  134. ../../../odcctools/include/libkern/OSByteOrder.h:136: error: syntax error before "base"
  135. ../../../odcctools/include/libkern/OSByteOrder.h: At top level:
  136. ../../../odcctools/include/libkern/OSByteOrder.h:145: error: syntax error before "uintptr_t"
  137. ../../../odcctools/include/libkern/OSByteOrder.h: In function `_OSWriteInt16':
  138. ../../../odcctools/include/libkern/OSByteOrder.h:149: error: syntax error before "base"
  139. ../../../odcctools/include/libkern/OSByteOrder.h:149: error: `data' undeclared (first use in this function)
  140. ../../../odcctools/include/libkern/OSByteOrder.h: At top level:
  141. ../../../odcctools/include/libkern/OSByteOrder.h:156: error: syntax error before "uintptr_t"
  142. ../../../odcctools/include/libkern/OSByteOrder.h: In function `_OSWriteInt32':
  143. ../../../odcctools/include/libkern/OSByteOrder.h:160: error: syntax error before "base"
  144. ../../../odcctools/include/libkern/OSByteOrder.h:160: error: `data' undeclared (first use in this function)
  145. ../../../odcctools/include/libkern/OSByteOrder.h: At top level:
  146. ../../../odcctools/include/libkern/OSByteOrder.h:167: error: syntax error before "uintptr_t"
  147. ../../../odcctools/include/libkern/OSByteOrder.h: In function `_OSWriteInt64':
  148. ../../../odcctools/include/libkern/OSByteOrder.h:171: error: syntax error before "base"
  149. ../../../odcctools/include/libkern/OSByteOrder.h:171: error: `data' undeclared (first use in this function)
  150. In file included from ../../../odcctools/include/mach/mach.h:64,
  151. from ../../../odcctools/libstuff/allocate.c:26:
  152. ../../../odcctools/include/mach/mach_init.h: At top level:
  153. ../../../odcctools/include/mach/mach_init.h:115: error: syntax error before "va_list"
  154. ../../../odcctools/libstuff/allocate.c: In function `makestr':
  155. ../../../odcctools/libstuff/allocate.c:95: error: syntax error before "ap"
  156. ../../../odcctools/libstuff/allocate.c:102: error: `ap' undeclared (first use in this function)
  157. ../../../odcctools/libstuff/allocate.c:103: error: first argument to `va_arg' not of type `va_list'
  158. ../../../odcctools/libstuff/allocate.c:106: error: first argument to `va_arg' not of type `va_list'
  159. ../../../odcctools/libstuff/allocate.c:115: error: first argument to `va_arg' not of type `va_list'
  160. ../../../odcctools/libstuff/allocate.c:118: error: first argument to `va_arg' not of type `va_list'
  161. gmake[1]: *** [allocate.o] Error 1
  162. gmake[1]: Leaving directory `/usr/home/iphone/iphone-dev/build/odctools/libstuff'
  163. gmake: *** [libstuff] Error 2
  164.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement