Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Jan 14th, 2009 | Syntax: None | Size: 55.15 KB | Hits: 37 | Expires: Never
This paste has a previous version, view the difference. Copy text to clipboard
  1. root@om-gta02:~/egenix-mx-base-3.1.1# python setup.py install
  2. running install
  3. running build
  4. running mx_autoconf
  5. arm-angstrom-linux-gnueabi-gcc -march=armv4t -mtune=arm920t -DNDEBUG
  6. -g -O3 -Wall -Wstrict-prototypes -fPIC -D_GNU_SOURCE=1 -I/usr/include
  7. -c _configtest.c -o _configtest.o
  8. _configtest.c:1:18: error: time.h: No such file or directory
  9. _configtest.c: In function 'main':
  10. _configtest.c:4: error: 'strptime' undeclared (first use in this function)
  11. _configtest.c:4: error: (Each undeclared identifier is reported only once
  12. _configtest.c:4: error: for each function it appears in.)
  13. failure.
  14. removing: _configtest.c _configtest.o
  15. arm-angstrom-linux-gnueabi-gcc -march=armv4t -mtune=arm920t -DNDEBUG
  16. -g -O3 -Wall -Wstrict-prototypes -fPIC -D_GNU_SOURCE=1
  17. -I/usr/include/python2.5 -I/usr/include -c _configtest.c -o
  18. _configtest.o
  19. _configtest.c:1:20: error: Python.h: No such file or directory
  20. _configtest.c:5: error: expected '=', ',', ';', 'asm' or
  21. '__attribute__' before 'mxstruct'
  22. _configtest.c:6: error: expected '=', ',', ';', 'asm' or
  23. '__attribute__' before 'mxstruct'
  24. _configtest.c: In function 'main':
  25. _configtest.c:7: error: 'mxarray' undeclared (first use in this function)
  26. _configtest.c:7: error: (Each undeclared identifier is reported only once
  27. _configtest.c:7: error: for each function it appears in.)
  28. failure.
  29. removing: _configtest.c _configtest.o
  30. macros to define: [('BAD_STATIC_FORWARD', '1')]
  31. macros to undefine: ['HAVE_STRPTIME']
  32. running build_ext
  33.  
  34. building extension "mx.DateTime.mxDateTime.mxDateTime" (required)
  35. building 'mx.DateTime.mxDateTime.mxDateTime' extension
  36. arm-angstrom-linux-gnueabi-gcc -march=armv4t -mtune=arm920t -DNDEBUG
  37. -g -O3 -Wall -Wstrict-prototypes -fPIC -DUSE_FAST_GETCURRENTTIME
  38. -DBAD_STATIC_FORWARD=1 -UHAVE_STRPTIME -Imx/DateTime/mxDateTime
  39. -I/usr/include/python2.5 -I/usr/include -c
  40. mx/DateTime/mxDateTime/mxDateTime.c -o
  41. build/temp.linux-armv4tl-2.5_ucs2/mx-DateTime-mxDateTime-mxDateTime/mx/DateTime/mxDateTime/mxDateTime.o
  42. In file included from mx/DateTime/mxDateTime/mxDateTime.c:47:
  43. mx/DateTime/mxDateTime/mx.h:66:20: error: Python.h: No such file or directory
  44. In file included from mx/DateTime/mxDateTime/mx.h:69,
  45.                 from mx/DateTime/mxDateTime/mxDateTime.c:47:
  46. mx/DateTime/mxDateTime/mxstdlib.h:13:20: error: stdlib.h: No such file
  47. or directory
  48. mx/DateTime/mxDateTime/mxstdlib.h:14:19: error: stdio.h: No such file
  49. or directory
  50. mx/DateTime/mxDateTime/mxstdlib.h:16:20: error: string.h: No such file
  51. or directory
  52. mx/DateTime/mxDateTime/mxstdlib.h:17:18: error: time.h: No such file
  53. or directory
  54. mx/DateTime/mxDateTime/mxstdlib.h:18:18: error: math.h: No such file
  55. or directory
  56. In file included from mx/DateTime/mxDateTime/mx.h:69,
  57.                 from mx/DateTime/mxDateTime/mxDateTime.c:47:
  58. mx/DateTime/mxDateTime/mxstdlib.h: In function 'mxDebugPrintf':
  59. mx/DateTime/mxDateTime/mxstdlib.h:151: error: expected '=', ',', ';',
  60. 'asm' or '__attribute__' before '*' token
  61. mx/DateTime/mxDateTime/mxstdlib.h:151: error: 'mxDebugPrintf_file'
  62. undeclared (first use in this function)
  63. mx/DateTime/mxDateTime/mxstdlib.h:151: error: (Each undeclared
  64. identifier is reported only once
  65. mx/DateTime/mxDateTime/mxstdlib.h:151: error: for each function it appears in.)
  66. mx/DateTime/mxDateTime/mxstdlib.h:154: error: 'time_t' undeclared
  67. (first use in this function)
  68. mx/DateTime/mxDateTime/mxstdlib.h:154: error: expected ';' before 'now'
  69. mx/DateTime/mxDateTime/mxstdlib.h:157: error: 'now' undeclared (first
  70. use in this function)
  71. mx/DateTime/mxDateTime/mxstdlib.h:157: warning: implicit declaration
  72. of function 'time'
  73. mx/DateTime/mxDateTime/mxstdlib.h:157: error: 'NULL' undeclared (first
  74. use in this function)
  75. mx/DateTime/mxDateTime/mxstdlib.h:158: warning: implicit declaration
  76. of function 'getenv'
  77. mx/DateTime/mxDateTime/mxstdlib.h:158: warning: assignment makes
  78. pointer from integer without a cast
  79. mx/DateTime/mxDateTime/mxstdlib.h:161: warning: assignment makes
  80. pointer from integer without a cast
  81. mx/DateTime/mxDateTime/mxstdlib.h:164: warning: implicit declaration
  82. of function 'strcmp'
  83. mx/DateTime/mxDateTime/mxstdlib.h:165: error: 'stdout' undeclared
  84. (first use in this function)
  85. mx/DateTime/mxDateTime/mxstdlib.h:167: error: 'stderr' undeclared
  86. (first use in this function)
  87. mx/DateTime/mxDateTime/mxstdlib.h:171: warning: implicit declaration
  88. of function 'strncpy'
  89. mx/DateTime/mxDateTime/mxstdlib.h:171: warning: incompatible implicit
  90. declaration of built-in function 'strncpy'
  91. mx/DateTime/mxDateTime/mxstdlib.h:172: warning: implicit declaration
  92. of function 'strncat'
  93. mx/DateTime/mxDateTime/mxstdlib.h:172: warning: incompatible implicit
  94. declaration of built-in function 'strncat'
  95. mx/DateTime/mxDateTime/mxstdlib.h:173: warning: implicit declaration
  96. of function 'fopen'
  97. mx/DateTime/mxDateTime/mxstdlib.h:182: warning: implicit declaration
  98. of function 'fprintf'
  99. mx/DateTime/mxDateTime/mxstdlib.h:182: warning: incompatible implicit
  100. declaration of built-in function 'fprintf'
  101. mx/DateTime/mxDateTime/mxstdlib.h:187: warning: incompatible implicit
  102. declaration of built-in function 'fprintf'
  103. mx/DateTime/mxDateTime/mxstdlib.h:189: warning: implicit declaration
  104. of function 'ctime'
  105. mx/DateTime/mxDateTime/mxstdlib.h:189: warning: format '%s' expects
  106. type 'char *', but argument 3 has type 'int'
  107. mx/DateTime/mxDateTime/mxstdlib.h:193: warning: implicit declaration
  108. of function 'vfprintf'
  109. mx/DateTime/mxDateTime/mxstdlib.h:194: warning: implicit declaration
  110. of function 'fflush'
  111. In file included from mx/DateTime/mxDateTime/mx.h:72,
  112.                 from mx/DateTime/mxDateTime/mxDateTime.c:47:
  113. mx/DateTime/mxDateTime/mxpyapi.h: At top level:
  114. mx/DateTime/mxDateTime/mxpyapi.h:400: error: expected '=', ',', ';',
  115. 'asm' or '__attribute__' before 'Py_PROTO'
  116. mx/DateTime/mxDateTime/mxpyapi.h:476: error: expected '=', ',', ';',
  117. 'asm' or '__attribute__' before '*' token
  118. mx/DateTime/mxDateTime/mxpyapi.h:482: error: expected '=', ',', ';',
  119. 'asm' or '__attribute__' before '{' token
  120. In file included from mx/DateTime/mxDateTime/mx.h:72,
  121.                 from mx/DateTime/mxDateTime/mxDateTime.c:47:
  122. mx/DateTime/mxDateTime/mxpyapi.h:489:16: error: macro "va_start"
  123. requires 2 arguments, but only 1 given
  124. In file included from mx/DateTime/mxDateTime/mxDateTime.c:48:
  125. mx/DateTime/mxDateTime/mxDateTime.h:46: error: expected
  126. specifier-qualifier-list before 'PyObject_HEAD'
  127. mx/DateTime/mxDateTime/mxDateTime.h:88: error: expected
  128. specifier-qualifier-list before 'PyObject_HEAD'
  129. mx/DateTime/mxDateTime/mxDateTime.h:115: error: expected
  130. specifier-qualifier-list before 'PyTypeObject'
  131. mx/DateTime/mxDateTime/mxDateTime.c:180: error: expected '=', ',',
  132. ';', 'asm' or '__attribute__' before '*' token
  133. mx/DateTime/mxDateTime/mxDateTime.c:182: error: expected '=', ',',
  134. ';', 'asm' or '__attribute__' before '*' token
  135. mx/DateTime/mxDateTime/mxDateTime.c:185: error: expected '=', ',',
  136. ';', 'asm' or '__attribute__' before '*' token
  137. mx/DateTime/mxDateTime/mxDateTime.c:186: error: expected '=', ',',
  138. ';', 'asm' or '__attribute__' before '*' token
  139. mx/DateTime/mxDateTime/mxDateTime.c:210: error: 'NULL' undeclared here
  140. (not in a function)
  141. mx/DateTime/mxDateTime/mxDateTime.c:219: error: expected '=', ',',
  142. ';', 'asm' or '__attribute__' before '*' token
  143. mx/DateTime/mxDateTime/mxDateTime.c:226: error: expected '=', ',',
  144. ';', 'asm' or '__attribute__' before 'mxDateTime_Type'
  145. mx/DateTime/mxDateTime/mxDateTime.c:227: error: expected '=', ',',
  146. ';', 'asm' or '__attribute__' before 'mxDateTime_Methods'
  147. mx/DateTime/mxDateTime/mxDateTime.c:229: error: expected '=', ',',
  148. ';', 'asm' or '__attribute__' before 'mxDateTimeDelta_Type'
  149. mx/DateTime/mxDateTime/mxDateTime.c:230: error: expected '=', ',',
  150. ';', 'asm' or '__attribute__' before 'mxDateTimeDelta_Methods'
  151. mx/DateTime/mxDateTime/mxDateTime.c:233: error: expected '=', ',',
  152. ';', 'asm' or '__attribute__' before '*' token
  153. mx/DateTime/mxDateTime/mxDateTime.c:237: error: expected '=', ',',
  154. ';', 'asm' or '__attribute__' before '*' token
  155. mx/DateTime/mxDateTime/mxDateTime.c:279: error: expected '=', ',',
  156. ';', 'asm' or '__attribute__' before '*' token
  157. mx/DateTime/mxDateTime/mxDateTime.c:320: error: expected ')' before '*' token
  158. mx/DateTime/mxDateTime/mxDateTime.c:346: error: expected ')' before '*' token
  159. mx/DateTime/mxDateTime/mxDateTime.c:355: error: expected '=', ',',
  160. ';', 'asm' or '__attribute__' before '*' token
  161. mx/DateTime/mxDateTime/mxDateTime.c: In function 'mxDateTime_New':
  162. mx/DateTime/mxDateTime/mxDateTime.c:396: error: 'mxDateTimeObject' has
  163. no member named 'ob_type'
  164. mx/DateTime/mxDateTime/mxDateTime.c:396: error: 'mxDateTime_Type'
  165. undeclared (first use in this function)
  166. mx/DateTime/mxDateTime/mxDateTime.c:397: warning: implicit declaration
  167. of function '_Py_NewReference'
  168. mx/DateTime/mxDateTime/mxDateTime.c:402: warning: implicit declaration
  169. of function 'PyObject_NEW'
  170. mx/DateTime/mxDateTime/mxDateTime.c:402: error: expected expression
  171. before 'mxDateTimeObject'
  172. mx/DateTime/mxDateTime/mxDateTime.c:402: warning: assignment makes
  173. pointer from integer without a cast
  174. mx/DateTime/mxDateTime/mxDateTime.c:408: error: 'mxDateTimeObject' has
  175. no member named 'argument'
  176. mx/DateTime/mxDateTime/mxDateTime.c: In function 'mxDateTime_Free':
  177. mx/DateTime/mxDateTime/mxDateTime.c:418: warning: implicit declaration
  178. of function 'Py_XDECREF'
  179. mx/DateTime/mxDateTime/mxDateTime.c:418: error: 'mxDateTimeObject' has
  180. no member named 'argument'
  181. mx/DateTime/mxDateTime/mxDateTime.c:419: error: 'mxDateTimeObject' has
  182. no member named 'argument'
  183. mx/DateTime/mxDateTime/mxDateTime.c: In function 'mxDateTime_GetCurrentTime':
  184. mx/DateTime/mxDateTime/mxDateTime.c:474: error: 'time_t' undeclared
  185. (first use in this function)
  186. mx/DateTime/mxDateTime/mxDateTime.c:474: error: expected ';' before 'ticks'
  187. mx/DateTime/mxDateTime/mxDateTime.c:476: error: 'ticks' undeclared
  188. (first use in this function)
  189. mx/DateTime/mxDateTime/mxDateTime.c: In function 'mxDateTime_POSIX':
  190. mx/DateTime/mxDateTime/mxDateTime.c:565: error: 'time_t' undeclared
  191. (first use in this function)
  192. mx/DateTime/mxDateTime/mxDateTime.c:565: error: expected ';' before 'ticks'
  193. mx/DateTime/mxDateTime/mxDateTime.c:568: warning: implicit declaration
  194. of function 'memset'
  195. mx/DateTime/mxDateTime/mxDateTime.c:568: warning: incompatible
  196. implicit declaration of built-in function 'memset'
  197. mx/DateTime/mxDateTime/mxDateTime.c:569: warning: implicit declaration
  198. of function 'gmtime'
  199. mx/DateTime/mxDateTime/mxDateTime.c:569: error: 'ticks' undeclared
  200. (first use in this function)
  201. mx/DateTime/mxDateTime/mxDateTime.c:569: warning: assignment makes
  202. pointer from integer without a cast
  203. mx/DateTime/mxDateTime/mxDateTime.c:572: error: dereferencing pointer
  204. to incomplete type
  205. mx/DateTime/mxDateTime/mxDateTime.c:573: error: dereferencing pointer
  206. to incomplete type
  207. mx/DateTime/mxDateTime/mxDateTime.c:574: error: dereferencing pointer
  208. to incomplete type
  209. mx/DateTime/mxDateTime/mxDateTime.c:575: error: dereferencing pointer
  210. to incomplete type
  211. mx/DateTime/mxDateTime/mxDateTime.c:576: error: dereferencing pointer
  212. to incomplete type
  213. mx/DateTime/mxDateTime/mxDateTime.c:577: error: dereferencing pointer
  214. to incomplete type
  215. mx/DateTime/mxDateTime/mxDateTime.c: In function 'mxDateTime_CalcTicks':
  216. mx/DateTime/mxDateTime/mxDateTime.c:631: error: storage size of 'tm' isn't known
  217. mx/DateTime/mxDateTime/mxDateTime.c:633: error: 'time_t' undeclared
  218. (first use in this function)
  219. mx/DateTime/mxDateTime/mxDateTime.c:633: error: expected ';' before 'ticks'
  220. mx/DateTime/mxDateTime/mxDateTime.c:636: error: 'mxDateTimeObject' has
  221. no member named 'calendar'
  222. mx/DateTime/mxDateTime/mxDateTime.c:636: warning: implicit declaration
  223. of function 'PyErr_SetString'
  224. mx/DateTime/mxDateTime/mxDateTime.c:636: error: 'mxDateTime_Error'
  225. undeclared (first use in this function)
  226. mx/DateTime/mxDateTime/mxDateTime.c:641: warning: incompatible
  227. implicit declaration of built-in function 'memset'
  228. mx/DateTime/mxDateTime/mxDateTime.c:642: error: 'mxDateTimeObject' has
  229. no member named 'hour'
  230. mx/DateTime/mxDateTime/mxDateTime.c:643: error: 'mxDateTimeObject' has
  231. no member named 'minute'
  232. mx/DateTime/mxDateTime/mxDateTime.c:644: error: 'mxDateTimeObject' has
  233. no member named 'second'
  234. mx/DateTime/mxDateTime/mxDateTime.c:645: error: 'mxDateTimeObject' has
  235. no member named 'day'
  236. mx/DateTime/mxDateTime/mxDateTime.c:646: error: 'mxDateTimeObject' has
  237. no member named 'month'
  238. mx/DateTime/mxDateTime/mxDateTime.c:647: error: 'mxDateTimeObject' has
  239. no member named 'year'
  240. mx/DateTime/mxDateTime/mxDateTime.c:648: error: 'mxDateTimeObject' has
  241. no member named 'day_of_week'
  242. mx/DateTime/mxDateTime/mxDateTime.c:649: error: 'mxDateTimeObject' has
  243. no member named 'day_of_year'
  244. mx/DateTime/mxDateTime/mxDateTime.c:651: error: 'ticks' undeclared
  245. (first use in this function)
  246. mx/DateTime/mxDateTime/mxDateTime.c:651: warning: implicit declaration
  247. of function 'mktime'
  248. mx/DateTime/mxDateTime/mxDateTime.c:661: error: 'mxDateTimeObject' has
  249. no member named 'hour'
  250. mx/DateTime/mxDateTime/mxDateTime.c:662: error: 'mxDateTimeObject' has
  251. no member named 'minute'
  252. mx/DateTime/mxDateTime/mxDateTime.c:663: error: 'mxDateTimeObject' has
  253. no member named 'second'
  254. mx/DateTime/mxDateTime/mxDateTime.c:668: error: 'mxDateTimeObject' has
  255. no member named 'abstime'
  256. mx/DateTime/mxDateTime/mxDateTime.c:668: warning: implicit declaration
  257. of function 'floor'
  258. mx/DateTime/mxDateTime/mxDateTime.c:668: warning: incompatible
  259. implicit declaration of built-in function 'floor'
  260. mx/DateTime/mxDateTime/mxDateTime.c:668: error: 'mxDateTimeObject' has
  261. no member named 'abstime'
  262. mx/DateTime/mxDateTime/mxDateTime.c:671: warning: assignment makes
  263. pointer from integer without a cast
  264. mx/DateTime/mxDateTime/mxDateTime.c:677: error: dereferencing pointer
  265. to incomplete type
  266. mx/DateTime/mxDateTime/mxDateTime.c:681: error: dereferencing pointer
  267. to incomplete type
  268. mx/DateTime/mxDateTime/mxDateTime.c:682: error: dereferencing pointer
  269. to incomplete type
  270. mx/DateTime/mxDateTime/mxDateTime.c:683: error: dereferencing pointer
  271. to incomplete type
  272. mx/DateTime/mxDateTime/mxDateTime.c:693: error: 'mxDateTimeObject' has
  273. no member named 'hour'
  274. mx/DateTime/mxDateTime/mxDateTime.c:693: error: dereferencing pointer
  275. to incomplete type
  276. mx/DateTime/mxDateTime/mxDateTime.c:694: error: 'mxDateTimeObject' has
  277. no member named 'minute'
  278. mx/DateTime/mxDateTime/mxDateTime.c:694: error: dereferencing pointer
  279. to incomplete type
  280. mx/DateTime/mxDateTime/mxDateTime.c:695: error: 'mxDateTimeObject' has
  281. no member named 'second'
  282. mx/DateTime/mxDateTime/mxDateTime.c:695: error: dereferencing pointer
  283. to incomplete type
  284. mx/DateTime/mxDateTime/mxDateTime.c:631: warning: unused variable 'tm'
  285. mx/DateTime/mxDateTime/mxDateTime.c: In function 'mxDateTime_YearOffset':
  286. mx/DateTime/mxDateTime/mxDateTime.c:763: error: 'mxDateTime_Error'
  287. undeclared (first use in this function)
  288. mx/DateTime/mxDateTime/mxDateTime.c: In function 'mxDateTime_NormalizedDate':
  289. mx/DateTime/mxDateTime/mxDateTime.c:793: warning: implicit declaration
  290. of function 'PyErr_Format'
  291. mx/DateTime/mxDateTime/mxDateTime.c:793: error:
  292. 'mxDateTime_RangeError' undeclared (first use in this function)
  293. mx/DateTime/mxDateTime/mxDateTime.c:818: warning: implicit declaration
  294. of function 'PyErr_Occurred'
  295. mx/DateTime/mxDateTime/mxDateTime.c: In function 'mxDateTime_SetFromAbsDate':
  296. mx/DateTime/mxDateTime/mxDateTime.c:899: error: 'mxDateTime_Error'
  297. undeclared (first use in this function)
  298. mx/DateTime/mxDateTime/mxDateTime.c:936: error: 'mxDateTimeObject' has
  299. no member named 'year'
  300. mx/DateTime/mxDateTime/mxDateTime.c:937: error: 'mxDateTimeObject' has
  301. no member named 'calendar'
  302. mx/DateTime/mxDateTime/mxDateTime.c:947: error: 'mxDateTimeObject' has
  303. no member named 'month'
  304. mx/DateTime/mxDateTime/mxDateTime.c:948: error: 'mxDateTimeObject' has
  305. no member named 'day'
  306. mx/DateTime/mxDateTime/mxDateTime.c:951: error: 'mxDateTimeObject' has
  307. no member named 'day_of_week'
  308. mx/DateTime/mxDateTime/mxDateTime.c:952: error: 'mxDateTimeObject' has
  309. no member named 'day_of_year'
  310. mx/DateTime/mxDateTime/mxDateTime.c: In function 'mxDateTime_SetFromAbsTime':
  311. mx/DateTime/mxDateTime/mxDateTime.c:986: error: 'mxDateTimeObject' has
  312. no member named 'hour'
  313. mx/DateTime/mxDateTime/mxDateTime.c:987: error: 'mxDateTimeObject' has
  314. no member named 'minute'
  315. mx/DateTime/mxDateTime/mxDateTime.c:988: error: 'mxDateTimeObject' has
  316. no member named 'second'
  317. mx/DateTime/mxDateTime/mxDateTime.c: In function
  318. 'mxDateTime_SetFromDateAndTime':
  319. mx/DateTime/mxDateTime/mxDateTime.c:1010: warning: implicit
  320. declaration of function 'PyErr_BadInternalCall'
  321. mx/DateTime/mxDateTime/mxDateTime.c:1034: error: 'mxDateTimeObject'
  322. has no member named 'absdate'
  323. mx/DateTime/mxDateTime/mxDateTime.c:1036: error: 'mxDateTimeObject'
  324. has no member named 'year'
  325. mx/DateTime/mxDateTime/mxDateTime.c:1037: error: 'mxDateTimeObject'
  326. has no member named 'month'
  327. mx/DateTime/mxDateTime/mxDateTime.c:1038: error: 'mxDateTimeObject'
  328. has no member named 'day'
  329. mx/DateTime/mxDateTime/mxDateTime.c:1040: error: 'mxDateTimeObject'
  330. has no member named 'day_of_week'
  331. mx/DateTime/mxDateTime/mxDateTime.c:1041: error: 'mxDateTimeObject'
  332. has no member named 'day_of_year'
  333. mx/DateTime/mxDateTime/mxDateTime.c:1043: error: 'mxDateTimeObject'
  334. has no member named 'calendar'
  335. mx/DateTime/mxDateTime/mxDateTime.c:1050: error:
  336. 'mxDateTime_RangeError' undeclared (first use in this function)
  337. mx/DateTime/mxDateTime/mxDateTime.c:1066: error: 'mxDateTimeObject'
  338. has no member named 'abstime'
  339. mx/DateTime/mxDateTime/mxDateTime.c:1068: error: 'mxDateTimeObject'
  340. has no member named 'hour'
  341. mx/DateTime/mxDateTime/mxDateTime.c:1069: error: 'mxDateTimeObject'
  342. has no member named 'minute'
  343. mx/DateTime/mxDateTime/mxDateTime.c:1070: error: 'mxDateTimeObject'
  344. has no member named 'second'
  345. mx/DateTime/mxDateTime/mxDateTime.c:1073: error: 'mxDateTimeObject'
  346. has no member named 'abstime'
  347. mx/DateTime/mxDateTime/mxDateTime.c:1075: error: 'mxDateTimeObject'
  348. has no member named 'abstime'
  349. mx/DateTime/mxDateTime/mxDateTime.c:1076: error: 'mxDateTimeObject'
  350. has no member named 'comdate'
  351. mx/DateTime/mxDateTime/mxDateTime.c: In function
  352. 'mxDateTime_SetFromAbsDateTime':
  353. mx/DateTime/mxDateTime/mxDateTime.c:1107: error:
  354. 'mxDateTime_RangeError' undeclared (first use in this function)
  355. mx/DateTime/mxDateTime/mxDateTime.c:1112: error: 'mxDateTimeObject'
  356. has no member named 'absdate'
  357. mx/DateTime/mxDateTime/mxDateTime.c:1113: error: 'mxDateTimeObject'
  358. has no member named 'abstime'
  359. mx/DateTime/mxDateTime/mxDateTime.c:1119: error: 'mxDateTimeObject'
  360. has no member named 'absdate'
  361. mx/DateTime/mxDateTime/mxDateTime.c:1121: error: 'mxDateTimeObject'
  362. has no member named 'abstime'
  363. mx/DateTime/mxDateTime/mxDateTime.c:1123: error: 'mxDateTimeObject'
  364. has no member named 'abstime'
  365. mx/DateTime/mxDateTime/mxDateTime.c:1124: error: 'mxDateTimeObject'
  366. has no member named 'comdate'
  367. mx/DateTime/mxDateTime/mxDateTime.c:1129: error: 'mxDateTimeObject'
  368. has no member named 'absdate'
  369. mx/DateTime/mxDateTime/mxDateTime.c:1135: error: 'mxDateTimeObject'
  370. has no member named 'abstime'
  371. mx/DateTime/mxDateTime/mxDateTime.c: In function 'mxDateTime_SetFromCOMDate':
  372. mx/DateTime/mxDateTime/mxDateTime.c:1158: error: 'mxDateTimeObject'
  373. has no member named 'comdate'
  374. mx/DateTime/mxDateTime/mxDateTime.c:1162: error:
  375. 'mxDateTime_RangeError' undeclared (first use in this function)
  376. mx/DateTime/mxDateTime/mxDateTime.c:1177: error: 'mxDateTimeObject'
  377. has no member named 'absdate'
  378. mx/DateTime/mxDateTime/mxDateTime.c:1178: error: 'mxDateTimeObject'
  379. has no member named 'abstime'
  380. mx/DateTime/mxDateTime/mxDateTime.c: At top level:
  381. mx/DateTime/mxDateTime/mxDateTime.c:1199: error: expected '=', ',',
  382. ';', 'asm' or '__attribute__' before '*' token
  383. mx/DateTime/mxDateTime/mxDateTime.c:1227: error: expected '=', ',',
  384. ';', 'asm' or '__attribute__' before '*' token
  385. mx/DateTime/mxDateTime/mxDateTime.c:1252: error: expected '=', ',',
  386. ';', 'asm' or '__attribute__' before '*' token
  387. mx/DateTime/mxDateTime/mxDateTime.c:1307: error: expected '=', ',',
  388. ';', 'asm' or '__attribute__' before '*' token
  389. mx/DateTime/mxDateTime/mxDateTime.c:1376: error: expected '=', ',',
  390. ';', 'asm' or '__attribute__' before '*' token
  391. mx/DateTime/mxDateTime/mxDateTime.c:1406: error: expected '=', ',',
  392. ';', 'asm' or '__attribute__' before '*' token
  393. mx/DateTime/mxDateTime/mxDateTime.c:1438: error: expected '=', ',',
  394. ';', 'asm' or '__attribute__' before '*' token
  395. mx/DateTime/mxDateTime/mxDateTime.c:1464: error: expected '=', ',',
  396. ';', 'asm' or '__attribute__' before '*' token
  397. mx/DateTime/mxDateTime/mxDateTime.c:1501: error: expected '=', ',',
  398. ';', 'asm' or '__attribute__' before '*' token
  399. mx/DateTime/mxDateTime/mxDateTime.c:1533: error: expected '=', ',',
  400. ';', 'asm' or '__attribute__' before '*' token
  401. mx/DateTime/mxDateTime/mxDateTime.c: In function 'mxDateTime_AsTmStruct':
  402. mx/DateTime/mxDateTime/mxDateTime.c:1554: warning: incompatible
  403. implicit declaration of built-in function 'memset'
  404. mx/DateTime/mxDateTime/mxDateTime.c:1555: error: dereferencing pointer
  405. to incomplete type
  406. mx/DateTime/mxDateTime/mxDateTime.c:1555: error: 'mxDateTimeObject'
  407. has no member named 'hour'
  408. mx/DateTime/mxDateTime/mxDateTime.c:1556: error: dereferencing pointer
  409. to incomplete type
  410. mx/DateTime/mxDateTime/mxDateTime.c:1556: error: 'mxDateTimeObject'
  411. has no member named 'minute'
  412. mx/DateTime/mxDateTime/mxDateTime.c:1560: error: dereferencing pointer
  413. to incomplete type
  414. mx/DateTime/mxDateTime/mxDateTime.c:1560: error: 'mxDateTimeObject'
  415. has no member named 'second'
  416. mx/DateTime/mxDateTime/mxDateTime.c:1562: error: dereferencing pointer
  417. to incomplete type
  418. mx/DateTime/mxDateTime/mxDateTime.c:1562: error: 'mxDateTimeObject'
  419. has no member named 'day'
  420. mx/DateTime/mxDateTime/mxDateTime.c:1563: error: dereferencing pointer
  421. to incomplete type
  422. mx/DateTime/mxDateTime/mxDateTime.c:1563: error: 'mxDateTimeObject'
  423. has no member named 'month'
  424. mx/DateTime/mxDateTime/mxDateTime.c:1564: error: dereferencing pointer
  425. to incomplete type
  426. mx/DateTime/mxDateTime/mxDateTime.c:1564: error: 'mxDateTimeObject'
  427. has no member named 'year'
  428. mx/DateTime/mxDateTime/mxDateTime.c:1565: error: dereferencing pointer
  429. to incomplete type
  430. mx/DateTime/mxDateTime/mxDateTime.c:1565: error: 'mxDateTimeObject'
  431. has no member named 'day_of_week'
  432. mx/DateTime/mxDateTime/mxDateTime.c:1566: error: dereferencing pointer
  433. to incomplete type
  434. mx/DateTime/mxDateTime/mxDateTime.c:1566: error: 'mxDateTimeObject'
  435. has no member named 'day_of_year'
  436. mx/DateTime/mxDateTime/mxDateTime.c:1567: error: dereferencing pointer
  437. to incomplete type
  438. mx/DateTime/mxDateTime/mxDateTime.c: In function 'mxDateTime_AsCOMDate':
  439. mx/DateTime/mxDateTime/mxDateTime.c:1574: error: 'mxDateTimeObject'
  440. has no member named 'comdate'
  441. mx/DateTime/mxDateTime/mxDateTime.c: In function 'init_mktime_works':
  442. mx/DateTime/mxDateTime/mxDateTime.c:1589: error: storage size of 'tm'
  443. isn't known
  444. mx/DateTime/mxDateTime/mxDateTime.c:1590: error: 'time_t' undeclared
  445. (first use in this function)
  446. mx/DateTime/mxDateTime/mxDateTime.c:1590: error: expected ';' before 'a'
  447. mx/DateTime/mxDateTime/mxDateTime.c:1593: warning: incompatible
  448. implicit declaration of built-in function 'memset'
  449. mx/DateTime/mxDateTime/mxDateTime.c:1598: error: 'a' undeclared (first
  450. use in this function)
  451. mx/DateTime/mxDateTime/mxDateTime.c:1599: error: 'PyExc_SystemError'
  452. undeclared (first use in this function)
  453. mx/DateTime/mxDateTime/mxDateTime.c:1634: error: 'b' undeclared (first
  454. use in this function)
  455. mx/DateTime/mxDateTime/mxDateTime.c:1589: warning: unused variable 'tm'
  456. mx/DateTime/mxDateTime/mxDateTime.c: In function 'mxDateTime_AsTicksWithOffset':
  457. mx/DateTime/mxDateTime/mxDateTime.c:1689: error: storage size of 'tm'
  458. isn't known
  459. mx/DateTime/mxDateTime/mxDateTime.c:1690: error: 'time_t' undeclared
  460. (first use in this function)
  461. mx/DateTime/mxDateTime/mxDateTime.c:1690: error: expected ';' before 'tticks'
  462. mx/DateTime/mxDateTime/mxDateTime.c:1693: error: 'mxDateTimeObject'
  463. has no member named 'calendar'
  464. mx/DateTime/mxDateTime/mxDateTime.c:1693: error: 'mxDateTime_Error'
  465. undeclared (first use in this function)
  466. mx/DateTime/mxDateTime/mxDateTime.c:1697: warning: incompatible
  467. implicit declaration of built-in function 'memset'
  468. mx/DateTime/mxDateTime/mxDateTime.c:1698: error: 'mxDateTimeObject'
  469. has no member named 'hour'
  470. mx/DateTime/mxDateTime/mxDateTime.c:1699: error: 'mxDateTimeObject'
  471. has no member named 'minute'
  472. mx/DateTime/mxDateTime/mxDateTime.c:1700: error: 'mxDateTimeObject'
  473. has no member named 'second'
  474. mx/DateTime/mxDateTime/mxDateTime.c:1701: error: 'mxDateTimeObject'
  475. has no member named 'day'
  476. mx/DateTime/mxDateTime/mxDateTime.c:1702: error: 'mxDateTimeObject'
  477. has no member named 'month'
  478. mx/DateTime/mxDateTime/mxDateTime.c:1703: error: 'mxDateTimeObject'
  479. has no member named 'year'
  480. mx/DateTime/mxDateTime/mxDateTime.c:1704: error: 'mxDateTimeObject'
  481. has no member named 'day_of_week'
  482. mx/DateTime/mxDateTime/mxDateTime.c:1705: error: 'mxDateTimeObject'
  483. has no member named 'day_of_year'
  484. mx/DateTime/mxDateTime/mxDateTime.c:1708: error: 'tticks' undeclared
  485. (first use in this function)
  486. mx/DateTime/mxDateTime/mxDateTime.c:1719: error: 'PyExc_SystemError'
  487. undeclared (first use in this function)
  488. mx/DateTime/mxDateTime/mxDateTime.c:1724: error: 'mxDateTimeObject'
  489. has no member named 'abstime'
  490. mx/DateTime/mxDateTime/mxDateTime.c:1724: warning: incompatible
  491. implicit declaration of built-in function 'floor'
  492. mx/DateTime/mxDateTime/mxDateTime.c:1724: error: 'mxDateTimeObject'
  493. has no member named 'abstime'
  494. mx/DateTime/mxDateTime/mxDateTime.c:1689: warning: unused variable 'tm'
  495. mx/DateTime/mxDateTime/mxDateTime.c: In function
  496. 'mxDateTime_AsGMTicksWithOffset':
  497. mx/DateTime/mxDateTime/mxDateTime.c:1749: error: 'mxDateTimeObject'
  498. has no member named 'calendar'
  499. mx/DateTime/mxDateTime/mxDateTime.c:1749: error: 'mxDateTime_Error'
  500. undeclared (first use in this function)
  501. mx/DateTime/mxDateTime/mxDateTime.c:1755: error: 'mxDateTimeObject'
  502. has no member named 'absdate'
  503. mx/DateTime/mxDateTime/mxDateTime.c:1756: error: 'mxDateTimeObject'
  504. has no member named 'abstime'
  505. mx/DateTime/mxDateTime/mxDateTime.c: In function 'mxDateTime_AsAbsDays':
  506. mx/DateTime/mxDateTime/mxDateTime.c:1836: error: 'mxDateTimeObject'
  507. has no member named 'absdate'
  508. mx/DateTime/mxDateTime/mxDateTime.c:1837: error: 'mxDateTimeObject'
  509. has no member named 'abstime'
  510. mx/DateTime/mxDateTime/mxDateTime.c: In function 'mxDateTime_BrokenDown':
  511. mx/DateTime/mxDateTime/mxDateTime.c:1854: error: 'mxDateTimeObject'
  512. has no member named 'year'
  513. mx/DateTime/mxDateTime/mxDateTime.c:1856: error: 'mxDateTimeObject'
  514. has no member named 'month'
  515. mx/DateTime/mxDateTime/mxDateTime.c:1858: error: 'mxDateTimeObject'
  516. has no member named 'day'
  517. mx/DateTime/mxDateTime/mxDateTime.c:1860: error: 'mxDateTimeObject'
  518. has no member named 'hour'
  519. mx/DateTime/mxDateTime/mxDateTime.c:1862: error: 'mxDateTimeObject'
  520. has no member named 'minute'
  521. mx/DateTime/mxDateTime/mxDateTime.c:1864: error: 'mxDateTimeObject'
  522. has no member named 'second'
  523. mx/DateTime/mxDateTime/mxDateTime.c: In function 'mxDateTime_AsJulianDate':
  524. mx/DateTime/mxDateTime/mxDateTime.c:1882: error: 'mxDateTimeObject'
  525. has no member named 'absdate'
  526. mx/DateTime/mxDateTime/mxDateTime.c:1886: error: 'mxDateTimeObject'
  527. has no member named 'calendar'
  528. mx/DateTime/mxDateTime/mxDateTime.c:1894: error: 'mxDateTimeObject'
  529. has no member named 'year'
  530. mx/DateTime/mxDateTime/mxDateTime.c:1895: error: 'mxDateTimeObject'
  531. has no member named 'month'
  532. mx/DateTime/mxDateTime/mxDateTime.c:1896: error: 'mxDateTimeObject'
  533. has no member named 'day'
  534. mx/DateTime/mxDateTime/mxDateTime.c:1897: error: 'mxDateTimeObject'
  535. has no member named 'day_of_year'
  536. mx/DateTime/mxDateTime/mxDateTime.c:1900: error: 'mxDateTimeObject'
  537. has no member named 'year'
  538. mx/DateTime/mxDateTime/mxDateTime.c:1901: error: 'mxDateTimeObject'
  539. has no member named 'month'
  540. mx/DateTime/mxDateTime/mxDateTime.c:1902: error: 'mxDateTimeObject'
  541. has no member named 'day'
  542. mx/DateTime/mxDateTime/mxDateTime.c:1903: error: 'mxDateTimeObject'
  543. has no member named 'day_of_year'
  544. mx/DateTime/mxDateTime/mxDateTime.c:1914: error: 'mxDateTimeObject'
  545. has no member named 'hour'
  546. mx/DateTime/mxDateTime/mxDateTime.c:1916: error: 'mxDateTimeObject'
  547. has no member named 'minute'
  548. mx/DateTime/mxDateTime/mxDateTime.c:1918: error: 'mxDateTimeObject'
  549. has no member named 'second'
  550. mx/DateTime/mxDateTime/mxDateTime.c: In function 'mxDateTime_AsGregorianDate':
  551. mx/DateTime/mxDateTime/mxDateTime.c:1945: error: 'mxDateTimeObject'
  552. has no member named 'absdate'
  553. mx/DateTime/mxDateTime/mxDateTime.c:1949: error: 'mxDateTimeObject'
  554. has no member named 'calendar'
  555. mx/DateTime/mxDateTime/mxDateTime.c:1957: error: 'mxDateTimeObject'
  556. has no member named 'year'
  557. mx/DateTime/mxDateTime/mxDateTime.c:1958: error: 'mxDateTimeObject'
  558. has no member named 'month'
  559. mx/DateTime/mxDateTime/mxDateTime.c:1959: error: 'mxDateTimeObject'
  560. has no member named 'day'
  561. mx/DateTime/mxDateTime/mxDateTime.c:1960: error: 'mxDateTimeObject'
  562. has no member named 'day_of_year'
  563. mx/DateTime/mxDateTime/mxDateTime.c:1963: error: 'mxDateTimeObject'
  564. has no member named 'year'
  565. mx/DateTime/mxDateTime/mxDateTime.c:1964: error: 'mxDateTimeObject'
  566. has no member named 'month'
  567. mx/DateTime/mxDateTime/mxDateTime.c:1965: error: 'mxDateTimeObject'
  568. has no member named 'day'
  569. mx/DateTime/mxDateTime/mxDateTime.c:1966: error: 'mxDateTimeObject'
  570. has no member named 'day_of_year'
  571. mx/DateTime/mxDateTime/mxDateTime.c:1977: error: 'mxDateTimeObject'
  572. has no member named 'hour'
  573. mx/DateTime/mxDateTime/mxDateTime.c:1979: error: 'mxDateTimeObject'
  574. has no member named 'minute'
  575. mx/DateTime/mxDateTime/mxDateTime.c:1981: error: 'mxDateTimeObject'
  576. has no member named 'second'
  577. mx/DateTime/mxDateTime/mxDateTime.c: In function 'mxDateTime_DST':
  578. mx/DateTime/mxDateTime/mxDateTime.c:2007: error: storage size of 'tm'
  579. isn't known
  580. mx/DateTime/mxDateTime/mxDateTime.c:2008: error: 'time_t' undeclared
  581. (first use in this function)
  582. mx/DateTime/mxDateTime/mxDateTime.c:2008: error: expected ';' before 'ticks'
  583. mx/DateTime/mxDateTime/mxDateTime.c:2010: error: 'mxDateTimeObject'
  584. has no member named 'calendar'
  585. mx/DateTime/mxDateTime/mxDateTime.c:2013: warning: incompatible
  586. implicit declaration of built-in function 'memset'
  587. mx/DateTime/mxDateTime/mxDateTime.c:2014: error: 'mxDateTimeObject'
  588. has no member named 'hour'
  589. mx/DateTime/mxDateTime/mxDateTime.c:2015: error: 'mxDateTimeObject'
  590. has no member named 'minute'
  591. mx/DateTime/mxDateTime/mxDateTime.c:2016: error: 'mxDateTimeObject'
  592. has no member named 'second'
  593. mx/DateTime/mxDateTime/mxDateTime.c:2017: error: 'mxDateTimeObject'
  594. has no member named 'day'
  595. mx/DateTime/mxDateTime/mxDateTime.c:2018: error: 'mxDateTimeObject'
  596. has no member named 'month'
  597. mx/DateTime/mxDateTime/mxDateTime.c:2019: error: 'mxDateTimeObject'
  598. has no member named 'year'
  599. mx/DateTime/mxDateTime/mxDateTime.c:2021: error: 'ticks' undeclared
  600. (first use in this function)
  601. mx/DateTime/mxDateTime/mxDateTime.c:2007: warning: unused variable 'tm'
  602. mx/DateTime/mxDateTime/mxDateTime.c: At top level:
  603. mx/DateTime/mxDateTime/mxDateTime.c:2032: error: expected '=', ',',
  604. ';', 'asm' or '__attribute__' before '*' token
  605. mx/DateTime/mxDateTime/mxDateTime.c:2068: error: expected '=', ',',
  606. ';', 'asm' or '__attribute__' before '*' token
  607. mx/DateTime/mxDateTime/mxDateTime.c:2107: error: expected '=', ',',
  608. ';', 'asm' or '__attribute__' before '*' token
  609. mx/DateTime/mxDateTime/mxDateTime.c: In function 'mxDateTime_AsString':
  610. mx/DateTime/mxDateTime/mxDateTime.c:2141: error: 'mxDateTimeObject'
  611. has no member named 'second'
  612. mx/DateTime/mxDateTime/mxDateTime.c:2142: error: 'mxDateTimeObject'
  613. has no member named 'year'
  614. mx/DateTime/mxDateTime/mxDateTime.c:2143: warning: implicit
  615. declaration of function 'sprintf'
  616. mx/DateTime/mxDateTime/mxDateTime.c:2143: warning: incompatible
  617. implicit declaration of built-in function 'sprintf'
  618. mx/DateTime/mxDateTime/mxDateTime.c:2144: error: 'mxDateTimeObject'
  619. has no member named 'year'
  620. mx/DateTime/mxDateTime/mxDateTime.c:2144: error: 'mxDateTimeObject'
  621. has no member named 'month'
  622. mx/DateTime/mxDateTime/mxDateTime.c:2144: error: 'mxDateTimeObject'
  623. has no member named 'day'
  624. mx/DateTime/mxDateTime/mxDateTime.c:2145: error: 'mxDateTimeObject'
  625. has no member named 'hour'
  626. mx/DateTime/mxDateTime/mxDateTime.c:2145: error: 'mxDateTimeObject'
  627. has no member named 'minute'
  628. mx/DateTime/mxDateTime/mxDateTime.c:2149: error: 'mxDateTimeObject'
  629. has no member named 'year'
  630. mx/DateTime/mxDateTime/mxDateTime.c:2149: error: 'mxDateTimeObject'
  631. has no member named 'month'
  632. mx/DateTime/mxDateTime/mxDateTime.c:2149: error: 'mxDateTimeObject'
  633. has no member named 'day'
  634. mx/DateTime/mxDateTime/mxDateTime.c:2150: error: 'mxDateTimeObject'
  635. has no member named 'hour'
  636. mx/DateTime/mxDateTime/mxDateTime.c:2150: error: 'mxDateTimeObject'
  637. has no member named 'minute'
  638. mx/DateTime/mxDateTime/mxDateTime.c: At top level:
  639. mx/DateTime/mxDateTime/mxDateTime.c:2157: error: expected '=', ',',
  640. ';', 'asm' or '__attribute__' before '*' token
  641. mx/DateTime/mxDateTime/mxDateTime.c:2174: error: expected '=', ',',
  642. ';', 'asm' or '__attribute__' before '*' token
  643. mx/DateTime/mxDateTime/mxDateTime.c:2250: error: expected '=', ',',
  644. ';', 'asm' or '__attribute__' before '*' token
  645. mx/DateTime/mxDateTime/mxDateTime.c:2273: error: expected '=', ',',
  646. ';', 'asm' or '__attribute__' before '*' token
  647. mx/DateTime/mxDateTime/mxDateTime.c:2310: error: expected '=', ',',
  648. ';', 'asm' or '__attribute__' before '*' token
  649. mx/DateTime/mxDateTime/mxDateTime.c:2348: error: expected '=', ',',
  650. ';', 'asm' or '__attribute__' before '*' token
  651. mx/DateTime/mxDateTime/mxDateTime.c:2364: error: expected '=', ',',
  652. ';', 'asm' or '__attribute__' before '*' token
  653. mx/DateTime/mxDateTime/mxDateTime.c:2383: error: expected '=', ',',
  654. ';', 'asm' or '__attribute__' before '*' token
  655. mx/DateTime/mxDateTime/mxDateTime.c:2400: error: expected '=', ',',
  656. ';', 'asm' or '__attribute__' before '*' token
  657. mx/DateTime/mxDateTime/mxDateTime.c:2420: error: expected '=', ',',
  658. ';', 'asm' or '__attribute__' before '*' token
  659. mx/DateTime/mxDateTime/mxDateTime.c:2438: error: expected '=', ',',
  660. ';', 'asm' or '__attribute__' before '*' token
  661. mx/DateTime/mxDateTime/mxDateTime.c:2457: error: expected '=', ',',
  662. ';', 'asm' or '__attribute__' before '*' token
  663. mx/DateTime/mxDateTime/mxDateTime.c:2473: error: expected '=', ',',
  664. ';', 'asm' or '__attribute__' before '*' token
  665. mx/DateTime/mxDateTime/mxDateTime.c:2483: error: expected '=', ',',
  666. ';', 'asm' or '__attribute__' before '*' token
  667. mx/DateTime/mxDateTime/mxDateTime.c:2500: error: expected '=', ',',
  668. ';', 'asm' or '__attribute__' before 'mxDateTime_Methods'
  669. mx/DateTime/mxDateTime/mxDateTime.c:2537: error: expected '=', ',',
  670. ';', 'asm' or '__attribute__' before '*' token
  671. mx/DateTime/mxDateTime/mxDateTime.c:2551: error: expected '=', ',',
  672. ';', 'asm' or '__attribute__' before '*' token
  673. mx/DateTime/mxDateTime/mxDateTime.c:2565: error: expected ')' before '*' token
  674. mx/DateTime/mxDateTime/mxDateTime.c:2572: error: expected '=', ',',
  675. ';', 'asm' or '__attribute__' before '*' token
  676. mx/DateTime/mxDateTime/mxDateTime.c:2582: error: expected '=', ',',
  677. ';', 'asm' or '__attribute__' before '*' token
  678. mx/DateTime/mxDateTime/mxDateTime.c:2750: error: expected '=', ',',
  679. ';', 'asm' or '__attribute__' before '*' token
  680. mx/DateTime/mxDateTime/mxDateTime.c:2879: error: expected ')' before '*' token
  681. mx/DateTime/mxDateTime/mxDateTime.c:2930: error: expected ')' before '*' token
  682. mx/DateTime/mxDateTime/mxDateTime.c:2968: error: expected ')' before '*' token
  683. mx/DateTime/mxDateTime/mxDateTime.c:3063: error: expected '=', ',',
  684. ';', 'asm' or '__attribute__' before '*' token
  685. mx/DateTime/mxDateTime/mxDateTime.c:3133: error: expected '=', ',',
  686. ';', 'asm' or '__attribute__' before '*' token
  687. mx/DateTime/mxDateTime/mxDateTime.c:3305: error: expected '=', ',',
  688. ';', 'asm' or '__attribute__' before '*' token
  689. mx/DateTime/mxDateTime/mxDateTime.c:3321: error: expected '=', ',',
  690. ';', 'asm' or '__attribute__' before '*' token
  691. mx/DateTime/mxDateTime/mxDateTime.c:3340: error: expected '=', ',',
  692. ';', 'asm' or '__attribute__' before 'mxDateTime_TypeAsNumber'
  693. mx/DateTime/mxDateTime/mxDateTime.c:3371: error: expected '=', ',',
  694. ';', 'asm' or '__attribute__' before 'mxDateTime_Type'
  695. mx/DateTime/mxDateTime/mxDateTime.c: In function 'mxDateTimeDelta_New':
  696. mx/DateTime/mxDateTime/mxDateTime.c:3455: error:
  697. 'mxDateTimeDeltaObject' has no member named 'ob_type'
  698. mx/DateTime/mxDateTime/mxDateTime.c:3455: error:
  699. 'mxDateTimeDelta_Type' undeclared (first use in this function)
  700. mx/DateTime/mxDateTime/mxDateTime.c:3461: error: expected expression
  701. before 'mxDateTimeDeltaObject'
  702. mx/DateTime/mxDateTime/mxDateTime.c:3461: warning: assignment makes
  703. pointer from integer without a cast
  704. mx/DateTime/mxDateTime/mxDateTime.c:3467: error:
  705. 'mxDateTimeDeltaObject' has no member named 'argument'
  706. mx/DateTime/mxDateTime/mxDateTime.c: In function 'mxDateTimeDelta_Free':
  707. mx/DateTime/mxDateTime/mxDateTime.c:3478: error:
  708. 'mxDateTimeDeltaObject' has no member named 'argument'
  709. mx/DateTime/mxDateTime/mxDateTime.c:3479: error:
  710. 'mxDateTimeDeltaObject' has no member named 'argument'
  711. mx/DateTime/mxDateTime/mxDateTime.c: In function
  712. 'mxDateTimeDelta_SetFromSeconds':
  713.  
  714. mx/DateTime/mxDateTime/mxDateTime.c:3512: error:
  715. 'mxDateTimeDeltaObject' has no member named 'seconds'
  716. mx/DateTime/mxDateTime/mxDateTime.c:3520: error:
  717. 'mxDateTime_RangeError' undeclared (first use in this function)
  718. mx/DateTime/mxDateTime/mxDateTime.c:3555: error:
  719. 'mxDateTimeDeltaObject' has no member named 'seconds'
  720. mx/DateTime/mxDateTime/mxDateTime.c:3557: error:
  721. 'mxDateTimeDeltaObject' has no member named 'day'
  722. mx/DateTime/mxDateTime/mxDateTime.c:3558: error:
  723. 'mxDateTimeDeltaObject' has no member named 'hour'
  724. mx/DateTime/mxDateTime/mxDateTime.c:3559: error:
  725. 'mxDateTimeDeltaObject' has no member named 'minute'
  726. mx/DateTime/mxDateTime/mxDateTime.c:3560: error:
  727. 'mxDateTimeDeltaObject' has no member named 'second'
  728. mx/DateTime/mxDateTime/mxDateTime.c: At top level:
  729. mx/DateTime/mxDateTime/mxDateTime.c:3571: error: expected '=', ',',
  730. ';', 'asm' or '__attribute__' before '*' token
  731. mx/DateTime/mxDateTime/mxDateTime.c:3590: error: expected '=', ',',
  732. ';', 'asm' or '__attribute__' before '*' token
  733. mx/DateTime/mxDateTime/mxDateTime.c:3608: error: expected '=', ',',
  734. ';', 'asm' or '__attribute__' before '*' token
  735. mx/DateTime/mxDateTime/mxDateTime.c:3626: error: expected '=', ',',
  736. ';', 'asm' or '__attribute__' before '*' token
  737. mx/DateTime/mxDateTime/mxDateTime.c:3648: error: expected '=', ',',
  738. ';', 'asm' or '__attribute__' before '*' token
  739. mx/DateTime/mxDateTime/mxDateTime.c:3678: error: expected '=', ',',
  740. ';', 'asm' or '__attribute__' before '*' token
  741. mx/DateTime/mxDateTime/mxDateTime.c: In function 'mxDateTimeDelta_AsDouble':
  742. mx/DateTime/mxDateTime/mxDateTime.c:3710: error:
  743. 'mxDateTimeDeltaObject' has no member named 'seconds'
  744. mx/DateTime/mxDateTime/mxDateTime.c: In function 'mxDateTimeDelta_AsDays':
  745. mx/DateTime/mxDateTime/mxDateTime.c:3716: error:
  746. 'mxDateTimeDeltaObject' has no member named 'seconds'
  747. mx/DateTime/mxDateTime/mxDateTime.c: In function 'mxDateTimeDelta_BrokenDown':
  748. mx/DateTime/mxDateTime/mxDateTime.c:3727: error:
  749. 'mxDateTimeDeltaObject' has no member named 'day'
  750. mx/DateTime/mxDateTime/mxDateTime.c:3729: error:
  751. 'mxDateTimeDeltaObject' has no member named 'hour'
  752. mx/DateTime/mxDateTime/mxDateTime.c:3731: error:
  753. 'mxDateTimeDeltaObject' has no member named 'minute'
  754. mx/DateTime/mxDateTime/mxDateTime.c:3733: error:
  755. 'mxDateTimeDeltaObject' has no member named 'second'
  756. mx/DateTime/mxDateTime/mxDateTime.c: In function 'mxDateTimeDelta_AsString':
  757. mx/DateTime/mxDateTime/mxDateTime.c:3749: error:
  758. 'mxDateTimeDeltaObject' has no member named 'second'
  759. mx/DateTime/mxDateTime/mxDateTime.c:3750: error:
  760. 'mxDateTimeDeltaObject' has no member named 'day'
  761. mx/DateTime/mxDateTime/mxDateTime.c:3751: error:
  762. 'mxDateTimeDeltaObject' has no member named 'seconds'
  763. mx/DateTime/mxDateTime/mxDateTime.c:3752: warning: incompatible
  764. implicit declaration of built-in function 'sprintf'
  765. mx/DateTime/mxDateTime/mxDateTime.c:3753: error:
  766. 'mxDateTimeDeltaObject' has no member named 'day'
  767. mx/DateTime/mxDateTime/mxDateTime.c:3753: error:
  768. 'mxDateTimeDeltaObject' has no member named 'hour'
  769. mx/DateTime/mxDateTime/mxDateTime.c:3754: error:
  770. 'mxDateTimeDeltaObject' has no member named 'minute'
  771. mx/DateTime/mxDateTime/mxDateTime.c:3757: error:
  772. 'mxDateTimeDeltaObject' has no member named 'day'
  773. mx/DateTime/mxDateTime/mxDateTime.c:3757: error:
  774. 'mxDateTimeDeltaObject' has no member named 'hour'
  775. mx/DateTime/mxDateTime/mxDateTime.c:3758: error:
  776. 'mxDateTimeDeltaObject' has no member named 'minute'
  777. mx/DateTime/mxDateTime/mxDateTime.c:3761: error:
  778. 'mxDateTimeDeltaObject' has no member named 'seconds'
  779. mx/DateTime/mxDateTime/mxDateTime.c:3762: warning: incompatible
  780. implicit declaration of built-in function 'sprintf'
  781. mx/DateTime/mxDateTime/mxDateTime.c:3763: error:
  782. 'mxDateTimeDeltaObject' has no member named 'hour'
  783. mx/DateTime/mxDateTime/mxDateTime.c:3763: error:
  784. 'mxDateTimeDeltaObject' has no member named 'minute'
  785. mx/DateTime/mxDateTime/mxDateTime.c:3766: error:
  786. 'mxDateTimeDeltaObject' has no member named 'hour'
  787. mx/DateTime/mxDateTime/mxDateTime.c:3766: error:
  788. 'mxDateTimeDeltaObject' has no member named 'minute'
  789. mx/DateTime/mxDateTime/mxDateTime.c: At top level:
  790. mx/DateTime/mxDateTime/mxDateTime.c:3828: error: expected '=', ',',
  791. ';', 'asm' or '__attribute__' before '*' token
  792. mx/DateTime/mxDateTime/mxDateTime.c:3851: error: expected '=', ',',
  793. ';', 'asm' or '__attribute__' before '*' token
  794. mx/DateTime/mxDateTime/mxDateTime.c:3876: error: expected '=', ',',
  795. ';', 'asm' or '__attribute__' before '*' token
  796. mx/DateTime/mxDateTime/mxDateTime.c:3933: error: expected '=', ',',
  797. ';', 'asm' or '__attribute__' before '*' token
  798. mx/DateTime/mxDateTime/mxDateTime.c:3941: error: expected '=', ',',
  799. ';', 'asm' or '__attribute__' before '*' token
  800. mx/DateTime/mxDateTime/mxDateTime.c:3949: error: expected '=', ',',
  801. ';', 'asm' or '__attribute__' before '*' token
  802. mx/DateTime/mxDateTime/mxDateTime.c:3959: error: expected '=', ',',
  803. ';', 'asm' or '__attribute__' before '*' token
  804. mx/DateTime/mxDateTime/mxDateTime.c:3972: error: expected '=', ',',
  805. ';', 'asm' or '__attribute__' before '*' token
  806. mx/DateTime/mxDateTime/mxDateTime.c:4032: error: expected ')' before '*' token
  807. mx/DateTime/mxDateTime/mxDateTime.c:4061: error: expected ')' before '*' token
  808. mx/DateTime/mxDateTime/mxDateTime.c:4101: error: expected ')' before '*' token
  809. mx/DateTime/mxDateTime/mxDateTime.c:4169: error: expected '=', ',',
  810. ';', 'asm' or '__attribute__' before '*' token
  811. mx/DateTime/mxDateTime/mxDateTime.c:4177: error: expected '=', ',',
  812. ';', 'asm' or '__attribute__' before '*' token
  813. mx/DateTime/mxDateTime/mxDateTime.c:4186: error: expected '=', ',',
  814. ';', 'asm' or '__attribute__' before '*' token
  815. mx/DateTime/mxDateTime/mxDateTime.c:4199: error: expected ')' before '*' token
  816. mx/DateTime/mxDateTime/mxDateTime.c:4207: error: expected '=', ',',
  817. ';', 'asm' or '__attribute__' before '*' token
  818. mx/DateTime/mxDateTime/mxDateTime.c:4256: error: expected '=', ',',
  819. ';', 'asm' or '__attribute__' before '*' token
  820. mx/DateTime/mxDateTime/mxDateTime.c:4304: error: expected '=', ',',
  821. ';', 'asm' or '__attribute__' before '*' token
  822. mx/DateTime/mxDateTime/mxDateTime.c:4341: error: expected '=', ',',
  823. ';', 'asm' or '__attribute__' before '*' token
  824. mx/DateTime/mxDateTime/mxDateTime.c:4385: error: expected '=', ',',
  825. ';', 'asm' or '__attribute__' before '*' token
  826. mx/DateTime/mxDateTime/mxDateTime.c:4401: error: expected '=', ',',
  827. ';', 'asm' or '__attribute__' before '*' token
  828. mx/DateTime/mxDateTime/mxDateTime.c:4420: error: expected '=', ',',
  829. ';', 'asm' or '__attribute__' before 'mxDateTimeDelta_TypeAsNumber'
  830. mx/DateTime/mxDateTime/mxDateTime.c:4451: error: expected '=', ',',
  831. ';', 'asm' or '__attribute__' before 'mxDateTimeDelta_Type'
  832. mx/DateTime/mxDateTime/mxDateTime.c:4480: error: expected '=', ',',
  833. ';', 'asm' or '__attribute__' before 'mxDateTimeDelta_Methods'
  834. mx/DateTime/mxDateTime/mxDateTime.c:4502: error: expected '=', ',',
  835. ';', 'asm' or '__attribute__' before '*' token
  836. mx/DateTime/mxDateTime/mxDateTime.c:4522: error: expected '=', ',',
  837. ';', 'asm' or '__attribute__' before '*' token
  838. mx/DateTime/mxDateTime/mxDateTime.c:4542: error: expected '=', ',',
  839. ';', 'asm' or '__attribute__' before '*' token
  840. mx/DateTime/mxDateTime/mxDateTime.c:4605: error: expected '=', ',',
  841. ';', 'asm' or '__attribute__' before '*' token
  842. mx/DateTime/mxDateTime/mxDateTime.c:4634: error: expected '=', ',',
  843. ';', 'asm' or '__attribute__' before '*' token
  844. mx/DateTime/mxDateTime/mxDateTime.c:4647: error: expected '=', ',',
  845. ';', 'asm' or '__attribute__' before '*' token
  846. mx/DateTime/mxDateTime/mxDateTime.c:4696: error: expected '=', ',',
  847. ';', 'asm' or '__attribute__' before '*' token
  848. mx/DateTime/mxDateTime/mxDateTime.c:4709: error: expected '=', ',',
  849. ';', 'asm' or '__attribute__' before '*' token
  850. mx/DateTime/mxDateTime/mxDateTime.c:4722: error: expected '=', ',',
  851. ';', 'asm' or '__attribute__' before '*' token
  852. mx/DateTime/mxDateTime/mxDateTime.c:4739: error: expected '=', ',',
  853. ';', 'asm' or '__attribute__' before '*' token
  854. mx/DateTime/mxDateTime/mxDateTime.c:4756: error: expected '=', ',',
  855. ';', 'asm' or '__attribute__' before '*' token
  856. mx/DateTime/mxDateTime/mxDateTime.c:4813: error: expected '=', ',',
  857. ';', 'asm' or '__attribute__' before '*' token
  858. mx/DateTime/mxDateTime/mxDateTime.c:4841: error: expected '=', ',',
  859. ';', 'asm' or '__attribute__' before 'Module_methods'
  860. mx/DateTime/mxDateTime/mxDateTime.c:4874: error: 'mxDateTime_Type'
  861. undeclared here (not in a function)
  862. mx/DateTime/mxDateTime/mxDateTime.c:4874: warning: excess elements in
  863. struct initializer
  864. mx/DateTime/mxDateTime/mxDateTime.c:4874: warning: (near
  865. initialization for 'mxDateTimeModuleAPI')
  866. mx/DateTime/mxDateTime/mxDateTime.c:4875: error:
  867. 'mxDateTime_FromAbsDateAndTime' undeclared here (not in a function)
  868. mx/DateTime/mxDateTime/mxDateTime.c:4875: warning: excess elements in
  869. struct initializer
  870. mx/DateTime/mxDateTime/mxDateTime.c:4875: warning: (near
  871. initialization for 'mxDateTimeModuleAPI')
  872. mx/DateTime/mxDateTime/mxDateTime.c:4876: error:
  873. 'mxDateTime_FromTuple' undeclared here (not in a function)
  874. mx/DateTime/mxDateTime/mxDateTime.c:4876: warning: excess elements in
  875. struct initializer
  876. mx/DateTime/mxDateTime/mxDateTime.c:4876: warning: (near
  877. initialization for 'mxDateTimeModuleAPI')
  878. mx/DateTime/mxDateTime/mxDateTime.c:4877: error:
  879. 'mxDateTime_FromDateAndTime' undeclared here (not in a function)
  880. mx/DateTime/mxDateTime/mxDateTime.c:4877: warning: excess elements in
  881. struct initializer
  882. mx/DateTime/mxDateTime/mxDateTime.c:4877: warning: (near
  883. initialization for 'mxDateTimeModuleAPI')
  884. mx/DateTime/mxDateTime/mxDateTime.c:4878: error:
  885. 'mxDateTime_FromTmStruct' undeclared here (not in a function)
  886. mx/DateTime/mxDateTime/mxDateTime.c:4878: warning: excess elements in
  887. struct initializer
  888. mx/DateTime/mxDateTime/mxDateTime.c:4878: warning: (near
  889. initialization for 'mxDateTimeModuleAPI')
  890. mx/DateTime/mxDateTime/mxDateTime.c:4879: error:
  891. 'mxDateTime_FromTicks' undeclared here (not in a function)
  892. mx/DateTime/mxDateTime/mxDateTime.c:4879: warning: excess elements in
  893. struct initializer
  894. mx/DateTime/mxDateTime/mxDateTime.c:4879: warning: (near
  895. initialization for 'mxDateTimeModuleAPI')
  896. mx/DateTime/mxDateTime/mxDateTime.c:4880: error:
  897. 'mxDateTime_FromCOMDate' undeclared here (not in a function)
  898. mx/DateTime/mxDateTime/mxDateTime.c:4880: warning: excess elements in
  899. struct initializer
  900. mx/DateTime/mxDateTime/mxDateTime.c:4880: warning: (near
  901. initialization for 'mxDateTimeModuleAPI')
  902. mx/DateTime/mxDateTime/mxDateTime.c:4881: warning: excess elements in
  903. struct initializer
  904. mx/DateTime/mxDateTime/mxDateTime.c:4881: warning: (near
  905. initialization for 'mxDateTimeModuleAPI')
  906. mx/DateTime/mxDateTime/mxDateTime.c:4882: warning: excess elements in
  907. struct initializer
  908. mx/DateTime/mxDateTime/mxDateTime.c:4882: warning: (near
  909. initialization for 'mxDateTimeModuleAPI')
  910. mx/DateTime/mxDateTime/mxDateTime.c:4883: warning: excess elements in
  911. struct initializer
  912. mx/DateTime/mxDateTime/mxDateTime.c:4883: warning: (near
  913. initialization for 'mxDateTimeModuleAPI')
  914. mx/DateTime/mxDateTime/mxDateTime.c:4884: error:
  915. 'mxDateTimeDelta_Type' undeclared here (not in a function)
  916. mx/DateTime/mxDateTime/mxDateTime.c:4884: warning: excess elements in
  917. struct initializer
  918. mx/DateTime/mxDateTime/mxDateTime.c:4884: warning: (near
  919. initialization for 'mxDateTimeModuleAPI')
  920. mx/DateTime/mxDateTime/mxDateTime.c:4885: error:
  921. 'mxDateTimeDelta_FromDaysEx' undeclared here (not in a function)
  922. mx/DateTime/mxDateTime/mxDateTime.c:4885: warning: excess elements in
  923. struct initializer
  924. mx/DateTime/mxDateTime/mxDateTime.c:4885: warning: (near
  925. initialization for 'mxDateTimeModuleAPI')
  926. mx/DateTime/mxDateTime/mxDateTime.c:4886: error:
  927. 'mxDateTimeDelta_FromTime' undeclared here (not in a function)
  928. mx/DateTime/mxDateTime/mxDateTime.c:4886: warning: excess elements in
  929. struct initializer
  930. mx/DateTime/mxDateTime/mxDateTime.c:4886: warning: (near
  931. initialization for 'mxDateTimeModuleAPI')
  932. mx/DateTime/mxDateTime/mxDateTime.c:4887: error:
  933. 'mxDateTimeDelta_FromTuple' undeclared here (not in a function)
  934. mx/DateTime/mxDateTime/mxDateTime.c:4887: warning: excess elements in
  935. struct initializer
  936. mx/DateTime/mxDateTime/mxDateTime.c:4887: warning: (near
  937. initialization for 'mxDateTimeModuleAPI')
  938. mx/DateTime/mxDateTime/mxDateTime.c:4888: error:
  939. 'mxDateTimeDelta_FromTimeTuple' undeclared here (not in a function)
  940. mx/DateTime/mxDateTime/mxDateTime.c:4888: warning: excess elements in
  941. struct initializer
  942. mx/DateTime/mxDateTime/mxDateTime.c:4888: warning: (near
  943. initialization for 'mxDateTimeModuleAPI')
  944. mx/DateTime/mxDateTime/mxDateTime.c:4889: warning: excess elements in
  945. struct initializer
  946. mx/DateTime/mxDateTime/mxDateTime.c:4889: warning: (near
  947. initialization for 'mxDateTimeModuleAPI')
  948. mx/DateTime/mxDateTime/mxDateTime.c:4890: error:
  949. 'mxDateTime_FromAbsDays' undeclared here (not in a function)
  950. mx/DateTime/mxDateTime/mxDateTime.c:4890: warning: excess elements in
  951. struct initializer
  952. mx/DateTime/mxDateTime/mxDateTime.c:4890: warning: (near
  953. initialization for 'mxDateTimeModuleAPI')
  954. mx/DateTime/mxDateTime/mxDateTime.c:4891: warning: excess elements in
  955. struct initializer
  956. mx/DateTime/mxDateTime/mxDateTime.c:4891: warning: (near
  957. initialization for 'mxDateTimeModuleAPI')
  958. mx/DateTime/mxDateTime/mxDateTime.c:4892: error:
  959. 'mxDateTimeDelta_FromDays' undeclared here (not in a function)
  960. mx/DateTime/mxDateTime/mxDateTime.c:4892: warning: excess elements in
  961. struct initializer
  962. mx/DateTime/mxDateTime/mxDateTime.c:4892: warning: (near
  963. initialization for 'mxDateTimeModuleAPI')
  964. mx/DateTime/mxDateTime/mxDateTime.c:4893: warning: excess elements in
  965. struct initializer
  966. mx/DateTime/mxDateTime/mxDateTime.c:4893: warning: (near
  967. initialization for 'mxDateTimeModuleAPI')
  968. mx/DateTime/mxDateTime/mxDateTime.c:4894: warning: excess elements in
  969. struct initializer
  970. mx/DateTime/mxDateTime/mxDateTime.c:4894: warning: (near
  971. initialization for 'mxDateTimeModuleAPI')
  972. mx/DateTime/mxDateTime/mxDateTime.c:4896: warning: excess elements in
  973. struct initializer
  974. mx/DateTime/mxDateTime/mxDateTime.c:4896: warning: (near
  975. initialization for 'mxDateTimeModuleAPI')
  976. mx/DateTime/mxDateTime/mxDateTime.c: In function 'mxDateTimeModule_Cleanup':
  977. mx/DateTime/mxDateTime/mxDateTime.c:4908: warning: implicit
  978. declaration of function 'free'
  979. mx/DateTime/mxDateTime/mxDateTime.c:4927: error: 'mxDateTime_nowapi'
  980. undeclared (first use in this function)
  981. mx/DateTime/mxDateTime/mxDateTime.c: In function 'initmxDateTime':
  982. mx/DateTime/mxDateTime/mxDateTime.c:4938: error: 'PyObject' undeclared
  983. (first use in this function)
  984. mx/DateTime/mxDateTime/mxDateTime.c:4938: error: 'module' undeclared
  985. (first use in this function)
  986. mx/DateTime/mxDateTime/mxDateTime.c:4938: error: 'moddict' undeclared
  987. (first use in this function)
  988. mx/DateTime/mxDateTime/mxDateTime.c:4938: warning: left-hand operand
  989. of comma expression has no effect
  990. mx/DateTime/mxDateTime/mxDateTime.c:4941: error: 'PyExc_SystemError'
  991. undeclared (first use in this function)
  992. mx/DateTime/mxDateTime/mxDateTime.c:4945: error: 'PyType_Type'
  993. undeclared (first use in this function)
  994. mx/DateTime/mxDateTime/mxDateTime.c:4960: warning: implicit
  995. declaration of function 'Py_InitModule4'
  996. mx/DateTime/mxDateTime/mxDateTime.c:4961: error: 'Module_methods'
  997. undeclared (first use in this function)
  998. mx/DateTime/mxDateTime/mxDateTime.c:4963: error: expected expression
  999. before ')' token
  1000. mx/DateTime/mxDateTime/mxDateTime.c:4969: warning: implicit
  1001. declaration of function 'Py_AtExit'
  1002. mx/DateTime/mxDateTime/mxDateTime.c:4975: warning: implicit
  1003. declaration of function 'PyModule_GetDict'
  1004. mx/DateTime/mxDateTime/mxDateTime.c:4978: warning: implicit
  1005. declaration of function 'insobj'
  1006. mx/DateTime/mxDateTime/mxDateTime.c:4978: warning: implicit
  1007. declaration of function 'PyString_FromString'
  1008. mx/DateTime/mxDateTime/mxDateTime.c:4979: warning: implicit
  1009. declaration of function 'insint'
  1010. mx/DateTime/mxDateTime/mxDateTime.c:4982: error:
  1011. 'mxDateTime_GregorianCalendar' undeclared (first use in this function)
  1012. mx/DateTime/mxDateTime/mxDateTime.c:4984: warning: implicit
  1013. declaration of function 'PyString_InternInPlace'
  1014. mx/DateTime/mxDateTime/mxDateTime.c:4985: warning: implicit
  1015. declaration of function 'PyDict_SetItemString'
  1016. mx/DateTime/mxDateTime/mxDateTime.c:4986: error:
  1017. 'mxDateTime_JulianCalendar' undeclared (first use in this function)
  1018. mx/DateTime/mxDateTime/mxDateTime.c:4992: error: 'mxDateTime_Error'
  1019. undeclared (first use in this function)
  1020. mx/DateTime/mxDateTime/mxDateTime.c:4992: warning: implicit
  1021. declaration of function 'insexc'
  1022. mx/DateTime/mxDateTime/mxDateTime.c:4992: error: 'PyExc_ValueError'
  1023. undeclared (first use in this function)
  1024. mx/DateTime/mxDateTime/mxDateTime.c:4994: error:
  1025. 'mxDateTime_RangeError' undeclared (first use in this function)
  1026. mx/DateTime/mxDateTime/mxDateTime.c:4999: warning: implicit
  1027. declaration of function 'Py_INCREF'
  1028. mx/DateTime/mxDateTime/mxDateTime.c:5001: error: expected expression
  1029. before ')' token
  1030. mx/DateTime/mxDateTime/mxDateTime.c:5004: error: expected expression
  1031. before ')' token
  1032. mx/DateTime/mxDateTime/mxDateTime.c:5008: warning: implicit
  1033. declaration of function 'PyCObject_FromVoidPtr'
  1034. mx/DateTime/mxDateTime/mxDateTime.c:5014: error: 'time_t' undeclared
  1035. (first use in this function)
  1036. mx/DateTime/mxDateTime/mxDateTime.c:5033: error: 'exc_type' undeclared
  1037. (first use in this function)
  1038. mx/DateTime/mxDateTime/mxDateTime.c:5033: error: 'exc_value'
  1039. undeclared (first use in this function)
  1040. mx/DateTime/mxDateTime/mxDateTime.c:5033: warning: left-hand operand
  1041. of comma expression has no effect
  1042. mx/DateTime/mxDateTime/mxDateTime.c:5033: error: 'exc_tb' undeclared
  1043. (first use in this function)
  1044. mx/DateTime/mxDateTime/mxDateTime.c:5033: warning: left-hand operand
  1045. of comma expression has no effect
  1046. mx/DateTime/mxDateTime/mxDateTime.c:5033: error: 'str_type' undeclared
  1047. (first use in this function)
  1048. mx/DateTime/mxDateTime/mxDateTime.c:5033: error: 'str_value'
  1049. undeclared (first use in this function)
  1050. mx/DateTime/mxDateTime/mxDateTime.c:5033: warning: left-hand operand
  1051. of comma expression has no effect
  1052. mx/DateTime/mxDateTime/mxDateTime.c:5033: warning: implicit
  1053. declaration of function 'PyErr_Fetch'
  1054. mx/DateTime/mxDateTime/mxDateTime.c:5033: warning: implicit
  1055. declaration of function 'PyObject_Str'
  1056. mx/DateTime/mxDateTime/mxDateTime.c:5033: warning: implicit
  1057. declaration of function 'PyString_Check'
  1058. mx/DateTime/mxDateTime/mxDateTime.c:5033: error: 'PyExc_ImportError'
  1059. undeclared (first use in this function)
  1060. mx/DateTime/mxDateTime/mxDateTime.c:5033: error: 'PyStringObject'
  1061. undeclared (first use in this function)
  1062. mx/DateTime/mxDateTime/mxDateTime.c:5033: error: expected expression
  1063. before ')' token
  1064. error: command 'arm-angstrom-linux-gnueabi-gcc' failed with exit status 1
  1065. root@om-gta02:~/egenix-mx-base-3.1.1#