Guest User

Untitled

a guest
May 8th, 2018
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 521.09 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by ledger configure 3.0.0-20100615, which was
  5. generated by GNU Autoconf 2.64. Invocation command line was
  6.  
  7. $ configure CC=/usr/bin/gcc-4.2 CPPFLAGS=-isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include CXX=/usr/bin/g++-4.2 CXXFLAGS=-fpch-deps -Wconversion -g -pipe LD=/usr/bin/g++-4.2 LDFLAGS=-g -L/usr/local/lib -L/opt/local/lib --with-included-gettext --enable-python --enable-pch --enable-debug
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = white.local
  14. uname -m = i386
  15. uname -r = 9.8.0
  16. uname -s = Darwin
  17. uname -v = Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386
  18.  
  19. /usr/bin/uname -p = i386
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = Mach kernel version:
  26. Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386
  27. Kernel configured for up to 2 processors.
  28. 2 processors are physically available.
  29. 2 processors are logically available.
  30. Processor type: i486 (Intel 80486)
  31. Processors active: 0 1
  32. Primary memory available: 2.00 gigabytes
  33. Default processor set: 135 tasks, 523 threads, 2 processors
  34. Load average: 1.17, Mach factor: 1.09
  35. /bin/machine = unknown
  36. /usr/bin/oslevel = unknown
  37. /bin/universe = unknown
  38.  
  39. PATH: /opt/local/bin
  40. PATH: /Users/simon/bin
  41. PATH: /Users/simon/personal/bin
  42. PATH: /Users/simon/src/hledger/bin
  43. PATH: /Users/simon/.cabal/bin
  44. PATH: /Users/simon/bin
  45. PATH: /Users/simon/personal/bin
  46. PATH: /Users/simon/.cabal/bin
  47. PATH: /usr/local/bin
  48. PATH: /opt/local/bin
  49. PATH: /opt/local/sbin
  50. PATH: /usr/bin
  51. PATH: /bin
  52. PATH: /usr/sbin
  53. PATH: /sbin
  54. PATH: /usr/X11/bin
  55. PATH: /Library/PostgreSQL/8.3/bin
  56. PATH: /usr/local/bin
  57. PATH: /usr/local/sbin
  58. PATH: /opt/local/bin
  59. PATH: /opt/local/sbin
  60. PATH: /Library/PostgreSQL/8.3/bin
  61.  
  62.  
  63. ## ----------- ##
  64. ## Core tests. ##
  65. ## ----------- ##
  66.  
  67. configure:2829: checking for a BSD-compatible install
  68. configure:2897: result: /opt/local/bin/ginstall -c
  69. configure:2908: checking whether build environment is sane
  70. configure:2958: result: yes
  71. configure:3099: checking for a thread-safe mkdir -p
  72. configure:3138: result: /opt/local/bin/gmkdir -p
  73. configure:3151: checking for gawk
  74. configure:3167: found /opt/local/bin/gawk
  75. configure:3178: result: gawk
  76. configure:3189: checking whether make sets $(MAKE)
  77. configure:3211: result: yes
  78. configure:3324: checking for style of include used by make
  79. configure:3352: result: GNU
  80. configure:3422: checking for gcc
  81. configure:3449: result: /usr/bin/gcc-4.2
  82. configure:3678: checking for C compiler version
  83. configure:3687: /usr/bin/gcc-4.2 --version >&5
  84. i686-apple-darwin9-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5574)
  85. Copyright (C) 2007 Free Software Foundation, Inc.
  86. This is free software; see the source for copying conditions. There is NO
  87. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  88.  
  89. configure:3698: $? = 0
  90. configure:3687: /usr/bin/gcc-4.2 -v >&5
  91. Using built-in specs.
  92. Target: i686-apple-darwin9
  93. Configured with: /var/tmp/gcc_42/gcc_42-5574~1/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/usr/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin9 --with-gxx-include-dir=/usr/include/c++/4.0.0 --host=i686-apple-darwin9 --target=i686-apple-darwin9
  94. Thread model: posix
  95. gcc version 4.2.1 (Apple Inc. build 5574)
  96. configure:3698: $? = 0
  97. configure:3687: /usr/bin/gcc-4.2 -V >&5
  98. gcc-4.2: argument to `-V' is missing
  99. configure:3698: $? = 1
  100. configure:3687: /usr/bin/gcc-4.2 -qversion >&5
  101. i686-apple-darwin9-gcc-4.2.1: no input files
  102. configure:3698: $? = 1
  103. configure:3720: checking for C compiler default output file name
  104. configure:3742: /usr/bin/gcc-4.2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.c >&5
  105. configure:3746: $? = 0
  106. configure:3783: result: a.out
  107. configure:3799: checking whether the C compiler works
  108. configure:3808: ./a.out
  109. configure:3812: $? = 0
  110. configure:3827: result: yes
  111. configure:3834: checking whether we are cross compiling
  112. configure:3836: result: no
  113. configure:3839: checking for suffix of executables
  114. configure:3846: /usr/bin/gcc-4.2 -o conftest -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.c >&5
  115. configure:3850: $? = 0
  116. configure:3872: result:
  117. configure:3878: checking for suffix of object files
  118. configure:3900: /usr/bin/gcc-4.2 -c -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include conftest.c >&5
  119. configure:3904: $? = 0
  120. configure:3925: result: o
  121. configure:3929: checking whether we are using the GNU C compiler
  122. configure:3948: /usr/bin/gcc-4.2 -c -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include conftest.c >&5
  123. configure:3948: $? = 0
  124. configure:3957: result: yes
  125. configure:3966: checking whether /usr/bin/gcc-4.2 accepts -g
  126. configure:3986: /usr/bin/gcc-4.2 -c -g -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include conftest.c >&5
  127. configure:3986: $? = 0
  128. configure:4027: result: yes
  129. configure:4044: checking for /usr/bin/gcc-4.2 option to accept ISO C89
  130. configure:4108: /usr/bin/gcc-4.2 -c -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include conftest.c >&5
  131. configure:4108: $? = 0
  132. configure:4121: result: none needed
  133. configure:4143: checking dependency style of /usr/bin/gcc-4.2
  134. configure:4253: result: gcc3
  135. configure:4274: checking how to run the C preprocessor
  136. configure:4305: /usr/bin/gcc-4.2 -E -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include conftest.c
  137. configure:4305: $? = 0
  138. configure:4319: /usr/bin/gcc-4.2 -E -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include conftest.c
  139. conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
  140. configure:4319: $? = 1
  141. configure: failed program was:
  142. | /* confdefs.h */
  143. | #define PACKAGE_NAME "ledger"
  144. | #define PACKAGE_TARNAME "ledger"
  145. | #define PACKAGE_VERSION "3.0.0-20100615"
  146. | #define PACKAGE_STRING "ledger 3.0.0-20100615"
  147. | #define PACKAGE_BUGREPORT "johnw@newartisans.com"
  148. | #define PACKAGE_URL ""
  149. | #define PACKAGE "ledger"
  150. | #define VERSION "3.0.0-20100615"
  151. | /* end confdefs.h. */
  152. | #include <ac_nonexistent.h>
  153. configure:4344: result: /usr/bin/gcc-4.2 -E
  154. configure:4364: /usr/bin/gcc-4.2 -E -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include conftest.c
  155. configure:4364: $? = 0
  156. configure:4378: /usr/bin/gcc-4.2 -E -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include conftest.c
  157. conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
  158. configure:4378: $? = 1
  159. configure: failed program was:
  160. | /* confdefs.h */
  161. | #define PACKAGE_NAME "ledger"
  162. | #define PACKAGE_TARNAME "ledger"
  163. | #define PACKAGE_VERSION "3.0.0-20100615"
  164. | #define PACKAGE_STRING "ledger 3.0.0-20100615"
  165. | #define PACKAGE_BUGREPORT "johnw@newartisans.com"
  166. | #define PACKAGE_URL ""
  167. | #define PACKAGE "ledger"
  168. | #define VERSION "3.0.0-20100615"
  169. | /* end confdefs.h. */
  170. | #include <ac_nonexistent.h>
  171. configure:4407: checking for grep that handles long lines and -e
  172. configure:4465: result: /usr/bin/grep
  173. configure:4470: checking for egrep
  174. configure:4532: result: /usr/bin/grep -E
  175. configure:4537: checking for ANSI C header files
  176. configure:4557: /usr/bin/gcc-4.2 -c -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include conftest.c >&5
  177. configure:4557: $? = 0
  178. configure:4630: /usr/bin/gcc-4.2 -o conftest -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.c >&5
  179. configure:4630: $? = 0
  180. configure:4630: ./conftest
  181. configure:4630: $? = 0
  182. configure:4641: result: yes
  183. configure:4654: checking for sys/types.h
  184. configure:4654: /usr/bin/gcc-4.2 -c -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include conftest.c >&5
  185. configure:4654: $? = 0
  186. configure:4654: result: yes
  187. configure:4654: checking for sys/stat.h
  188. configure:4654: /usr/bin/gcc-4.2 -c -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include conftest.c >&5
  189. configure:4654: $? = 0
  190. configure:4654: result: yes
  191. configure:4654: checking for stdlib.h
  192. configure:4654: /usr/bin/gcc-4.2 -c -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include conftest.c >&5
  193. configure:4654: $? = 0
  194. configure:4654: result: yes
  195. configure:4654: checking for string.h
  196. configure:4654: /usr/bin/gcc-4.2 -c -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include conftest.c >&5
  197. configure:4654: $? = 0
  198. configure:4654: result: yes
  199. configure:4654: checking for memory.h
  200. configure:4654: /usr/bin/gcc-4.2 -c -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include conftest.c >&5
  201. configure:4654: $? = 0
  202. configure:4654: result: yes
  203. configure:4654: checking for strings.h
  204. configure:4654: /usr/bin/gcc-4.2 -c -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include conftest.c >&5
  205. configure:4654: $? = 0
  206. configure:4654: result: yes
  207. configure:4654: checking for inttypes.h
  208. configure:4654: /usr/bin/gcc-4.2 -c -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include conftest.c >&5
  209. configure:4654: $? = 0
  210. configure:4654: result: yes
  211. configure:4654: checking for stdint.h
  212. configure:4654: /usr/bin/gcc-4.2 -c -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include conftest.c >&5
  213. configure:4654: $? = 0
  214. configure:4654: result: yes
  215. configure:4654: checking for unistd.h
  216. configure:4654: /usr/bin/gcc-4.2 -c -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include conftest.c >&5
  217. configure:4654: $? = 0
  218. configure:4654: result: yes
  219. configure:4668: checking minix/config.h usability
  220. configure:4668: /usr/bin/gcc-4.2 -c -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include conftest.c >&5
  221. conftest.c:54:26: error: minix/config.h: No such file or directory
  222. configure:4668: $? = 1
  223. configure: failed program was:
  224. | /* confdefs.h */
  225. | #define PACKAGE_NAME "ledger"
  226. | #define PACKAGE_TARNAME "ledger"
  227. | #define PACKAGE_VERSION "3.0.0-20100615"
  228. | #define PACKAGE_STRING "ledger 3.0.0-20100615"
  229. | #define PACKAGE_BUGREPORT "johnw@newartisans.com"
  230. | #define PACKAGE_URL ""
  231. | #define PACKAGE "ledger"
  232. | #define VERSION "3.0.0-20100615"
  233. | #define STDC_HEADERS 1
  234. | #define HAVE_SYS_TYPES_H 1
  235. | #define HAVE_SYS_STAT_H 1
  236. | #define HAVE_STDLIB_H 1
  237. | #define HAVE_STRING_H 1
  238. | #define HAVE_MEMORY_H 1
  239. | #define HAVE_STRINGS_H 1
  240. | #define HAVE_INTTYPES_H 1
  241. | #define HAVE_STDINT_H 1
  242. | #define HAVE_UNISTD_H 1
  243. | /* end confdefs.h. */
  244. | #include <stdio.h>
  245. | #ifdef HAVE_SYS_TYPES_H
  246. | # include <sys/types.h>
  247. | #endif
  248. | #ifdef HAVE_SYS_STAT_H
  249. | # include <sys/stat.h>
  250. | #endif
  251. | #ifdef STDC_HEADERS
  252. | # include <stdlib.h>
  253. | # include <stddef.h>
  254. | #else
  255. | # ifdef HAVE_STDLIB_H
  256. | # include <stdlib.h>
  257. | # endif
  258. | #endif
  259. | #ifdef HAVE_STRING_H
  260. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  261. | # include <memory.h>
  262. | # endif
  263. | # include <string.h>
  264. | #endif
  265. | #ifdef HAVE_STRINGS_H
  266. | # include <strings.h>
  267. | #endif
  268. | #ifdef HAVE_INTTYPES_H
  269. | # include <inttypes.h>
  270. | #endif
  271. | #ifdef HAVE_STDINT_H
  272. | # include <stdint.h>
  273. | #endif
  274. | #ifdef HAVE_UNISTD_H
  275. | # include <unistd.h>
  276. | #endif
  277. | #include <minix/config.h>
  278. configure:4668: result: no
  279. configure:4668: checking minix/config.h presence
  280. configure:4668: /usr/bin/gcc-4.2 -E -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include conftest.c
  281. conftest.c:21:26: error: minix/config.h: No such file or directory
  282. configure:4668: $? = 1
  283. configure: failed program was:
  284. | /* confdefs.h */
  285. | #define PACKAGE_NAME "ledger"
  286. | #define PACKAGE_TARNAME "ledger"
  287. | #define PACKAGE_VERSION "3.0.0-20100615"
  288. | #define PACKAGE_STRING "ledger 3.0.0-20100615"
  289. | #define PACKAGE_BUGREPORT "johnw@newartisans.com"
  290. | #define PACKAGE_URL ""
  291. | #define PACKAGE "ledger"
  292. | #define VERSION "3.0.0-20100615"
  293. | #define STDC_HEADERS 1
  294. | #define HAVE_SYS_TYPES_H 1
  295. | #define HAVE_SYS_STAT_H 1
  296. | #define HAVE_STDLIB_H 1
  297. | #define HAVE_STRING_H 1
  298. | #define HAVE_MEMORY_H 1
  299. | #define HAVE_STRINGS_H 1
  300. | #define HAVE_INTTYPES_H 1
  301. | #define HAVE_STDINT_H 1
  302. | #define HAVE_UNISTD_H 1
  303. | /* end confdefs.h. */
  304. | #include <minix/config.h>
  305. configure:4668: result: no
  306. configure:4668: checking for minix/config.h
  307. configure:4668: result: no
  308. configure:4689: checking whether it is safe to define __EXTENSIONS__
  309. configure:4707: /usr/bin/gcc-4.2 -c -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include conftest.c >&5
  310. configure:4707: $? = 0
  311. configure:4714: result: yes
  312. configure:4840: checking for C++ compiler version
  313. configure:4849: /usr/bin/g++-4.2 --version >&5
  314. i686-apple-darwin9-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5574)
  315. Copyright (C) 2007 Free Software Foundation, Inc.
  316. This is free software; see the source for copying conditions. There is NO
  317. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  318.  
  319. configure:4860: $? = 0
  320. configure:4849: /usr/bin/g++-4.2 -v >&5
  321. Using built-in specs.
  322. Target: i686-apple-darwin9
  323. Configured with: /var/tmp/gcc_42/gcc_42-5574~1/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/usr/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin9 --with-gxx-include-dir=/usr/include/c++/4.0.0 --host=i686-apple-darwin9 --target=i686-apple-darwin9
  324. Thread model: posix
  325. gcc version 4.2.1 (Apple Inc. build 5574)
  326. configure:4860: $? = 0
  327. configure:4849: /usr/bin/g++-4.2 -V >&5
  328. g++-4.2: argument to `-V' is missing
  329. configure:4860: $? = 1
  330. configure:4849: /usr/bin/g++-4.2 -qversion >&5
  331. i686-apple-darwin9-g++-4.2.1: no input files
  332. configure:4860: $? = 1
  333. configure:4864: checking whether we are using the GNU C++ compiler
  334. configure:4883: /usr/bin/g++-4.2 -c -fpch-deps -Wconversion -g -pipe -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include conftest.cpp >&5
  335. configure:4883: $? = 0
  336. configure:4892: result: yes
  337. configure:4901: checking whether /usr/bin/g++-4.2 accepts -g
  338. configure:4921: /usr/bin/g++-4.2 -c -g -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include conftest.cpp >&5
  339. configure:4921: $? = 0
  340. configure:4962: result: yes
  341. configure:4987: checking dependency style of /usr/bin/g++-4.2
  342. configure:5097: result: gcc3
  343. configure:5112: checking whether make sets $(MAKE)
  344. configure:5134: result: yes
  345. configure:5172: checking build system type
  346. configure:5186: result: i386-apple-darwin9.8.0
  347. configure:5206: checking host system type
  348. configure:5219: result: i386-apple-darwin9.8.0
  349. configure:5239: checking for a sed that does not truncate output
  350. configure:5303: result: /opt/local/bin/gsed
  351. configure:5321: checking for fgrep
  352. configure:5383: result: /usr/bin/grep -F
  353. configure:5418: checking for ld used by /usr/bin/gcc-4.2
  354. configure:5485: result: /usr/bin/g++-4.2
  355. configure:5492: checking if the linker (/usr/bin/g++-4.2) is GNU ld
  356. configure:5507: result: no
  357. configure:5519: checking for BSD- or MS-compatible name lister (nm)
  358. configure:5568: result: /usr/bin/nm -p
  359. configure:5686: checking the name lister (/usr/bin/nm -p) interface
  360. configure:5693: /usr/bin/gcc-4.2 -c -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include conftest.c >&5
  361. configure:5696: /usr/bin/nm -p "conftest.o"
  362. configure:5699: output
  363. 00000160 D _some_variable
  364. configure:5706: result: BSD nm
  365. configure:5709: checking whether ln -s works
  366. configure:5713: result: yes
  367. configure:5721: checking the maximum length of command line arguments
  368. configure:5841: result: 196608
  369. configure:5858: checking whether the shell understands some XSI constructs
  370. configure:5868: result: yes
  371. configure:5872: checking whether the shell understands "+="
  372. configure:5878: result: yes
  373. configure:5913: checking for /usr/bin/g++-4.2 option to reload object files
  374. configure:5920: result: -r
  375. configure:5989: checking for objdump
  376. configure:6019: result: no
  377. configure:6048: checking how to recognize dependent libraries
  378. configure:6244: result: pass_all
  379. configure:6304: checking for ar
  380. configure:6320: found /usr/bin/ar
  381. configure:6331: result: ar
  382. configure:6409: checking for strip
  383. configure:6425: found /usr/bin/strip
  384. configure:6436: result: strip
  385. configure:6508: checking for ranlib
  386. configure:6524: found /usr/bin/ranlib
  387. configure:6535: result: ranlib
  388. configure:6625: checking command to parse /usr/bin/nm -p output from /usr/bin/gcc-4.2 object
  389. configure:6743: /usr/bin/gcc-4.2 -c -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include conftest.c >&5
  390. configure:6746: $? = 0
  391. configure:6750: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
  392. configure:6753: $? = 0
  393. cannot find nm_test_var in conftest.nm
  394. configure:6743: /usr/bin/gcc-4.2 -c -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include conftest.c >&5
  395. configure:6746: $? = 0
  396. configure:6750: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
  397. configure:6753: $? = 0
  398. configure:6807: /usr/bin/gcc-4.2 -o conftest -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.c conftstm.o >&5
  399. configure:6810: $? = 0
  400. configure:6848: result: ok
  401. configure:7112: checking for dsymutil
  402. configure:7128: found /usr/bin/dsymutil
  403. configure:7139: result: dsymutil
  404. configure:7204: checking for nmedit
  405. configure:7220: found /usr/bin/nmedit
  406. configure:7231: result: nmedit
  407. configure:7296: checking for lipo
  408. configure:7312: found /usr/bin/lipo
  409. configure:7323: result: lipo
  410. configure:7388: checking for otool
  411. configure:7404: found /usr/bin/otool
  412. configure:7415: result: otool
  413. configure:7480: checking for otool64
  414. configure:7510: result: no
  415. configure:7555: checking for -single_module linker flag
  416. /usr/bin/gcc-4.2 -g -O2 -g -L/usr/local/lib -L/opt/local/lib -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
  417. configure:7582: result: yes
  418. configure:7584: checking for -exported_symbols_list linker flag
  419. configure:7604: /usr/bin/gcc-4.2 -o conftest -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -g -L/usr/local/lib -L/opt/local/lib -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
  420. configure:7604: $? = 0
  421. configure:7614: result: yes
  422. configure:7653: checking for dlfcn.h
  423. configure:7653: /usr/bin/gcc-4.2 -c -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include conftest.c >&5
  424. configure:7653: $? = 0
  425. configure:7653: result: yes
  426. configure:7778: checking for C++ compiler version
  427. configure:7787: /usr/bin/g++-4.2 --version >&5
  428. i686-apple-darwin9-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5574)
  429. Copyright (C) 2007 Free Software Foundation, Inc.
  430. This is free software; see the source for copying conditions. There is NO
  431. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  432.  
  433. configure:7798: $? = 0
  434. configure:7787: /usr/bin/g++-4.2 -v >&5
  435. Using built-in specs.
  436. Target: i686-apple-darwin9
  437. Configured with: /var/tmp/gcc_42/gcc_42-5574~1/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/usr/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin9 --with-gxx-include-dir=/usr/include/c++/4.0.0 --host=i686-apple-darwin9 --target=i686-apple-darwin9
  438. Thread model: posix
  439. gcc version 4.2.1 (Apple Inc. build 5574)
  440. configure:7798: $? = 0
  441. configure:7787: /usr/bin/g++-4.2 -V >&5
  442. g++-4.2: argument to `-V' is missing
  443. configure:7798: $? = 1
  444. configure:7787: /usr/bin/g++-4.2 -qversion >&5
  445. i686-apple-darwin9-g++-4.2.1: no input files
  446. configure:7798: $? = 1
  447. configure:7802: checking whether we are using the GNU C++ compiler
  448. configure:7830: result: yes
  449. configure:7839: checking whether /usr/bin/g++-4.2 accepts -g
  450. configure:7900: result: yes
  451. configure:7925: checking dependency style of /usr/bin/g++-4.2
  452. configure:8035: result: gcc3
  453. configure:8058: checking how to run the C++ preprocessor
  454. configure:8085: /usr/bin/g++-4.2 -E -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include conftest.cpp
  455. configure:8085: $? = 0
  456. configure:8099: /usr/bin/g++-4.2 -E -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include conftest.cpp
  457. conftest.cpp:27:28: error: ac_nonexistent.h: No such file or directory
  458. configure:8099: $? = 1
  459. configure: failed program was:
  460. | /* confdefs.h */
  461. | #define PACKAGE_NAME "ledger"
  462. | #define PACKAGE_TARNAME "ledger"
  463. | #define PACKAGE_VERSION "3.0.0-20100615"
  464. | #define PACKAGE_STRING "ledger 3.0.0-20100615"
  465. | #define PACKAGE_BUGREPORT "johnw@newartisans.com"
  466. | #define PACKAGE_URL ""
  467. | #define PACKAGE "ledger"
  468. | #define VERSION "3.0.0-20100615"
  469. | #define STDC_HEADERS 1
  470. | #define HAVE_SYS_TYPES_H 1
  471. | #define HAVE_SYS_STAT_H 1
  472. | #define HAVE_STDLIB_H 1
  473. | #define HAVE_STRING_H 1
  474. | #define HAVE_MEMORY_H 1
  475. | #define HAVE_STRINGS_H 1
  476. | #define HAVE_INTTYPES_H 1
  477. | #define HAVE_STDINT_H 1
  478. | #define HAVE_UNISTD_H 1
  479. | #define __EXTENSIONS__ 1
  480. | #define _ALL_SOURCE 1
  481. | #define _GNU_SOURCE 1
  482. | #define _POSIX_PTHREAD_SEMANTICS 1
  483. | #define _TANDEM_SOURCE 1
  484. | #define HAVE_DLFCN_H 1
  485. | /* end confdefs.h. */
  486. | #include <ac_nonexistent.h>
  487. configure:8124: result: /usr/bin/g++-4.2 -E
  488. configure:8144: /usr/bin/g++-4.2 -E -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include conftest.cpp
  489. configure:8144: $? = 0
  490. configure:8158: /usr/bin/g++-4.2 -E -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include conftest.cpp
  491. conftest.cpp:27:28: error: ac_nonexistent.h: No such file or directory
  492. configure:8158: $? = 1
  493. configure: failed program was:
  494. | /* confdefs.h */
  495. | #define PACKAGE_NAME "ledger"
  496. | #define PACKAGE_TARNAME "ledger"
  497. | #define PACKAGE_VERSION "3.0.0-20100615"
  498. | #define PACKAGE_STRING "ledger 3.0.0-20100615"
  499. | #define PACKAGE_BUGREPORT "johnw@newartisans.com"
  500. | #define PACKAGE_URL ""
  501. | #define PACKAGE "ledger"
  502. | #define VERSION "3.0.0-20100615"
  503. | #define STDC_HEADERS 1
  504. | #define HAVE_SYS_TYPES_H 1
  505. | #define HAVE_SYS_STAT_H 1
  506. | #define HAVE_STDLIB_H 1
  507. | #define HAVE_STRING_H 1
  508. | #define HAVE_MEMORY_H 1
  509. | #define HAVE_STRINGS_H 1
  510. | #define HAVE_INTTYPES_H 1
  511. | #define HAVE_STDINT_H 1
  512. | #define HAVE_UNISTD_H 1
  513. | #define __EXTENSIONS__ 1
  514. | #define _ALL_SOURCE 1
  515. | #define _GNU_SOURCE 1
  516. | #define _POSIX_PTHREAD_SEMANTICS 1
  517. | #define _TANDEM_SOURCE 1
  518. | #define HAVE_DLFCN_H 1
  519. | /* end confdefs.h. */
  520. | #include <ac_nonexistent.h>
  521. configure:8364: checking for objdir
  522. configure:8379: result: .libs
  523. configure:8675: checking if /usr/bin/gcc-4.2 supports -fno-rtti -fno-exceptions
  524. configure:8693: /usr/bin/gcc-4.2 -c -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -fno-rtti -fno-exceptions conftest.c >&5
  525. cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
  526. configure:8697: $? = 0
  527. configure:8710: result: no
  528. configure:8730: checking for /usr/bin/gcc-4.2 option to produce PIC
  529. configure:9002: result: -fno-common -DPIC
  530. configure:9014: checking if /usr/bin/gcc-4.2 PIC flag -fno-common -DPIC works
  531. configure:9032: /usr/bin/gcc-4.2 -c -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -fno-common -DPIC -DPIC conftest.c >&5
  532. configure:9036: $? = 0
  533. configure:9049: result: yes
  534. configure:9073: checking if /usr/bin/gcc-4.2 static flag -static works
  535. configure:9101: result: no
  536. configure:9116: checking if /usr/bin/gcc-4.2 supports -c -o file.o
  537. configure:9137: /usr/bin/gcc-4.2 -c -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -o out/conftest2.o conftest.c >&5
  538. configure:9141: $? = 0
  539. configure:9163: result: yes
  540. configure:9171: checking if /usr/bin/gcc-4.2 supports -c -o file.o
  541. configure:9218: result: yes
  542. configure:9251: checking whether the /usr/bin/gcc-4.2 linker (/usr/bin/g++-4.2) supports shared libraries
  543. configure:10237: result: yes
  544. configure:10476: checking dynamic linker characteristics
  545. configure:11127: result: darwin9.8.0 dyld
  546. configure:11229: checking how to hardcode library paths into programs
  547. configure:11254: result: immediate
  548. configure:11774: checking whether stripping libraries is possible
  549. configure:11788: result: yes
  550. configure:11814: checking if libtool supports shared libraries
  551. configure:11816: result: yes
  552. configure:11819: checking whether to build shared libraries
  553. configure:11840: result: yes
  554. configure:11843: checking whether to build static libraries
  555. configure:11847: result: yes
  556. configure:11997: checking for ld used by /usr/bin/g++-4.2
  557. configure:12064: result: /usr/bin/g++-4.2
  558. configure:12071: checking if the linker (/usr/bin/g++-4.2) is GNU ld
  559. configure:12086: result: no
  560. configure:12141: checking whether the /usr/bin/g++-4.2 linker (/usr/bin/g++-4.2) supports shared libraries
  561. configure:13054: result: yes
  562. configure:13082: /usr/bin/g++-4.2 -c -fpch-deps -Wconversion -g -pipe -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include conftest.cpp >&5
  563. configure:13085: $? = 0
  564. configure:13267: checking for /usr/bin/g++-4.2 option to produce PIC
  565. configure:13584: result: -fno-common -DPIC
  566. configure:13593: checking if /usr/bin/g++-4.2 PIC flag -fno-common -DPIC works
  567. configure:13611: /usr/bin/g++-4.2 -c -fpch-deps -Wconversion -g -pipe -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -fno-common -DPIC -DPIC conftest.cpp >&5
  568. configure:13615: $? = 0
  569. configure:13628: result: yes
  570. configure:13649: checking if /usr/bin/g++-4.2 static flag -static works
  571. configure:13677: result: no
  572. configure:13689: checking if /usr/bin/g++-4.2 supports -c -o file.o
  573. configure:13710: /usr/bin/g++-4.2 -c -fpch-deps -Wconversion -g -pipe -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -o out/conftest2.o conftest.cpp >&5
  574. configure:13714: $? = 0
  575. configure:13736: result: yes
  576. configure:13741: checking if /usr/bin/g++-4.2 supports -c -o file.o
  577. configure:13788: result: yes
  578. configure:13818: checking whether the /usr/bin/g++-4.2 linker (/usr/bin/g++-4.2) supports shared libraries
  579. configure:13844: result: yes
  580. configure:13981: checking dynamic linker characteristics
  581. configure:14580: result: darwin9.8.0 dyld
  582. configure:14631: checking how to hardcode library paths into programs
  583. configure:14656: result: immediate
  584. configure:14715: checking whether NLS is requested
  585. configure:14724: result: yes
  586. configure:14765: checking for msgfmt
  587. configure: trying /opt/local/bin/msgfmt...
  588. 0 translated messages.
  589. configure:14797: result: /opt/local/bin/msgfmt
  590. configure:14806: checking for gmsgfmt
  591. configure:14837: result: /opt/local/bin/msgfmt
  592. configure:14888: checking for xgettext
  593. configure: trying /opt/local/bin/xgettext...
  594. /opt/local/bin/xgettext: warning: file `/dev/null' extension `' is unknown; will try C
  595. configure:14920: result: /opt/local/bin/xgettext
  596. configure:14966: checking for msgmerge
  597. configure: trying /opt/local/bin/msgmerge...
  598. configure:14997: result: /opt/local/bin/msgmerge
  599. configure:15015: checking whether we are using the GNU C Library 2 or newer
  600. conftest.c:29:22: error: features.h: No such file or directory
  601. configure:15042: result: no
  602. configure:15091: checking for ranlib
  603. configure:15118: result: ranlib
  604. configure:15145: checking for simple visibility declarations
  605. configure:15167: /usr/bin/gcc-4.2 -c -g -O2 -fvisibility=hidden -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include conftest.c >&5
  606. configure:15167: $? = 0
  607. configure:15176: result: yes
  608. configure:15191: checking for inline
  609. configure:15207: /usr/bin/gcc-4.2 -c -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include conftest.c >&5
  610. configure:15207: $? = 0
  611. configure:15215: result: inline
  612. configure:15233: checking for size_t
  613. configure:15233: /usr/bin/gcc-4.2 -c -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include conftest.c >&5
  614. configure:15233: $? = 0
  615. configure:15233: /usr/bin/gcc-4.2 -c -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include conftest.c >&5
  616. conftest.c: In function 'main':
  617. conftest.c:65: error: expected expression before ')' token
  618. configure:15233: $? = 1
  619. configure: failed program was:
  620. | /* confdefs.h */
  621. | #define PACKAGE_NAME "ledger"
  622. | #define PACKAGE_TARNAME "ledger"
  623. | #define PACKAGE_VERSION "3.0.0-20100615"
  624. | #define PACKAGE_STRING "ledger 3.0.0-20100615"
  625. | #define PACKAGE_BUGREPORT "johnw@newartisans.com"
  626. | #define PACKAGE_URL ""
  627. | #define PACKAGE "ledger"
  628. | #define VERSION "3.0.0-20100615"
  629. | #define STDC_HEADERS 1
  630. | #define HAVE_SYS_TYPES_H 1
  631. | #define HAVE_SYS_STAT_H 1
  632. | #define HAVE_STDLIB_H 1
  633. | #define HAVE_STRING_H 1
  634. | #define HAVE_MEMORY_H 1
  635. | #define HAVE_STRINGS_H 1
  636. | #define HAVE_INTTYPES_H 1
  637. | #define HAVE_STDINT_H 1
  638. | #define HAVE_UNISTD_H 1
  639. | #define __EXTENSIONS__ 1
  640. | #define _ALL_SOURCE 1
  641. | #define _GNU_SOURCE 1
  642. | #define _POSIX_PTHREAD_SEMANTICS 1
  643. | #define _TANDEM_SOURCE 1
  644. | #define HAVE_DLFCN_H 1
  645. | #define LT_OBJDIR ".libs/"
  646. | #define HAVE_VISIBILITY 1
  647. | /* end confdefs.h. */
  648. | #include <stdio.h>
  649. | #ifdef HAVE_SYS_TYPES_H
  650. | # include <sys/types.h>
  651. | #endif
  652. | #ifdef HAVE_SYS_STAT_H
  653. | # include <sys/stat.h>
  654. | #endif
  655. | #ifdef STDC_HEADERS
  656. | # include <stdlib.h>
  657. | # include <stddef.h>
  658. | #else
  659. | # ifdef HAVE_STDLIB_H
  660. | # include <stdlib.h>
  661. | # endif
  662. | #endif
  663. | #ifdef HAVE_STRING_H
  664. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  665. | # include <memory.h>
  666. | # endif
  667. | # include <string.h>
  668. | #endif
  669. | #ifdef HAVE_STRINGS_H
  670. | # include <strings.h>
  671. | #endif
  672. | #ifdef HAVE_INTTYPES_H
  673. | # include <inttypes.h>
  674. | #endif
  675. | #ifdef HAVE_STDINT_H
  676. | # include <stdint.h>
  677. | #endif
  678. | #ifdef HAVE_UNISTD_H
  679. | # include <unistd.h>
  680. | #endif
  681. | int
  682. | main ()
  683. | {
  684. | if (sizeof ((size_t)))
  685. | return 0;
  686. | ;
  687. | return 0;
  688. | }
  689. configure:15233: result: yes
  690. configure:15245: checking for stdint.h
  691. configure:15262: /usr/bin/gcc-4.2 -c -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include conftest.c >&5
  692. configure:15262: $? = 0
  693. configure:15269: result: yes
  694. configure:15281: checking for working alloca.h
  695. configure:15298: /usr/bin/gcc-4.2 -o conftest -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.c >&5
  696. configure:15298: $? = 0
  697. configure:15306: result: yes
  698. configure:15314: checking for alloca
  699. configure:15351: /usr/bin/gcc-4.2 -o conftest -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.c >&5
  700. configure:15351: $? = 0
  701. configure:15359: result: yes
  702. configure:15472: checking for stdlib.h
  703. configure:15472: result: yes
  704. configure:15472: checking for unistd.h
  705. configure:15472: result: yes
  706. configure:15485: checking for getpagesize
  707. configure:15485: /usr/bin/gcc-4.2 -o conftest -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.c >&5
  708. configure:15485: $? = 0
  709. configure:15485: result: yes
  710. configure:15494: checking for working mmap
  711. configure:15631: /usr/bin/gcc-4.2 -o conftest -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.c >&5
  712. configure:15631: $? = 0
  713. configure:15631: ./conftest
  714. configure:15631: $? = 0
  715. configure:15641: result: yes
  716. configure:15652: checking whether integer division by zero raises SIGFPE
  717. configure:15730: result: guessing yes
  718. configure:15743: checking for inttypes.h
  719. configure:15760: /usr/bin/gcc-4.2 -c -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include conftest.c >&5
  720. configure:15760: $? = 0
  721. configure:15767: result: yes
  722. configure:15778: checking for unsigned long long int
  723. configure:15818: /usr/bin/gcc-4.2 -o conftest -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.c >&5
  724. configure:15818: $? = 0
  725. configure:15826: result: yes
  726. configure:15856: checking for inttypes.h
  727. configure:15856: result: yes
  728. configure:15867: checking whether the inttypes.h PRIxNN macros are broken
  729. configure:15888: /usr/bin/gcc-4.2 -c -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include conftest.c >&5
  730. configure:15888: $? = 0
  731. configure:15896: result: no
  732. configure:15991: checking for ld used by GCC
  733. configure:16055: result: /usr/bin/g++-4.2
  734. configure:16062: checking if the linker (/usr/bin/g++-4.2) is GNU ld
  735. configure:16075: result: no
  736. configure:16082: checking for shared library run path origin
  737. configure:16095: result: done
  738. configure:16141: checking whether imported symbols can be declared weak
  739. configure:16156: /usr/bin/gcc-4.2 -o conftest -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.c >&5
  740. Undefined symbols:
  741. "_xyzzy", referenced from:
  742. _main in ccsn9PMW.o
  743. ld: symbol(s) not found
  744. collect2: ld returned 1 exit status
  745. configure:16156: $? = 1
  746. configure: failed program was:
  747. | /* confdefs.h */
  748. | #define PACKAGE_NAME "ledger"
  749. | #define PACKAGE_TARNAME "ledger"
  750. | #define PACKAGE_VERSION "3.0.0-20100615"
  751. | #define PACKAGE_STRING "ledger 3.0.0-20100615"
  752. | #define PACKAGE_BUGREPORT "johnw@newartisans.com"
  753. | #define PACKAGE_URL ""
  754. | #define PACKAGE "ledger"
  755. | #define VERSION "3.0.0-20100615"
  756. | #define STDC_HEADERS 1
  757. | #define HAVE_SYS_TYPES_H 1
  758. | #define HAVE_SYS_STAT_H 1
  759. | #define HAVE_STDLIB_H 1
  760. | #define HAVE_STRING_H 1
  761. | #define HAVE_MEMORY_H 1
  762. | #define HAVE_STRINGS_H 1
  763. | #define HAVE_INTTYPES_H 1
  764. | #define HAVE_STDINT_H 1
  765. | #define HAVE_UNISTD_H 1
  766. | #define __EXTENSIONS__ 1
  767. | #define _ALL_SOURCE 1
  768. | #define _GNU_SOURCE 1
  769. | #define _POSIX_PTHREAD_SEMANTICS 1
  770. | #define _TANDEM_SOURCE 1
  771. | #define HAVE_DLFCN_H 1
  772. | #define LT_OBJDIR ".libs/"
  773. | #define HAVE_VISIBILITY 1
  774. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  775. | #define HAVE_ALLOCA_H 1
  776. | #define HAVE_ALLOCA 1
  777. | #define HAVE_STDLIB_H 1
  778. | #define HAVE_UNISTD_H 1
  779. | #define HAVE_GETPAGESIZE 1
  780. | #define HAVE_MMAP 1
  781. | #define INTDIV0_RAISES_SIGFPE 1
  782. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  783. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  784. | #define HAVE_UINTMAX_T 1
  785. | #define HAVE_INTTYPES_H 1
  786. | /* end confdefs.h. */
  787. | extern void xyzzy ();
  788. | #pragma weak xyzzy
  789. | int
  790. | main ()
  791. | {
  792. | xyzzy();
  793. | ;
  794. | return 0;
  795. | }
  796. configure:16161: result: no
  797. configure:16166: checking pthread.h usability
  798. configure:16166: /usr/bin/gcc-4.2 -c -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include conftest.c >&5
  799. configure:16166: $? = 0
  800. configure:16166: result: yes
  801. configure:16166: checking pthread.h presence
  802. configure:16166: /usr/bin/gcc-4.2 -E -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include conftest.c
  803. configure:16166: $? = 0
  804. configure:16166: result: yes
  805. configure:16166: checking for pthread.h
  806. configure:16166: result: yes
  807. configure:16194: /usr/bin/gcc-4.2 -o conftest -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.c >&5
  808. configure:16194: $? = 0
  809. configure:16204: checking for pthread_kill in -lpthread
  810. configure:16229: /usr/bin/gcc-4.2 -o conftest -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.c -lpthread >&5
  811. configure:16229: $? = 0
  812. configure:16238: result: yes
  813. configure:16361: checking for pthread_rwlock_t
  814. configure:16361: /usr/bin/gcc-4.2 -c -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include conftest.c >&5
  815. configure:16361: $? = 0
  816. configure:16361: /usr/bin/gcc-4.2 -c -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include conftest.c >&5
  817. conftest.c: In function 'main':
  818. conftest.c:47: error: expected expression before ')' token
  819. configure:16361: $? = 1
  820. configure: failed program was:
  821. | /* confdefs.h */
  822. | #define PACKAGE_NAME "ledger"
  823. | #define PACKAGE_TARNAME "ledger"
  824. | #define PACKAGE_VERSION "3.0.0-20100615"
  825. | #define PACKAGE_STRING "ledger 3.0.0-20100615"
  826. | #define PACKAGE_BUGREPORT "johnw@newartisans.com"
  827. | #define PACKAGE_URL ""
  828. | #define PACKAGE "ledger"
  829. | #define VERSION "3.0.0-20100615"
  830. | #define STDC_HEADERS 1
  831. | #define HAVE_SYS_TYPES_H 1
  832. | #define HAVE_SYS_STAT_H 1
  833. | #define HAVE_STDLIB_H 1
  834. | #define HAVE_STRING_H 1
  835. | #define HAVE_MEMORY_H 1
  836. | #define HAVE_STRINGS_H 1
  837. | #define HAVE_INTTYPES_H 1
  838. | #define HAVE_STDINT_H 1
  839. | #define HAVE_UNISTD_H 1
  840. | #define __EXTENSIONS__ 1
  841. | #define _ALL_SOURCE 1
  842. | #define _GNU_SOURCE 1
  843. | #define _POSIX_PTHREAD_SEMANTICS 1
  844. | #define _TANDEM_SOURCE 1
  845. | #define HAVE_DLFCN_H 1
  846. | #define LT_OBJDIR ".libs/"
  847. | #define HAVE_VISIBILITY 1
  848. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  849. | #define HAVE_ALLOCA_H 1
  850. | #define HAVE_ALLOCA 1
  851. | #define HAVE_STDLIB_H 1
  852. | #define HAVE_UNISTD_H 1
  853. | #define HAVE_GETPAGESIZE 1
  854. | #define HAVE_MMAP 1
  855. | #define INTDIV0_RAISES_SIGFPE 1
  856. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  857. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  858. | #define HAVE_UINTMAX_T 1
  859. | #define HAVE_INTTYPES_H 1
  860. | #define USE_POSIX_THREADS 1
  861. | /* end confdefs.h. */
  862. | #include <pthread.h>
  863. |
  864. | int
  865. | main ()
  866. | {
  867. | if (sizeof ((pthread_rwlock_t)))
  868. | return 0;
  869. | ;
  870. | return 0;
  871. | }
  872. configure:16361: result: yes
  873. configure:16386: /usr/bin/gcc-4.2 -c -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include conftest.c >&5
  874. configure:16386: $? = 0
  875. configure:16984: checking for multithread API to use
  876. configure:16986: result: posix
  877. configure:17454: /usr/bin/gcc-4.2 -o conftest -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.c >&5
  878. configure:17454: $? = 0
  879. configure:17465: checking argz.h usability
  880. configure:17465: /usr/bin/gcc-4.2 -c -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include conftest.c >&5
  881. conftest.c:78:18: error: argz.h: No such file or directory
  882. configure:17465: $? = 1
  883. configure: failed program was:
  884. | /* confdefs.h */
  885. | #define PACKAGE_NAME "ledger"
  886. | #define PACKAGE_TARNAME "ledger"
  887. | #define PACKAGE_VERSION "3.0.0-20100615"
  888. | #define PACKAGE_STRING "ledger 3.0.0-20100615"
  889. | #define PACKAGE_BUGREPORT "johnw@newartisans.com"
  890. | #define PACKAGE_URL ""
  891. | #define PACKAGE "ledger"
  892. | #define VERSION "3.0.0-20100615"
  893. | #define STDC_HEADERS 1
  894. | #define HAVE_SYS_TYPES_H 1
  895. | #define HAVE_SYS_STAT_H 1
  896. | #define HAVE_STDLIB_H 1
  897. | #define HAVE_STRING_H 1
  898. | #define HAVE_MEMORY_H 1
  899. | #define HAVE_STRINGS_H 1
  900. | #define HAVE_INTTYPES_H 1
  901. | #define HAVE_STDINT_H 1
  902. | #define HAVE_UNISTD_H 1
  903. | #define __EXTENSIONS__ 1
  904. | #define _ALL_SOURCE 1
  905. | #define _GNU_SOURCE 1
  906. | #define _POSIX_PTHREAD_SEMANTICS 1
  907. | #define _TANDEM_SOURCE 1
  908. | #define HAVE_DLFCN_H 1
  909. | #define LT_OBJDIR ".libs/"
  910. | #define HAVE_VISIBILITY 1
  911. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  912. | #define HAVE_ALLOCA_H 1
  913. | #define HAVE_ALLOCA 1
  914. | #define HAVE_STDLIB_H 1
  915. | #define HAVE_UNISTD_H 1
  916. | #define HAVE_GETPAGESIZE 1
  917. | #define HAVE_MMAP 1
  918. | #define INTDIV0_RAISES_SIGFPE 1
  919. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  920. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  921. | #define HAVE_UINTMAX_T 1
  922. | #define HAVE_INTTYPES_H 1
  923. | #define USE_POSIX_THREADS 1
  924. | #define HAVE_PTHREAD_RWLOCK 1
  925. | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
  926. | #define HAVE_BUILTIN_EXPECT 1
  927. | /* end confdefs.h. */
  928. | #include <stdio.h>
  929. | #ifdef HAVE_SYS_TYPES_H
  930. | # include <sys/types.h>
  931. | #endif
  932. | #ifdef HAVE_SYS_STAT_H
  933. | # include <sys/stat.h>
  934. | #endif
  935. | #ifdef STDC_HEADERS
  936. | # include <stdlib.h>
  937. | # include <stddef.h>
  938. | #else
  939. | # ifdef HAVE_STDLIB_H
  940. | # include <stdlib.h>
  941. | # endif
  942. | #endif
  943. | #ifdef HAVE_STRING_H
  944. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  945. | # include <memory.h>
  946. | # endif
  947. | # include <string.h>
  948. | #endif
  949. | #ifdef HAVE_STRINGS_H
  950. | # include <strings.h>
  951. | #endif
  952. | #ifdef HAVE_INTTYPES_H
  953. | # include <inttypes.h>
  954. | #endif
  955. | #ifdef HAVE_STDINT_H
  956. | # include <stdint.h>
  957. | #endif
  958. | #ifdef HAVE_UNISTD_H
  959. | # include <unistd.h>
  960. | #endif
  961. | #include <argz.h>
  962. configure:17465: result: no
  963. configure:17465: checking argz.h presence
  964. configure:17465: /usr/bin/gcc-4.2 -E -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include conftest.c
  965. conftest.c:45:18: error: argz.h: No such file or directory
  966. configure:17465: $? = 1
  967. configure: failed program was:
  968. | /* confdefs.h */
  969. | #define PACKAGE_NAME "ledger"
  970. | #define PACKAGE_TARNAME "ledger"
  971. | #define PACKAGE_VERSION "3.0.0-20100615"
  972. | #define PACKAGE_STRING "ledger 3.0.0-20100615"
  973. | #define PACKAGE_BUGREPORT "johnw@newartisans.com"
  974. | #define PACKAGE_URL ""
  975. | #define PACKAGE "ledger"
  976. | #define VERSION "3.0.0-20100615"
  977. | #define STDC_HEADERS 1
  978. | #define HAVE_SYS_TYPES_H 1
  979. | #define HAVE_SYS_STAT_H 1
  980. | #define HAVE_STDLIB_H 1
  981. | #define HAVE_STRING_H 1
  982. | #define HAVE_MEMORY_H 1
  983. | #define HAVE_STRINGS_H 1
  984. | #define HAVE_INTTYPES_H 1
  985. | #define HAVE_STDINT_H 1
  986. | #define HAVE_UNISTD_H 1
  987. | #define __EXTENSIONS__ 1
  988. | #define _ALL_SOURCE 1
  989. | #define _GNU_SOURCE 1
  990. | #define _POSIX_PTHREAD_SEMANTICS 1
  991. | #define _TANDEM_SOURCE 1
  992. | #define HAVE_DLFCN_H 1
  993. | #define LT_OBJDIR ".libs/"
  994. | #define HAVE_VISIBILITY 1
  995. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  996. | #define HAVE_ALLOCA_H 1
  997. | #define HAVE_ALLOCA 1
  998. | #define HAVE_STDLIB_H 1
  999. | #define HAVE_UNISTD_H 1
  1000. | #define HAVE_GETPAGESIZE 1
  1001. | #define HAVE_MMAP 1
  1002. | #define INTDIV0_RAISES_SIGFPE 1
  1003. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  1004. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  1005. | #define HAVE_UINTMAX_T 1
  1006. | #define HAVE_INTTYPES_H 1
  1007. | #define USE_POSIX_THREADS 1
  1008. | #define HAVE_PTHREAD_RWLOCK 1
  1009. | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
  1010. | #define HAVE_BUILTIN_EXPECT 1
  1011. | /* end confdefs.h. */
  1012. | #include <argz.h>
  1013. configure:17465: result: no
  1014. configure:17465: checking for argz.h
  1015. configure:17465: result: no
  1016. configure:17465: checking for inttypes.h
  1017. configure:17465: result: yes
  1018. configure:17465: checking limits.h usability
  1019. configure:17465: /usr/bin/gcc-4.2 -c -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include conftest.c >&5
  1020. configure:17465: $? = 0
  1021. configure:17465: result: yes
  1022. configure:17465: checking limits.h presence
  1023. configure:17465: /usr/bin/gcc-4.2 -E -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include conftest.c
  1024. configure:17465: $? = 0
  1025. configure:17465: result: yes
  1026. configure:17465: checking for limits.h
  1027. configure:17465: result: yes
  1028. configure:17465: checking for unistd.h
  1029. configure:17465: result: yes
  1030. configure:17465: checking sys/param.h usability
  1031. configure:17465: /usr/bin/gcc-4.2 -c -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include conftest.c >&5
  1032. configure:17465: $? = 0
  1033. configure:17465: result: yes
  1034. configure:17465: checking sys/param.h presence
  1035. configure:17465: /usr/bin/gcc-4.2 -E -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include conftest.c
  1036. configure:17465: $? = 0
  1037. configure:17465: result: yes
  1038. configure:17465: checking for sys/param.h
  1039. configure:17465: result: yes
  1040. configure:17481: checking for getcwd
  1041. configure:17481: /usr/bin/gcc-4.2 -o conftest -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.c >&5
  1042. configure:17481: $? = 0
  1043. configure:17481: result: yes
  1044. configure:17481: checking for getegid
  1045. configure:17481: /usr/bin/gcc-4.2 -o conftest -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.c >&5
  1046. configure:17481: $? = 0
  1047. configure:17481: result: yes
  1048. configure:17481: checking for geteuid
  1049. configure:17481: /usr/bin/gcc-4.2 -o conftest -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.c >&5
  1050. configure:17481: $? = 0
  1051. configure:17481: result: yes
  1052. configure:17481: checking for getgid
  1053. configure:17481: /usr/bin/gcc-4.2 -o conftest -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.c >&5
  1054. configure:17481: $? = 0
  1055. configure:17481: result: yes
  1056. configure:17481: checking for getuid
  1057. configure:17481: /usr/bin/gcc-4.2 -o conftest -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.c >&5
  1058. configure:17481: $? = 0
  1059. configure:17481: result: yes
  1060. configure:17481: checking for mempcpy
  1061. configure:17481: /usr/bin/gcc-4.2 -o conftest -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.c >&5
  1062. conftest.c:77: warning: conflicting types for built-in function 'mempcpy'
  1063. Undefined symbols:
  1064. "_mempcpy", referenced from:
  1065. _main in ccYboWAO.o
  1066. ld: symbol(s) not found
  1067. collect2: ld returned 1 exit status
  1068. configure:17481: $? = 1
  1069. configure: failed program was:
  1070. | /* confdefs.h */
  1071. | #define PACKAGE_NAME "ledger"
  1072. | #define PACKAGE_TARNAME "ledger"
  1073. | #define PACKAGE_VERSION "3.0.0-20100615"
  1074. | #define PACKAGE_STRING "ledger 3.0.0-20100615"
  1075. | #define PACKAGE_BUGREPORT "johnw@newartisans.com"
  1076. | #define PACKAGE_URL ""
  1077. | #define PACKAGE "ledger"
  1078. | #define VERSION "3.0.0-20100615"
  1079. | #define STDC_HEADERS 1
  1080. | #define HAVE_SYS_TYPES_H 1
  1081. | #define HAVE_SYS_STAT_H 1
  1082. | #define HAVE_STDLIB_H 1
  1083. | #define HAVE_STRING_H 1
  1084. | #define HAVE_MEMORY_H 1
  1085. | #define HAVE_STRINGS_H 1
  1086. | #define HAVE_INTTYPES_H 1
  1087. | #define HAVE_STDINT_H 1
  1088. | #define HAVE_UNISTD_H 1
  1089. | #define __EXTENSIONS__ 1
  1090. | #define _ALL_SOURCE 1
  1091. | #define _GNU_SOURCE 1
  1092. | #define _POSIX_PTHREAD_SEMANTICS 1
  1093. | #define _TANDEM_SOURCE 1
  1094. | #define HAVE_DLFCN_H 1
  1095. | #define LT_OBJDIR ".libs/"
  1096. | #define HAVE_VISIBILITY 1
  1097. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  1098. | #define HAVE_ALLOCA_H 1
  1099. | #define HAVE_ALLOCA 1
  1100. | #define HAVE_STDLIB_H 1
  1101. | #define HAVE_UNISTD_H 1
  1102. | #define HAVE_GETPAGESIZE 1
  1103. | #define HAVE_MMAP 1
  1104. | #define INTDIV0_RAISES_SIGFPE 1
  1105. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  1106. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  1107. | #define HAVE_UINTMAX_T 1
  1108. | #define HAVE_INTTYPES_H 1
  1109. | #define USE_POSIX_THREADS 1
  1110. | #define HAVE_PTHREAD_RWLOCK 1
  1111. | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
  1112. | #define HAVE_BUILTIN_EXPECT 1
  1113. | #define HAVE_INTTYPES_H 1
  1114. | #define HAVE_LIMITS_H 1
  1115. | #define HAVE_UNISTD_H 1
  1116. | #define HAVE_SYS_PARAM_H 1
  1117. | #define HAVE_GETCWD 1
  1118. | #define HAVE_GETEGID 1
  1119. | #define HAVE_GETEUID 1
  1120. | #define HAVE_GETGID 1
  1121. | #define HAVE_GETUID 1
  1122. | /* end confdefs.h. */
  1123. | /* Define mempcpy to an innocuous variant, in case <limits.h> declares mempcpy.
  1124. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1125. | #define mempcpy innocuous_mempcpy
  1126. |
  1127. | /* System header to define __stub macros and hopefully few prototypes,
  1128. | which can conflict with char mempcpy (); below.
  1129. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1130. | <limits.h> exists even on freestanding compilers. */
  1131. |
  1132. | #ifdef __STDC__
  1133. | # include <limits.h>
  1134. | #else
  1135. | # include <assert.h>
  1136. | #endif
  1137. |
  1138. | #undef mempcpy
  1139. |
  1140. | /* Override any GCC internal prototype to avoid an error.
  1141. | Use char because int might match the return type of a GCC
  1142. | builtin and then its argument prototype would still apply. */
  1143. | #ifdef __cplusplus
  1144. | extern "C"
  1145. | #endif
  1146. | char mempcpy ();
  1147. | /* The GNU C library defines this for functions which it implements
  1148. | to always fail with ENOSYS. Some functions are actually named
  1149. | something starting with __ and the normal name is an alias. */
  1150. | #if defined __stub_mempcpy || defined __stub___mempcpy
  1151. | choke me
  1152. | #endif
  1153. |
  1154. | int
  1155. | main ()
  1156. | {
  1157. | return mempcpy ();
  1158. | ;
  1159. | return 0;
  1160. | }
  1161. configure:17481: result: no
  1162. configure:17481: checking for munmap
  1163. configure:17481: /usr/bin/gcc-4.2 -o conftest -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.c >&5
  1164. configure:17481: $? = 0
  1165. configure:17481: result: yes
  1166. configure:17481: checking for stpcpy
  1167. configure:17481: /usr/bin/gcc-4.2 -o conftest -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.c >&5
  1168. conftest.c:78: warning: conflicting types for built-in function 'stpcpy'
  1169. configure:17481: $? = 0
  1170. configure:17481: result: yes
  1171. configure:17481: checking for strcasecmp
  1172. configure:17481: /usr/bin/gcc-4.2 -o conftest -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.c >&5
  1173. conftest.c:79: warning: conflicting types for built-in function 'strcasecmp'
  1174. configure:17481: $? = 0
  1175. configure:17481: result: yes
  1176. configure:17481: checking for strdup
  1177. configure:17481: /usr/bin/gcc-4.2 -o conftest -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.c >&5
  1178. conftest.c:80: warning: conflicting types for built-in function 'strdup'
  1179. configure:17481: $? = 0
  1180. configure:17481: result: yes
  1181. configure:17481: checking for strtoul
  1182. configure:17481: /usr/bin/gcc-4.2 -o conftest -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.c >&5
  1183. configure:17481: $? = 0
  1184. configure:17481: result: yes
  1185. configure:17481: checking for tsearch
  1186. configure:17481: /usr/bin/gcc-4.2 -o conftest -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.c >&5
  1187. configure:17481: $? = 0
  1188. configure:17481: result: yes
  1189. configure:17481: checking for argz_count
  1190. configure:17481: /usr/bin/gcc-4.2 -o conftest -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.c >&5
  1191. Undefined symbols:
  1192. "_argz_count", referenced from:
  1193. _main in ccrfj6lY.o
  1194. ld: symbol(s) not found
  1195. collect2: ld returned 1 exit status
  1196. configure:17481: $? = 1
  1197. configure: failed program was:
  1198. | /* confdefs.h */
  1199. | #define PACKAGE_NAME "ledger"
  1200. | #define PACKAGE_TARNAME "ledger"
  1201. | #define PACKAGE_VERSION "3.0.0-20100615"
  1202. | #define PACKAGE_STRING "ledger 3.0.0-20100615"
  1203. | #define PACKAGE_BUGREPORT "johnw@newartisans.com"
  1204. | #define PACKAGE_URL ""
  1205. | #define PACKAGE "ledger"
  1206. | #define VERSION "3.0.0-20100615"
  1207. | #define STDC_HEADERS 1
  1208. | #define HAVE_SYS_TYPES_H 1
  1209. | #define HAVE_SYS_STAT_H 1
  1210. | #define HAVE_STDLIB_H 1
  1211. | #define HAVE_STRING_H 1
  1212. | #define HAVE_MEMORY_H 1
  1213. | #define HAVE_STRINGS_H 1
  1214. | #define HAVE_INTTYPES_H 1
  1215. | #define HAVE_STDINT_H 1
  1216. | #define HAVE_UNISTD_H 1
  1217. | #define __EXTENSIONS__ 1
  1218. | #define _ALL_SOURCE 1
  1219. | #define _GNU_SOURCE 1
  1220. | #define _POSIX_PTHREAD_SEMANTICS 1
  1221. | #define _TANDEM_SOURCE 1
  1222. | #define HAVE_DLFCN_H 1
  1223. | #define LT_OBJDIR ".libs/"
  1224. | #define HAVE_VISIBILITY 1
  1225. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  1226. | #define HAVE_ALLOCA_H 1
  1227. | #define HAVE_ALLOCA 1
  1228. | #define HAVE_STDLIB_H 1
  1229. | #define HAVE_UNISTD_H 1
  1230. | #define HAVE_GETPAGESIZE 1
  1231. | #define HAVE_MMAP 1
  1232. | #define INTDIV0_RAISES_SIGFPE 1
  1233. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  1234. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  1235. | #define HAVE_UINTMAX_T 1
  1236. | #define HAVE_INTTYPES_H 1
  1237. | #define USE_POSIX_THREADS 1
  1238. | #define HAVE_PTHREAD_RWLOCK 1
  1239. | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
  1240. | #define HAVE_BUILTIN_EXPECT 1
  1241. | #define HAVE_INTTYPES_H 1
  1242. | #define HAVE_LIMITS_H 1
  1243. | #define HAVE_UNISTD_H 1
  1244. | #define HAVE_SYS_PARAM_H 1
  1245. | #define HAVE_GETCWD 1
  1246. | #define HAVE_GETEGID 1
  1247. | #define HAVE_GETEUID 1
  1248. | #define HAVE_GETGID 1
  1249. | #define HAVE_GETUID 1
  1250. | #define HAVE_MUNMAP 1
  1251. | #define HAVE_STPCPY 1
  1252. | #define HAVE_STRCASECMP 1
  1253. | #define HAVE_STRDUP 1
  1254. | #define HAVE_STRTOUL 1
  1255. | #define HAVE_TSEARCH 1
  1256. | /* end confdefs.h. */
  1257. | /* Define argz_count to an innocuous variant, in case <limits.h> declares argz_count.
  1258. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1259. | #define argz_count innocuous_argz_count
  1260. |
  1261. | /* System header to define __stub macros and hopefully few prototypes,
  1262. | which can conflict with char argz_count (); below.
  1263. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1264. | <limits.h> exists even on freestanding compilers. */
  1265. |
  1266. | #ifdef __STDC__
  1267. | # include <limits.h>
  1268. | #else
  1269. | # include <assert.h>
  1270. | #endif
  1271. |
  1272. | #undef argz_count
  1273. |
  1274. | /* Override any GCC internal prototype to avoid an error.
  1275. | Use char because int might match the return type of a GCC
  1276. | builtin and then its argument prototype would still apply. */
  1277. | #ifdef __cplusplus
  1278. | extern "C"
  1279. | #endif
  1280. | char argz_count ();
  1281. | /* The GNU C library defines this for functions which it implements
  1282. | to always fail with ENOSYS. Some functions are actually named
  1283. | something starting with __ and the normal name is an alias. */
  1284. | #if defined __stub_argz_count || defined __stub___argz_count
  1285. | choke me
  1286. | #endif
  1287. |
  1288. | int
  1289. | main ()
  1290. | {
  1291. | return argz_count ();
  1292. | ;
  1293. | return 0;
  1294. | }
  1295. configure:17481: result: no
  1296. configure:17481: checking for argz_stringify
  1297. configure:17481: /usr/bin/gcc-4.2 -o conftest -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.c >&5
  1298. Undefined symbols:
  1299. "_argz_stringify", referenced from:
  1300. _main in ccUynOWz.o
  1301. ld: symbol(s) not found
  1302. collect2: ld returned 1 exit status
  1303. configure:17481: $? = 1
  1304. configure: failed program was:
  1305. | /* confdefs.h */
  1306. | #define PACKAGE_NAME "ledger"
  1307. | #define PACKAGE_TARNAME "ledger"
  1308. | #define PACKAGE_VERSION "3.0.0-20100615"
  1309. | #define PACKAGE_STRING "ledger 3.0.0-20100615"
  1310. | #define PACKAGE_BUGREPORT "johnw@newartisans.com"
  1311. | #define PACKAGE_URL ""
  1312. | #define PACKAGE "ledger"
  1313. | #define VERSION "3.0.0-20100615"
  1314. | #define STDC_HEADERS 1
  1315. | #define HAVE_SYS_TYPES_H 1
  1316. | #define HAVE_SYS_STAT_H 1
  1317. | #define HAVE_STDLIB_H 1
  1318. | #define HAVE_STRING_H 1
  1319. | #define HAVE_MEMORY_H 1
  1320. | #define HAVE_STRINGS_H 1
  1321. | #define HAVE_INTTYPES_H 1
  1322. | #define HAVE_STDINT_H 1
  1323. | #define HAVE_UNISTD_H 1
  1324. | #define __EXTENSIONS__ 1
  1325. | #define _ALL_SOURCE 1
  1326. | #define _GNU_SOURCE 1
  1327. | #define _POSIX_PTHREAD_SEMANTICS 1
  1328. | #define _TANDEM_SOURCE 1
  1329. | #define HAVE_DLFCN_H 1
  1330. | #define LT_OBJDIR ".libs/"
  1331. | #define HAVE_VISIBILITY 1
  1332. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  1333. | #define HAVE_ALLOCA_H 1
  1334. | #define HAVE_ALLOCA 1
  1335. | #define HAVE_STDLIB_H 1
  1336. | #define HAVE_UNISTD_H 1
  1337. | #define HAVE_GETPAGESIZE 1
  1338. | #define HAVE_MMAP 1
  1339. | #define INTDIV0_RAISES_SIGFPE 1
  1340. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  1341. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  1342. | #define HAVE_UINTMAX_T 1
  1343. | #define HAVE_INTTYPES_H 1
  1344. | #define USE_POSIX_THREADS 1
  1345. | #define HAVE_PTHREAD_RWLOCK 1
  1346. | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
  1347. | #define HAVE_BUILTIN_EXPECT 1
  1348. | #define HAVE_INTTYPES_H 1
  1349. | #define HAVE_LIMITS_H 1
  1350. | #define HAVE_UNISTD_H 1
  1351. | #define HAVE_SYS_PARAM_H 1
  1352. | #define HAVE_GETCWD 1
  1353. | #define HAVE_GETEGID 1
  1354. | #define HAVE_GETEUID 1
  1355. | #define HAVE_GETGID 1
  1356. | #define HAVE_GETUID 1
  1357. | #define HAVE_MUNMAP 1
  1358. | #define HAVE_STPCPY 1
  1359. | #define HAVE_STRCASECMP 1
  1360. | #define HAVE_STRDUP 1
  1361. | #define HAVE_STRTOUL 1
  1362. | #define HAVE_TSEARCH 1
  1363. | /* end confdefs.h. */
  1364. | /* Define argz_stringify to an innocuous variant, in case <limits.h> declares argz_stringify.
  1365. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1366. | #define argz_stringify innocuous_argz_stringify
  1367. |
  1368. | /* System header to define __stub macros and hopefully few prototypes,
  1369. | which can conflict with char argz_stringify (); below.
  1370. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1371. | <limits.h> exists even on freestanding compilers. */
  1372. |
  1373. | #ifdef __STDC__
  1374. | # include <limits.h>
  1375. | #else
  1376. | # include <assert.h>
  1377. | #endif
  1378. |
  1379. | #undef argz_stringify
  1380. |
  1381. | /* Override any GCC internal prototype to avoid an error.
  1382. | Use char because int might match the return type of a GCC
  1383. | builtin and then its argument prototype would still apply. */
  1384. | #ifdef __cplusplus
  1385. | extern "C"
  1386. | #endif
  1387. | char argz_stringify ();
  1388. | /* The GNU C library defines this for functions which it implements
  1389. | to always fail with ENOSYS. Some functions are actually named
  1390. | something starting with __ and the normal name is an alias. */
  1391. | #if defined __stub_argz_stringify || defined __stub___argz_stringify
  1392. | choke me
  1393. | #endif
  1394. |
  1395. | int
  1396. | main ()
  1397. | {
  1398. | return argz_stringify ();
  1399. | ;
  1400. | return 0;
  1401. | }
  1402. configure:17481: result: no
  1403. configure:17481: checking for argz_next
  1404. configure:17481: /usr/bin/gcc-4.2 -o conftest -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.c >&5
  1405. Undefined symbols:
  1406. "_argz_next", referenced from:
  1407. _main in ccRMnQ2i.o
  1408. ld: symbol(s) not found
  1409. collect2: ld returned 1 exit status
  1410. configure:17481: $? = 1
  1411. configure: failed program was:
  1412. | /* confdefs.h */
  1413. | #define PACKAGE_NAME "ledger"
  1414. | #define PACKAGE_TARNAME "ledger"
  1415. | #define PACKAGE_VERSION "3.0.0-20100615"
  1416. | #define PACKAGE_STRING "ledger 3.0.0-20100615"
  1417. | #define PACKAGE_BUGREPORT "johnw@newartisans.com"
  1418. | #define PACKAGE_URL ""
  1419. | #define PACKAGE "ledger"
  1420. | #define VERSION "3.0.0-20100615"
  1421. | #define STDC_HEADERS 1
  1422. | #define HAVE_SYS_TYPES_H 1
  1423. | #define HAVE_SYS_STAT_H 1
  1424. | #define HAVE_STDLIB_H 1
  1425. | #define HAVE_STRING_H 1
  1426. | #define HAVE_MEMORY_H 1
  1427. | #define HAVE_STRINGS_H 1
  1428. | #define HAVE_INTTYPES_H 1
  1429. | #define HAVE_STDINT_H 1
  1430. | #define HAVE_UNISTD_H 1
  1431. | #define __EXTENSIONS__ 1
  1432. | #define _ALL_SOURCE 1
  1433. | #define _GNU_SOURCE 1
  1434. | #define _POSIX_PTHREAD_SEMANTICS 1
  1435. | #define _TANDEM_SOURCE 1
  1436. | #define HAVE_DLFCN_H 1
  1437. | #define LT_OBJDIR ".libs/"
  1438. | #define HAVE_VISIBILITY 1
  1439. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  1440. | #define HAVE_ALLOCA_H 1
  1441. | #define HAVE_ALLOCA 1
  1442. | #define HAVE_STDLIB_H 1
  1443. | #define HAVE_UNISTD_H 1
  1444. | #define HAVE_GETPAGESIZE 1
  1445. | #define HAVE_MMAP 1
  1446. | #define INTDIV0_RAISES_SIGFPE 1
  1447. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  1448. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  1449. | #define HAVE_UINTMAX_T 1
  1450. | #define HAVE_INTTYPES_H 1
  1451. | #define USE_POSIX_THREADS 1
  1452. | #define HAVE_PTHREAD_RWLOCK 1
  1453. | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
  1454. | #define HAVE_BUILTIN_EXPECT 1
  1455. | #define HAVE_INTTYPES_H 1
  1456. | #define HAVE_LIMITS_H 1
  1457. | #define HAVE_UNISTD_H 1
  1458. | #define HAVE_SYS_PARAM_H 1
  1459. | #define HAVE_GETCWD 1
  1460. | #define HAVE_GETEGID 1
  1461. | #define HAVE_GETEUID 1
  1462. | #define HAVE_GETGID 1
  1463. | #define HAVE_GETUID 1
  1464. | #define HAVE_MUNMAP 1
  1465. | #define HAVE_STPCPY 1
  1466. | #define HAVE_STRCASECMP 1
  1467. | #define HAVE_STRDUP 1
  1468. | #define HAVE_STRTOUL 1
  1469. | #define HAVE_TSEARCH 1
  1470. | /* end confdefs.h. */
  1471. | /* Define argz_next to an innocuous variant, in case <limits.h> declares argz_next.
  1472. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1473. | #define argz_next innocuous_argz_next
  1474. |
  1475. | /* System header to define __stub macros and hopefully few prototypes,
  1476. | which can conflict with char argz_next (); below.
  1477. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1478. | <limits.h> exists even on freestanding compilers. */
  1479. |
  1480. | #ifdef __STDC__
  1481. | # include <limits.h>
  1482. | #else
  1483. | # include <assert.h>
  1484. | #endif
  1485. |
  1486. | #undef argz_next
  1487. |
  1488. | /* Override any GCC internal prototype to avoid an error.
  1489. | Use char because int might match the return type of a GCC
  1490. | builtin and then its argument prototype would still apply. */
  1491. | #ifdef __cplusplus
  1492. | extern "C"
  1493. | #endif
  1494. | char argz_next ();
  1495. | /* The GNU C library defines this for functions which it implements
  1496. | to always fail with ENOSYS. Some functions are actually named
  1497. | something starting with __ and the normal name is an alias. */
  1498. | #if defined __stub_argz_next || defined __stub___argz_next
  1499. | choke me
  1500. | #endif
  1501. |
  1502. | int
  1503. | main ()
  1504. | {
  1505. | return argz_next ();
  1506. | ;
  1507. | return 0;
  1508. | }
  1509. configure:17481: result: no
  1510. configure:17481: checking for __fsetlocking
  1511. configure:17481: /usr/bin/gcc-4.2 -o conftest -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.c >&5
  1512. Undefined symbols:
  1513. "___fsetlocking", referenced from:
  1514. _main in ccQlSghP.o
  1515. ld: symbol(s) not found
  1516. collect2: ld returned 1 exit status
  1517. configure:17481: $? = 1
  1518. configure: failed program was:
  1519. | /* confdefs.h */
  1520. | #define PACKAGE_NAME "ledger"
  1521. | #define PACKAGE_TARNAME "ledger"
  1522. | #define PACKAGE_VERSION "3.0.0-20100615"
  1523. | #define PACKAGE_STRING "ledger 3.0.0-20100615"
  1524. | #define PACKAGE_BUGREPORT "johnw@newartisans.com"
  1525. | #define PACKAGE_URL ""
  1526. | #define PACKAGE "ledger"
  1527. | #define VERSION "3.0.0-20100615"
  1528. | #define STDC_HEADERS 1
  1529. | #define HAVE_SYS_TYPES_H 1
  1530. | #define HAVE_SYS_STAT_H 1
  1531. | #define HAVE_STDLIB_H 1
  1532. | #define HAVE_STRING_H 1
  1533. | #define HAVE_MEMORY_H 1
  1534. | #define HAVE_STRINGS_H 1
  1535. | #define HAVE_INTTYPES_H 1
  1536. | #define HAVE_STDINT_H 1
  1537. | #define HAVE_UNISTD_H 1
  1538. | #define __EXTENSIONS__ 1
  1539. | #define _ALL_SOURCE 1
  1540. | #define _GNU_SOURCE 1
  1541. | #define _POSIX_PTHREAD_SEMANTICS 1
  1542. | #define _TANDEM_SOURCE 1
  1543. | #define HAVE_DLFCN_H 1
  1544. | #define LT_OBJDIR ".libs/"
  1545. | #define HAVE_VISIBILITY 1
  1546. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  1547. | #define HAVE_ALLOCA_H 1
  1548. | #define HAVE_ALLOCA 1
  1549. | #define HAVE_STDLIB_H 1
  1550. | #define HAVE_UNISTD_H 1
  1551. | #define HAVE_GETPAGESIZE 1
  1552. | #define HAVE_MMAP 1
  1553. | #define INTDIV0_RAISES_SIGFPE 1
  1554. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  1555. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  1556. | #define HAVE_UINTMAX_T 1
  1557. | #define HAVE_INTTYPES_H 1
  1558. | #define USE_POSIX_THREADS 1
  1559. | #define HAVE_PTHREAD_RWLOCK 1
  1560. | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
  1561. | #define HAVE_BUILTIN_EXPECT 1
  1562. | #define HAVE_INTTYPES_H 1
  1563. | #define HAVE_LIMITS_H 1
  1564. | #define HAVE_UNISTD_H 1
  1565. | #define HAVE_SYS_PARAM_H 1
  1566. | #define HAVE_GETCWD 1
  1567. | #define HAVE_GETEGID 1
  1568. | #define HAVE_GETEUID 1
  1569. | #define HAVE_GETGID 1
  1570. | #define HAVE_GETUID 1
  1571. | #define HAVE_MUNMAP 1
  1572. | #define HAVE_STPCPY 1
  1573. | #define HAVE_STRCASECMP 1
  1574. | #define HAVE_STRDUP 1
  1575. | #define HAVE_STRTOUL 1
  1576. | #define HAVE_TSEARCH 1
  1577. | /* end confdefs.h. */
  1578. | /* Define __fsetlocking to an innocuous variant, in case <limits.h> declares __fsetlocking.
  1579. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1580. | #define __fsetlocking innocuous___fsetlocking
  1581. |
  1582. | /* System header to define __stub macros and hopefully few prototypes,
  1583. | which can conflict with char __fsetlocking (); below.
  1584. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1585. | <limits.h> exists even on freestanding compilers. */
  1586. |
  1587. | #ifdef __STDC__
  1588. | # include <limits.h>
  1589. | #else
  1590. | # include <assert.h>
  1591. | #endif
  1592. |
  1593. | #undef __fsetlocking
  1594. |
  1595. | /* Override any GCC internal prototype to avoid an error.
  1596. | Use char because int might match the return type of a GCC
  1597. | builtin and then its argument prototype would still apply. */
  1598. | #ifdef __cplusplus
  1599. | extern "C"
  1600. | #endif
  1601. | char __fsetlocking ();
  1602. | /* The GNU C library defines this for functions which it implements
  1603. | to always fail with ENOSYS. Some functions are actually named
  1604. | something starting with __ and the normal name is an alias. */
  1605. | #if defined __stub___fsetlocking || defined __stub_____fsetlocking
  1606. | choke me
  1607. | #endif
  1608. |
  1609. | int
  1610. | main ()
  1611. | {
  1612. | return __fsetlocking ();
  1613. | ;
  1614. | return 0;
  1615. | }
  1616. configure:17481: result: no
  1617. configure:17493: checking whether feof_unlocked is declared
  1618. configure:17513: /usr/bin/gcc-4.2 -c -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include conftest.c >&5
  1619. configure:17513: $? = 0
  1620. configure:17520: result: yes
  1621. configure:17534: checking whether fgets_unlocked is declared
  1622. configure:17554: /usr/bin/gcc-4.2 -c -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include conftest.c >&5
  1623. conftest.c: In function 'main':
  1624. conftest.c:67: error: 'fgets_unlocked' undeclared (first use in this function)
  1625. conftest.c:67: error: (Each undeclared identifier is reported only once
  1626. conftest.c:67: error: for each function it appears in.)
  1627. configure:17554: $? = 1
  1628. configure: failed program was:
  1629. | /* confdefs.h */
  1630. | #define PACKAGE_NAME "ledger"
  1631. | #define PACKAGE_TARNAME "ledger"
  1632. | #define PACKAGE_VERSION "3.0.0-20100615"
  1633. | #define PACKAGE_STRING "ledger 3.0.0-20100615"
  1634. | #define PACKAGE_BUGREPORT "johnw@newartisans.com"
  1635. | #define PACKAGE_URL ""
  1636. | #define PACKAGE "ledger"
  1637. | #define VERSION "3.0.0-20100615"
  1638. | #define STDC_HEADERS 1
  1639. | #define HAVE_SYS_TYPES_H 1
  1640. | #define HAVE_SYS_STAT_H 1
  1641. | #define HAVE_STDLIB_H 1
  1642. | #define HAVE_STRING_H 1
  1643. | #define HAVE_MEMORY_H 1
  1644. | #define HAVE_STRINGS_H 1
  1645. | #define HAVE_INTTYPES_H 1
  1646. | #define HAVE_STDINT_H 1
  1647. | #define HAVE_UNISTD_H 1
  1648. | #define __EXTENSIONS__ 1
  1649. | #define _ALL_SOURCE 1
  1650. | #define _GNU_SOURCE 1
  1651. | #define _POSIX_PTHREAD_SEMANTICS 1
  1652. | #define _TANDEM_SOURCE 1
  1653. | #define HAVE_DLFCN_H 1
  1654. | #define LT_OBJDIR ".libs/"
  1655. | #define HAVE_VISIBILITY 1
  1656. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  1657. | #define HAVE_ALLOCA_H 1
  1658. | #define HAVE_ALLOCA 1
  1659. | #define HAVE_STDLIB_H 1
  1660. | #define HAVE_UNISTD_H 1
  1661. | #define HAVE_GETPAGESIZE 1
  1662. | #define HAVE_MMAP 1
  1663. | #define INTDIV0_RAISES_SIGFPE 1
  1664. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  1665. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  1666. | #define HAVE_UINTMAX_T 1
  1667. | #define HAVE_INTTYPES_H 1
  1668. | #define USE_POSIX_THREADS 1
  1669. | #define HAVE_PTHREAD_RWLOCK 1
  1670. | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
  1671. | #define HAVE_BUILTIN_EXPECT 1
  1672. | #define HAVE_INTTYPES_H 1
  1673. | #define HAVE_LIMITS_H 1
  1674. | #define HAVE_UNISTD_H 1
  1675. | #define HAVE_SYS_PARAM_H 1
  1676. | #define HAVE_GETCWD 1
  1677. | #define HAVE_GETEGID 1
  1678. | #define HAVE_GETEUID 1
  1679. | #define HAVE_GETGID 1
  1680. | #define HAVE_GETUID 1
  1681. | #define HAVE_MUNMAP 1
  1682. | #define HAVE_STPCPY 1
  1683. | #define HAVE_STRCASECMP 1
  1684. | #define HAVE_STRDUP 1
  1685. | #define HAVE_STRTOUL 1
  1686. | #define HAVE_TSEARCH 1
  1687. | #define HAVE_DECL_FEOF_UNLOCKED 1
  1688. | /* end confdefs.h. */
  1689. | #include <stdio.h>
  1690. | int
  1691. | main ()
  1692. | {
  1693. |
  1694. | #ifndef fgets_unlocked
  1695. | char *p = (char *) fgets_unlocked;
  1696. | #endif
  1697. |
  1698. | ;
  1699. | return 0;
  1700. | }
  1701. configure:17561: result: no
  1702. configure:17605: checking for iconv
  1703. configure:17627: /usr/bin/gcc-4.2 -o conftest -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -I/opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.c >&5
  1704. Undefined symbols:
  1705. "_libiconv_open", referenced from:
  1706. _main in ccd3G4hI.o
  1707. "_libiconv_close", referenced from:
  1708. _main in ccd3G4hI.o
  1709. "_libiconv", referenced from:
  1710. _main in ccd3G4hI.o
  1711. ld: symbol(s) not found
  1712. collect2: ld returned 1 exit status
  1713. configure:17627: $? = 1
  1714. configure: failed program was:
  1715. | /* confdefs.h */
  1716. | #define PACKAGE_NAME "ledger"
  1717. | #define PACKAGE_TARNAME "ledger"
  1718. | #define PACKAGE_VERSION "3.0.0-20100615"
  1719. | #define PACKAGE_STRING "ledger 3.0.0-20100615"
  1720. | #define PACKAGE_BUGREPORT "johnw@newartisans.com"
  1721. | #define PACKAGE_URL ""
  1722. | #define PACKAGE "ledger"
  1723. | #define VERSION "3.0.0-20100615"
  1724. | #define STDC_HEADERS 1
  1725. | #define HAVE_SYS_TYPES_H 1
  1726. | #define HAVE_SYS_STAT_H 1
  1727. | #define HAVE_STDLIB_H 1
  1728. | #define HAVE_STRING_H 1
  1729. | #define HAVE_MEMORY_H 1
  1730. | #define HAVE_STRINGS_H 1
  1731. | #define HAVE_INTTYPES_H 1
  1732. | #define HAVE_STDINT_H 1
  1733. | #define HAVE_UNISTD_H 1
  1734. | #define __EXTENSIONS__ 1
  1735. | #define _ALL_SOURCE 1
  1736. | #define _GNU_SOURCE 1
  1737. | #define _POSIX_PTHREAD_SEMANTICS 1
  1738. | #define _TANDEM_SOURCE 1
  1739. | #define HAVE_DLFCN_H 1
  1740. | #define LT_OBJDIR ".libs/"
  1741. | #define HAVE_VISIBILITY 1
  1742. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  1743. | #define HAVE_ALLOCA_H 1
  1744. | #define HAVE_ALLOCA 1
  1745. | #define HAVE_STDLIB_H 1
  1746. | #define HAVE_UNISTD_H 1
  1747. | #define HAVE_GETPAGESIZE 1
  1748. | #define HAVE_MMAP 1
  1749. | #define INTDIV0_RAISES_SIGFPE 1
  1750. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  1751. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  1752. | #define HAVE_UINTMAX_T 1
  1753. | #define HAVE_INTTYPES_H 1
  1754. | #define USE_POSIX_THREADS 1
  1755. | #define HAVE_PTHREAD_RWLOCK 1
  1756. | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
  1757. | #define HAVE_BUILTIN_EXPECT 1
  1758. | #define HAVE_INTTYPES_H 1
  1759. | #define HAVE_LIMITS_H 1
  1760. | #define HAVE_UNISTD_H 1
  1761. | #define HAVE_SYS_PARAM_H 1
  1762. | #define HAVE_GETCWD 1
  1763. | #define HAVE_GETEGID 1
  1764. | #define HAVE_GETEUID 1
  1765. | #define HAVE_GETGID 1
  1766. | #define HAVE_GETUID 1
  1767. | #define HAVE_MUNMAP 1
  1768. | #define HAVE_STPCPY 1
  1769. | #define HAVE_STRCASECMP 1
  1770. | #define HAVE_STRDUP 1
  1771. | #define HAVE_STRTOUL 1
  1772. | #define HAVE_TSEARCH 1
  1773. | #define HAVE_DECL_FEOF_UNLOCKED 1
  1774. | #define HAVE_DECL_FGETS_UNLOCKED 0
  1775. | /* end confdefs.h. */
  1776. | #include <stdlib.h>
  1777. | #include <iconv.h>
  1778. | int
  1779. | main ()
  1780. | {
  1781. | iconv_t cd = iconv_open("","");
  1782. | iconv(cd,NULL,NULL,NULL,NULL);
  1783. | iconv_close(cd);
  1784. | ;
  1785. | return 0;
  1786. | }
  1787. configure:17649: /usr/bin/gcc-4.2 -o conftest -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -I/opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.c -liconv >&5
  1788. configure:17649: $? = 0
  1789. configure:17659: result: yes
  1790. configure:17662: checking for working iconv
  1791. configure:17738: /usr/bin/gcc-4.2 -o conftest -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -I/opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.c -liconv >&5
  1792. configure:17738: $? = 0
  1793. configure:17738: ./conftest
  1794. configure:17738: $? = 0
  1795. configure:17750: result: yes
  1796. configure:17765: checking how to link with libiconv
  1797. configure:17767: result: -liconv
  1798. configure:17778: checking for iconv declaration
  1799. configure:17807: /usr/bin/gcc-4.2 -c -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -I/opt/local/include conftest.c >&5
  1800. configure:17807: $? = 0
  1801. configure:17818: result: install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  1802. configure:17829: checking for NL_LOCALE_NAME macro
  1803. configure:17848: /usr/bin/gcc-4.2 -o conftest -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -I/opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.c >&5
  1804. Undefined symbols:
  1805. "__NL_LOCALE_NAME", referenced from:
  1806. _main in ccNVXLVT.o
  1807. ld: symbol(s) not found
  1808. collect2: ld returned 1 exit status
  1809. configure:17848: $? = 1
  1810. configure: failed program was:
  1811. | /* confdefs.h */
  1812. | #define PACKAGE_NAME "ledger"
  1813. | #define PACKAGE_TARNAME "ledger"
  1814. | #define PACKAGE_VERSION "3.0.0-20100615"
  1815. | #define PACKAGE_STRING "ledger 3.0.0-20100615"
  1816. | #define PACKAGE_BUGREPORT "johnw@newartisans.com"
  1817. | #define PACKAGE_URL ""
  1818. | #define PACKAGE "ledger"
  1819. | #define VERSION "3.0.0-20100615"
  1820. | #define STDC_HEADERS 1
  1821. | #define HAVE_SYS_TYPES_H 1
  1822. | #define HAVE_SYS_STAT_H 1
  1823. | #define HAVE_STDLIB_H 1
  1824. | #define HAVE_STRING_H 1
  1825. | #define HAVE_MEMORY_H 1
  1826. | #define HAVE_STRINGS_H 1
  1827. | #define HAVE_INTTYPES_H 1
  1828. | #define HAVE_STDINT_H 1
  1829. | #define HAVE_UNISTD_H 1
  1830. | #define __EXTENSIONS__ 1
  1831. | #define _ALL_SOURCE 1
  1832. | #define _GNU_SOURCE 1
  1833. | #define _POSIX_PTHREAD_SEMANTICS 1
  1834. | #define _TANDEM_SOURCE 1
  1835. | #define HAVE_DLFCN_H 1
  1836. | #define LT_OBJDIR ".libs/"
  1837. | #define HAVE_VISIBILITY 1
  1838. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  1839. | #define HAVE_ALLOCA_H 1
  1840. | #define HAVE_ALLOCA 1
  1841. | #define HAVE_STDLIB_H 1
  1842. | #define HAVE_UNISTD_H 1
  1843. | #define HAVE_GETPAGESIZE 1
  1844. | #define HAVE_MMAP 1
  1845. | #define INTDIV0_RAISES_SIGFPE 1
  1846. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  1847. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  1848. | #define HAVE_UINTMAX_T 1
  1849. | #define HAVE_INTTYPES_H 1
  1850. | #define USE_POSIX_THREADS 1
  1851. | #define HAVE_PTHREAD_RWLOCK 1
  1852. | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
  1853. | #define HAVE_BUILTIN_EXPECT 1
  1854. | #define HAVE_INTTYPES_H 1
  1855. | #define HAVE_LIMITS_H 1
  1856. | #define HAVE_UNISTD_H 1
  1857. | #define HAVE_SYS_PARAM_H 1
  1858. | #define HAVE_GETCWD 1
  1859. | #define HAVE_GETEGID 1
  1860. | #define HAVE_GETEUID 1
  1861. | #define HAVE_GETGID 1
  1862. | #define HAVE_GETUID 1
  1863. | #define HAVE_MUNMAP 1
  1864. | #define HAVE_STPCPY 1
  1865. | #define HAVE_STRCASECMP 1
  1866. | #define HAVE_STRDUP 1
  1867. | #define HAVE_STRTOUL 1
  1868. | #define HAVE_TSEARCH 1
  1869. | #define HAVE_DECL_FEOF_UNLOCKED 1
  1870. | #define HAVE_DECL_FGETS_UNLOCKED 0
  1871. | #define HAVE_ICONV 1
  1872. | #define ICONV_CONST
  1873. | /* end confdefs.h. */
  1874. | #include <langinfo.h>
  1875. | #include <locale.h>
  1876. | int
  1877. | main ()
  1878. | {
  1879. | char* cs = nl_langinfo(_NL_LOCALE_NAME(LC_MESSAGES));
  1880. | return !cs;
  1881. |
  1882. | ;
  1883. | return 0;
  1884. | }
  1885. configure:17857: result: no
  1886. configure:17869: checking for bison
  1887. configure:17885: found /opt/local/bin/bison
  1888. configure:17896: result: bison
  1889. configure:17910: checking version of bison
  1890. configure:17919: result: 2.4.1, ok
  1891. configure:17927: checking for long long int
  1892. configure:17967: /usr/bin/gcc-4.2 -o conftest -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -I/opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.c >&5
  1893. configure:17967: $? = 0
  1894. configure:17997: /usr/bin/gcc-4.2 -o conftest -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -I/opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.c >&5
  1895. configure:17997: $? = 0
  1896. configure:17997: ./conftest
  1897. configure:17997: $? = 0
  1898. configure:18012: result: yes
  1899. configure:18021: checking for wchar_t
  1900. configure:18038: /usr/bin/gcc-4.2 -c -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -I/opt/local/include conftest.c >&5
  1901. configure:18038: $? = 0
  1902. configure:18045: result: yes
  1903. configure:18054: checking for wint_t
  1904. configure:18079: /usr/bin/gcc-4.2 -c -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -I/opt/local/include conftest.c >&5
  1905. configure:18079: $? = 0
  1906. configure:18086: result: yes
  1907. configure:18097: checking for intmax_t
  1908. configure:18123: /usr/bin/gcc-4.2 -c -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -I/opt/local/include conftest.c >&5
  1909. configure:18123: $? = 0
  1910. configure:18130: result: yes
  1911. configure:18140: checking whether printf() supports POSIX/XSI format strings
  1912. configure:18181: /usr/bin/gcc-4.2 -o conftest -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -I/opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.c >&5
  1913. configure:18181: $? = 0
  1914. configure:18181: ./conftest
  1915. configure:18181: $? = 0
  1916. configure:18192: result: yes
  1917. configure:18203: checking whether we are using the GNU C Library 2.1 or newer
  1918. conftest.c:70:22: error: features.h: No such file or directory
  1919. configure:18230: result: no
  1920. configure:18239: checking for stdint.h
  1921. configure:18239: result: yes
  1922. configure:18249: checking for SIZE_MAX
  1923. configure:18321: result: yes
  1924. configure:18336: checking for stdint.h
  1925. configure:18336: result: yes
  1926. configure:18348: checking for CFPreferencesCopyAppValue
  1927. configure:18366: /usr/bin/gcc-4.2 -o conftest -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -I/opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.c -Wl,-framework -Wl,CoreFoundation >&5
  1928. configure:18366: $? = 0
  1929. configure:18375: result: yes
  1930. configure:18382: checking for CFLocaleCopyCurrent
  1931. configure:18400: /usr/bin/gcc-4.2 -o conftest -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -I/opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.c -Wl,-framework -Wl,CoreFoundation >&5
  1932. configure:18400: $? = 0
  1933. configure:18409: result: yes
  1934. configure:18427: checking for ptrdiff_t
  1935. configure:18427: /usr/bin/gcc-4.2 -c -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -I/opt/local/include conftest.c >&5
  1936. configure:18427: $? = 0
  1937. configure:18427: /usr/bin/gcc-4.2 -c -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -I/opt/local/include conftest.c >&5
  1938. conftest.c: In function 'main':
  1939. conftest.c:109: error: expected expression before ')' token
  1940. configure:18427: $? = 1
  1941. configure: failed program was:
  1942. | /* confdefs.h */
  1943. | #define PACKAGE_NAME "ledger"
  1944. | #define PACKAGE_TARNAME "ledger"
  1945. | #define PACKAGE_VERSION "3.0.0-20100615"
  1946. | #define PACKAGE_STRING "ledger 3.0.0-20100615"
  1947. | #define PACKAGE_BUGREPORT "johnw@newartisans.com"
  1948. | #define PACKAGE_URL ""
  1949. | #define PACKAGE "ledger"
  1950. | #define VERSION "3.0.0-20100615"
  1951. | #define STDC_HEADERS 1
  1952. | #define HAVE_SYS_TYPES_H 1
  1953. | #define HAVE_SYS_STAT_H 1
  1954. | #define HAVE_STDLIB_H 1
  1955. | #define HAVE_STRING_H 1
  1956. | #define HAVE_MEMORY_H 1
  1957. | #define HAVE_STRINGS_H 1
  1958. | #define HAVE_INTTYPES_H 1
  1959. | #define HAVE_STDINT_H 1
  1960. | #define HAVE_UNISTD_H 1
  1961. | #define __EXTENSIONS__ 1
  1962. | #define _ALL_SOURCE 1
  1963. | #define _GNU_SOURCE 1
  1964. | #define _POSIX_PTHREAD_SEMANTICS 1
  1965. | #define _TANDEM_SOURCE 1
  1966. | #define HAVE_DLFCN_H 1
  1967. | #define LT_OBJDIR ".libs/"
  1968. | #define HAVE_VISIBILITY 1
  1969. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  1970. | #define HAVE_ALLOCA_H 1
  1971. | #define HAVE_ALLOCA 1
  1972. | #define HAVE_STDLIB_H 1
  1973. | #define HAVE_UNISTD_H 1
  1974. | #define HAVE_GETPAGESIZE 1
  1975. | #define HAVE_MMAP 1
  1976. | #define INTDIV0_RAISES_SIGFPE 1
  1977. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  1978. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  1979. | #define HAVE_UINTMAX_T 1
  1980. | #define HAVE_INTTYPES_H 1
  1981. | #define USE_POSIX_THREADS 1
  1982. | #define HAVE_PTHREAD_RWLOCK 1
  1983. | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
  1984. | #define HAVE_BUILTIN_EXPECT 1
  1985. | #define HAVE_INTTYPES_H 1
  1986. | #define HAVE_LIMITS_H 1
  1987. | #define HAVE_UNISTD_H 1
  1988. | #define HAVE_SYS_PARAM_H 1
  1989. | #define HAVE_GETCWD 1
  1990. | #define HAVE_GETEGID 1
  1991. | #define HAVE_GETEUID 1
  1992. | #define HAVE_GETGID 1
  1993. | #define HAVE_GETUID 1
  1994. | #define HAVE_MUNMAP 1
  1995. | #define HAVE_STPCPY 1
  1996. | #define HAVE_STRCASECMP 1
  1997. | #define HAVE_STRDUP 1
  1998. | #define HAVE_STRTOUL 1
  1999. | #define HAVE_TSEARCH 1
  2000. | #define HAVE_DECL_FEOF_UNLOCKED 1
  2001. | #define HAVE_DECL_FGETS_UNLOCKED 0
  2002. | #define HAVE_ICONV 1
  2003. | #define ICONV_CONST
  2004. | #define HAVE_LONG_LONG_INT 1
  2005. | #define HAVE_WCHAR_T 1
  2006. | #define HAVE_WINT_T 1
  2007. | #define HAVE_INTMAX_T 1
  2008. | #define HAVE_POSIX_PRINTF 1
  2009. | #define HAVE_STDINT_H 1
  2010. | #define HAVE_STDINT_H 1
  2011. | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
  2012. | #define HAVE_CFLOCALECOPYCURRENT 1
  2013. | /* end confdefs.h. */
  2014. | #include <stdio.h>
  2015. | #ifdef HAVE_SYS_TYPES_H
  2016. | # include <sys/types.h>
  2017. | #endif
  2018. | #ifdef HAVE_SYS_STAT_H
  2019. | # include <sys/stat.h>
  2020. | #endif
  2021. | #ifdef STDC_HEADERS
  2022. | # include <stdlib.h>
  2023. | # include <stddef.h>
  2024. | #else
  2025. | # ifdef HAVE_STDLIB_H
  2026. | # include <stdlib.h>
  2027. | # endif
  2028. | #endif
  2029. | #ifdef HAVE_STRING_H
  2030. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2031. | # include <memory.h>
  2032. | # endif
  2033. | # include <string.h>
  2034. | #endif
  2035. | #ifdef HAVE_STRINGS_H
  2036. | # include <strings.h>
  2037. | #endif
  2038. | #ifdef HAVE_INTTYPES_H
  2039. | # include <inttypes.h>
  2040. | #endif
  2041. | #ifdef HAVE_STDINT_H
  2042. | # include <stdint.h>
  2043. | #endif
  2044. | #ifdef HAVE_UNISTD_H
  2045. | # include <unistd.h>
  2046. | #endif
  2047. | int
  2048. | main ()
  2049. | {
  2050. | if (sizeof ((ptrdiff_t)))
  2051. | return 0;
  2052. | ;
  2053. | return 0;
  2054. | }
  2055. configure:18427: result: yes
  2056. configure:18440: checking stddef.h usability
  2057. configure:18440: /usr/bin/gcc-4.2 -c -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -I/opt/local/include conftest.c >&5
  2058. configure:18440: $? = 0
  2059. configure:18440: result: yes
  2060. configure:18440: checking stddef.h presence
  2061. configure:18440: /usr/bin/gcc-4.2 -E -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -I/opt/local/include conftest.c
  2062. configure:18440: $? = 0
  2063. configure:18440: result: yes
  2064. configure:18440: checking for stddef.h
  2065. configure:18440: result: yes
  2066. configure:18440: checking for stdlib.h
  2067. configure:18440: result: yes
  2068. configure:18440: checking for string.h
  2069. configure:18440: result: yes
  2070. configure:18454: checking for asprintf
  2071. configure:18454: /usr/bin/gcc-4.2 -o conftest -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -I/opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.c >&5
  2072. configure:18454: $? = 0
  2073. configure:18454: result: yes
  2074. configure:18454: checking for fwprintf
  2075. configure:18454: /usr/bin/gcc-4.2 -o conftest -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -I/opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.c >&5
  2076. configure:18454: $? = 0
  2077. configure:18454: result: yes
  2078. configure:18454: checking for putenv
  2079. configure:18454: /usr/bin/gcc-4.2 -o conftest -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -I/opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.c >&5
  2080. configure:18454: $? = 0
  2081. configure:18454: result: yes
  2082. configure:18454: checking for setenv
  2083. configure:18454: /usr/bin/gcc-4.2 -o conftest -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -I/opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.c >&5
  2084. configure:18454: $? = 0
  2085. configure:18454: result: yes
  2086. configure:18454: checking for setlocale
  2087. configure:18454: /usr/bin/gcc-4.2 -o conftest -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -I/opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.c >&5
  2088. configure:18454: $? = 0
  2089. configure:18454: result: yes
  2090. configure:18454: checking for snprintf
  2091. configure:18454: /usr/bin/gcc-4.2 -o conftest -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -I/opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.c >&5
  2092. conftest.c:104: warning: conflicting types for built-in function 'snprintf'
  2093. configure:18454: $? = 0
  2094. configure:18454: result: yes
  2095. configure:18454: checking for wcslen
  2096. configure:18454: /usr/bin/gcc-4.2 -o conftest -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -I/opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.c >&5
  2097. configure:18454: $? = 0
  2098. configure:18454: result: yes
  2099. configure:18466: checking whether _snprintf is declared
  2100. configure:18486: /usr/bin/gcc-4.2 -c -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -I/opt/local/include conftest.c >&5
  2101. conftest.c: In function 'main':
  2102. conftest.c:89: error: '_snprintf' undeclared (first use in this function)
  2103. conftest.c:89: error: (Each undeclared identifier is reported only once
  2104. conftest.c:89: error: for each function it appears in.)
  2105. configure:18486: $? = 1
  2106. configure: failed program was:
  2107. | /* confdefs.h */
  2108. | #define PACKAGE_NAME "ledger"
  2109. | #define PACKAGE_TARNAME "ledger"
  2110. | #define PACKAGE_VERSION "3.0.0-20100615"
  2111. | #define PACKAGE_STRING "ledger 3.0.0-20100615"
  2112. | #define PACKAGE_BUGREPORT "johnw@newartisans.com"
  2113. | #define PACKAGE_URL ""
  2114. | #define PACKAGE "ledger"
  2115. | #define VERSION "3.0.0-20100615"
  2116. | #define STDC_HEADERS 1
  2117. | #define HAVE_SYS_TYPES_H 1
  2118. | #define HAVE_SYS_STAT_H 1
  2119. | #define HAVE_STDLIB_H 1
  2120. | #define HAVE_STRING_H 1
  2121. | #define HAVE_MEMORY_H 1
  2122. | #define HAVE_STRINGS_H 1
  2123. | #define HAVE_INTTYPES_H 1
  2124. | #define HAVE_STDINT_H 1
  2125. | #define HAVE_UNISTD_H 1
  2126. | #define __EXTENSIONS__ 1
  2127. | #define _ALL_SOURCE 1
  2128. | #define _GNU_SOURCE 1
  2129. | #define _POSIX_PTHREAD_SEMANTICS 1
  2130. | #define _TANDEM_SOURCE 1
  2131. | #define HAVE_DLFCN_H 1
  2132. | #define LT_OBJDIR ".libs/"
  2133. | #define HAVE_VISIBILITY 1
  2134. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  2135. | #define HAVE_ALLOCA_H 1
  2136. | #define HAVE_ALLOCA 1
  2137. | #define HAVE_STDLIB_H 1
  2138. | #define HAVE_UNISTD_H 1
  2139. | #define HAVE_GETPAGESIZE 1
  2140. | #define HAVE_MMAP 1
  2141. | #define INTDIV0_RAISES_SIGFPE 1
  2142. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  2143. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  2144. | #define HAVE_UINTMAX_T 1
  2145. | #define HAVE_INTTYPES_H 1
  2146. | #define USE_POSIX_THREADS 1
  2147. | #define HAVE_PTHREAD_RWLOCK 1
  2148. | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
  2149. | #define HAVE_BUILTIN_EXPECT 1
  2150. | #define HAVE_INTTYPES_H 1
  2151. | #define HAVE_LIMITS_H 1
  2152. | #define HAVE_UNISTD_H 1
  2153. | #define HAVE_SYS_PARAM_H 1
  2154. | #define HAVE_GETCWD 1
  2155. | #define HAVE_GETEGID 1
  2156. | #define HAVE_GETEUID 1
  2157. | #define HAVE_GETGID 1
  2158. | #define HAVE_GETUID 1
  2159. | #define HAVE_MUNMAP 1
  2160. | #define HAVE_STPCPY 1
  2161. | #define HAVE_STRCASECMP 1
  2162. | #define HAVE_STRDUP 1
  2163. | #define HAVE_STRTOUL 1
  2164. | #define HAVE_TSEARCH 1
  2165. | #define HAVE_DECL_FEOF_UNLOCKED 1
  2166. | #define HAVE_DECL_FGETS_UNLOCKED 0
  2167. | #define HAVE_ICONV 1
  2168. | #define ICONV_CONST
  2169. | #define HAVE_LONG_LONG_INT 1
  2170. | #define HAVE_WCHAR_T 1
  2171. | #define HAVE_WINT_T 1
  2172. | #define HAVE_INTMAX_T 1
  2173. | #define HAVE_POSIX_PRINTF 1
  2174. | #define HAVE_STDINT_H 1
  2175. | #define HAVE_STDINT_H 1
  2176. | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
  2177. | #define HAVE_CFLOCALECOPYCURRENT 1
  2178. | #define HAVE_STDDEF_H 1
  2179. | #define HAVE_STDLIB_H 1
  2180. | #define HAVE_STRING_H 1
  2181. | #define HAVE_ASPRINTF 1
  2182. | #define HAVE_FWPRINTF 1
  2183. | #define HAVE_PUTENV 1
  2184. | #define HAVE_SETENV 1
  2185. | #define HAVE_SETLOCALE 1
  2186. | #define HAVE_SNPRINTF 1
  2187. | #define HAVE_WCSLEN 1
  2188. | /* end confdefs.h. */
  2189. | #include <stdio.h>
  2190. | int
  2191. | main ()
  2192. | {
  2193. |
  2194. | #ifndef _snprintf
  2195. | char *p = (char *) _snprintf;
  2196. | #endif
  2197. |
  2198. | ;
  2199. | return 0;
  2200. | }
  2201. configure:18493: result: no
  2202. configure:18507: checking whether _snwprintf is declared
  2203. configure:18527: /usr/bin/gcc-4.2 -c -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -I/opt/local/include conftest.c >&5
  2204. conftest.c: In function 'main':
  2205. conftest.c:90: error: '_snwprintf' undeclared (first use in this function)
  2206. conftest.c:90: error: (Each undeclared identifier is reported only once
  2207. conftest.c:90: error: for each function it appears in.)
  2208. configure:18527: $? = 1
  2209. configure: failed program was:
  2210. | /* confdefs.h */
  2211. | #define PACKAGE_NAME "ledger"
  2212. | #define PACKAGE_TARNAME "ledger"
  2213. | #define PACKAGE_VERSION "3.0.0-20100615"
  2214. | #define PACKAGE_STRING "ledger 3.0.0-20100615"
  2215. | #define PACKAGE_BUGREPORT "johnw@newartisans.com"
  2216. | #define PACKAGE_URL ""
  2217. | #define PACKAGE "ledger"
  2218. | #define VERSION "3.0.0-20100615"
  2219. | #define STDC_HEADERS 1
  2220. | #define HAVE_SYS_TYPES_H 1
  2221. | #define HAVE_SYS_STAT_H 1
  2222. | #define HAVE_STDLIB_H 1
  2223. | #define HAVE_STRING_H 1
  2224. | #define HAVE_MEMORY_H 1
  2225. | #define HAVE_STRINGS_H 1
  2226. | #define HAVE_INTTYPES_H 1
  2227. | #define HAVE_STDINT_H 1
  2228. | #define HAVE_UNISTD_H 1
  2229. | #define __EXTENSIONS__ 1
  2230. | #define _ALL_SOURCE 1
  2231. | #define _GNU_SOURCE 1
  2232. | #define _POSIX_PTHREAD_SEMANTICS 1
  2233. | #define _TANDEM_SOURCE 1
  2234. | #define HAVE_DLFCN_H 1
  2235. | #define LT_OBJDIR ".libs/"
  2236. | #define HAVE_VISIBILITY 1
  2237. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  2238. | #define HAVE_ALLOCA_H 1
  2239. | #define HAVE_ALLOCA 1
  2240. | #define HAVE_STDLIB_H 1
  2241. | #define HAVE_UNISTD_H 1
  2242. | #define HAVE_GETPAGESIZE 1
  2243. | #define HAVE_MMAP 1
  2244. | #define INTDIV0_RAISES_SIGFPE 1
  2245. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  2246. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  2247. | #define HAVE_UINTMAX_T 1
  2248. | #define HAVE_INTTYPES_H 1
  2249. | #define USE_POSIX_THREADS 1
  2250. | #define HAVE_PTHREAD_RWLOCK 1
  2251. | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
  2252. | #define HAVE_BUILTIN_EXPECT 1
  2253. | #define HAVE_INTTYPES_H 1
  2254. | #define HAVE_LIMITS_H 1
  2255. | #define HAVE_UNISTD_H 1
  2256. | #define HAVE_SYS_PARAM_H 1
  2257. | #define HAVE_GETCWD 1
  2258. | #define HAVE_GETEGID 1
  2259. | #define HAVE_GETEUID 1
  2260. | #define HAVE_GETGID 1
  2261. | #define HAVE_GETUID 1
  2262. | #define HAVE_MUNMAP 1
  2263. | #define HAVE_STPCPY 1
  2264. | #define HAVE_STRCASECMP 1
  2265. | #define HAVE_STRDUP 1
  2266. | #define HAVE_STRTOUL 1
  2267. | #define HAVE_TSEARCH 1
  2268. | #define HAVE_DECL_FEOF_UNLOCKED 1
  2269. | #define HAVE_DECL_FGETS_UNLOCKED 0
  2270. | #define HAVE_ICONV 1
  2271. | #define ICONV_CONST
  2272. | #define HAVE_LONG_LONG_INT 1
  2273. | #define HAVE_WCHAR_T 1
  2274. | #define HAVE_WINT_T 1
  2275. | #define HAVE_INTMAX_T 1
  2276. | #define HAVE_POSIX_PRINTF 1
  2277. | #define HAVE_STDINT_H 1
  2278. | #define HAVE_STDINT_H 1
  2279. | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
  2280. | #define HAVE_CFLOCALECOPYCURRENT 1
  2281. | #define HAVE_STDDEF_H 1
  2282. | #define HAVE_STDLIB_H 1
  2283. | #define HAVE_STRING_H 1
  2284. | #define HAVE_ASPRINTF 1
  2285. | #define HAVE_FWPRINTF 1
  2286. | #define HAVE_PUTENV 1
  2287. | #define HAVE_SETENV 1
  2288. | #define HAVE_SETLOCALE 1
  2289. | #define HAVE_SNPRINTF 1
  2290. | #define HAVE_WCSLEN 1
  2291. | #define HAVE_DECL__SNPRINTF 0
  2292. | /* end confdefs.h. */
  2293. | #include <stdio.h>
  2294. | int
  2295. | main ()
  2296. | {
  2297. |
  2298. | #ifndef _snwprintf
  2299. | char *p = (char *) _snwprintf;
  2300. | #endif
  2301. |
  2302. | ;
  2303. | return 0;
  2304. | }
  2305. configure:18534: result: no
  2306. configure:18549: checking whether getc_unlocked is declared
  2307. configure:18569: /usr/bin/gcc-4.2 -c -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -I/opt/local/include conftest.c >&5
  2308. configure:18569: $? = 0
  2309. configure:18576: result: yes
  2310. configure:18615: checking for nl_langinfo and CODESET
  2311. configure:18631: /usr/bin/gcc-4.2 -o conftest -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -I/opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.c >&5
  2312. configure:18631: $? = 0
  2313. configure:18640: result: yes
  2314. configure:18649: checking for LC_MESSAGES
  2315. configure:18665: /usr/bin/gcc-4.2 -o conftest -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -I/opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.c >&5
  2316. configure:18665: $? = 0
  2317. configure:18673: result: yes
  2318. configure:18824: checking for CFPreferencesCopyAppValue
  2319. configure:18851: result: yes
  2320. configure:18858: checking for CFLocaleCopyCurrent
  2321. configure:18885: result: yes
  2322. configure:18920: checking whether included gettext is requested
  2323. configure:18930: result: yes
  2324. configure:19545: checking whether to use NLS
  2325. configure:19547: result: yes
  2326. configure:19550: checking where the gettext function comes from
  2327. configure:19561: result: included intl directory
  2328. configure:19657: checking for emacs
  2329. configure:19673: found /Users/simon/bin/emacs
  2330. configure:19684: result: emacs
  2331. configure:19708: checking where .elc files should go
  2332. configure:19721: $EMACS -batch -q -eval '(while load-path (princ (concat (car load-path) "\n")) (setq load-path (cdr load-path)))' </dev/null >conftest.out
  2333. End of file during parsing
  2334. configure:19724: $? = 255
  2335. configure:19737: result: ${datadir}/emacs/site-lisp
  2336. configure:19866: checking if pipes can be used
  2337. configure:19911: /usr/bin/g++-4.2 -o conftest -fpch-deps -Wconversion -g -pipe -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -I/opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.cpp >&5
  2338. configure:19911: $? = 0
  2339. configure:19925: result: true
  2340. configure:19935: checking if GMP is available
  2341. configure:19961: /usr/bin/g++-4.2 -o conftest -fpch-deps -Wconversion -g -pipe -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -I/opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.cpp -lgmp >&5
  2342. configure:19961: $? = 0
  2343. configure:19976: result: true
  2344. configure:19989: checking if MPFR is available
  2345. configure:20017: /usr/bin/g++-4.2 -o conftest -fpch-deps -Wconversion -g -pipe -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -I/opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.cpp -lmpfr -lgmp >&5
  2346. configure:20017: $? = 0
  2347. configure:20032: result: true
  2348. configure:20045: checking if libedit is available
  2349. configure:20073: /usr/bin/g++-4.2 -o conftest -fpch-deps -Wconversion -g -pipe -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -I/opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.cpp -ledit -lmpfr -lgmp >&5
  2350. configure:20073: $? = 0
  2351. configure:20088: result: true
  2352. configure:20099: checking if boost_regex is available
  2353. configure:20123: /usr/bin/g++-4.2 -o conftest -fpch-deps -Wconversion -g -pipe -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -I/opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.cpp -lboost_regex -ledit -lmpfr -lgmp >&5
  2354. configure:20123: $? = 0
  2355. configure:20138: result: true
  2356. configure:20150: checking if boost_regex w/ICU is available
  2357. configure:20177: /usr/bin/g++-4.2 -o conftest -fpch-deps -Wconversion -g -pipe -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -I/opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.cpp -licuuc -lboost_regex -ledit -lmpfr -lgmp >&5
  2358. Undefined symbols:
  2359. "boost::basic_regex<int, boost::icu_regex_traits>::do_assign(int const*, int const*, unsigned int)", referenced from:
  2360. boost::basic_regex<int, boost::icu_regex_traits>::assign(int const*, int const*, unsigned int)in ccooM67i.o
  2361. "boost::icu_regex_traits::isctype(int, unsigned long long) const", referenced from:
  2362. boost::re_detail::perl_matcher<boost::u8_to_u32_iterator<__gnu_cxx::__normal_iterator<char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, int>, std::allocator<boost::sub_match<boost::u8_to_u32_iterator<__gnu_cxx::__normal_iterator<char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, int> > >, boost::icu_regex_traits>::match_word_end()in ccooM67i.o
  2363. boost::re_detail::perl_matcher<boost::u8_to_u32_iterator<__gnu_cxx::__normal_iterator<char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, int>, std::allocator<boost::sub_match<boost::u8_to_u32_iterator<__gnu_cxx::__normal_iterator<char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, int> > >, boost::icu_regex_traits>::match_word_end()in ccooM67i.o
  2364. boost::re_detail::perl_matcher<boost::u8_to_u32_iterator<__gnu_cxx::__normal_iterator<char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, int>, std::allocator<boost::sub_match<boost::u8_to_u32_iterator<__gnu_cxx::__normal_iterator<char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, int> > >, boost::icu_regex_traits>::match_word_start()in ccooM67i.o
  2365. boost::re_detail::perl_matcher<boost::u8_to_u32_iterator<__gnu_cxx::__normal_iterator<char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, int>, std::allocator<boost::sub_match<boost::u8_to_u32_iterator<__gnu_cxx::__normal_iterator<char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, int> > >, boost::icu_regex_traits>::match_word_start()in ccooM67i.o
  2366. boost::re_detail::perl_matcher<boost::u8_to_u32_iterator<__gnu_cxx::__normal_iterator<char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, int>, std::allocator<boost::sub_match<boost::u8_to_u32_iterator<__gnu_cxx::__normal_iterator<char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, int> > >, boost::icu_regex_traits>::match_within_word()in ccooM67i.o
  2367. boost::re_detail::perl_matcher<boost::u8_to_u32_iterator<__gnu_cxx::__normal_iterator<char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, int>, std::allocator<boost::sub_match<boost::u8_to_u32_iterator<__gnu_cxx::__normal_iterator<char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, int> > >, boost::icu_regex_traits>::match_within_word()in ccooM67i.o
  2368. boost::re_detail::perl_matcher<boost::u8_to_u32_iterator<__gnu_cxx::__normal_iterator<char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, int>, std::allocator<boost::sub_match<boost::u8_to_u32_iterator<__gnu_cxx::__normal_iterator<char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, int> > >, boost::icu_regex_traits>::match_word_boundary()in ccooM67i.o
  2369. boost::re_detail::perl_matcher<boost::u8_to_u32_iterator<__gnu_cxx::__normal_iterator<char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, int>, std::allocator<boost::sub_match<boost::u8_to_u32_iterator<__gnu_cxx::__normal_iterator<char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, int> > >, boost::icu_regex_traits>::match_word_boundary()in ccooM67i.o
  2370. boost::u8_to_u32_iterator<__gnu_cxx::__normal_iterator<char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, int> boost::re_detail::re_is_set_member<boost::u8_to_u32_iterator<__gnu_cxx::__normal_iterator<char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, int>, int, boost::icu_regex_traits, unsigned long long>(boost::u8_to_u32_iterator<__gnu_cxx::__normal_iterator<char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, int>, boost::u8_to_u32_iterator<__gnu_cxx::__normal_iterator<char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, int>, boost::re_detail::re_set_long<unsigned long long> const*, boost::re_detail::regex_data<int, boost::icu_regex_traits> const&, bool)in ccooM67i.o
  2371. boost::u8_to_u32_iterator<__gnu_cxx::__normal_iterator<char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, int> boost::re_detail::re_is_set_member<boost::u8_to_u32_iterator<__gnu_cxx::__normal_iterator<char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, int>, int, boost::icu_regex_traits, unsigned long long>(boost::u8_to_u32_iterator<__gnu_cxx::__normal_iterator<char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, int>, boost::u8_to_u32_iterator<__gnu_cxx::__normal_iterator<char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, int>, boost::re_detail::re_set_long<unsigned long long> const*, boost::re_detail::regex_data<int, boost::icu_regex_traits> const&, bool)in ccooM67i.o
  2372. boost::re_detail::perl_matcher<boost::u8_to_u32_iterator<__gnu_cxx::__normal_iterator<char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, int>, std::allocator<boost::sub_match<boost::u8_to_u32_iterator<__gnu_cxx::__normal_iterator<char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, int> > >, boost::icu_regex_traits>::find_restart_word()in ccooM67i.o
  2373. boost::re_detail::perl_matcher<boost::u8_to_u32_iterator<__gnu_cxx::__normal_iterator<char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, int>, std::allocator<boost::sub_match<boost::u8_to_u32_iterator<__gnu_cxx::__normal_iterator<char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, int> > >, boost::icu_regex_traits>::find_restart_word()in ccooM67i.o
  2374. "boost::re_detail::icu_regex_traits_implementation::do_transform(int const*, int const*, icu_4_3::Collator const*) const", referenced from:
  2375. boost::re_detail::icu_regex_traits_implementation::transform(int const*, int const*) constin ccooM67i.o
  2376. boost::re_detail::icu_regex_traits_implementation::transform_primary(int const*, int const*) constin ccooM67i.o
  2377. ld: symbol(s) not found
  2378. collect2: ld returned 1 exit status
  2379. configure:20177: $? = 1
  2380. configure: failed program was:
  2381. | /* confdefs.h */
  2382. | #define PACKAGE_NAME "ledger"
  2383. | #define PACKAGE_TARNAME "ledger"
  2384. | #define PACKAGE_VERSION "3.0.0-20100615"
  2385. | #define PACKAGE_STRING "ledger 3.0.0-20100615"
  2386. | #define PACKAGE_BUGREPORT "johnw@newartisans.com"
  2387. | #define PACKAGE_URL ""
  2388. | #define PACKAGE "ledger"
  2389. | #define VERSION "3.0.0-20100615"
  2390. | #define STDC_HEADERS 1
  2391. | #define HAVE_SYS_TYPES_H 1
  2392. | #define HAVE_SYS_STAT_H 1
  2393. | #define HAVE_STDLIB_H 1
  2394. | #define HAVE_STRING_H 1
  2395. | #define HAVE_MEMORY_H 1
  2396. | #define HAVE_STRINGS_H 1
  2397. | #define HAVE_INTTYPES_H 1
  2398. | #define HAVE_STDINT_H 1
  2399. | #define HAVE_UNISTD_H 1
  2400. | #define __EXTENSIONS__ 1
  2401. | #define _ALL_SOURCE 1
  2402. | #define _GNU_SOURCE 1
  2403. | #define _POSIX_PTHREAD_SEMANTICS 1
  2404. | #define _TANDEM_SOURCE 1
  2405. | #define HAVE_DLFCN_H 1
  2406. | #define LT_OBJDIR ".libs/"
  2407. | #define HAVE_VISIBILITY 1
  2408. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  2409. | #define HAVE_ALLOCA_H 1
  2410. | #define HAVE_ALLOCA 1
  2411. | #define HAVE_STDLIB_H 1
  2412. | #define HAVE_UNISTD_H 1
  2413. | #define HAVE_GETPAGESIZE 1
  2414. | #define HAVE_MMAP 1
  2415. | #define INTDIV0_RAISES_SIGFPE 1
  2416. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  2417. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  2418. | #define HAVE_UINTMAX_T 1
  2419. | #define HAVE_INTTYPES_H 1
  2420. | #define USE_POSIX_THREADS 1
  2421. | #define HAVE_PTHREAD_RWLOCK 1
  2422. | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
  2423. | #define HAVE_BUILTIN_EXPECT 1
  2424. | #define HAVE_INTTYPES_H 1
  2425. | #define HAVE_LIMITS_H 1
  2426. | #define HAVE_UNISTD_H 1
  2427. | #define HAVE_SYS_PARAM_H 1
  2428. | #define HAVE_GETCWD 1
  2429. | #define HAVE_GETEGID 1
  2430. | #define HAVE_GETEUID 1
  2431. | #define HAVE_GETGID 1
  2432. | #define HAVE_GETUID 1
  2433. | #define HAVE_MUNMAP 1
  2434. | #define HAVE_STPCPY 1
  2435. | #define HAVE_STRCASECMP 1
  2436. | #define HAVE_STRDUP 1
  2437. | #define HAVE_STRTOUL 1
  2438. | #define HAVE_TSEARCH 1
  2439. | #define HAVE_DECL_FEOF_UNLOCKED 1
  2440. | #define HAVE_DECL_FGETS_UNLOCKED 0
  2441. | #define HAVE_ICONV 1
  2442. | #define ICONV_CONST
  2443. | #define HAVE_LONG_LONG_INT 1
  2444. | #define HAVE_WCHAR_T 1
  2445. | #define HAVE_WINT_T 1
  2446. | #define HAVE_INTMAX_T 1
  2447. | #define HAVE_POSIX_PRINTF 1
  2448. | #define HAVE_STDINT_H 1
  2449. | #define HAVE_STDINT_H 1
  2450. | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
  2451. | #define HAVE_CFLOCALECOPYCURRENT 1
  2452. | #define HAVE_STDDEF_H 1
  2453. | #define HAVE_STDLIB_H 1
  2454. | #define HAVE_STRING_H 1
  2455. | #define HAVE_ASPRINTF 1
  2456. | #define HAVE_FWPRINTF 1
  2457. | #define HAVE_PUTENV 1
  2458. | #define HAVE_SETENV 1
  2459. | #define HAVE_SETLOCALE 1
  2460. | #define HAVE_SNPRINTF 1
  2461. | #define HAVE_WCSLEN 1
  2462. | #define HAVE_DECL__SNPRINTF 0
  2463. | #define HAVE_DECL__SNWPRINTF 0
  2464. | #define HAVE_DECL_GETC_UNLOCKED 1
  2465. | #define HAVE_LANGINFO_CODESET 1
  2466. | #define HAVE_LC_MESSAGES 1
  2467. | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
  2468. | #define HAVE_CFLOCALECOPYCURRENT 1
  2469. | #define ENABLE_NLS 1
  2470. | #define DEBUG_MODE 1
  2471. | #define USE_PCH 1
  2472. | #define HAVE_UNIX_PIPES 1
  2473. | #define HAVE_LIBEDIT 1
  2474. | /* end confdefs.h. */
  2475. | #include <boost/regex/icu.hpp>
  2476. | using namespace boost;
  2477. | int
  2478. | main ()
  2479. | {
  2480. | std::string text = "Активы";
  2481. | u32regex r = make_u32regex("активы", regex::perl | regex::icase);
  2482. | return u32regex_search(text, r) ? 0 : 1;
  2483. | ;
  2484. | return 0;
  2485. | }
  2486. configure:20192: result: false
  2487. configure:20203: checking if boost_date_time is available
  2488. configure:20245: /usr/bin/g++-4.2 -o conftest -fpch-deps -Wconversion -g -pipe -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -I/opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.cpp -lboost_date_time -lboost_regex -ledit -lmpfr -lgmp >&5
  2489. configure:20245: $? = 0
  2490. configure:20260: result: true
  2491. configure:20273: checking if boost_filesystem is available
  2492. configure:20297: /usr/bin/g++-4.2 -o conftest -fpch-deps -Wconversion -g -pipe -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -I/opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.cpp -lboost_filesystem -lboost_system -lboost_date_time -lboost_regex -ledit -lmpfr -lgmp >&5
  2493. configure:20297: $? = 0
  2494. configure:20312: result: true
  2495. configure:20325: checking if boost_iostreams is available
  2496. configure:20352: /usr/bin/g++-4.2 -o conftest -fpch-deps -Wconversion -g -pipe -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -I/opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.cpp -lboost_iostreams -lboost_system -lboost_filesystem -lboost_system -lboost_date_time -lboost_regex -ledit -lmpfr -lgmp >&5
  2497. configure:20352: $? = 0
  2498. configure:20367: result: true
  2499. configure:20452: checking for a Python interpreter with version >= 2.4
  2500. configure:20469: python -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '2.4'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
  2501. configure:20472: $? = 0
  2502. configure:20478: result: python
  2503. configure:20486: checking for python
  2504. configure:20504: found /opt/local/bin/python
  2505. configure:20516: result: /opt/local/bin/python
  2506. configure:20534: checking for python version
  2507. configure:20541: result: 2.6
  2508. configure:20553: checking for python platform
  2509. configure:20560: result: darwin
  2510. configure:20567: checking for python script directory
  2511. configure:20588: result: ${prefix}/lib/python2.6/site-packages
  2512. configure:20597: checking for python extension module directory
  2513. configure:20618: result: ${exec_prefix}/lib/python2.6/site-packages
  2514. configure:20640: checking if boost_python is available
  2515. configure:20669: /usr/bin/g++-4.2 -o conftest -fpch-deps -Wconversion -g -pipe -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -I/opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.cpp -lboost_python -lpython2.6 -lboost_iostreams -lboost_system -lboost_filesystem -lboost_system -lboost_date_time -lboost_regex -ledit -lmpfr -lgmp >&5
  2516. In file included from /opt/local/include/boost/python/detail/prefix.hpp:13,
  2517. from /opt/local/include/boost/python/args.hpp:8,
  2518. from /opt/local/include/boost/python.hpp:11,
  2519. from conftest.cpp:95:
  2520. /opt/local/include/boost/python/detail/wrap_python.hpp:50:23: error: pyconfig.h: No such file or directory
  2521. /opt/local/include/boost/python/detail/wrap_python.hpp:75:24: error: patchlevel.h: No such file or directory
  2522. /opt/local/include/boost/python/detail/wrap_python.hpp:78:2: error: #error Python 2.2 or higher is required for this version of Boost.Python.
  2523. /opt/local/include/boost/python/detail/wrap_python.hpp:142:21: error: Python.h: No such file or directory
  2524. In file included from /opt/local/include/boost/python/cast.hpp:13,
  2525. from /opt/local/include/boost/python/handle.hpp:10,
  2526. from /opt/local/include/boost/python/args_fwd.hpp:10,
  2527. from /opt/local/include/boost/python/args.hpp:10,
  2528. from /opt/local/include/boost/python.hpp:11,
  2529. from conftest.cpp:95:
  2530. /opt/local/include/boost/python/base_type_traits.hpp:24: error: 'PyObject' was not declared in this scope
  2531. /opt/local/include/boost/python/base_type_traits.hpp:24: error: template argument 1 is invalid
  2532. /opt/local/include/boost/python/base_type_traits.hpp:30: error: 'PyTypeObject' was not declared in this scope
  2533. /opt/local/include/boost/python/base_type_traits.hpp:30: error: template argument 1 is invalid
  2534. /opt/local/include/boost/python/base_type_traits.hpp:36: error: 'PyMethodObject' was not declared in this scope
  2535. /opt/local/include/boost/python/base_type_traits.hpp:36: error: template argument 1 is invalid
  2536. In file included from /opt/local/include/boost/python/handle.hpp:11,
  2537. from /opt/local/include/boost/python/args_fwd.hpp:10,
  2538. from /opt/local/include/boost/python/args.hpp:10,
  2539. from /opt/local/include/boost/python.hpp:11,
  2540. from conftest.cpp:95:
  2541. /opt/local/include/boost/python/errors.hpp:51: error: expected constructor, destructor, or type conversion before '*' token
  2542. In file included from /opt/local/include/boost/python/handle.hpp:13,
  2543. from /opt/local/include/boost/python/args_fwd.hpp:10,
  2544. from /opt/local/include/boost/python/args.hpp:10,
  2545. from /opt/local/include/boost/python.hpp:11,
  2546. from conftest.cpp:95:
  2547. /opt/local/include/boost/python/handle_fwd.hpp:12: error: expected type-specifier before 'PyObject'
  2548. /opt/local/include/boost/python/handle_fwd.hpp:12: error: expected '>' before 'PyObject'
  2549. In file included from /opt/local/include/boost/python/handle.hpp:14,
  2550. from /opt/local/include/boost/python/args_fwd.hpp:10,
  2551. from /opt/local/include/boost/python/args.hpp:10,
  2552. from /opt/local/include/boost/python.hpp:11,
  2553. from conftest.cpp:95:
  2554. /opt/local/include/boost/python/refcount.hpp: In function 'T* boost::python::incref(T*)':
  2555. /opt/local/include/boost/python/refcount.hpp:16: error: 'PyObject' was not declared in this scope
  2556. /opt/local/include/boost/python/refcount.hpp: In function 'T* boost::python::xincref(T*)':
  2557. /opt/local/include/boost/python/refcount.hpp:23: error: 'PyObject' was not declared in this scope
  2558. /opt/local/include/boost/python/refcount.hpp: In function 'void boost::python::decref(T*)':
  2559. /opt/local/include/boost/python/refcount.hpp:30: error: 'PyObject' was not declared in this scope
  2560. /opt/local/include/boost/python/refcount.hpp: In function 'void boost::python::xdecref(T*)':
  2561. /opt/local/include/boost/python/refcount.hpp:36: error: 'PyObject' was not declared in this scope
  2562. In file included from /opt/local/include/boost/python/args_fwd.hpp:10,
  2563. from /opt/local/include/boost/python/args.hpp:10,
  2564. from /opt/local/include/boost/python.hpp:11,
  2565. from conftest.cpp:95:
  2566. /opt/local/include/boost/python/handle.hpp: In constructor 'boost::python::handle<T>::handle(boost::python::detail::borrowed_reference_t*)':
  2567. /opt/local/include/boost/python/handle.hpp:130: error: 'PyObject' was not declared in this scope
  2568. /opt/local/include/boost/python/handle.hpp:130: error: expected primary-expression before ')' token
  2569. /opt/local/include/boost/python/handle.hpp: At global scope:
  2570. /opt/local/include/boost/python/handle.hpp:157: error: 'PyTypeObject' was not declared in this scope
  2571. /opt/local/include/boost/python/handle.hpp:157: error: template argument 1 is invalid
  2572. /opt/local/include/boost/python/handle.hpp:157: error: invalid type in declaration before ';' token
  2573. /opt/local/include/boost/python/handle.hpp:256: error: expected initializer before '*' token
  2574. In file included from /opt/local/include/boost/python/args.hpp:10,
  2575. from /opt/local/include/boost/python.hpp:11,
  2576. from conftest.cpp:95:
  2577. /opt/local/include/boost/python/args_fwd.hpp:26: error: template argument 1 is invalid
  2578. In file included from /opt/local/include/boost/python/object/pointer_holder.hpp:14,
  2579. from /opt/local/include/boost/python/to_python_indirect.hpp:10,
  2580. from /opt/local/include/boost/python/converter/arg_to_python.hpp:10,
  2581. from /opt/local/include/boost/python/call.hpp:15,
  2582. from /opt/local/include/boost/python/object_core.hpp:12,
  2583. from /opt/local/include/boost/python/args.hpp:25,
  2584. from /opt/local/include/boost/python.hpp:11,
  2585. from conftest.cpp:95:
  2586. /opt/local/include/boost/python/instance_holder.hpp:34: error: 'PyObject' has not been declared
  2587. /opt/local/include/boost/python/instance_holder.hpp:41: error: expected ';' before '(' token
  2588. /opt/local/include/boost/python/instance_holder.hpp:45: error: 'PyObject' has not been declared
  2589. In file included from /opt/local/include/boost/python/object/pointer_holder.hpp:21,
  2590. from /opt/local/include/boost/python/to_python_indirect.hpp:10,
  2591. from /opt/local/include/boost/python/converter/arg_to_python.hpp:10,
  2592. from /opt/local/include/boost/python/call.hpp:15,
  2593. from /opt/local/include/boost/python/object_core.hpp:12,
  2594. from /opt/local/include/boost/python/args.hpp:25,
  2595. from /opt/local/include/boost/python.hpp:11,
  2596. from conftest.cpp:95:
  2597. /opt/local/include/boost/python/detail/wrapper_base.hpp:21: error: expected initializer before '*' token
  2598. /opt/local/include/boost/python/detail/wrapper_base.hpp:23: error: expected initializer before '*' token
  2599. /opt/local/include/boost/python/detail/wrapper_base.hpp:30: error: expected initializer before '*' token
  2600. /opt/local/include/boost/python/detail/wrapper_base.hpp:34: error: expected initializer before '*' token
  2601. /opt/local/include/boost/python/detail/wrapper_base.hpp:43: error: 'PyObject' has not been declared
  2602. /opt/local/include/boost/python/detail/wrapper_base.hpp:44: error: 'PyObject' is neither function nor member function; cannot be declared friend
  2603. /opt/local/include/boost/python/detail/wrapper_base.hpp:44: error: expected ';' before '*' token
  2604. /opt/local/include/boost/python/detail/wrapper_base.hpp:49: error: 'PyTypeObject' has not been declared
  2605. /opt/local/include/boost/python/detail/wrapper_base.hpp:55: error: expected ';' before '*' token
  2606. /opt/local/include/boost/python/detail/wrapper_base.hpp: In constructor 'boost::python::detail::wrapper_base::wrapper_base()':
  2607. /opt/local/include/boost/python/detail/wrapper_base.hpp:46: error: class 'boost::python::detail::wrapper_base' does not have any field named 'm_self'
  2608. /opt/local/include/boost/python/detail/wrapper_base.hpp: At global scope:
  2609. /opt/local/include/boost/python/detail/wrapper_base.hpp:61: error: expected initializer before '*' token
  2610. /opt/local/include/boost/python/detail/wrapper_base.hpp:71: error: expected initializer before '*' token
  2611. /opt/local/include/boost/python/detail/wrapper_base.hpp:77: error: variable or field 'initialize_wrapper' declared void
  2612. /opt/local/include/boost/python/detail/wrapper_base.hpp:77: error: 'PyObject' was not declared in this scope
  2613. /opt/local/include/boost/python/detail/wrapper_base.hpp:77: error: 'self' was not declared in this scope
  2614. /opt/local/include/boost/python/detail/wrapper_base.hpp:77: error: expected primary-expression before '*' token
  2615. /opt/local/include/boost/python/detail/wrapper_base.hpp:77: error: 'w' was not declared in this scope
  2616. /opt/local/include/boost/python/detail/wrapper_base.hpp:82: error: variable or field 'initialize_wrapper' declared void
  2617. /opt/local/include/boost/python/detail/wrapper_base.hpp:82: error: 'PyObject' was not declared in this scope
  2618. /opt/local/include/boost/python/detail/wrapper_base.hpp:82: error: expected primary-expression before ',' token
  2619. /opt/local/include/boost/python/detail/wrapper_base.hpp:82: error: expected primary-expression before '...' token
  2620. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:47,
  2621. from /opt/local/include/boost/python/object/pointer_holder.hpp:63,
  2622. from /opt/local/include/boost/python/to_python_indirect.hpp:10,
  2623. from /opt/local/include/boost/python/converter/arg_to_python.hpp:10,
  2624. from /opt/local/include/boost/python/call.hpp:15,
  2625. from /opt/local/include/boost/python/object_core.hpp:12,
  2626. from /opt/local/include/boost/python/args.hpp:25,
  2627. from /opt/local/include/boost/python.hpp:11,
  2628. from conftest.cpp:95:
  2629. /opt/local/include/boost/python/object/pointer_holder.hpp:186: error: expected `)' before '*' token
  2630. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:52,
  2631. from /opt/local/include/boost/python/object/pointer_holder.hpp:63,
  2632. from /opt/local/include/boost/python/to_python_indirect.hpp:10,
  2633. from /opt/local/include/boost/python/converter/arg_to_python.hpp:10,
  2634. from /opt/local/include/boost/python/call.hpp:15,
  2635. from /opt/local/include/boost/python/object_core.hpp:12,
  2636. from /opt/local/include/boost/python/args.hpp:25,
  2637. from /opt/local/include/boost/python.hpp:11,
  2638. from conftest.cpp:95:
  2639. /opt/local/include/boost/python/object/pointer_holder.hpp:186: error: expected `)' before '*' token
  2640. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:57,
  2641. from /opt/local/include/boost/python/object/pointer_holder.hpp:63,
  2642. from /opt/local/include/boost/python/to_python_indirect.hpp:10,
  2643. from /opt/local/include/boost/python/converter/arg_to_python.hpp:10,
  2644. from /opt/local/include/boost/python/call.hpp:15,
  2645. from /opt/local/include/boost/python/object_core.hpp:12,
  2646. from /opt/local/include/boost/python/args.hpp:25,
  2647. from /opt/local/include/boost/python.hpp:11,
  2648. from conftest.cpp:95:
  2649. /opt/local/include/boost/python/object/pointer_holder.hpp:186: error: expected `)' before '*' token
  2650. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:62,
  2651. from /opt/local/include/boost/python/object/pointer_holder.hpp:63,
  2652. from /opt/local/include/boost/python/to_python_indirect.hpp:10,
  2653. from /opt/local/include/boost/python/converter/arg_to_python.hpp:10,
  2654. from /opt/local/include/boost/python/call.hpp:15,
  2655. from /opt/local/include/boost/python/object_core.hpp:12,
  2656. from /opt/local/include/boost/python/args.hpp:25,
  2657. from /opt/local/include/boost/python.hpp:11,
  2658. from conftest.cpp:95:
  2659. /opt/local/include/boost/python/object/pointer_holder.hpp:186: error: expected `)' before '*' token
  2660. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:67,
  2661. from /opt/local/include/boost/python/object/pointer_holder.hpp:63,
  2662. from /opt/local/include/boost/python/to_python_indirect.hpp:10,
  2663. from /opt/local/include/boost/python/converter/arg_to_python.hpp:10,
  2664. from /opt/local/include/boost/python/call.hpp:15,
  2665. from /opt/local/include/boost/python/object_core.hpp:12,
  2666. from /opt/local/include/boost/python/args.hpp:25,
  2667. from /opt/local/include/boost/python.hpp:11,
  2668. from conftest.cpp:95:
  2669. /opt/local/include/boost/python/object/pointer_holder.hpp:186: error: expected `)' before '*' token
  2670. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:72,
  2671. from /opt/local/include/boost/python/object/pointer_holder.hpp:63,
  2672. from /opt/local/include/boost/python/to_python_indirect.hpp:10,
  2673. from /opt/local/include/boost/python/converter/arg_to_python.hpp:10,
  2674. from /opt/local/include/boost/python/call.hpp:15,
  2675. from /opt/local/include/boost/python/object_core.hpp:12,
  2676. from /opt/local/include/boost/python/args.hpp:25,
  2677. from /opt/local/include/boost/python.hpp:11,
  2678. from conftest.cpp:95:
  2679. /opt/local/include/boost/python/object/pointer_holder.hpp:186: error: expected `)' before '*' token
  2680. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:77,
  2681. from /opt/local/include/boost/python/object/pointer_holder.hpp:63,
  2682. from /opt/local/include/boost/python/to_python_indirect.hpp:10,
  2683. from /opt/local/include/boost/python/converter/arg_to_python.hpp:10,
  2684. from /opt/local/include/boost/python/call.hpp:15,
  2685. from /opt/local/include/boost/python/object_core.hpp:12,
  2686. from /opt/local/include/boost/python/args.hpp:25,
  2687. from /opt/local/include/boost/python.hpp:11,
  2688. from conftest.cpp:95:
  2689. /opt/local/include/boost/python/object/pointer_holder.hpp:186: error: expected `)' before '*' token
  2690. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:82,
  2691. from /opt/local/include/boost/python/object/pointer_holder.hpp:63,
  2692. from /opt/local/include/boost/python/to_python_indirect.hpp:10,
  2693. from /opt/local/include/boost/python/converter/arg_to_python.hpp:10,
  2694. from /opt/local/include/boost/python/call.hpp:15,
  2695. from /opt/local/include/boost/python/object_core.hpp:12,
  2696. from /opt/local/include/boost/python/args.hpp:25,
  2697. from /opt/local/include/boost/python.hpp:11,
  2698. from conftest.cpp:95:
  2699. /opt/local/include/boost/python/object/pointer_holder.hpp:186: error: expected `)' before '*' token
  2700. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:87,
  2701. from /opt/local/include/boost/python/object/pointer_holder.hpp:63,
  2702. from /opt/local/include/boost/python/to_python_indirect.hpp:10,
  2703. from /opt/local/include/boost/python/converter/arg_to_python.hpp:10,
  2704. from /opt/local/include/boost/python/call.hpp:15,
  2705. from /opt/local/include/boost/python/object_core.hpp:12,
  2706. from /opt/local/include/boost/python/args.hpp:25,
  2707. from /opt/local/include/boost/python.hpp:11,
  2708. from conftest.cpp:95:
  2709. /opt/local/include/boost/python/object/pointer_holder.hpp:186: error: expected `)' before '*' token
  2710. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:92,
  2711. from /opt/local/include/boost/python/object/pointer_holder.hpp:63,
  2712. from /opt/local/include/boost/python/to_python_indirect.hpp:10,
  2713. from /opt/local/include/boost/python/converter/arg_to_python.hpp:10,
  2714. from /opt/local/include/boost/python/call.hpp:15,
  2715. from /opt/local/include/boost/python/object_core.hpp:12,
  2716. from /opt/local/include/boost/python/args.hpp:25,
  2717. from /opt/local/include/boost/python.hpp:11,
  2718. from conftest.cpp:95:
  2719. /opt/local/include/boost/python/object/pointer_holder.hpp:186: error: expected `)' before '*' token
  2720. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:97,
  2721. from /opt/local/include/boost/python/object/pointer_holder.hpp:63,
  2722. from /opt/local/include/boost/python/to_python_indirect.hpp:10,
  2723. from /opt/local/include/boost/python/converter/arg_to_python.hpp:10,
  2724. from /opt/local/include/boost/python/call.hpp:15,
  2725. from /opt/local/include/boost/python/object_core.hpp:12,
  2726. from /opt/local/include/boost/python/args.hpp:25,
  2727. from /opt/local/include/boost/python.hpp:11,
  2728. from conftest.cpp:95:
  2729. /opt/local/include/boost/python/object/pointer_holder.hpp:186: error: expected `)' before '*' token
  2730. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:102,
  2731. from /opt/local/include/boost/python/object/pointer_holder.hpp:63,
  2732. from /opt/local/include/boost/python/to_python_indirect.hpp:10,
  2733. from /opt/local/include/boost/python/converter/arg_to_python.hpp:10,
  2734. from /opt/local/include/boost/python/call.hpp:15,
  2735. from /opt/local/include/boost/python/object_core.hpp:12,
  2736. from /opt/local/include/boost/python/args.hpp:25,
  2737. from /opt/local/include/boost/python.hpp:11,
  2738. from conftest.cpp:95:
  2739. /opt/local/include/boost/python/object/pointer_holder.hpp:186: error: expected `)' before '*' token
  2740. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:107,
  2741. from /opt/local/include/boost/python/object/pointer_holder.hpp:63,
  2742. from /opt/local/include/boost/python/to_python_indirect.hpp:10,
  2743. from /opt/local/include/boost/python/converter/arg_to_python.hpp:10,
  2744. from /opt/local/include/boost/python/call.hpp:15,
  2745. from /opt/local/include/boost/python/object_core.hpp:12,
  2746. from /opt/local/include/boost/python/args.hpp:25,
  2747. from /opt/local/include/boost/python.hpp:11,
  2748. from conftest.cpp:95:
  2749. /opt/local/include/boost/python/object/pointer_holder.hpp:186: error: expected `)' before '*' token
  2750. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:112,
  2751. from /opt/local/include/boost/python/object/pointer_holder.hpp:63,
  2752. from /opt/local/include/boost/python/to_python_indirect.hpp:10,
  2753. from /opt/local/include/boost/python/converter/arg_to_python.hpp:10,
  2754. from /opt/local/include/boost/python/call.hpp:15,
  2755. from /opt/local/include/boost/python/object_core.hpp:12,
  2756. from /opt/local/include/boost/python/args.hpp:25,
  2757. from /opt/local/include/boost/python.hpp:11,
  2758. from conftest.cpp:95:
  2759. /opt/local/include/boost/python/object/pointer_holder.hpp:186: error: expected `)' before '*' token
  2760. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:117,
  2761. from /opt/local/include/boost/python/object/pointer_holder.hpp:63,
  2762. from /opt/local/include/boost/python/to_python_indirect.hpp:10,
  2763. from /opt/local/include/boost/python/converter/arg_to_python.hpp:10,
  2764. from /opt/local/include/boost/python/call.hpp:15,
  2765. from /opt/local/include/boost/python/object_core.hpp:12,
  2766. from /opt/local/include/boost/python/args.hpp:25,
  2767. from /opt/local/include/boost/python.hpp:11,
  2768. from conftest.cpp:95:
  2769. /opt/local/include/boost/python/object/pointer_holder.hpp:186: error: expected `)' before '*' token
  2770. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:122,
  2771. from /opt/local/include/boost/python/object/pointer_holder.hpp:63,
  2772. from /opt/local/include/boost/python/to_python_indirect.hpp:10,
  2773. from /opt/local/include/boost/python/converter/arg_to_python.hpp:10,
  2774. from /opt/local/include/boost/python/call.hpp:15,
  2775. from /opt/local/include/boost/python/object_core.hpp:12,
  2776. from /opt/local/include/boost/python/args.hpp:25,
  2777. from /opt/local/include/boost/python.hpp:11,
  2778. from conftest.cpp:95:
  2779. /opt/local/include/boost/python/object/pointer_holder.hpp:186: error: expected `)' before '*' token
  2780. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:47,
  2781. from /opt/local/include/boost/python/object/pointer_holder.hpp:99,
  2782. from /opt/local/include/boost/python/to_python_indirect.hpp:10,
  2783. from /opt/local/include/boost/python/converter/arg_to_python.hpp:10,
  2784. from /opt/local/include/boost/python/call.hpp:15,
  2785. from /opt/local/include/boost/python/object_core.hpp:12,
  2786. from /opt/local/include/boost/python/args.hpp:25,
  2787. from /opt/local/include/boost/python.hpp:11,
  2788. from conftest.cpp:95:
  2789. /opt/local/include/boost/python/object/pointer_holder.hpp:209: error: expected `)' before '*' token
  2790. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:52,
  2791. from /opt/local/include/boost/python/object/pointer_holder.hpp:99,
  2792. from /opt/local/include/boost/python/to_python_indirect.hpp:10,
  2793. from /opt/local/include/boost/python/converter/arg_to_python.hpp:10,
  2794. from /opt/local/include/boost/python/call.hpp:15,
  2795. from /opt/local/include/boost/python/object_core.hpp:12,
  2796. from /opt/local/include/boost/python/args.hpp:25,
  2797. from /opt/local/include/boost/python.hpp:11,
  2798. from conftest.cpp:95:
  2799. /opt/local/include/boost/python/object/pointer_holder.hpp:209: error: expected `)' before '*' token
  2800. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:57,
  2801. from /opt/local/include/boost/python/object/pointer_holder.hpp:99,
  2802. from /opt/local/include/boost/python/to_python_indirect.hpp:10,
  2803. from /opt/local/include/boost/python/converter/arg_to_python.hpp:10,
  2804. from /opt/local/include/boost/python/call.hpp:15,
  2805. from /opt/local/include/boost/python/object_core.hpp:12,
  2806. from /opt/local/include/boost/python/args.hpp:25,
  2807. from /opt/local/include/boost/python.hpp:11,
  2808. from conftest.cpp:95:
  2809. /opt/local/include/boost/python/object/pointer_holder.hpp:209: error: expected `)' before '*' token
  2810. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:62,
  2811. from /opt/local/include/boost/python/object/pointer_holder.hpp:99,
  2812. from /opt/local/include/boost/python/to_python_indirect.hpp:10,
  2813. from /opt/local/include/boost/python/converter/arg_to_python.hpp:10,
  2814. from /opt/local/include/boost/python/call.hpp:15,
  2815. from /opt/local/include/boost/python/object_core.hpp:12,
  2816. from /opt/local/include/boost/python/args.hpp:25,
  2817. from /opt/local/include/boost/python.hpp:11,
  2818. from conftest.cpp:95:
  2819. /opt/local/include/boost/python/object/pointer_holder.hpp:209: error: expected `)' before '*' token
  2820. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:67,
  2821. from /opt/local/include/boost/python/object/pointer_holder.hpp:99,
  2822. from /opt/local/include/boost/python/to_python_indirect.hpp:10,
  2823. from /opt/local/include/boost/python/converter/arg_to_python.hpp:10,
  2824. from /opt/local/include/boost/python/call.hpp:15,
  2825. from /opt/local/include/boost/python/object_core.hpp:12,
  2826. from /opt/local/include/boost/python/args.hpp:25,
  2827. from /opt/local/include/boost/python.hpp:11,
  2828. from conftest.cpp:95:
  2829. /opt/local/include/boost/python/object/pointer_holder.hpp:209: error: expected `)' before '*' token
  2830. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:72,
  2831. from /opt/local/include/boost/python/object/pointer_holder.hpp:99,
  2832. from /opt/local/include/boost/python/to_python_indirect.hpp:10,
  2833. from /opt/local/include/boost/python/converter/arg_to_python.hpp:10,
  2834. from /opt/local/include/boost/python/call.hpp:15,
  2835. from /opt/local/include/boost/python/object_core.hpp:12,
  2836. from /opt/local/include/boost/python/args.hpp:25,
  2837. from /opt/local/include/boost/python.hpp:11,
  2838. from conftest.cpp:95:
  2839. /opt/local/include/boost/python/object/pointer_holder.hpp:209: error: expected `)' before '*' token
  2840. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:77,
  2841. from /opt/local/include/boost/python/object/pointer_holder.hpp:99,
  2842. from /opt/local/include/boost/python/to_python_indirect.hpp:10,
  2843. from /opt/local/include/boost/python/converter/arg_to_python.hpp:10,
  2844. from /opt/local/include/boost/python/call.hpp:15,
  2845. from /opt/local/include/boost/python/object_core.hpp:12,
  2846. from /opt/local/include/boost/python/args.hpp:25,
  2847. from /opt/local/include/boost/python.hpp:11,
  2848. from conftest.cpp:95:
  2849. /opt/local/include/boost/python/object/pointer_holder.hpp:209: error: expected `)' before '*' token
  2850. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:82,
  2851. from /opt/local/include/boost/python/object/pointer_holder.hpp:99,
  2852. from /opt/local/include/boost/python/to_python_indirect.hpp:10,
  2853. from /opt/local/include/boost/python/converter/arg_to_python.hpp:10,
  2854. from /opt/local/include/boost/python/call.hpp:15,
  2855. from /opt/local/include/boost/python/object_core.hpp:12,
  2856. from /opt/local/include/boost/python/args.hpp:25,
  2857. from /opt/local/include/boost/python.hpp:11,
  2858. from conftest.cpp:95:
  2859. /opt/local/include/boost/python/object/pointer_holder.hpp:209: error: expected `)' before '*' token
  2860. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:87,
  2861. from /opt/local/include/boost/python/object/pointer_holder.hpp:99,
  2862. from /opt/local/include/boost/python/to_python_indirect.hpp:10,
  2863. from /opt/local/include/boost/python/converter/arg_to_python.hpp:10,
  2864. from /opt/local/include/boost/python/call.hpp:15,
  2865. from /opt/local/include/boost/python/object_core.hpp:12,
  2866. from /opt/local/include/boost/python/args.hpp:25,
  2867. from /opt/local/include/boost/python.hpp:11,
  2868. from conftest.cpp:95:
  2869. /opt/local/include/boost/python/object/pointer_holder.hpp:209: error: expected `)' before '*' token
  2870. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:92,
  2871. from /opt/local/include/boost/python/object/pointer_holder.hpp:99,
  2872. from /opt/local/include/boost/python/to_python_indirect.hpp:10,
  2873. from /opt/local/include/boost/python/converter/arg_to_python.hpp:10,
  2874. from /opt/local/include/boost/python/call.hpp:15,
  2875. from /opt/local/include/boost/python/object_core.hpp:12,
  2876. from /opt/local/include/boost/python/args.hpp:25,
  2877. from /opt/local/include/boost/python.hpp:11,
  2878. from conftest.cpp:95:
  2879. /opt/local/include/boost/python/object/pointer_holder.hpp:209: error: expected `)' before '*' token
  2880. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:97,
  2881. from /opt/local/include/boost/python/object/pointer_holder.hpp:99,
  2882. from /opt/local/include/boost/python/to_python_indirect.hpp:10,
  2883. from /opt/local/include/boost/python/converter/arg_to_python.hpp:10,
  2884. from /opt/local/include/boost/python/call.hpp:15,
  2885. from /opt/local/include/boost/python/object_core.hpp:12,
  2886. from /opt/local/include/boost/python/args.hpp:25,
  2887. from /opt/local/include/boost/python.hpp:11,
  2888. from conftest.cpp:95:
  2889. /opt/local/include/boost/python/object/pointer_holder.hpp:209: error: expected `)' before '*' token
  2890. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:102,
  2891. from /opt/local/include/boost/python/object/pointer_holder.hpp:99,
  2892. from /opt/local/include/boost/python/to_python_indirect.hpp:10,
  2893. from /opt/local/include/boost/python/converter/arg_to_python.hpp:10,
  2894. from /opt/local/include/boost/python/call.hpp:15,
  2895. from /opt/local/include/boost/python/object_core.hpp:12,
  2896. from /opt/local/include/boost/python/args.hpp:25,
  2897. from /opt/local/include/boost/python.hpp:11,
  2898. from conftest.cpp:95:
  2899. /opt/local/include/boost/python/object/pointer_holder.hpp:209: error: expected `)' before '*' token
  2900. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:107,
  2901. from /opt/local/include/boost/python/object/pointer_holder.hpp:99,
  2902. from /opt/local/include/boost/python/to_python_indirect.hpp:10,
  2903. from /opt/local/include/boost/python/converter/arg_to_python.hpp:10,
  2904. from /opt/local/include/boost/python/call.hpp:15,
  2905. from /opt/local/include/boost/python/object_core.hpp:12,
  2906. from /opt/local/include/boost/python/args.hpp:25,
  2907. from /opt/local/include/boost/python.hpp:11,
  2908. from conftest.cpp:95:
  2909. /opt/local/include/boost/python/object/pointer_holder.hpp:209: error: expected `)' before '*' token
  2910. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:112,
  2911. from /opt/local/include/boost/python/object/pointer_holder.hpp:99,
  2912. from /opt/local/include/boost/python/to_python_indirect.hpp:10,
  2913. from /opt/local/include/boost/python/converter/arg_to_python.hpp:10,
  2914. from /opt/local/include/boost/python/call.hpp:15,
  2915. from /opt/local/include/boost/python/object_core.hpp:12,
  2916. from /opt/local/include/boost/python/args.hpp:25,
  2917. from /opt/local/include/boost/python.hpp:11,
  2918. from conftest.cpp:95:
  2919. /opt/local/include/boost/python/object/pointer_holder.hpp:209: error: expected `)' before '*' token
  2920. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:117,
  2921. from /opt/local/include/boost/python/object/pointer_holder.hpp:99,
  2922. from /opt/local/include/boost/python/to_python_indirect.hpp:10,
  2923. from /opt/local/include/boost/python/converter/arg_to_python.hpp:10,
  2924. from /opt/local/include/boost/python/call.hpp:15,
  2925. from /opt/local/include/boost/python/object_core.hpp:12,
  2926. from /opt/local/include/boost/python/args.hpp:25,
  2927. from /opt/local/include/boost/python.hpp:11,
  2928. from conftest.cpp:95:
  2929. /opt/local/include/boost/python/object/pointer_holder.hpp:209: error: expected `)' before '*' token
  2930. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:122,
  2931. from /opt/local/include/boost/python/object/pointer_holder.hpp:99,
  2932. from /opt/local/include/boost/python/to_python_indirect.hpp:10,
  2933. from /opt/local/include/boost/python/converter/arg_to_python.hpp:10,
  2934. from /opt/local/include/boost/python/call.hpp:15,
  2935. from /opt/local/include/boost/python/object_core.hpp:12,
  2936. from /opt/local/include/boost/python/args.hpp:25,
  2937. from /opt/local/include/boost/python.hpp:11,
  2938. from conftest.cpp:95:
  2939. /opt/local/include/boost/python/object/pointer_holder.hpp:209: error: expected `)' before '*' token
  2940. In file included from /opt/local/include/boost/python/object/make_instance.hpp:9,
  2941. from /opt/local/include/boost/python/object/make_ptr_instance.hpp:8,
  2942. from /opt/local/include/boost/python/to_python_indirect.hpp:11,
  2943. from /opt/local/include/boost/python/converter/arg_to_python.hpp:10,
  2944. from /opt/local/include/boost/python/call.hpp:15,
  2945. from /opt/local/include/boost/python/object_core.hpp:12,
  2946. from /opt/local/include/boost/python/args.hpp:25,
  2947. from /opt/local/include/boost/python.hpp:11,
  2948. from conftest.cpp:95:
  2949. /opt/local/include/boost/python/object/instance.hpp:23: error: 'PyObject_VAR_HEAD' does not name a type
  2950. /opt/local/include/boost/python/object/instance.hpp:25: error: expected ';' before '*' token
  2951. In file included from /opt/local/include/boost/python/converter/registry.hpp:8,
  2952. from /opt/local/include/boost/python/converter/registered.hpp:8,
  2953. from /opt/local/include/boost/python/object/make_instance.hpp:10,
  2954. from /opt/local/include/boost/python/object/make_ptr_instance.hpp:8,
  2955. from /opt/local/include/boost/python/to_python_indirect.hpp:11,
  2956. from /opt/local/include/boost/python/converter/arg_to_python.hpp:10,
  2957. from /opt/local/include/boost/python/call.hpp:15,
  2958. from /opt/local/include/boost/python/object_core.hpp:12,
  2959. from /opt/local/include/boost/python/args.hpp:25,
  2960. from /opt/local/include/boost/python.hpp:11,
  2961. from conftest.cpp:95:
  2962. /opt/local/include/boost/python/converter/to_python_function_type.hpp:15: error: expected initializer before '*' token
  2963. In file included from /opt/local/include/boost/python/converter/rvalue_from_python_data.hpp:8,
  2964. from /opt/local/include/boost/python/converter/registry.hpp:9,
  2965. from /opt/local/include/boost/python/converter/registered.hpp:8,
  2966. from /opt/local/include/boost/python/object/make_instance.hpp:10,
  2967. from /opt/local/include/boost/python/object/make_ptr_instance.hpp:8,
  2968. from /opt/local/include/boost/python/to_python_indirect.hpp:11,
  2969. from /opt/local/include/boost/python/converter/arg_to_python.hpp:10,
  2970. from /opt/local/include/boost/python/call.hpp:15,
  2971. from /opt/local/include/boost/python/object_core.hpp:12,
  2972. from /opt/local/include/boost/python/args.hpp:25,
  2973. from /opt/local/include/boost/python.hpp:11,
  2974. from conftest.cpp:95:
  2975. /opt/local/include/boost/python/converter/constructor_function.hpp:13: error: typedef 'boost::python::converter::constructor_function' is initialized (use __typeof__ instead)
  2976. /opt/local/include/boost/python/converter/constructor_function.hpp:13: error: 'PyObject' was not declared in this scope
  2977. /opt/local/include/boost/python/converter/constructor_function.hpp:13: error: 'source' was not declared in this scope
  2978. /opt/local/include/boost/python/converter/constructor_function.hpp:13: error: expected primary-expression before '*' token
  2979. /opt/local/include/boost/python/converter/constructor_function.hpp:13: error: expected primary-expression before ')' token
  2980. In file included from /opt/local/include/boost/python/converter/registry.hpp:9,
  2981. from /opt/local/include/boost/python/converter/registered.hpp:8,
  2982. from /opt/local/include/boost/python/object/make_instance.hpp:10,
  2983. from /opt/local/include/boost/python/object/make_ptr_instance.hpp:8,
  2984. from /opt/local/include/boost/python/to_python_indirect.hpp:11,
  2985. from /opt/local/include/boost/python/converter/arg_to_python.hpp:10,
  2986. from /opt/local/include/boost/python/call.hpp:15,
  2987. from /opt/local/include/boost/python/object_core.hpp:12,
  2988. from /opt/local/include/boost/python/args.hpp:25,
  2989. from /opt/local/include/boost/python.hpp:11,
  2990. from conftest.cpp:95:
  2991. /opt/local/include/boost/python/converter/rvalue_from_python_data.hpp:65: error: 'constructor_function' does not name a type
  2992. In file included from /opt/local/include/boost/python/converter/registry.hpp:11,
  2993. from /opt/local/include/boost/python/converter/registered.hpp:8,
  2994. from /opt/local/include/boost/python/object/make_instance.hpp:10,
  2995. from /opt/local/include/boost/python/object/make_ptr_instance.hpp:8,
  2996. from /opt/local/include/boost/python/to_python_indirect.hpp:11,
  2997. from /opt/local/include/boost/python/converter/arg_to_python.hpp:10,
  2998. from /opt/local/include/boost/python/call.hpp:15,
  2999. from /opt/local/include/boost/python/object_core.hpp:12,
  3000. from /opt/local/include/boost/python/args.hpp:25,
  3001. from /opt/local/include/boost/python.hpp:11,
  3002. from conftest.cpp:95:
  3003. /opt/local/include/boost/python/converter/convertible_function.hpp:10: error: typedef 'boost::python::converter::convertible_function' is initialized (use __typeof__ instead)
  3004. /opt/local/include/boost/python/converter/convertible_function.hpp:10: error: 'PyObject' was not declared in this scope
  3005. /opt/local/include/boost/python/converter/convertible_function.hpp:10: error: expected primary-expression before ')' token
  3006. In file included from /opt/local/include/boost/python/converter/registered.hpp:8,
  3007. from /opt/local/include/boost/python/object/make_instance.hpp:10,
  3008. from /opt/local/include/boost/python/object/make_ptr_instance.hpp:8,
  3009. from /opt/local/include/boost/python/to_python_indirect.hpp:11,
  3010. from /opt/local/include/boost/python/converter/arg_to_python.hpp:10,
  3011. from /opt/local/include/boost/python/call.hpp:15,
  3012. from /opt/local/include/boost/python/object_core.hpp:12,
  3013. from /opt/local/include/boost/python/args.hpp:25,
  3014. from /opt/local/include/boost/python.hpp:11,
  3015. from conftest.cpp:95:
  3016. /opt/local/include/boost/python/converter/registry.hpp:30: error: variable or field 'insert' declared void
  3017. /opt/local/include/boost/python/converter/registry.hpp:30: error: 'to_python_function_t' was not declared in this scope
  3018. /opt/local/include/boost/python/converter/registry.hpp:30: error: expected primary-expression before ',' token
  3019. /opt/local/include/boost/python/converter/registry.hpp:30: error: 'PyTypeObject' was not declared in this scope
  3020. /opt/local/include/boost/python/converter/registry.hpp:33: error: expected ',' or '...' before '(' token
  3021. /opt/local/include/boost/python/converter/registry.hpp:37: error: variable or field 'insert' declared void
  3022. /opt/local/include/boost/python/converter/registry.hpp:37: error: 'convertible_function' was not declared in this scope
  3023. /opt/local/include/boost/python/converter/registry.hpp:38: error: 'constructor_function' was not declared in this scope
  3024. /opt/local/include/boost/python/converter/registry.hpp:40: error: expected primary-expression before ',' token
  3025. /opt/local/include/boost/python/converter/registry.hpp:40: error: 'PyTypeObject' was not declared in this scope
  3026. /opt/local/include/boost/python/converter/registry.hpp:46: error: variable or field 'push_back' declared void
  3027. /opt/local/include/boost/python/converter/registry.hpp:46: error: 'convertible_function' was not declared in this scope
  3028. /opt/local/include/boost/python/converter/registry.hpp:47: error: 'constructor_function' was not declared in this scope
  3029. /opt/local/include/boost/python/converter/registry.hpp:49: error: expected primary-expression before ',' token
  3030. /opt/local/include/boost/python/converter/registry.hpp:49: error: 'PyTypeObject' was not declared in this scope
  3031. In file included from /opt/local/include/boost/python/converter/registered.hpp:9,
  3032. from /opt/local/include/boost/python/object/make_instance.hpp:10,
  3033. from /opt/local/include/boost/python/object/make_ptr_instance.hpp:8,
  3034. from /opt/local/include/boost/python/to_python_indirect.hpp:11,
  3035. from /opt/local/include/boost/python/converter/arg_to_python.hpp:10,
  3036. from /opt/local/include/boost/python/call.hpp:15,
  3037. from /opt/local/include/boost/python/object_core.hpp:12,
  3038. from /opt/local/include/boost/python/args.hpp:25,
  3039. from /opt/local/include/boost/python.hpp:11,
  3040. from conftest.cpp:95:
  3041. /opt/local/include/boost/python/converter/registrations.hpp:22: error: 'convertible_function' does not name a type
  3042. /opt/local/include/boost/python/converter/registrations.hpp:28: error: 'convertible_function' does not name a type
  3043. /opt/local/include/boost/python/converter/registrations.hpp:29: error: 'constructor_function' does not name a type
  3044. /opt/local/include/boost/python/converter/registrations.hpp:30: error: expected ';' before 'const'
  3045. /opt/local/include/boost/python/converter/registrations.hpp:41: error: expected ';' before '*' token
  3046. /opt/local/include/boost/python/converter/registrations.hpp:45: error: expected ';' before '*' token
  3047. /opt/local/include/boost/python/converter/registrations.hpp:49: error: expected ';' before 'const'
  3048. /opt/local/include/boost/python/converter/registrations.hpp:50: error: expected ';' before 'const'
  3049. /opt/local/include/boost/python/converter/registrations.hpp:62: error: expected ';' before '*' token
  3050. /opt/local/include/boost/python/converter/registrations.hpp:65: error: 'to_python_function_t' does not name a type
  3051. /opt/local/include/boost/python/converter/registrations.hpp:66: error: expected ';' before 'const'
  3052. /opt/local/include/boost/python/converter/registrations.hpp: In constructor 'boost::python::converter::registration::registration(boost::python::type_info, bool)':
  3053. /opt/local/include/boost/python/converter/registrations.hpp:86: error: class 'boost::python::converter::registration' does not have any field named 'm_class_object'
  3054. /opt/local/include/boost/python/converter/registrations.hpp:87: error: class 'boost::python::converter::registration' does not have any field named 'm_to_python'
  3055. /opt/local/include/boost/python/converter/registrations.hpp:88: error: class 'boost::python::converter::registration' does not have any field named 'm_to_python_target_type'
  3056. In file included from /opt/local/include/boost/python/object/make_instance.hpp:11,
  3057. from /opt/local/include/boost/python/object/make_ptr_instance.hpp:8,
  3058. from /opt/local/include/boost/python/to_python_indirect.hpp:11,
  3059. from /opt/local/include/boost/python/converter/arg_to_python.hpp:10,
  3060. from /opt/local/include/boost/python/call.hpp:15,
  3061. from /opt/local/include/boost/python/object_core.hpp:12,
  3062. from /opt/local/include/boost/python/args.hpp:25,
  3063. from /opt/local/include/boost/python.hpp:11,
  3064. from conftest.cpp:95:
  3065. /opt/local/include/boost/python/detail/decref_guard.hpp: At global scope:
  3066. /opt/local/include/boost/python/detail/decref_guard.hpp:12: error: expected `)' before '*' token
  3067. /opt/local/include/boost/python/detail/decref_guard.hpp:16: error: expected ';' before '*' token
  3068. /opt/local/include/boost/python/detail/decref_guard.hpp: In destructor 'boost::python::detail::decref_guard::~decref_guard()':
  3069. /opt/local/include/boost/python/detail/decref_guard.hpp:13: error: 'obj' was not declared in this scope
  3070. /opt/local/include/boost/python/detail/decref_guard.hpp:13: error: 'Py_XDECREF' was not declared in this scope
  3071. /opt/local/include/boost/python/detail/decref_guard.hpp: In member function 'void boost::python::detail::decref_guard::cancel()':
  3072. /opt/local/include/boost/python/detail/decref_guard.hpp:14: error: 'obj' was not declared in this scope
  3073. In file included from /opt/local/include/boost/python/object/make_instance.hpp:12,
  3074. from /opt/local/include/boost/python/object/make_ptr_instance.hpp:8,
  3075. from /opt/local/include/boost/python/to_python_indirect.hpp:11,
  3076. from /opt/local/include/boost/python/converter/arg_to_python.hpp:10,
  3077. from /opt/local/include/boost/python/call.hpp:15,
  3078. from /opt/local/include/boost/python/object_core.hpp:12,
  3079. from /opt/local/include/boost/python/args.hpp:25,
  3080. from /opt/local/include/boost/python.hpp:11,
  3081. from conftest.cpp:95:
  3082. /opt/local/include/boost/python/detail/none.hpp: At global scope:
  3083. /opt/local/include/boost/python/detail/none.hpp:16: error: expected initializer before '*' token
  3084. In file included from /opt/local/include/boost/python/object/make_ptr_instance.hpp:8,
  3085. from /opt/local/include/boost/python/to_python_indirect.hpp:11,
  3086. from /opt/local/include/boost/python/converter/arg_to_python.hpp:10,
  3087. from /opt/local/include/boost/python/call.hpp:15,
  3088. from /opt/local/include/boost/python/object_core.hpp:12,
  3089. from /opt/local/include/boost/python/args.hpp:25,
  3090. from /opt/local/include/boost/python.hpp:11,
  3091. from conftest.cpp:95:
  3092. /opt/local/include/boost/python/object/make_instance.hpp:22: error: expected initializer before '*' token
  3093. /opt/local/include/boost/python/object/make_instance.hpp:61: error: expected initializer before '*' token
  3094. /opt/local/include/boost/python/object/make_instance.hpp:66: error: 'PyObject' has not been declared
  3095. In file included from /opt/local/include/boost/python/to_python_indirect.hpp:11,
  3096. from /opt/local/include/boost/python/converter/arg_to_python.hpp:10,
  3097. from /opt/local/include/boost/python/call.hpp:15,
  3098. from /opt/local/include/boost/python/object_core.hpp:12,
  3099. from /opt/local/include/boost/python/args.hpp:25,
  3100. from /opt/local/include/boost/python.hpp:11,
  3101. from conftest.cpp:95:
  3102. /opt/local/include/boost/python/object/make_ptr_instance.hpp:22: error: 'PyObject' has not been declared
  3103. /opt/local/include/boost/python/object/make_ptr_instance.hpp:28: error: expected initializer before '*' token
  3104. /opt/local/include/boost/python/object/make_ptr_instance.hpp:33: error: 'PyTypeObject' declared as an 'inline' field
  3105. /opt/local/include/boost/python/object/make_ptr_instance.hpp:33: error: expected ';' before 'const'
  3106. /opt/local/include/boost/python/object/make_ptr_instance.hpp:38: error: expected `;' before 'private'
  3107. /opt/local/include/boost/python/object/make_ptr_instance.hpp:40: error: expected initializer before '*' token
  3108. /opt/local/include/boost/python/object/make_ptr_instance.hpp:54: error: expected initializer before '*' token
  3109. /opt/local/include/boost/python/object/make_ptr_instance.hpp:63: error: expected initializer before '*' token
  3110. In file included from /opt/local/include/boost/python/to_python_indirect.hpp:16,
  3111. from /opt/local/include/boost/python/converter/arg_to_python.hpp:10,
  3112. from /opt/local/include/boost/python/call.hpp:15,
  3113. from /opt/local/include/boost/python/object_core.hpp:12,
  3114. from /opt/local/include/boost/python/args.hpp:25,
  3115. from /opt/local/include/boost/python.hpp:11,
  3116. from conftest.cpp:95:
  3117. /opt/local/include/boost/python/converter/pytype_function.hpp:17: error: 'PyTypeObject' has not been declared
  3118. /opt/local/include/boost/python/converter/pytype_function.hpp:20: error: expected ';' before 'const'
  3119. /opt/local/include/boost/python/converter/pytype_function.hpp:24: error: expected `;' before '}' token
  3120. /opt/local/include/boost/python/converter/pytype_function.hpp:26: error: expected initializer before 'const'
  3121. /opt/local/include/boost/python/converter/pytype_function.hpp:64: error: expected ';' before 'const'
  3122. /opt/local/include/boost/python/converter/pytype_function.hpp:71: error: expected `;' before '}' token
  3123. /opt/local/include/boost/python/converter/pytype_function.hpp:77: error: expected ';' before 'const'
  3124. /opt/local/include/boost/python/converter/pytype_function.hpp:84: error: expected `;' before '}' token
  3125. /opt/local/include/boost/python/converter/pytype_function.hpp:90: error: expected ';' before 'const'
  3126. /opt/local/include/boost/python/converter/pytype_function.hpp:94: error: expected `;' before '}' token
  3127. /opt/local/include/boost/python/converter/pytype_function.hpp:102: error: expected ';' before 'const'
  3128. /opt/local/include/boost/python/converter/pytype_function.hpp:106: error: expected `;' before '}' token
  3129. /opt/local/include/boost/python/converter/pytype_function.hpp:111: error: expected ';' before 'const'
  3130. /opt/local/include/boost/python/converter/pytype_function.hpp:118: error: expected `;' before '}' token
  3131. /opt/local/include/boost/python/converter/pytype_function.hpp:123: error: expected ';' before 'const'
  3132. /opt/local/include/boost/python/converter/pytype_function.hpp:127: error: expected `;' before '}' token
  3133. In file included from /opt/local/include/boost/python/converter/arg_to_python.hpp:10,
  3134. from /opt/local/include/boost/python/call.hpp:15,
  3135. from /opt/local/include/boost/python/object_core.hpp:12,
  3136. from /opt/local/include/boost/python/args.hpp:25,
  3137. from /opt/local/include/boost/python.hpp:11,
  3138. from conftest.cpp:95:
  3139. /opt/local/include/boost/python/to_python_indirect.hpp:38: error: expected initializer before '*' token
  3140. /opt/local/include/boost/python/to_python_indirect.hpp:44: error: 'PyTypeObject' declared as an 'inline' field
  3141. /opt/local/include/boost/python/to_python_indirect.hpp:44: error: expected ';' before 'const'
  3142. /opt/local/include/boost/python/to_python_indirect.hpp:50: error: expected `;' before 'private'
  3143. /opt/local/include/boost/python/to_python_indirect.hpp:52: error: expected initializer before '*' token
  3144. /opt/local/include/boost/python/to_python_indirect.hpp:62: error: expected initializer before '*' token
  3145. /opt/local/include/boost/python/to_python_indirect.hpp:82: error: expected initializer before '*' token
  3146. /opt/local/include/boost/python/to_python_indirect.hpp:102: error: expected initializer before '*' token
  3147. In file included from /opt/local/include/boost/python/converter/arg_to_python.hpp:14,
  3148. from /opt/local/include/boost/python/call.hpp:15,
  3149. from /opt/local/include/boost/python/object_core.hpp:12,
  3150. from /opt/local/include/boost/python/args.hpp:25,
  3151. from /opt/local/include/boost/python.hpp:11,
  3152. from conftest.cpp:95:
  3153. /opt/local/include/boost/python/converter/arg_to_python_base.hpp:17: error: template argument 1 is invalid
  3154. In file included from /opt/local/include/boost/python/converter/shared_ptr_to_python.hpp:9,
  3155. from /opt/local/include/boost/python/converter/arg_to_python.hpp:15,
  3156. from /opt/local/include/boost/python/call.hpp:15,
  3157. from /opt/local/include/boost/python/object_core.hpp:12,
  3158. from /opt/local/include/boost/python/args.hpp:25,
  3159. from /opt/local/include/boost/python.hpp:11,
  3160. from conftest.cpp:95:
  3161. /opt/local/include/boost/python/converter/shared_ptr_deleter.hpp:12: error: template argument 1 is invalid
  3162. /opt/local/include/boost/python/converter/shared_ptr_deleter.hpp:17: error: template argument 1 is invalid
  3163. In file included from /opt/local/include/boost/python/converter/arg_to_python.hpp:15,
  3164. from /opt/local/include/boost/python/call.hpp:15,
  3165. from /opt/local/include/boost/python/object_core.hpp:12,
  3166. from /opt/local/include/boost/python/args.hpp:25,
  3167. from /opt/local/include/boost/python.hpp:11,
  3168. from conftest.cpp:95:
  3169. /opt/local/include/boost/python/converter/shared_ptr_to_python.hpp:16: error: expected constructor, destructor, or type conversion before '*' token
  3170. In file included from /opt/local/include/boost/python/converter/arg_to_python.hpp:17,
  3171. from /opt/local/include/boost/python/call.hpp:15,
  3172. from /opt/local/include/boost/python/object_core.hpp:12,
  3173. from /opt/local/include/boost/python/args.hpp:25,
  3174. from /opt/local/include/boost/python.hpp:11,
  3175. from conftest.cpp:95:
  3176. /opt/local/include/boost/python/converter/builtin_converters.hpp:27: error: expected constructor, destructor, or type conversion before '*' token
  3177. /opt/local/include/boost/python/converter/builtin_converters.hpp:28: error: expected constructor, destructor, or type conversion before '*' token
  3178. /opt/local/include/boost/python/converter/builtin_converters.hpp:29: error: expected constructor, destructor, or type conversion before '*' token
  3179. /opt/local/include/boost/python/converter/builtin_converters.hpp:30: error: expected constructor, destructor, or type conversion before '*' token
  3180. /opt/local/include/boost/python/converter/builtin_converters.hpp:106: error: 'PyObject' declared as an 'inline' field
  3181. /opt/local/include/boost/python/converter/builtin_converters.hpp:106: error: expected ';' before '*' token
  3182. /opt/local/include/boost/python/converter/builtin_converters.hpp:106: error: expected `;' before 'inline'
  3183. /opt/local/include/boost/python/converter/builtin_converters.hpp:106: error: 'PyTypeObject' declared as an 'inline' field
  3184. /opt/local/include/boost/python/converter/builtin_converters.hpp:106: error: expected ';' before 'const'
  3185. /opt/local/include/boost/python/converter/builtin_converters.hpp:106: error: expected `;' before '}' token
  3186. /opt/local/include/boost/python/converter/builtin_converters.hpp:106: error: 'PyObject' declared as an 'inline' field
  3187. /opt/local/include/boost/python/converter/builtin_converters.hpp:106: error: expected ';' before '*' token
  3188. /opt/local/include/boost/python/converter/builtin_converters.hpp:106: error: expected `;' before 'inline'
  3189. /opt/local/include/boost/python/converter/builtin_converters.hpp:106: error: 'PyTypeObject' declared as an 'inline' field
  3190. /opt/local/include/boost/python/converter/builtin_converters.hpp:106: error: expected ';' before 'const'
  3191. /opt/local/include/boost/python/converter/builtin_converters.hpp:106: error: expected `;' before '}' token
  3192. /opt/local/include/boost/python/converter/builtin_converters.hpp:106: error: template argument 1 is invalid
  3193. /opt/local/include/boost/python/converter/builtin_converters.hpp: In constructor 'boost::python::converter::arg_to_python<bool>::arg_to_python(const bool&)':
  3194. /opt/local/include/boost/python/converter/builtin_converters.hpp:106: error: template argument 1 is invalid
  3195. /opt/local/include/boost/python/converter/builtin_converters.hpp:106: error: '::PyInt_FromLong' has not been declared
  3196. /opt/local/include/boost/python/converter/builtin_converters.hpp: At global scope:
  3197. /opt/local/include/boost/python/converter/builtin_converters.hpp:110: error: 'PyObject' declared as an 'inline' field
  3198. /opt/local/include/boost/python/converter/builtin_converters.hpp:110: error: expected ';' before '*' token
  3199. /opt/local/include/boost/python/converter/builtin_converters.hpp:110: error: expected `;' before 'inline'
  3200. /opt/local/include/boost/python/converter/builtin_converters.hpp:110: error: 'PyTypeObject' declared as an 'inline' field
  3201. /opt/local/include/boost/python/converter/builtin_converters.hpp:110: error: expected ';' before 'const'
  3202. /opt/local/include/boost/python/converter/builtin_converters.hpp:110: error: expected `;' before '}' token
  3203. /opt/local/include/boost/python/converter/builtin_converters.hpp:110: error: 'PyObject' declared as an 'inline' field
  3204. /opt/local/include/boost/python/converter/builtin_converters.hpp:110: error: expected ';' before '*' token
  3205. /opt/local/include/boost/python/converter/builtin_converters.hpp:110: error: expected `;' before 'inline'
  3206. /opt/local/include/boost/python/converter/builtin_converters.hpp:110: error: 'PyTypeObject' declared as an 'inline' field
  3207. /opt/local/include/boost/python/converter/builtin_converters.hpp:110: error: expected ';' before 'const'
  3208. /opt/local/include/boost/python/converter/builtin_converters.hpp:110: error: expected `;' before '}' token
  3209. /opt/local/include/boost/python/converter/builtin_converters.hpp:110: error: template argument 1 is invalid
  3210. /opt/local/include/boost/python/converter/builtin_converters.hpp: In constructor 'boost::python::converter::arg_to_python<signed char>::arg_to_python(const signed char&)':
  3211. /opt/local/include/boost/python/converter/builtin_converters.hpp:110: error: template argument 1 is invalid
  3212. /opt/local/include/boost/python/converter/builtin_converters.hpp:110: error: '::PyInt_FromLong' has not been declared
  3213. /opt/local/include/boost/python/converter/builtin_converters.hpp: At global scope:
  3214. /opt/local/include/boost/python/converter/builtin_converters.hpp:110: error: 'PyObject' declared as an 'inline' field
  3215. /opt/local/include/boost/python/converter/builtin_converters.hpp:110: error: expected ';' before '*' token
  3216. /opt/local/include/boost/python/converter/builtin_converters.hpp:110: error: expected `;' before 'inline'
  3217. /opt/local/include/boost/python/converter/builtin_converters.hpp:110: error: 'PyTypeObject' declared as an 'inline' field
  3218. /opt/local/include/boost/python/converter/builtin_converters.hpp:110: error: expected ';' before 'const'
  3219. /opt/local/include/boost/python/converter/builtin_converters.hpp:110: error: expected `;' before '}' token
  3220. /opt/local/include/boost/python/converter/builtin_converters.hpp:110: error: 'PyObject' declared as an 'inline' field
  3221. /opt/local/include/boost/python/converter/builtin_converters.hpp:110: error: expected ';' before '*' token
  3222. /opt/local/include/boost/python/converter/builtin_converters.hpp:110: error: expected `;' before 'inline'
  3223. /opt/local/include/boost/python/converter/builtin_converters.hpp:110: error: 'PyTypeObject' declared as an 'inline' field
  3224. /opt/local/include/boost/python/converter/builtin_converters.hpp:110: error: expected ';' before 'const'
  3225. /opt/local/include/boost/python/converter/builtin_converters.hpp:110: error: expected `;' before '}' token
  3226. /opt/local/include/boost/python/converter/builtin_converters.hpp:110: error: template argument 1 is invalid
  3227. /opt/local/include/boost/python/converter/builtin_converters.hpp: In constructor 'boost::python::converter::arg_to_python<unsigned char>::arg_to_python(const unsigned char&)':
  3228. /opt/local/include/boost/python/converter/builtin_converters.hpp:110: error: template argument 1 is invalid
  3229. /opt/local/include/boost/python/converter/builtin_converters.hpp:110: error: '::PyLong_FromUnsignedLong' has not been declared
  3230. /opt/local/include/boost/python/converter/builtin_converters.hpp:110: error: '::PyInt_FromLong' has not been declared
  3231. /opt/local/include/boost/python/converter/builtin_converters.hpp: At global scope:
  3232. /opt/local/include/boost/python/converter/builtin_converters.hpp:112: error: 'PyObject' declared as an 'inline' field
  3233. /opt/local/include/boost/python/converter/builtin_converters.hpp:112: error: expected ';' before '*' token
  3234. /opt/local/include/boost/python/converter/builtin_converters.hpp:112: error: expected `;' before 'inline'
  3235. /opt/local/include/boost/python/converter/builtin_converters.hpp:112: error: 'PyTypeObject' declared as an 'inline' field
  3236. /opt/local/include/boost/python/converter/builtin_converters.hpp:112: error: expected ';' before 'const'
  3237. /opt/local/include/boost/python/converter/builtin_converters.hpp:112: error: expected `;' before '}' token
  3238. /opt/local/include/boost/python/converter/builtin_converters.hpp:112: error: 'PyObject' declared as an 'inline' field
  3239. /opt/local/include/boost/python/converter/builtin_converters.hpp:112: error: expected ';' before '*' token
  3240. /opt/local/include/boost/python/converter/builtin_converters.hpp:112: error: expected `;' before 'inline'
  3241. /opt/local/include/boost/python/converter/builtin_converters.hpp:112: error: 'PyTypeObject' declared as an 'inline' field
  3242. /opt/local/include/boost/python/converter/builtin_converters.hpp:112: error: expected ';' before 'const'
  3243. /opt/local/include/boost/python/converter/builtin_converters.hpp:112: error: expected `;' before '}' token
  3244. /opt/local/include/boost/python/converter/builtin_converters.hpp:112: error: template argument 1 is invalid
  3245. /opt/local/include/boost/python/converter/builtin_converters.hpp: In constructor 'boost::python::converter::arg_to_python<short int>::arg_to_python(const short int&)':
  3246. /opt/local/include/boost/python/converter/builtin_converters.hpp:112: error: template argument 1 is invalid
  3247. /opt/local/include/boost/python/converter/builtin_converters.hpp:112: error: '::PyInt_FromLong' has not been declared
  3248. /opt/local/include/boost/python/converter/builtin_converters.hpp: At global scope:
  3249. /opt/local/include/boost/python/converter/builtin_converters.hpp:112: error: 'PyObject' declared as an 'inline' field
  3250. /opt/local/include/boost/python/converter/builtin_converters.hpp:112: error: expected ';' before '*' token
  3251. /opt/local/include/boost/python/converter/builtin_converters.hpp:112: error: expected `;' before 'inline'
  3252. /opt/local/include/boost/python/converter/builtin_converters.hpp:112: error: 'PyTypeObject' declared as an 'inline' field
  3253. /opt/local/include/boost/python/converter/builtin_converters.hpp:112: error: expected ';' before 'const'
  3254. /opt/local/include/boost/python/converter/builtin_converters.hpp:112: error: expected `;' before '}' token
  3255. /opt/local/include/boost/python/converter/builtin_converters.hpp:112: error: 'PyObject' declared as an 'inline' field
  3256. /opt/local/include/boost/python/converter/builtin_converters.hpp:112: error: expected ';' before '*' token
  3257. /opt/local/include/boost/python/converter/builtin_converters.hpp:112: error: expected `;' before 'inline'
  3258. /opt/local/include/boost/python/converter/builtin_converters.hpp:112: error: 'PyTypeObject' declared as an 'inline' field
  3259. /opt/local/include/boost/python/converter/builtin_converters.hpp:112: error: expected ';' before 'const'
  3260. /opt/local/include/boost/python/converter/builtin_converters.hpp:112: error: expected `;' before '}' token
  3261. /opt/local/include/boost/python/converter/builtin_converters.hpp:112: error: template argument 1 is invalid
  3262. /opt/local/include/boost/python/converter/builtin_converters.hpp: In constructor 'boost::python::converter::arg_to_python<short unsigned int>::arg_to_python(const short unsigned int&)':
  3263. /opt/local/include/boost/python/converter/builtin_converters.hpp:112: error: template argument 1 is invalid
  3264. /opt/local/include/boost/python/converter/builtin_converters.hpp:112: error: '::PyLong_FromUnsignedLong' has not been declared
  3265. /opt/local/include/boost/python/converter/builtin_converters.hpp:112: error: '::PyInt_FromLong' has not been declared
  3266. /opt/local/include/boost/python/converter/builtin_converters.hpp: At global scope:
  3267. /opt/local/include/boost/python/converter/builtin_converters.hpp:113: error: 'PyObject' declared as an 'inline' field
  3268. /opt/local/include/boost/python/converter/builtin_converters.hpp:113: error: expected ';' before '*' token
  3269. /opt/local/include/boost/python/converter/builtin_converters.hpp:113: error: expected `;' before 'inline'
  3270. /opt/local/include/boost/python/converter/builtin_converters.hpp:113: error: 'PyTypeObject' declared as an 'inline' field
  3271. /opt/local/include/boost/python/converter/builtin_converters.hpp:113: error: expected ';' before 'const'
  3272. /opt/local/include/boost/python/converter/builtin_converters.hpp:113: error: expected `;' before '}' token
  3273. /opt/local/include/boost/python/converter/builtin_converters.hpp:113: error: 'PyObject' declared as an 'inline' field
  3274. /opt/local/include/boost/python/converter/builtin_converters.hpp:113: error: expected ';' before '*' token
  3275. /opt/local/include/boost/python/converter/builtin_converters.hpp:113: error: expected `;' before 'inline'
  3276. /opt/local/include/boost/python/converter/builtin_converters.hpp:113: error: 'PyTypeObject' declared as an 'inline' field
  3277. /opt/local/include/boost/python/converter/builtin_converters.hpp:113: error: expected ';' before 'const'
  3278. /opt/local/include/boost/python/converter/builtin_converters.hpp:113: error: expected `;' before '}' token
  3279. /opt/local/include/boost/python/converter/builtin_converters.hpp:113: error: template argument 1 is invalid
  3280. /opt/local/include/boost/python/converter/builtin_converters.hpp: In constructor 'boost::python::converter::arg_to_python<int>::arg_to_python(const int&)':
  3281. /opt/local/include/boost/python/converter/builtin_converters.hpp:113: error: template argument 1 is invalid
  3282. /opt/local/include/boost/python/converter/builtin_converters.hpp:113: error: '::PyInt_FromLong' has not been declared
  3283. /opt/local/include/boost/python/converter/builtin_converters.hpp: At global scope:
  3284. /opt/local/include/boost/python/converter/builtin_converters.hpp:113: error: 'PyObject' declared as an 'inline' field
  3285. /opt/local/include/boost/python/converter/builtin_converters.hpp:113: error: expected ';' before '*' token
  3286. /opt/local/include/boost/python/converter/builtin_converters.hpp:113: error: expected `;' before 'inline'
  3287. /opt/local/include/boost/python/converter/builtin_converters.hpp:113: error: 'PyTypeObject' declared as an 'inline' field
  3288. /opt/local/include/boost/python/converter/builtin_converters.hpp:113: error: expected ';' before 'const'
  3289. /opt/local/include/boost/python/converter/builtin_converters.hpp:113: error: expected `;' before '}' token
  3290. /opt/local/include/boost/python/converter/builtin_converters.hpp:113: error: 'PyObject' declared as an 'inline' field
  3291. /opt/local/include/boost/python/converter/builtin_converters.hpp:113: error: expected ';' before '*' token
  3292. /opt/local/include/boost/python/converter/builtin_converters.hpp:113: error: expected `;' before 'inline'
  3293. /opt/local/include/boost/python/converter/builtin_converters.hpp:113: error: 'PyTypeObject' declared as an 'inline' field
  3294. /opt/local/include/boost/python/converter/builtin_converters.hpp:113: error: expected ';' before 'const'
  3295. /opt/local/include/boost/python/converter/builtin_converters.hpp:113: error: expected `;' before '}' token
  3296. /opt/local/include/boost/python/converter/builtin_converters.hpp:113: error: template argument 1 is invalid
  3297. /opt/local/include/boost/python/converter/builtin_converters.hpp: In constructor 'boost::python::converter::arg_to_python<unsigned int>::arg_to_python(const unsigned int&)':
  3298. /opt/local/include/boost/python/converter/builtin_converters.hpp:113: error: template argument 1 is invalid
  3299. /opt/local/include/boost/python/converter/builtin_converters.hpp:113: error: '::PyLong_FromUnsignedLong' has not been declared
  3300. /opt/local/include/boost/python/converter/builtin_converters.hpp:113: error: '::PyInt_FromLong' has not been declared
  3301. /opt/local/include/boost/python/converter/builtin_converters.hpp: At global scope:
  3302. /opt/local/include/boost/python/converter/builtin_converters.hpp:114: error: 'PyObject' declared as an 'inline' field
  3303. /opt/local/include/boost/python/converter/builtin_converters.hpp:114: error: expected ';' before '*' token
  3304. /opt/local/include/boost/python/converter/builtin_converters.hpp:114: error: expected `;' before 'inline'
  3305. /opt/local/include/boost/python/converter/builtin_converters.hpp:114: error: 'PyTypeObject' declared as an 'inline' field
  3306. /opt/local/include/boost/python/converter/builtin_converters.hpp:114: error: expected ';' before 'const'
  3307. /opt/local/include/boost/python/converter/builtin_converters.hpp:114: error: expected `;' before '}' token
  3308. /opt/local/include/boost/python/converter/builtin_converters.hpp:114: error: 'PyObject' declared as an 'inline' field
  3309. /opt/local/include/boost/python/converter/builtin_converters.hpp:114: error: expected ';' before '*' token
  3310. /opt/local/include/boost/python/converter/builtin_converters.hpp:114: error: expected `;' before 'inline'
  3311. /opt/local/include/boost/python/converter/builtin_converters.hpp:114: error: 'PyTypeObject' declared as an 'inline' field
  3312. /opt/local/include/boost/python/converter/builtin_converters.hpp:114: error: expected ';' before 'const'
  3313. /opt/local/include/boost/python/converter/builtin_converters.hpp:114: error: expected `;' before '}' token
  3314. /opt/local/include/boost/python/converter/builtin_converters.hpp:114: error: template argument 1 is invalid
  3315. /opt/local/include/boost/python/converter/builtin_converters.hpp: In constructor 'boost::python::converter::arg_to_python<long int>::arg_to_python(const long int&)':
  3316. /opt/local/include/boost/python/converter/builtin_converters.hpp:114: error: template argument 1 is invalid
  3317. /opt/local/include/boost/python/converter/builtin_converters.hpp:114: error: '::PyInt_FromLong' has not been declared
  3318. /opt/local/include/boost/python/converter/builtin_converters.hpp: At global scope:
  3319. /opt/local/include/boost/python/converter/builtin_converters.hpp:114: error: 'PyObject' declared as an 'inline' field
  3320. /opt/local/include/boost/python/converter/builtin_converters.hpp:114: error: expected ';' before '*' token
  3321. /opt/local/include/boost/python/converter/builtin_converters.hpp:114: error: expected `;' before 'inline'
  3322. /opt/local/include/boost/python/converter/builtin_converters.hpp:114: error: 'PyTypeObject' declared as an 'inline' field
  3323. /opt/local/include/boost/python/converter/builtin_converters.hpp:114: error: expected ';' before 'const'
  3324. /opt/local/include/boost/python/converter/builtin_converters.hpp:114: error: expected `;' before '}' token
  3325. /opt/local/include/boost/python/converter/builtin_converters.hpp:114: error: 'PyObject' declared as an 'inline' field
  3326. /opt/local/include/boost/python/converter/builtin_converters.hpp:114: error: expected ';' before '*' token
  3327. /opt/local/include/boost/python/converter/builtin_converters.hpp:114: error: expected `;' before 'inline'
  3328. /opt/local/include/boost/python/converter/builtin_converters.hpp:114: error: 'PyTypeObject' declared as an 'inline' field
  3329. /opt/local/include/boost/python/converter/builtin_converters.hpp:114: error: expected ';' before 'const'
  3330. /opt/local/include/boost/python/converter/builtin_converters.hpp:114: error: expected `;' before '}' token
  3331. /opt/local/include/boost/python/converter/builtin_converters.hpp:114: error: template argument 1 is invalid
  3332. /opt/local/include/boost/python/converter/builtin_converters.hpp: In constructor 'boost::python::converter::arg_to_python<long unsigned int>::arg_to_python(const long unsigned int&)':
  3333. /opt/local/include/boost/python/converter/builtin_converters.hpp:114: error: template argument 1 is invalid
  3334. /opt/local/include/boost/python/converter/builtin_converters.hpp:114: error: '::PyLong_FromUnsignedLong' has not been declared
  3335. /opt/local/include/boost/python/converter/builtin_converters.hpp:114: error: '::PyInt_FromLong' has not been declared
  3336. /opt/local/include/boost/python/converter/builtin_converters.hpp: At global scope:
  3337. /opt/local/include/boost/python/converter/builtin_converters.hpp:125: error: 'PyObject' declared as an 'inline' field
  3338. /opt/local/include/boost/python/converter/builtin_converters.hpp:125: error: expected ';' before '*' token
  3339. /opt/local/include/boost/python/converter/builtin_converters.hpp:125: error: expected `;' before 'inline'
  3340. /opt/local/include/boost/python/converter/builtin_converters.hpp:125: error: 'PyTypeObject' declared as an 'inline' field
  3341. /opt/local/include/boost/python/converter/builtin_converters.hpp:125: error: expected ';' before 'const'
  3342. /opt/local/include/boost/python/converter/builtin_converters.hpp:125: error: expected `;' before '}' token
  3343. /opt/local/include/boost/python/converter/builtin_converters.hpp:125: error: 'PyObject' declared as an 'inline' field
  3344. /opt/local/include/boost/python/converter/builtin_converters.hpp:125: error: expected ';' before '*' token
  3345. /opt/local/include/boost/python/converter/builtin_converters.hpp:125: error: expected `;' before 'inline'
  3346. /opt/local/include/boost/python/converter/builtin_converters.hpp:125: error: 'PyTypeObject' declared as an 'inline' field
  3347. /opt/local/include/boost/python/converter/builtin_converters.hpp:125: error: expected ';' before 'const'
  3348. /opt/local/include/boost/python/converter/builtin_converters.hpp:125: error: expected `;' before '}' token
  3349. /opt/local/include/boost/python/converter/builtin_converters.hpp:125: error: template argument 1 is invalid
  3350. /opt/local/include/boost/python/converter/builtin_converters.hpp: In constructor 'boost::python::converter::arg_to_python<char>::arg_to_python(const char&)':
  3351. /opt/local/include/boost/python/converter/builtin_converters.hpp:125: error: template argument 1 is invalid
  3352. /opt/local/include/boost/python/converter/builtin_converters.hpp:125: error: 'do_return_to_python' is not a member of 'boost::python::converter'
  3353. /opt/local/include/boost/python/converter/builtin_converters.hpp: At global scope:
  3354. /opt/local/include/boost/python/converter/builtin_converters.hpp:126: error: 'PyObject' declared as an 'inline' field
  3355. /opt/local/include/boost/python/converter/builtin_converters.hpp:126: error: expected ';' before '*' token
  3356. /opt/local/include/boost/python/converter/builtin_converters.hpp:126: error: expected `;' before 'inline'
  3357. /opt/local/include/boost/python/converter/builtin_converters.hpp:126: error: 'PyTypeObject' declared as an 'inline' field
  3358. /opt/local/include/boost/python/converter/builtin_converters.hpp:126: error: expected ';' before 'const'
  3359. /opt/local/include/boost/python/converter/builtin_converters.hpp:126: error: expected `;' before '}' token
  3360. /opt/local/include/boost/python/converter/builtin_converters.hpp:126: error: 'PyObject' declared as an 'inline' field
  3361. /opt/local/include/boost/python/converter/builtin_converters.hpp:126: error: expected ';' before '*' token
  3362. /opt/local/include/boost/python/converter/builtin_converters.hpp:126: error: expected `;' before 'inline'
  3363. /opt/local/include/boost/python/converter/builtin_converters.hpp:126: error: 'PyTypeObject' declared as an 'inline' field
  3364. /opt/local/include/boost/python/converter/builtin_converters.hpp:126: error: expected ';' before 'const'
  3365. /opt/local/include/boost/python/converter/builtin_converters.hpp:126: error: expected `;' before '}' token
  3366. /opt/local/include/boost/python/converter/builtin_converters.hpp:126: error: template argument 1 is invalid
  3367. /opt/local/include/boost/python/converter/builtin_converters.hpp: In constructor 'boost::python::converter::arg_to_python<const char*>::arg_to_python(const char* const&)':
  3368. /opt/local/include/boost/python/converter/builtin_converters.hpp:126: error: template argument 1 is invalid
  3369. /opt/local/include/boost/python/converter/builtin_converters.hpp:126: error: 'do_return_to_python' is not a member of 'boost::python::converter'
  3370. /opt/local/include/boost/python/converter/builtin_converters.hpp: At global scope:
  3371. /opt/local/include/boost/python/converter/builtin_converters.hpp:127: error: 'PyObject' declared as an 'inline' field
  3372. /opt/local/include/boost/python/converter/builtin_converters.hpp:127: error: expected ';' before '*' token
  3373. /opt/local/include/boost/python/converter/builtin_converters.hpp:127: error: expected `;' before 'inline'
  3374. /opt/local/include/boost/python/converter/builtin_converters.hpp:127: error: 'PyTypeObject' declared as an 'inline' field
  3375. /opt/local/include/boost/python/converter/builtin_converters.hpp:127: error: expected ';' before 'const'
  3376. /opt/local/include/boost/python/converter/builtin_converters.hpp:127: error: expected `;' before '}' token
  3377. /opt/local/include/boost/python/converter/builtin_converters.hpp:127: error: 'PyObject' declared as an 'inline' field
  3378. /opt/local/include/boost/python/converter/builtin_converters.hpp:127: error: expected ';' before '*' token
  3379. /opt/local/include/boost/python/converter/builtin_converters.hpp:127: error: expected `;' before 'inline'
  3380. /opt/local/include/boost/python/converter/builtin_converters.hpp:127: error: 'PyTypeObject' declared as an 'inline' field
  3381. /opt/local/include/boost/python/converter/builtin_converters.hpp:127: error: expected ';' before 'const'
  3382. /opt/local/include/boost/python/converter/builtin_converters.hpp:127: error: expected `;' before '}' token
  3383. /opt/local/include/boost/python/converter/builtin_converters.hpp:127: error: template argument 1 is invalid
  3384. /opt/local/include/boost/python/converter/builtin_converters.hpp: In constructor 'boost::python::converter::arg_to_python<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >::arg_to_python(const std::string&)':
  3385. /opt/local/include/boost/python/converter/builtin_converters.hpp:127: error: template argument 1 is invalid
  3386. /opt/local/include/boost/python/converter/builtin_converters.hpp:127: error: '::PyString_FromStringAndSize' has not been declared
  3387. /opt/local/include/boost/python/converter/builtin_converters.hpp: At global scope:
  3388. /opt/local/include/boost/python/converter/builtin_converters.hpp:131: error: 'PyObject' declared as an 'inline' field
  3389. /opt/local/include/boost/python/converter/builtin_converters.hpp:131: error: expected ';' before '*' token
  3390. /opt/local/include/boost/python/converter/builtin_converters.hpp:131: error: expected `;' before 'inline'
  3391. /opt/local/include/boost/python/converter/builtin_converters.hpp:131: error: 'PyTypeObject' declared as an 'inline' field
  3392. /opt/local/include/boost/python/converter/builtin_converters.hpp:131: error: expected ';' before 'const'
  3393. /opt/local/include/boost/python/converter/builtin_converters.hpp:131: error: expected `;' before '}' token
  3394. /opt/local/include/boost/python/converter/builtin_converters.hpp:131: error: 'PyObject' declared as an 'inline' field
  3395. /opt/local/include/boost/python/converter/builtin_converters.hpp:131: error: expected ';' before '*' token
  3396. /opt/local/include/boost/python/converter/builtin_converters.hpp:131: error: expected `;' before 'inline'
  3397. /opt/local/include/boost/python/converter/builtin_converters.hpp:131: error: 'PyTypeObject' declared as an 'inline' field
  3398. /opt/local/include/boost/python/converter/builtin_converters.hpp:131: error: expected ';' before 'const'
  3399. /opt/local/include/boost/python/converter/builtin_converters.hpp:131: error: expected `;' before '}' token
  3400. /opt/local/include/boost/python/converter/builtin_converters.hpp:131: error: template argument 1 is invalid
  3401. /opt/local/include/boost/python/converter/builtin_converters.hpp: In constructor 'boost::python::converter::arg_to_python<float>::arg_to_python(const float&)':
  3402. /opt/local/include/boost/python/converter/builtin_converters.hpp:131: error: template argument 1 is invalid
  3403. /opt/local/include/boost/python/converter/builtin_converters.hpp:131: error: '::PyFloat_FromDouble' has not been declared
  3404. /opt/local/include/boost/python/converter/builtin_converters.hpp: At global scope:
  3405. /opt/local/include/boost/python/converter/builtin_converters.hpp:132: error: 'PyObject' declared as an 'inline' field
  3406. /opt/local/include/boost/python/converter/builtin_converters.hpp:132: error: expected ';' before '*' token
  3407. /opt/local/include/boost/python/converter/builtin_converters.hpp:132: error: expected `;' before 'inline'
  3408. /opt/local/include/boost/python/converter/builtin_converters.hpp:132: error: 'PyTypeObject' declared as an 'inline' field
  3409. /opt/local/include/boost/python/converter/builtin_converters.hpp:132: error: expected ';' before 'const'
  3410. /opt/local/include/boost/python/converter/builtin_converters.hpp:132: error: expected `;' before '}' token
  3411. /opt/local/include/boost/python/converter/builtin_converters.hpp:132: error: 'PyObject' declared as an 'inline' field
  3412. /opt/local/include/boost/python/converter/builtin_converters.hpp:132: error: expected ';' before '*' token
  3413. /opt/local/include/boost/python/converter/builtin_converters.hpp:132: error: expected `;' before 'inline'
  3414. /opt/local/include/boost/python/converter/builtin_converters.hpp:132: error: 'PyTypeObject' declared as an 'inline' field
  3415. /opt/local/include/boost/python/converter/builtin_converters.hpp:132: error: expected ';' before 'const'
  3416. /opt/local/include/boost/python/converter/builtin_converters.hpp:132: error: expected `;' before '}' token
  3417. /opt/local/include/boost/python/converter/builtin_converters.hpp:132: error: template argument 1 is invalid
  3418. /opt/local/include/boost/python/converter/builtin_converters.hpp: In constructor 'boost::python::converter::arg_to_python<double>::arg_to_python(const double&)':
  3419. /opt/local/include/boost/python/converter/builtin_converters.hpp:132: error: template argument 1 is invalid
  3420. /opt/local/include/boost/python/converter/builtin_converters.hpp:132: error: '::PyFloat_FromDouble' has not been declared
  3421. /opt/local/include/boost/python/converter/builtin_converters.hpp: At global scope:
  3422. /opt/local/include/boost/python/converter/builtin_converters.hpp:133: error: 'PyObject' declared as an 'inline' field
  3423. /opt/local/include/boost/python/converter/builtin_converters.hpp:133: error: expected ';' before '*' token
  3424. /opt/local/include/boost/python/converter/builtin_converters.hpp:133: error: expected `;' before 'inline'
  3425. /opt/local/include/boost/python/converter/builtin_converters.hpp:133: error: 'PyTypeObject' declared as an 'inline' field
  3426. /opt/local/include/boost/python/converter/builtin_converters.hpp:133: error: expected ';' before 'const'
  3427. /opt/local/include/boost/python/converter/builtin_converters.hpp:133: error: expected `;' before '}' token
  3428. /opt/local/include/boost/python/converter/builtin_converters.hpp:133: error: 'PyObject' declared as an 'inline' field
  3429. /opt/local/include/boost/python/converter/builtin_converters.hpp:133: error: expected ';' before '*' token
  3430. /opt/local/include/boost/python/converter/builtin_converters.hpp:133: error: expected `;' before 'inline'
  3431. /opt/local/include/boost/python/converter/builtin_converters.hpp:133: error: 'PyTypeObject' declared as an 'inline' field
  3432. /opt/local/include/boost/python/converter/builtin_converters.hpp:133: error: expected ';' before 'const'
  3433. /opt/local/include/boost/python/converter/builtin_converters.hpp:133: error: expected `;' before '}' token
  3434. /opt/local/include/boost/python/converter/builtin_converters.hpp:133: error: template argument 1 is invalid
  3435. /opt/local/include/boost/python/converter/builtin_converters.hpp: In constructor 'boost::python::converter::arg_to_python<long double>::arg_to_python(const long double&)':
  3436. /opt/local/include/boost/python/converter/builtin_converters.hpp:133: error: template argument 1 is invalid
  3437. /opt/local/include/boost/python/converter/builtin_converters.hpp:133: error: '::PyFloat_FromDouble' has not been declared
  3438. /opt/local/include/boost/python/converter/builtin_converters.hpp: At global scope:
  3439. /opt/local/include/boost/python/converter/builtin_converters.hpp:134: error: 'PyObject' was not declared in this scope
  3440. /opt/local/include/boost/python/converter/builtin_converters.hpp:134: error: `&' cannot appear in a constant-expression
  3441. /opt/local/include/boost/python/converter/builtin_converters.hpp:134: error: template argument 1 is invalid
  3442. /opt/local/include/boost/python/converter/builtin_converters.hpp:134: error: 'PyObject' was not declared in this scope
  3443. /opt/local/include/boost/python/converter/builtin_converters.hpp:134: error: template argument 1 is invalid
  3444. /opt/local/include/boost/python/converter/builtin_converters.hpp:135: error: 'PyObject' declared as an 'inline' field
  3445. /opt/local/include/boost/python/converter/builtin_converters.hpp:135: error: expected ';' before '*' token
  3446. /opt/local/include/boost/python/converter/builtin_converters.hpp:135: error: expected `;' before 'inline'
  3447. /opt/local/include/boost/python/converter/builtin_converters.hpp:135: error: 'PyTypeObject' declared as an 'inline' field
  3448. /opt/local/include/boost/python/converter/builtin_converters.hpp:135: error: expected ';' before 'const'
  3449. /opt/local/include/boost/python/converter/builtin_converters.hpp:135: error: expected `;' before '}' token
  3450. /opt/local/include/boost/python/converter/builtin_converters.hpp:135: error: 'PyObject' declared as an 'inline' field
  3451. /opt/local/include/boost/python/converter/builtin_converters.hpp:135: error: expected ';' before '*' token
  3452. /opt/local/include/boost/python/converter/builtin_converters.hpp:135: error: expected `;' before 'inline'
  3453. /opt/local/include/boost/python/converter/builtin_converters.hpp:135: error: 'PyTypeObject' declared as an 'inline' field
  3454. /opt/local/include/boost/python/converter/builtin_converters.hpp:135: error: expected ';' before 'const'
  3455. /opt/local/include/boost/python/converter/builtin_converters.hpp:135: error: expected `;' before '}' token
  3456. /opt/local/include/boost/python/converter/builtin_converters.hpp:135: error: template argument 1 is invalid
  3457. /opt/local/include/boost/python/converter/builtin_converters.hpp: In constructor 'boost::python::converter::arg_to_python<std::complex<float> >::arg_to_python(const std::complex<float>&)':
  3458. /opt/local/include/boost/python/converter/builtin_converters.hpp:135: error: template argument 1 is invalid
  3459. /opt/local/include/boost/python/converter/builtin_converters.hpp:135: error: '::PyComplex_FromDoubles' has not been declared
  3460. /opt/local/include/boost/python/converter/builtin_converters.hpp: At global scope:
  3461. /opt/local/include/boost/python/converter/builtin_converters.hpp:136: error: 'PyObject' declared as an 'inline' field
  3462. /opt/local/include/boost/python/converter/builtin_converters.hpp:136: error: expected ';' before '*' token
  3463. /opt/local/include/boost/python/converter/builtin_converters.hpp:136: error: expected `;' before 'inline'
  3464. /opt/local/include/boost/python/converter/builtin_converters.hpp:136: error: 'PyTypeObject' declared as an 'inline' field
  3465. /opt/local/include/boost/python/converter/builtin_converters.hpp:136: error: expected ';' before 'const'
  3466. /opt/local/include/boost/python/converter/builtin_converters.hpp:136: error: expected `;' before '}' token
  3467. /opt/local/include/boost/python/converter/builtin_converters.hpp:136: error: 'PyObject' declared as an 'inline' field
  3468. /opt/local/include/boost/python/converter/builtin_converters.hpp:136: error: expected ';' before '*' token
  3469. /opt/local/include/boost/python/converter/builtin_converters.hpp:136: error: expected `;' before 'inline'
  3470. /opt/local/include/boost/python/converter/builtin_converters.hpp:136: error: 'PyTypeObject' declared as an 'inline' field
  3471. /opt/local/include/boost/python/converter/builtin_converters.hpp:136: error: expected ';' before 'const'
  3472. /opt/local/include/boost/python/converter/builtin_converters.hpp:136: error: expected `;' before '}' token
  3473. /opt/local/include/boost/python/converter/builtin_converters.hpp:136: error: template argument 1 is invalid
  3474. /opt/local/include/boost/python/converter/builtin_converters.hpp: In constructor 'boost::python::converter::arg_to_python<std::complex<double> >::arg_to_python(const std::complex<double>&)':
  3475. /opt/local/include/boost/python/converter/builtin_converters.hpp:136: error: template argument 1 is invalid
  3476. /opt/local/include/boost/python/converter/builtin_converters.hpp:136: error: '::PyComplex_FromDoubles' has not been declared
  3477. /opt/local/include/boost/python/converter/builtin_converters.hpp: At global scope:
  3478. /opt/local/include/boost/python/converter/builtin_converters.hpp:137: error: 'PyObject' declared as an 'inline' field
  3479. /opt/local/include/boost/python/converter/builtin_converters.hpp:137: error: expected ';' before '*' token
  3480. /opt/local/include/boost/python/converter/builtin_converters.hpp:137: error: expected `;' before 'inline'
  3481. /opt/local/include/boost/python/converter/builtin_converters.hpp:137: error: 'PyTypeObject' declared as an 'inline' field
  3482. /opt/local/include/boost/python/converter/builtin_converters.hpp:137: error: expected ';' before 'const'
  3483. /opt/local/include/boost/python/converter/builtin_converters.hpp:137: error: expected `;' before '}' token
  3484. /opt/local/include/boost/python/converter/builtin_converters.hpp:137: error: 'PyObject' declared as an 'inline' field
  3485. /opt/local/include/boost/python/converter/builtin_converters.hpp:137: error: expected ';' before '*' token
  3486. /opt/local/include/boost/python/converter/builtin_converters.hpp:137: error: expected `;' before 'inline'
  3487. /opt/local/include/boost/python/converter/builtin_converters.hpp:137: error: 'PyTypeObject' declared as an 'inline' field
  3488. /opt/local/include/boost/python/converter/builtin_converters.hpp:137: error: expected ';' before 'const'
  3489. /opt/local/include/boost/python/converter/builtin_converters.hpp:137: error: expected `;' before '}' token
  3490. /opt/local/include/boost/python/converter/builtin_converters.hpp:137: error: template argument 1 is invalid
  3491. /opt/local/include/boost/python/converter/builtin_converters.hpp: In constructor 'boost::python::converter::arg_to_python<std::complex<long double> >::arg_to_python(const std::complex<long double>&)':
  3492. /opt/local/include/boost/python/converter/builtin_converters.hpp:137: error: template argument 1 is invalid
  3493. /opt/local/include/boost/python/converter/builtin_converters.hpp:137: error: '::PyComplex_FromDoubles' has not been declared
  3494. In file included from /opt/local/include/boost/python/converter/pyobject_traits.hpp:9,
  3495. from /opt/local/include/boost/python/converter/object_manager.hpp:10,
  3496. from /opt/local/include/boost/python/to_python_value.hpp:17,
  3497. from /opt/local/include/boost/python/detail/invoke.hpp:21,
  3498. from /opt/local/include/boost/python/detail/caller.hpp:16,
  3499. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  3500. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  3501. from /opt/local/include/boost/python/call.hpp:15,
  3502. from /opt/local/include/boost/python/object_core.hpp:12,
  3503. from /opt/local/include/boost/python/args.hpp:25,
  3504. from /opt/local/include/boost/python.hpp:11,
  3505. from conftest.cpp:95:
  3506. /opt/local/include/boost/python/converter/pyobject_type.hpp: At global scope:
  3507. /opt/local/include/boost/python/converter/pyobject_type.hpp:12: error: expected constructor, destructor, or type conversion before '*' token
  3508. /opt/local/include/boost/python/converter/pyobject_type.hpp:16: error: 'PyTypeObject' has not been declared
  3509. /opt/local/include/boost/python/converter/pyobject_type.hpp:19: error: 'PyObject' has not been declared
  3510. /opt/local/include/boost/python/converter/pyobject_type.hpp:24: error: expected ';' before '(' token
  3511. /opt/local/include/boost/python/converter/pyobject_type.hpp:31: error: expected `;' before 'static'
  3512. /opt/local/include/boost/python/converter/pyobject_type.hpp:31: error: expected ';' before 'const'
  3513. /opt/local/include/boost/python/converter/pyobject_type.hpp:33: error: expected `;' before '}' token
  3514. /opt/local/include/boost/python/converter/pyobject_type.hpp: In static member function 'static bool boost::python::converter::pyobject_type<Object, pytype>::check(int*)':
  3515. /opt/local/include/boost/python/converter/pyobject_type.hpp:21: error: '::PyObject_IsInstance' has not been declared
  3516. /opt/local/include/boost/python/converter/pyobject_type.hpp:21: error: 'PyObject' was not declared in this scope
  3517. /opt/local/include/boost/python/converter/pyobject_type.hpp:21: error: expected primary-expression before ')' token
  3518. In file included from /opt/local/include/boost/python/converter/object_manager.hpp:10,
  3519. from /opt/local/include/boost/python/to_python_value.hpp:17,
  3520. from /opt/local/include/boost/python/detail/invoke.hpp:21,
  3521. from /opt/local/include/boost/python/detail/caller.hpp:16,
  3522. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  3523. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  3524. from /opt/local/include/boost/python/call.hpp:15,
  3525. from /opt/local/include/boost/python/object_core.hpp:12,
  3526. from /opt/local/include/boost/python/args.hpp:25,
  3527. from /opt/local/include/boost/python.hpp:11,
  3528. from conftest.cpp:95:
  3529. /opt/local/include/boost/python/converter/pyobject_traits.hpp: At global scope:
  3530. /opt/local/include/boost/python/converter/pyobject_traits.hpp:16: error: 'PyObject' was not declared in this scope
  3531. /opt/local/include/boost/python/converter/pyobject_traits.hpp:16: error: template argument 1 is invalid
  3532. /opt/local/include/boost/python/converter/pyobject_traits.hpp:35: error: 'PyTypeObject' was not declared in this scope
  3533. /opt/local/include/boost/python/converter/pyobject_traits.hpp:35: error: template argument 1 is invalid
  3534. /opt/local/include/boost/python/converter/pyobject_traits.hpp:35: error: 'PyTypeObject' was not declared in this scope
  3535. /opt/local/include/boost/python/converter/pyobject_traits.hpp:35: error: template argument 1 is invalid
  3536. /opt/local/include/boost/python/converter/pyobject_traits.hpp:35: error: template argument 2 is invalid
  3537. /opt/local/include/boost/python/converter/pyobject_traits.hpp:36: error: 'PyListObject' was not declared in this scope
  3538. /opt/local/include/boost/python/converter/pyobject_traits.hpp:36: error: template argument 1 is invalid
  3539. /opt/local/include/boost/python/converter/pyobject_traits.hpp:36: error: 'PyListObject' was not declared in this scope
  3540. /opt/local/include/boost/python/converter/pyobject_traits.hpp:36: error: template argument 1 is invalid
  3541. /opt/local/include/boost/python/converter/pyobject_traits.hpp:36: error: template argument 2 is invalid
  3542. /opt/local/include/boost/python/converter/pyobject_traits.hpp:37: error: 'PyIntObject' was not declared in this scope
  3543. /opt/local/include/boost/python/converter/pyobject_traits.hpp:37: error: template argument 1 is invalid
  3544. /opt/local/include/boost/python/converter/pyobject_traits.hpp:37: error: 'PyIntObject' was not declared in this scope
  3545. /opt/local/include/boost/python/converter/pyobject_traits.hpp:37: error: template argument 1 is invalid
  3546. /opt/local/include/boost/python/converter/pyobject_traits.hpp:37: error: template argument 2 is invalid
  3547. /opt/local/include/boost/python/converter/pyobject_traits.hpp:38: error: 'PyLongObject' was not declared in this scope
  3548. /opt/local/include/boost/python/converter/pyobject_traits.hpp:38: error: template argument 1 is invalid
  3549. /opt/local/include/boost/python/converter/pyobject_traits.hpp:38: error: 'PyLongObject' was not declared in this scope
  3550. /opt/local/include/boost/python/converter/pyobject_traits.hpp:38: error: template argument 1 is invalid
  3551. /opt/local/include/boost/python/converter/pyobject_traits.hpp:38: error: template argument 2 is invalid
  3552. /opt/local/include/boost/python/converter/pyobject_traits.hpp:39: error: 'PyDictObject' was not declared in this scope
  3553. /opt/local/include/boost/python/converter/pyobject_traits.hpp:39: error: template argument 1 is invalid
  3554. /opt/local/include/boost/python/converter/pyobject_traits.hpp:39: error: 'PyDictObject' was not declared in this scope
  3555. /opt/local/include/boost/python/converter/pyobject_traits.hpp:39: error: template argument 1 is invalid
  3556. /opt/local/include/boost/python/converter/pyobject_traits.hpp:39: error: template argument 2 is invalid
  3557. /opt/local/include/boost/python/converter/pyobject_traits.hpp:40: error: 'PyTupleObject' was not declared in this scope
  3558. /opt/local/include/boost/python/converter/pyobject_traits.hpp:40: error: template argument 1 is invalid
  3559. /opt/local/include/boost/python/converter/pyobject_traits.hpp:40: error: 'PyTupleObject' was not declared in this scope
  3560. /opt/local/include/boost/python/converter/pyobject_traits.hpp:40: error: template argument 1 is invalid
  3561. /opt/local/include/boost/python/converter/pyobject_traits.hpp:40: error: template argument 2 is invalid
  3562. In file included from /opt/local/include/boost/python/to_python_value.hpp:17,
  3563. from /opt/local/include/boost/python/detail/invoke.hpp:21,
  3564. from /opt/local/include/boost/python/detail/caller.hpp:16,
  3565. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  3566. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  3567. from /opt/local/include/boost/python/call.hpp:15,
  3568. from /opt/local/include/boost/python/object_core.hpp:12,
  3569. from /opt/local/include/boost/python/args.hpp:25,
  3570. from /opt/local/include/boost/python.hpp:11,
  3571. from conftest.cpp:95:
  3572. /opt/local/include/boost/python/converter/object_manager.hpp:89: error: expected ';' before '(' token
  3573. /opt/local/include/boost/python/converter/object_manager.hpp:93: error: expected `;' before '}' token
  3574. In file included from /opt/local/include/boost/python/detail/invoke.hpp:21,
  3575. from /opt/local/include/boost/python/detail/caller.hpp:16,
  3576. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  3577. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  3578. from /opt/local/include/boost/python/call.hpp:15,
  3579. from /opt/local/include/boost/python/object_core.hpp:12,
  3580. from /opt/local/include/boost/python/args.hpp:25,
  3581. from /opt/local/include/boost/python.hpp:11,
  3582. from conftest.cpp:95:
  3583. /opt/local/include/boost/python/to_python_value.hpp:39: error: expected initializer before 'const'
  3584. /opt/local/include/boost/python/to_python_value.hpp:49: error: expected initializer before 'const'
  3585. /opt/local/include/boost/python/to_python_value.hpp:62: error: expected ';' before '*' token
  3586. /opt/local/include/boost/python/to_python_value.hpp:66: error: expected ';' before 'const'
  3587. /opt/local/include/boost/python/to_python_value.hpp:70: error: expected `;' before 'inline'
  3588. /opt/local/include/boost/python/to_python_value.hpp:70: error: 'PyTypeObject' declared as an 'inline' field
  3589. /opt/local/include/boost/python/to_python_value.hpp:70: error: expected ';' before 'const'
  3590. /opt/local/include/boost/python/to_python_value.hpp:72: error: expected `;' before 'inline'
  3591. /opt/local/include/boost/python/to_python_value.hpp:72: error: 'PyTypeObject' declared as an 'inline' field
  3592. /opt/local/include/boost/python/to_python_value.hpp:72: error: expected ';' before 'const'
  3593. /opt/local/include/boost/python/to_python_value.hpp:82: error: expected `;' before 'static'
  3594. /opt/local/include/boost/python/to_python_value.hpp:91: error: expected ';' before '*' token
  3595. /opt/local/include/boost/python/to_python_value.hpp:93: error: expected ';' before 'const'
  3596. /opt/local/include/boost/python/to_python_value.hpp:99: error: expected `;' before 'static'
  3597. /opt/local/include/boost/python/to_python_value.hpp:107: error: expected ';' before '*' token
  3598. /opt/local/include/boost/python/to_python_value.hpp:109: error: expected ';' before 'const'
  3599. /opt/local/include/boost/python/to_python_value.hpp:114: error: expected `;' before 'static'
  3600. /opt/local/include/boost/python/to_python_value.hpp:118: error: expected constructor, destructor, or type conversion before 'const'
  3601. /opt/local/include/boost/python/to_python_value.hpp:120: error: expected constructor, destructor, or type conversion before 'const'
  3602. /opt/local/include/boost/python/to_python_value.hpp:148: error: expected initializer before '*' token
  3603. /opt/local/include/boost/python/to_python_value.hpp:159: error: expected initializer before '*' token
  3604. /opt/local/include/boost/python/to_python_value.hpp:168: error: expected initializer before '*' token
  3605. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:47,
  3606. from /opt/local/include/boost/python/detail/invoke.hpp:63,
  3607. from /opt/local/include/boost/python/detail/caller.hpp:16,
  3608. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  3609. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  3610. from /opt/local/include/boost/python/call.hpp:15,
  3611. from /opt/local/include/boost/python/object_core.hpp:12,
  3612. from /opt/local/include/boost/python/args.hpp:25,
  3613. from /opt/local/include/boost/python.hpp:11,
  3614. from conftest.cpp:95:
  3615. /opt/local/include/boost/python/detail/invoke.hpp:73: error: expected initializer before '*' token
  3616. /opt/local/include/boost/python/detail/invoke.hpp:79: error: expected initializer before '*' token
  3617. /opt/local/include/boost/python/detail/invoke.hpp:86: error: expected initializer before '*' token
  3618. /opt/local/include/boost/python/detail/invoke.hpp:92: error: expected initializer before '*' token
  3619. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:52,
  3620. from /opt/local/include/boost/python/detail/invoke.hpp:63,
  3621. from /opt/local/include/boost/python/detail/caller.hpp:16,
  3622. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  3623. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  3624. from /opt/local/include/boost/python/call.hpp:15,
  3625. from /opt/local/include/boost/python/object_core.hpp:12,
  3626. from /opt/local/include/boost/python/args.hpp:25,
  3627. from /opt/local/include/boost/python.hpp:11,
  3628. from conftest.cpp:95:
  3629. /opt/local/include/boost/python/detail/invoke.hpp:73: error: expected initializer before '*' token
  3630. /opt/local/include/boost/python/detail/invoke.hpp:79: error: expected initializer before '*' token
  3631. /opt/local/include/boost/python/detail/invoke.hpp:86: error: expected initializer before '*' token
  3632. /opt/local/include/boost/python/detail/invoke.hpp:92: error: expected initializer before '*' token
  3633. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:57,
  3634. from /opt/local/include/boost/python/detail/invoke.hpp:63,
  3635. from /opt/local/include/boost/python/detail/caller.hpp:16,
  3636. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  3637. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  3638. from /opt/local/include/boost/python/call.hpp:15,
  3639. from /opt/local/include/boost/python/object_core.hpp:12,
  3640. from /opt/local/include/boost/python/args.hpp:25,
  3641. from /opt/local/include/boost/python.hpp:11,
  3642. from conftest.cpp:95:
  3643. /opt/local/include/boost/python/detail/invoke.hpp:73: error: expected initializer before '*' token
  3644. /opt/local/include/boost/python/detail/invoke.hpp:79: error: expected initializer before '*' token
  3645. /opt/local/include/boost/python/detail/invoke.hpp:86: error: expected initializer before '*' token
  3646. /opt/local/include/boost/python/detail/invoke.hpp:92: error: expected initializer before '*' token
  3647. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:62,
  3648. from /opt/local/include/boost/python/detail/invoke.hpp:63,
  3649. from /opt/local/include/boost/python/detail/caller.hpp:16,
  3650. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  3651. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  3652. from /opt/local/include/boost/python/call.hpp:15,
  3653. from /opt/local/include/boost/python/object_core.hpp:12,
  3654. from /opt/local/include/boost/python/args.hpp:25,
  3655. from /opt/local/include/boost/python.hpp:11,
  3656. from conftest.cpp:95:
  3657. /opt/local/include/boost/python/detail/invoke.hpp:73: error: expected initializer before '*' token
  3658. /opt/local/include/boost/python/detail/invoke.hpp:79: error: expected initializer before '*' token
  3659. /opt/local/include/boost/python/detail/invoke.hpp:86: error: expected initializer before '*' token
  3660. /opt/local/include/boost/python/detail/invoke.hpp:92: error: expected initializer before '*' token
  3661. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:67,
  3662. from /opt/local/include/boost/python/detail/invoke.hpp:63,
  3663. from /opt/local/include/boost/python/detail/caller.hpp:16,
  3664. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  3665. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  3666. from /opt/local/include/boost/python/call.hpp:15,
  3667. from /opt/local/include/boost/python/object_core.hpp:12,
  3668. from /opt/local/include/boost/python/args.hpp:25,
  3669. from /opt/local/include/boost/python.hpp:11,
  3670. from conftest.cpp:95:
  3671. /opt/local/include/boost/python/detail/invoke.hpp:73: error: expected initializer before '*' token
  3672. /opt/local/include/boost/python/detail/invoke.hpp:79: error: expected initializer before '*' token
  3673. /opt/local/include/boost/python/detail/invoke.hpp:86: error: expected initializer before '*' token
  3674. /opt/local/include/boost/python/detail/invoke.hpp:92: error: expected initializer before '*' token
  3675. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:72,
  3676. from /opt/local/include/boost/python/detail/invoke.hpp:63,
  3677. from /opt/local/include/boost/python/detail/caller.hpp:16,
  3678. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  3679. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  3680. from /opt/local/include/boost/python/call.hpp:15,
  3681. from /opt/local/include/boost/python/object_core.hpp:12,
  3682. from /opt/local/include/boost/python/args.hpp:25,
  3683. from /opt/local/include/boost/python.hpp:11,
  3684. from conftest.cpp:95:
  3685. /opt/local/include/boost/python/detail/invoke.hpp:73: error: expected initializer before '*' token
  3686. /opt/local/include/boost/python/detail/invoke.hpp:79: error: expected initializer before '*' token
  3687. /opt/local/include/boost/python/detail/invoke.hpp:86: error: expected initializer before '*' token
  3688. /opt/local/include/boost/python/detail/invoke.hpp:92: error: expected initializer before '*' token
  3689. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:77,
  3690. from /opt/local/include/boost/python/detail/invoke.hpp:63,
  3691. from /opt/local/include/boost/python/detail/caller.hpp:16,
  3692. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  3693. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  3694. from /opt/local/include/boost/python/call.hpp:15,
  3695. from /opt/local/include/boost/python/object_core.hpp:12,
  3696. from /opt/local/include/boost/python/args.hpp:25,
  3697. from /opt/local/include/boost/python.hpp:11,
  3698. from conftest.cpp:95:
  3699. /opt/local/include/boost/python/detail/invoke.hpp:73: error: expected initializer before '*' token
  3700. /opt/local/include/boost/python/detail/invoke.hpp:79: error: expected initializer before '*' token
  3701. /opt/local/include/boost/python/detail/invoke.hpp:86: error: expected initializer before '*' token
  3702. /opt/local/include/boost/python/detail/invoke.hpp:92: error: expected initializer before '*' token
  3703. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:82,
  3704. from /opt/local/include/boost/python/detail/invoke.hpp:63,
  3705. from /opt/local/include/boost/python/detail/caller.hpp:16,
  3706. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  3707. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  3708. from /opt/local/include/boost/python/call.hpp:15,
  3709. from /opt/local/include/boost/python/object_core.hpp:12,
  3710. from /opt/local/include/boost/python/args.hpp:25,
  3711. from /opt/local/include/boost/python.hpp:11,
  3712. from conftest.cpp:95:
  3713. /opt/local/include/boost/python/detail/invoke.hpp:73: error: expected initializer before '*' token
  3714. /opt/local/include/boost/python/detail/invoke.hpp:79: error: expected initializer before '*' token
  3715. /opt/local/include/boost/python/detail/invoke.hpp:86: error: expected initializer before '*' token
  3716. /opt/local/include/boost/python/detail/invoke.hpp:92: error: expected initializer before '*' token
  3717. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:87,
  3718. from /opt/local/include/boost/python/detail/invoke.hpp:63,
  3719. from /opt/local/include/boost/python/detail/caller.hpp:16,
  3720. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  3721. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  3722. from /opt/local/include/boost/python/call.hpp:15,
  3723. from /opt/local/include/boost/python/object_core.hpp:12,
  3724. from /opt/local/include/boost/python/args.hpp:25,
  3725. from /opt/local/include/boost/python.hpp:11,
  3726. from conftest.cpp:95:
  3727. /opt/local/include/boost/python/detail/invoke.hpp:73: error: expected initializer before '*' token
  3728. /opt/local/include/boost/python/detail/invoke.hpp:79: error: expected initializer before '*' token
  3729. /opt/local/include/boost/python/detail/invoke.hpp:86: error: expected initializer before '*' token
  3730. /opt/local/include/boost/python/detail/invoke.hpp:92: error: expected initializer before '*' token
  3731. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:92,
  3732. from /opt/local/include/boost/python/detail/invoke.hpp:63,
  3733. from /opt/local/include/boost/python/detail/caller.hpp:16,
  3734. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  3735. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  3736. from /opt/local/include/boost/python/call.hpp:15,
  3737. from /opt/local/include/boost/python/object_core.hpp:12,
  3738. from /opt/local/include/boost/python/args.hpp:25,
  3739. from /opt/local/include/boost/python.hpp:11,
  3740. from conftest.cpp:95:
  3741. /opt/local/include/boost/python/detail/invoke.hpp:73: error: expected initializer before '*' token
  3742. /opt/local/include/boost/python/detail/invoke.hpp:79: error: expected initializer before '*' token
  3743. /opt/local/include/boost/python/detail/invoke.hpp:86: error: expected initializer before '*' token
  3744. /opt/local/include/boost/python/detail/invoke.hpp:92: error: expected initializer before '*' token
  3745. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:97,
  3746. from /opt/local/include/boost/python/detail/invoke.hpp:63,
  3747. from /opt/local/include/boost/python/detail/caller.hpp:16,
  3748. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  3749. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  3750. from /opt/local/include/boost/python/call.hpp:15,
  3751. from /opt/local/include/boost/python/object_core.hpp:12,
  3752. from /opt/local/include/boost/python/args.hpp:25,
  3753. from /opt/local/include/boost/python.hpp:11,
  3754. from conftest.cpp:95:
  3755. /opt/local/include/boost/python/detail/invoke.hpp:73: error: expected initializer before '*' token
  3756. /opt/local/include/boost/python/detail/invoke.hpp:79: error: expected initializer before '*' token
  3757. /opt/local/include/boost/python/detail/invoke.hpp:86: error: expected initializer before '*' token
  3758. /opt/local/include/boost/python/detail/invoke.hpp:92: error: expected initializer before '*' token
  3759. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:102,
  3760. from /opt/local/include/boost/python/detail/invoke.hpp:63,
  3761. from /opt/local/include/boost/python/detail/caller.hpp:16,
  3762. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  3763. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  3764. from /opt/local/include/boost/python/call.hpp:15,
  3765. from /opt/local/include/boost/python/object_core.hpp:12,
  3766. from /opt/local/include/boost/python/args.hpp:25,
  3767. from /opt/local/include/boost/python.hpp:11,
  3768. from conftest.cpp:95:
  3769. /opt/local/include/boost/python/detail/invoke.hpp:73: error: expected initializer before '*' token
  3770. /opt/local/include/boost/python/detail/invoke.hpp:79: error: expected initializer before '*' token
  3771. /opt/local/include/boost/python/detail/invoke.hpp:86: error: expected initializer before '*' token
  3772. /opt/local/include/boost/python/detail/invoke.hpp:92: error: expected initializer before '*' token
  3773. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:107,
  3774. from /opt/local/include/boost/python/detail/invoke.hpp:63,
  3775. from /opt/local/include/boost/python/detail/caller.hpp:16,
  3776. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  3777. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  3778. from /opt/local/include/boost/python/call.hpp:15,
  3779. from /opt/local/include/boost/python/object_core.hpp:12,
  3780. from /opt/local/include/boost/python/args.hpp:25,
  3781. from /opt/local/include/boost/python.hpp:11,
  3782. from conftest.cpp:95:
  3783. /opt/local/include/boost/python/detail/invoke.hpp:73: error: expected initializer before '*' token
  3784. /opt/local/include/boost/python/detail/invoke.hpp:79: error: expected initializer before '*' token
  3785. /opt/local/include/boost/python/detail/invoke.hpp:86: error: expected initializer before '*' token
  3786. /opt/local/include/boost/python/detail/invoke.hpp:92: error: expected initializer before '*' token
  3787. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:112,
  3788. from /opt/local/include/boost/python/detail/invoke.hpp:63,
  3789. from /opt/local/include/boost/python/detail/caller.hpp:16,
  3790. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  3791. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  3792. from /opt/local/include/boost/python/call.hpp:15,
  3793. from /opt/local/include/boost/python/object_core.hpp:12,
  3794. from /opt/local/include/boost/python/args.hpp:25,
  3795. from /opt/local/include/boost/python.hpp:11,
  3796. from conftest.cpp:95:
  3797. /opt/local/include/boost/python/detail/invoke.hpp:73: error: expected initializer before '*' token
  3798. /opt/local/include/boost/python/detail/invoke.hpp:79: error: expected initializer before '*' token
  3799. /opt/local/include/boost/python/detail/invoke.hpp:86: error: expected initializer before '*' token
  3800. /opt/local/include/boost/python/detail/invoke.hpp:92: error: expected initializer before '*' token
  3801. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:117,
  3802. from /opt/local/include/boost/python/detail/invoke.hpp:63,
  3803. from /opt/local/include/boost/python/detail/caller.hpp:16,
  3804. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  3805. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  3806. from /opt/local/include/boost/python/call.hpp:15,
  3807. from /opt/local/include/boost/python/object_core.hpp:12,
  3808. from /opt/local/include/boost/python/args.hpp:25,
  3809. from /opt/local/include/boost/python.hpp:11,
  3810. from conftest.cpp:95:
  3811. /opt/local/include/boost/python/detail/invoke.hpp:73: error: expected initializer before '*' token
  3812. /opt/local/include/boost/python/detail/invoke.hpp:79: error: expected initializer before '*' token
  3813. /opt/local/include/boost/python/detail/invoke.hpp:86: error: expected initializer before '*' token
  3814. /opt/local/include/boost/python/detail/invoke.hpp:92: error: expected initializer before '*' token
  3815. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:122,
  3816. from /opt/local/include/boost/python/detail/invoke.hpp:63,
  3817. from /opt/local/include/boost/python/detail/caller.hpp:16,
  3818. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  3819. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  3820. from /opt/local/include/boost/python/call.hpp:15,
  3821. from /opt/local/include/boost/python/object_core.hpp:12,
  3822. from /opt/local/include/boost/python/args.hpp:25,
  3823. from /opt/local/include/boost/python.hpp:11,
  3824. from conftest.cpp:95:
  3825. /opt/local/include/boost/python/detail/invoke.hpp:73: error: expected initializer before '*' token
  3826. /opt/local/include/boost/python/detail/invoke.hpp:79: error: expected initializer before '*' token
  3827. /opt/local/include/boost/python/detail/invoke.hpp:86: error: expected initializer before '*' token
  3828. /opt/local/include/boost/python/detail/invoke.hpp:92: error: expected initializer before '*' token
  3829. In file included from /opt/local/include/boost/python/detail/caller.hpp:17,
  3830. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  3831. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  3832. from /opt/local/include/boost/python/call.hpp:15,
  3833. from /opt/local/include/boost/python/object_core.hpp:12,
  3834. from /opt/local/include/boost/python/args.hpp:25,
  3835. from /opt/local/include/boost/python.hpp:11,
  3836. from conftest.cpp:95:
  3837. /opt/local/include/boost/python/detail/signature.hpp:28: error: 'pytype_function' in namespace 'boost::python::converter' does not name a type
  3838. In file included from /opt/local/include/boost/python/converter/arg_from_python.hpp:9,
  3839. from /opt/local/include/boost/python/arg_from_python.hpp:9,
  3840. from /opt/local/include/boost/python/detail/caller.hpp:20,
  3841. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  3842. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  3843. from /opt/local/include/boost/python/call.hpp:15,
  3844. from /opt/local/include/boost/python/object_core.hpp:12,
  3845. from /opt/local/include/boost/python/args.hpp:25,
  3846. from /opt/local/include/boost/python.hpp:11,
  3847. from conftest.cpp:95:
  3848. /opt/local/include/boost/python/converter/from_python.hpp:17: error: 'PyObject' was not declared in this scope
  3849. /opt/local/include/boost/python/converter/from_python.hpp:17: error: 'source' was not declared in this scope
  3850. /opt/local/include/boost/python/converter/from_python.hpp:17: error: expected primary-expression before 'const'
  3851. /opt/local/include/boost/python/converter/from_python.hpp:17: error: initializer expression list treated as compound expression
  3852. /opt/local/include/boost/python/converter/from_python.hpp:20: error: 'PyObject' was not declared in this scope
  3853. /opt/local/include/boost/python/converter/from_python.hpp:20: error: 'source' was not declared in this scope
  3854. /opt/local/include/boost/python/converter/from_python.hpp:20: error: expected primary-expression before 'const'
  3855. /opt/local/include/boost/python/converter/from_python.hpp:20: error: initializer expression list treated as compound expression
  3856. /opt/local/include/boost/python/converter/from_python.hpp:23: error: 'PyObject' was not declared in this scope
  3857. /opt/local/include/boost/python/converter/from_python.hpp:23: error: 'source' was not declared in this scope
  3858. /opt/local/include/boost/python/converter/from_python.hpp:23: error: expected primary-expression before 'const'
  3859. /opt/local/include/boost/python/converter/from_python.hpp:26: error: 'PyObject' was not declared in this scope
  3860. /opt/local/include/boost/python/converter/from_python.hpp:26: error: 'source' was not declared in this scope
  3861. /opt/local/include/boost/python/converter/from_python.hpp:26: error: expected primary-expression before '&' token
  3862. /opt/local/include/boost/python/converter/from_python.hpp:26: error: expected primary-expression before ',' token
  3863. /opt/local/include/boost/python/converter/from_python.hpp:26: error: expected primary-expression before 'const'
  3864. /opt/local/include/boost/python/converter/from_python.hpp:26: error: initializer expression list treated as compound expression
  3865. /opt/local/include/boost/python/converter/from_python.hpp:29: error: 'PyObject' was not declared in this scope
  3866. /opt/local/include/boost/python/converter/from_python.hpp:29: error: expected primary-expression before ',' token
  3867. /opt/local/include/boost/python/converter/from_python.hpp:29: error: expected primary-expression before '&' token
  3868. /opt/local/include/boost/python/converter/from_python.hpp:29: error: expected primary-expression before ')' token
  3869. /opt/local/include/boost/python/converter/from_python.hpp:29: error: initializer expression list treated as compound expression
  3870. /opt/local/include/boost/python/converter/from_python.hpp:31: error: 'PyObject' was not declared in this scope
  3871. /opt/local/include/boost/python/converter/from_python.hpp:31: error: expected primary-expression before ',' token
  3872. /opt/local/include/boost/python/converter/from_python.hpp:31: error: expected primary-expression before 'const'
  3873. /opt/local/include/boost/python/converter/from_python.hpp:31: error: initializer expression list treated as compound expression
  3874. /opt/local/include/boost/python/converter/from_python.hpp:32: error: 'PyObject' was not declared in this scope
  3875. /opt/local/include/boost/python/converter/from_python.hpp:32: error: expected primary-expression before ',' token
  3876. /opt/local/include/boost/python/converter/from_python.hpp:32: error: expected primary-expression before 'const'
  3877. /opt/local/include/boost/python/converter/from_python.hpp:32: error: initializer expression list treated as compound expression
  3878. /opt/local/include/boost/python/converter/from_python.hpp:34: error: variable or field 'void_result_from_python' declared void
  3879. /opt/local/include/boost/python/converter/from_python.hpp:34: error: 'PyObject' was not declared in this scope
  3880. /opt/local/include/boost/python/converter/from_python.hpp:34: error: expected primary-expression before ')' token
  3881. /opt/local/include/boost/python/converter/from_python.hpp:36: error: variable or field 'throw_no_pointer_from_python' declared void
  3882. /opt/local/include/boost/python/converter/from_python.hpp:36: error: 'PyObject' was not declared in this scope
  3883. /opt/local/include/boost/python/converter/from_python.hpp:36: error: expected primary-expression before ',' token
  3884. /opt/local/include/boost/python/converter/from_python.hpp:36: error: expected primary-expression before 'const'
  3885. /opt/local/include/boost/python/converter/from_python.hpp:37: error: variable or field 'throw_no_reference_from_python' declared void
  3886. /opt/local/include/boost/python/converter/from_python.hpp:37: error: 'PyObject' was not declared in this scope
  3887. /opt/local/include/boost/python/converter/from_python.hpp:37: error: expected primary-expression before ',' token
  3888. /opt/local/include/boost/python/converter/from_python.hpp:37: error: expected primary-expression before 'const'
  3889. In file included from /opt/local/include/boost/python/converter/arg_from_python.hpp:24,
  3890. from /opt/local/include/boost/python/arg_from_python.hpp:9,
  3891. from /opt/local/include/boost/python/detail/caller.hpp:20,
  3892. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  3893. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  3894. from /opt/local/include/boost/python/call.hpp:15,
  3895. from /opt/local/include/boost/python/object_core.hpp:12,
  3896. from /opt/local/include/boost/python/args.hpp:25,
  3897. from /opt/local/include/boost/python.hpp:11,
  3898. from conftest.cpp:95:
  3899. /opt/local/include/boost/python/back_reference.hpp:24: error: expected `)' before '*' token
  3900. /opt/local/include/boost/python/back_reference.hpp:82: error: expected constructor, destructor, or type conversion before '(' token
  3901. In file included from /opt/local/include/boost/python/converter/arg_from_python.hpp:26,
  3902. from /opt/local/include/boost/python/arg_from_python.hpp:9,
  3903. from /opt/local/include/boost/python/detail/caller.hpp:20,
  3904. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  3905. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  3906. from /opt/local/include/boost/python/call.hpp:15,
  3907. from /opt/local/include/boost/python/object_core.hpp:12,
  3908. from /opt/local/include/boost/python/args.hpp:25,
  3909. from /opt/local/include/boost/python.hpp:11,
  3910. from conftest.cpp:95:
  3911. /opt/local/include/boost/python/converter/obj_mgr_arg_from_python.hpp:27: error: expected `)' before '*' token
  3912. /opt/local/include/boost/python/converter/obj_mgr_arg_from_python.hpp:31: error: expected ';' before '*' token
  3913. /opt/local/include/boost/python/converter/obj_mgr_arg_from_python.hpp:48: error: expected `)' before '*' token
  3914. /opt/local/include/boost/python/converter/obj_mgr_arg_from_python.hpp:61: error: 'boost::python::converter::object_manager_value_arg_from_python<T>::object_manager_value_arg_from_python' declared as an 'inline' variable
  3915. /opt/local/include/boost/python/converter/obj_mgr_arg_from_python.hpp:61: error: 'int boost::python::converter::object_manager_value_arg_from_python<T>::object_manager_value_arg_from_python' is not a static member of 'struct boost::python::converter::object_manager_value_arg_from_python<T>'
  3916. /opt/local/include/boost/python/converter/obj_mgr_arg_from_python.hpp:61: error: template definition of non-template 'int boost::python::converter::object_manager_value_arg_from_python<T>::object_manager_value_arg_from_python'
  3917. /opt/local/include/boost/python/converter/obj_mgr_arg_from_python.hpp:61: error: 'PyObject' was not declared in this scope
  3918. /opt/local/include/boost/python/converter/obj_mgr_arg_from_python.hpp:61: error: 'x' was not declared in this scope
  3919. /opt/local/include/boost/python/converter/obj_mgr_arg_from_python.hpp:62: error: expected `;' before ':' token
  3920. /opt/local/include/boost/python/converter/obj_mgr_arg_from_python.hpp: In member function 'bool boost::python::converter::object_manager_value_arg_from_python<T>::convertible() const':
  3921. /opt/local/include/boost/python/converter/obj_mgr_arg_from_python.hpp:69: error: 'm_source' was not declared in this scope
  3922. /opt/local/include/boost/python/converter/obj_mgr_arg_from_python.hpp: In member function 'T boost::python::converter::object_manager_value_arg_from_python<T>::operator()() const':
  3923. /opt/local/include/boost/python/converter/obj_mgr_arg_from_python.hpp:75: error: 'm_source' was not declared in this scope
  3924. /opt/local/include/boost/python/converter/obj_mgr_arg_from_python.hpp: At global scope:
  3925. /opt/local/include/boost/python/converter/obj_mgr_arg_from_python.hpp:79: error: 'boost::python::converter::object_manager_ref_arg_from_python<Ref>::object_manager_ref_arg_from_python' declared as an 'inline' variable
  3926. /opt/local/include/boost/python/converter/obj_mgr_arg_from_python.hpp:79: error: 'int boost::python::converter::object_manager_ref_arg_from_python<Ref>::object_manager_ref_arg_from_python' is not a static member of 'struct boost::python::converter::object_manager_ref_arg_from_python<Ref>'
  3927. /opt/local/include/boost/python/converter/obj_mgr_arg_from_python.hpp:79: error: template definition of non-template 'int boost::python::converter::object_manager_ref_arg_from_python<Ref>::object_manager_ref_arg_from_python'
  3928. /opt/local/include/boost/python/converter/obj_mgr_arg_from_python.hpp:79: error: 'PyObject' was not declared in this scope
  3929. /opt/local/include/boost/python/converter/obj_mgr_arg_from_python.hpp:79: error: 'x' was not declared in this scope
  3930. /opt/local/include/boost/python/converter/obj_mgr_arg_from_python.hpp:80: error: expected `;' before '{' token
  3931. In file included from /opt/local/include/boost/python/arg_from_python.hpp:9,
  3932. from /opt/local/include/boost/python/detail/caller.hpp:20,
  3933. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  3934. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  3935. from /opt/local/include/boost/python/call.hpp:15,
  3936. from /opt/local/include/boost/python/object_core.hpp:12,
  3937. from /opt/local/include/boost/python/args.hpp:25,
  3938. from /opt/local/include/boost/python.hpp:11,
  3939. from conftest.cpp:95:
  3940. /opt/local/include/boost/python/converter/arg_from_python.hpp:50: error: expected `)' before '*' token
  3941. /opt/local/include/boost/python/converter/arg_from_python.hpp:80: error: expected `)' before '*' token
  3942. /opt/local/include/boost/python/converter/arg_from_python.hpp:90: error: expected `)' before '*' token
  3943. /opt/local/include/boost/python/converter/arg_from_python.hpp:115: error: expected `)' before '*' token
  3944. /opt/local/include/boost/python/converter/arg_from_python.hpp:125: error: expected ';' before '*' token
  3945. /opt/local/include/boost/python/converter/arg_from_python.hpp:139: error: expected `)' before '*' token
  3946. /opt/local/include/boost/python/converter/arg_from_python.hpp:143: error: expected ';' before '*' token
  3947. /opt/local/include/boost/python/converter/arg_from_python.hpp:239: error: 'boost::python::converter::pointer_cref_arg_from_python<T>::pointer_cref_arg_from_python' declared as an 'inline' variable
  3948. /opt/local/include/boost/python/converter/arg_from_python.hpp:239: error: 'int boost::python::converter::pointer_cref_arg_from_python<T>::pointer_cref_arg_from_python' is not a static member of 'struct boost::python::converter::pointer_cref_arg_from_python<T>'
  3949. /opt/local/include/boost/python/converter/arg_from_python.hpp:239: error: template definition of non-template 'int boost::python::converter::pointer_cref_arg_from_python<T>::pointer_cref_arg_from_python'
  3950. /opt/local/include/boost/python/converter/arg_from_python.hpp:239: error: 'PyObject' was not declared in this scope
  3951. /opt/local/include/boost/python/converter/arg_from_python.hpp:239: error: 'p' was not declared in this scope
  3952. /opt/local/include/boost/python/converter/arg_from_python.hpp:240: error: expected `;' before '{' token
  3953. /opt/local/include/boost/python/converter/arg_from_python.hpp: In member function 'T boost::python::converter::pointer_cref_arg_from_python<T>::operator()() const':
  3954. /opt/local/include/boost/python/converter/arg_from_python.hpp:258: error: 'Py_None' was not declared in this scope
  3955. /opt/local/include/boost/python/converter/arg_from_python.hpp: At global scope:
  3956. /opt/local/include/boost/python/converter/arg_from_python.hpp:267: error: 'boost::python::converter::pointer_arg_from_python<T>::pointer_arg_from_python' declared as an 'inline' variable
  3957. /opt/local/include/boost/python/converter/arg_from_python.hpp:267: error: 'int boost::python::converter::pointer_arg_from_python<T>::pointer_arg_from_python' is not a static member of 'struct boost::python::converter::pointer_arg_from_python<T>'
  3958. /opt/local/include/boost/python/converter/arg_from_python.hpp:267: error: template definition of non-template 'int boost::python::converter::pointer_arg_from_python<T>::pointer_arg_from_python'
  3959. /opt/local/include/boost/python/converter/arg_from_python.hpp:267: error: 'PyObject' was not declared in this scope
  3960. /opt/local/include/boost/python/converter/arg_from_python.hpp:267: error: 'p' was not declared in this scope
  3961. /opt/local/include/boost/python/converter/arg_from_python.hpp:268: error: expected `;' before ':' token
  3962. /opt/local/include/boost/python/converter/arg_from_python.hpp: In member function 'T boost::python::converter::pointer_arg_from_python<T>::operator()() const':
  3963. /opt/local/include/boost/python/converter/arg_from_python.hpp:276: error: 'Py_None' was not declared in this scope
  3964. /opt/local/include/boost/python/converter/arg_from_python.hpp: At global scope:
  3965. /opt/local/include/boost/python/converter/arg_from_python.hpp:282: error: 'boost::python::converter::reference_arg_from_python<T>::reference_arg_from_python' declared as an 'inline' variable
  3966. /opt/local/include/boost/python/converter/arg_from_python.hpp:282: error: 'int boost::python::converter::reference_arg_from_python<T>::reference_arg_from_python' is not a static member of 'struct boost::python::converter::reference_arg_from_python<T>'
  3967. /opt/local/include/boost/python/converter/arg_from_python.hpp:282: error: template definition of non-template 'int boost::python::converter::reference_arg_from_python<T>::reference_arg_from_python'
  3968. /opt/local/include/boost/python/converter/arg_from_python.hpp:282: error: 'PyObject' was not declared in this scope
  3969. /opt/local/include/boost/python/converter/arg_from_python.hpp:282: error: 'p' was not declared in this scope
  3970. /opt/local/include/boost/python/converter/arg_from_python.hpp:283: error: expected `;' before ':' token
  3971. /opt/local/include/boost/python/converter/arg_from_python.hpp:297: error: 'boost::python::converter::arg_rvalue_from_python<T>::arg_rvalue_from_python' declared as an 'inline' variable
  3972. /opt/local/include/boost/python/converter/arg_from_python.hpp:297: error: 'int boost::python::converter::arg_rvalue_from_python<T>::arg_rvalue_from_python' is not a static member of 'struct boost::python::converter::arg_rvalue_from_python<T>'
  3973. /opt/local/include/boost/python/converter/arg_from_python.hpp:297: error: template definition of non-template 'int boost::python::converter::arg_rvalue_from_python<T>::arg_rvalue_from_python'
  3974. /opt/local/include/boost/python/converter/arg_from_python.hpp:297: error: 'PyObject' was not declared in this scope
  3975. /opt/local/include/boost/python/converter/arg_from_python.hpp:297: error: 'obj' was not declared in this scope
  3976. /opt/local/include/boost/python/converter/arg_from_python.hpp:298: error: expected `;' before ':' token
  3977. /opt/local/include/boost/python/converter/arg_from_python.hpp: In member function 'typename boost::python::converter::arg_rvalue_from_python<T>::result_type boost::python::converter::arg_rvalue_from_python<T>::operator()()':
  3978. /opt/local/include/boost/python/converter/arg_from_python.hpp:314: error: 'm_source' was not declared in this scope
  3979. /opt/local/include/boost/python/converter/arg_from_python.hpp: At global scope:
  3980. /opt/local/include/boost/python/converter/arg_from_python.hpp:322: error: expected constructor, destructor, or type conversion before '(' token
  3981. /opt/local/include/boost/python/converter/arg_from_python.hpp: In member function 'T boost::python::converter::back_reference_arg_from_python<T>::operator()()':
  3982. /opt/local/include/boost/python/converter/arg_from_python.hpp:331: error: 'm_source' was not declared in this scope
  3983. In file included from /opt/local/include/boost/python/detail/caller.hpp:20,
  3984. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  3985. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  3986. from /opt/local/include/boost/python/call.hpp:15,
  3987. from /opt/local/include/boost/python/object_core.hpp:12,
  3988. from /opt/local/include/boost/python/args.hpp:25,
  3989. from /opt/local/include/boost/python.hpp:11,
  3990. from conftest.cpp:95:
  3991. /opt/local/include/boost/python/arg_from_python.hpp: At global scope:
  3992. /opt/local/include/boost/python/arg_from_python.hpp:37: error: expected `)' before '*' token
  3993. /opt/local/include/boost/python/arg_from_python.hpp:42: error: 'PyObject' was not declared in this scope
  3994. /opt/local/include/boost/python/arg_from_python.hpp:42: error: template argument 1 is invalid
  3995. /opt/local/include/boost/python/arg_from_python.hpp:54: error: 'PyObject' was not declared in this scope
  3996. /opt/local/include/boost/python/arg_from_python.hpp:54: error: template argument 1 is invalid
  3997. /opt/local/include/boost/python/arg_from_python.hpp:69: error: 'boost::python::arg_from_python<T>::arg_from_python' declared as an 'inline' variable
  3998. /opt/local/include/boost/python/arg_from_python.hpp:69: error: 'int boost::python::arg_from_python<T>::arg_from_python' is not a static member of 'struct boost::python::arg_from_python<T>'
  3999. /opt/local/include/boost/python/arg_from_python.hpp:69: error: template definition of non-template 'int boost::python::arg_from_python<T>::arg_from_python'
  4000. /opt/local/include/boost/python/arg_from_python.hpp:69: error: 'PyObject' was not declared in this scope
  4001. /opt/local/include/boost/python/arg_from_python.hpp:69: error: 'source' was not declared in this scope
  4002. /opt/local/include/boost/python/arg_from_python.hpp:70: error: expected `;' before ':' token
  4003. In file included from /opt/local/include/boost/python/object/function_handle.hpp:8,
  4004. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  4005. from /opt/local/include/boost/python/call.hpp:15,
  4006. from /opt/local/include/boost/python/object_core.hpp:12,
  4007. from /opt/local/include/boost/python/args.hpp:25,
  4008. from /opt/local/include/boost/python.hpp:11,
  4009. from conftest.cpp:95:
  4010. /opt/local/include/boost/python/detail/caller.hpp:48: error: expected initializer before '*' token
  4011. /opt/local/include/boost/python/detail/caller.hpp:53: error: 'boost::python::detail::arity' declared as an 'inline' variable
  4012. /opt/local/include/boost/python/detail/caller.hpp:53: error: 'PyObject' was not declared in this scope
  4013. /opt/local/include/boost/python/detail/caller.hpp:53: error: expected primary-expression before 'const'
  4014. /opt/local/include/boost/python/detail/caller.hpp:54: error: expected ',' or ';' before '{' token
  4015. /opt/local/include/boost/python/detail/caller.hpp:100: error: expected ';' before 'const'
  4016. /opt/local/include/boost/python/detail/caller.hpp:104: error: expected `;' before '}' token
  4017. /opt/local/include/boost/python/detail/caller.hpp:109: error: expected ';' before 'const'
  4018. /opt/local/include/boost/python/detail/caller.hpp:113: error: expected `;' before '}' token
  4019. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:47,
  4020. from /opt/local/include/boost/python/detail/caller.hpp:134,
  4021. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  4022. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  4023. from /opt/local/include/boost/python/call.hpp:15,
  4024. from /opt/local/include/boost/python/object_core.hpp:12,
  4025. from /opt/local/include/boost/python/args.hpp:25,
  4026. from /opt/local/include/boost/python.hpp:11,
  4027. from conftest.cpp:95:
  4028. /opt/local/include/boost/python/detail/caller.hpp:196: error: expected ';' before '*' token
  4029. /opt/local/include/boost/python/detail/caller.hpp:228: error: expected `;' before 'static'
  4030. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:52,
  4031. from /opt/local/include/boost/python/detail/caller.hpp:134,
  4032. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  4033. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  4034. from /opt/local/include/boost/python/call.hpp:15,
  4035. from /opt/local/include/boost/python/object_core.hpp:12,
  4036. from /opt/local/include/boost/python/args.hpp:25,
  4037. from /opt/local/include/boost/python.hpp:11,
  4038. from conftest.cpp:95:
  4039. /opt/local/include/boost/python/detail/caller.hpp:196: error: expected ';' before '*' token
  4040. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:52,
  4041. from /opt/local/include/boost/python/detail/caller.hpp:134,
  4042. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  4043. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  4044. from /opt/local/include/boost/python/call.hpp:15,
  4045. from /opt/local/include/boost/python/object_core.hpp:12,
  4046. from /opt/local/include/boost/python/args.hpp:25,
  4047. from /opt/local/include/boost/python.hpp:11,
  4048. from conftest.cpp:95:
  4049. /opt/local/include/boost/python/detail/caller.hpp:228: error: expected `;' before 'static'
  4050. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:57,
  4051. from /opt/local/include/boost/python/detail/caller.hpp:134,
  4052. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  4053. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  4054. from /opt/local/include/boost/python/call.hpp:15,
  4055. from /opt/local/include/boost/python/object_core.hpp:12,
  4056. from /opt/local/include/boost/python/args.hpp:25,
  4057. from /opt/local/include/boost/python.hpp:11,
  4058. from conftest.cpp:95:
  4059. /opt/local/include/boost/python/detail/caller.hpp:196: error: expected ';' before '*' token
  4060. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:57,
  4061. from /opt/local/include/boost/python/detail/caller.hpp:134,
  4062. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  4063. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  4064. from /opt/local/include/boost/python/call.hpp:15,
  4065. from /opt/local/include/boost/python/object_core.hpp:12,
  4066. from /opt/local/include/boost/python/args.hpp:25,
  4067. from /opt/local/include/boost/python.hpp:11,
  4068. from conftest.cpp:95:
  4069. /opt/local/include/boost/python/detail/caller.hpp:228: error: expected `;' before 'static'
  4070. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:62,
  4071. from /opt/local/include/boost/python/detail/caller.hpp:134,
  4072. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  4073. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  4074. from /opt/local/include/boost/python/call.hpp:15,
  4075. from /opt/local/include/boost/python/object_core.hpp:12,
  4076. from /opt/local/include/boost/python/args.hpp:25,
  4077. from /opt/local/include/boost/python.hpp:11,
  4078. from conftest.cpp:95:
  4079. /opt/local/include/boost/python/detail/caller.hpp:196: error: expected ';' before '*' token
  4080. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:62,
  4081. from /opt/local/include/boost/python/detail/caller.hpp:134,
  4082. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  4083. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  4084. from /opt/local/include/boost/python/call.hpp:15,
  4085. from /opt/local/include/boost/python/object_core.hpp:12,
  4086. from /opt/local/include/boost/python/args.hpp:25,
  4087. from /opt/local/include/boost/python.hpp:11,
  4088. from conftest.cpp:95:
  4089. /opt/local/include/boost/python/detail/caller.hpp:228: error: expected `;' before 'static'
  4090. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:67,
  4091. from /opt/local/include/boost/python/detail/caller.hpp:134,
  4092. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  4093. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  4094. from /opt/local/include/boost/python/call.hpp:15,
  4095. from /opt/local/include/boost/python/object_core.hpp:12,
  4096. from /opt/local/include/boost/python/args.hpp:25,
  4097. from /opt/local/include/boost/python.hpp:11,
  4098. from conftest.cpp:95:
  4099. /opt/local/include/boost/python/detail/caller.hpp:196: error: expected ';' before '*' token
  4100. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:67,
  4101. from /opt/local/include/boost/python/detail/caller.hpp:134,
  4102. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  4103. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  4104. from /opt/local/include/boost/python/call.hpp:15,
  4105. from /opt/local/include/boost/python/object_core.hpp:12,
  4106. from /opt/local/include/boost/python/args.hpp:25,
  4107. from /opt/local/include/boost/python.hpp:11,
  4108. from conftest.cpp:95:
  4109. /opt/local/include/boost/python/detail/caller.hpp:228: error: expected `;' before 'static'
  4110. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:72,
  4111. from /opt/local/include/boost/python/detail/caller.hpp:134,
  4112. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  4113. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  4114. from /opt/local/include/boost/python/call.hpp:15,
  4115. from /opt/local/include/boost/python/object_core.hpp:12,
  4116. from /opt/local/include/boost/python/args.hpp:25,
  4117. from /opt/local/include/boost/python.hpp:11,
  4118. from conftest.cpp:95:
  4119. /opt/local/include/boost/python/detail/caller.hpp:196: error: expected ';' before '*' token
  4120. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:72,
  4121. from /opt/local/include/boost/python/detail/caller.hpp:134,
  4122. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  4123. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  4124. from /opt/local/include/boost/python/call.hpp:15,
  4125. from /opt/local/include/boost/python/object_core.hpp:12,
  4126. from /opt/local/include/boost/python/args.hpp:25,
  4127. from /opt/local/include/boost/python.hpp:11,
  4128. from conftest.cpp:95:
  4129. /opt/local/include/boost/python/detail/caller.hpp:228: error: expected `;' before 'static'
  4130. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:77,
  4131. from /opt/local/include/boost/python/detail/caller.hpp:134,
  4132. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  4133. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  4134. from /opt/local/include/boost/python/call.hpp:15,
  4135. from /opt/local/include/boost/python/object_core.hpp:12,
  4136. from /opt/local/include/boost/python/args.hpp:25,
  4137. from /opt/local/include/boost/python.hpp:11,
  4138. from conftest.cpp:95:
  4139. /opt/local/include/boost/python/detail/caller.hpp:196: error: expected ';' before '*' token
  4140. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:77,
  4141. from /opt/local/include/boost/python/detail/caller.hpp:134,
  4142. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  4143. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  4144. from /opt/local/include/boost/python/call.hpp:15,
  4145. from /opt/local/include/boost/python/object_core.hpp:12,
  4146. from /opt/local/include/boost/python/args.hpp:25,
  4147. from /opt/local/include/boost/python.hpp:11,
  4148. from conftest.cpp:95:
  4149. /opt/local/include/boost/python/detail/caller.hpp:228: error: expected `;' before 'static'
  4150. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:82,
  4151. from /opt/local/include/boost/python/detail/caller.hpp:134,
  4152. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  4153. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  4154. from /opt/local/include/boost/python/call.hpp:15,
  4155. from /opt/local/include/boost/python/object_core.hpp:12,
  4156. from /opt/local/include/boost/python/args.hpp:25,
  4157. from /opt/local/include/boost/python.hpp:11,
  4158. from conftest.cpp:95:
  4159. /opt/local/include/boost/python/detail/caller.hpp:196: error: expected ';' before '*' token
  4160. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:82,
  4161. from /opt/local/include/boost/python/detail/caller.hpp:134,
  4162. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  4163. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  4164. from /opt/local/include/boost/python/call.hpp:15,
  4165. from /opt/local/include/boost/python/object_core.hpp:12,
  4166. from /opt/local/include/boost/python/args.hpp:25,
  4167. from /opt/local/include/boost/python.hpp:11,
  4168. from conftest.cpp:95:
  4169. /opt/local/include/boost/python/detail/caller.hpp:228: error: expected `;' before 'static'
  4170. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:87,
  4171. from /opt/local/include/boost/python/detail/caller.hpp:134,
  4172. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  4173. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  4174. from /opt/local/include/boost/python/call.hpp:15,
  4175. from /opt/local/include/boost/python/object_core.hpp:12,
  4176. from /opt/local/include/boost/python/args.hpp:25,
  4177. from /opt/local/include/boost/python.hpp:11,
  4178. from conftest.cpp:95:
  4179. /opt/local/include/boost/python/detail/caller.hpp:196: error: expected ';' before '*' token
  4180. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:87,
  4181. from /opt/local/include/boost/python/detail/caller.hpp:134,
  4182. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  4183. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  4184. from /opt/local/include/boost/python/call.hpp:15,
  4185. from /opt/local/include/boost/python/object_core.hpp:12,
  4186. from /opt/local/include/boost/python/args.hpp:25,
  4187. from /opt/local/include/boost/python.hpp:11,
  4188. from conftest.cpp:95:
  4189. /opt/local/include/boost/python/detail/caller.hpp:228: error: expected `;' before 'static'
  4190. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:92,
  4191. from /opt/local/include/boost/python/detail/caller.hpp:134,
  4192. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  4193. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  4194. from /opt/local/include/boost/python/call.hpp:15,
  4195. from /opt/local/include/boost/python/object_core.hpp:12,
  4196. from /opt/local/include/boost/python/args.hpp:25,
  4197. from /opt/local/include/boost/python.hpp:11,
  4198. from conftest.cpp:95:
  4199. /opt/local/include/boost/python/detail/caller.hpp:196: error: expected ';' before '*' token
  4200. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:92,
  4201. from /opt/local/include/boost/python/detail/caller.hpp:134,
  4202. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  4203. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  4204. from /opt/local/include/boost/python/call.hpp:15,
  4205. from /opt/local/include/boost/python/object_core.hpp:12,
  4206. from /opt/local/include/boost/python/args.hpp:25,
  4207. from /opt/local/include/boost/python.hpp:11,
  4208. from conftest.cpp:95:
  4209. /opt/local/include/boost/python/detail/caller.hpp:228: error: expected `;' before 'static'
  4210. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:97,
  4211. from /opt/local/include/boost/python/detail/caller.hpp:134,
  4212. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  4213. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  4214. from /opt/local/include/boost/python/call.hpp:15,
  4215. from /opt/local/include/boost/python/object_core.hpp:12,
  4216. from /opt/local/include/boost/python/args.hpp:25,
  4217. from /opt/local/include/boost/python.hpp:11,
  4218. from conftest.cpp:95:
  4219. /opt/local/include/boost/python/detail/caller.hpp:196: error: expected ';' before '*' token
  4220. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:97,
  4221. from /opt/local/include/boost/python/detail/caller.hpp:134,
  4222. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  4223. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  4224. from /opt/local/include/boost/python/call.hpp:15,
  4225. from /opt/local/include/boost/python/object_core.hpp:12,
  4226. from /opt/local/include/boost/python/args.hpp:25,
  4227. from /opt/local/include/boost/python.hpp:11,
  4228. from conftest.cpp:95:
  4229. /opt/local/include/boost/python/detail/caller.hpp:228: error: expected `;' before 'static'
  4230. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:102,
  4231. from /opt/local/include/boost/python/detail/caller.hpp:134,
  4232. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  4233. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  4234. from /opt/local/include/boost/python/call.hpp:15,
  4235. from /opt/local/include/boost/python/object_core.hpp:12,
  4236. from /opt/local/include/boost/python/args.hpp:25,
  4237. from /opt/local/include/boost/python.hpp:11,
  4238. from conftest.cpp:95:
  4239. /opt/local/include/boost/python/detail/caller.hpp:196: error: expected ';' before '*' token
  4240. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:102,
  4241. from /opt/local/include/boost/python/detail/caller.hpp:134,
  4242. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  4243. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  4244. from /opt/local/include/boost/python/call.hpp:15,
  4245. from /opt/local/include/boost/python/object_core.hpp:12,
  4246. from /opt/local/include/boost/python/args.hpp:25,
  4247. from /opt/local/include/boost/python.hpp:11,
  4248. from conftest.cpp:95:
  4249. /opt/local/include/boost/python/detail/caller.hpp:228: error: expected `;' before 'static'
  4250. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:107,
  4251. from /opt/local/include/boost/python/detail/caller.hpp:134,
  4252. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  4253. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  4254. from /opt/local/include/boost/python/call.hpp:15,
  4255. from /opt/local/include/boost/python/object_core.hpp:12,
  4256. from /opt/local/include/boost/python/args.hpp:25,
  4257. from /opt/local/include/boost/python.hpp:11,
  4258. from conftest.cpp:95:
  4259. /opt/local/include/boost/python/detail/caller.hpp:196: error: expected ';' before '*' token
  4260. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:107,
  4261. from /opt/local/include/boost/python/detail/caller.hpp:134,
  4262. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  4263. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  4264. from /opt/local/include/boost/python/call.hpp:15,
  4265. from /opt/local/include/boost/python/object_core.hpp:12,
  4266. from /opt/local/include/boost/python/args.hpp:25,
  4267. from /opt/local/include/boost/python.hpp:11,
  4268. from conftest.cpp:95:
  4269. /opt/local/include/boost/python/detail/caller.hpp:228: error: expected `;' before 'static'
  4270. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:112,
  4271. from /opt/local/include/boost/python/detail/caller.hpp:134,
  4272. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  4273. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  4274. from /opt/local/include/boost/python/call.hpp:15,
  4275. from /opt/local/include/boost/python/object_core.hpp:12,
  4276. from /opt/local/include/boost/python/args.hpp:25,
  4277. from /opt/local/include/boost/python.hpp:11,
  4278. from conftest.cpp:95:
  4279. /opt/local/include/boost/python/detail/caller.hpp:196: error: expected ';' before '*' token
  4280. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:112,
  4281. from /opt/local/include/boost/python/detail/caller.hpp:134,
  4282. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  4283. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  4284. from /opt/local/include/boost/python/call.hpp:15,
  4285. from /opt/local/include/boost/python/object_core.hpp:12,
  4286. from /opt/local/include/boost/python/args.hpp:25,
  4287. from /opt/local/include/boost/python.hpp:11,
  4288. from conftest.cpp:95:
  4289. /opt/local/include/boost/python/detail/caller.hpp:228: error: expected `;' before 'static'
  4290. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:117,
  4291. from /opt/local/include/boost/python/detail/caller.hpp:134,
  4292. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  4293. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  4294. from /opt/local/include/boost/python/call.hpp:15,
  4295. from /opt/local/include/boost/python/object_core.hpp:12,
  4296. from /opt/local/include/boost/python/args.hpp:25,
  4297. from /opt/local/include/boost/python.hpp:11,
  4298. from conftest.cpp:95:
  4299. /opt/local/include/boost/python/detail/caller.hpp:196: error: expected ';' before '*' token
  4300. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:117,
  4301. from /opt/local/include/boost/python/detail/caller.hpp:134,
  4302. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  4303. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  4304. from /opt/local/include/boost/python/call.hpp:15,
  4305. from /opt/local/include/boost/python/object_core.hpp:12,
  4306. from /opt/local/include/boost/python/args.hpp:25,
  4307. from /opt/local/include/boost/python.hpp:11,
  4308. from conftest.cpp:95:
  4309. /opt/local/include/boost/python/detail/caller.hpp:228: error: expected `;' before 'static'
  4310. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:122,
  4311. from /opt/local/include/boost/python/detail/caller.hpp:134,
  4312. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  4313. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  4314. from /opt/local/include/boost/python/call.hpp:15,
  4315. from /opt/local/include/boost/python/object_core.hpp:12,
  4316. from /opt/local/include/boost/python/args.hpp:25,
  4317. from /opt/local/include/boost/python.hpp:11,
  4318. from conftest.cpp:95:
  4319. /opt/local/include/boost/python/detail/caller.hpp:196: error: expected ';' before '*' token
  4320. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:122,
  4321. from /opt/local/include/boost/python/detail/caller.hpp:134,
  4322. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  4323. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  4324. from /opt/local/include/boost/python/call.hpp:15,
  4325. from /opt/local/include/boost/python/object_core.hpp:12,
  4326. from /opt/local/include/boost/python/args.hpp:25,
  4327. from /opt/local/include/boost/python.hpp:11,
  4328. from conftest.cpp:95:
  4329. /opt/local/include/boost/python/detail/caller.hpp:228: error: expected `;' before 'static'
  4330. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:127,
  4331. from /opt/local/include/boost/python/detail/caller.hpp:134,
  4332. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  4333. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  4334. from /opt/local/include/boost/python/call.hpp:15,
  4335. from /opt/local/include/boost/python/object_core.hpp:12,
  4336. from /opt/local/include/boost/python/args.hpp:25,
  4337. from /opt/local/include/boost/python.hpp:11,
  4338. from conftest.cpp:95:
  4339. /opt/local/include/boost/python/detail/caller.hpp:196: error: expected ';' before '*' token
  4340. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:127,
  4341. from /opt/local/include/boost/python/detail/caller.hpp:134,
  4342. from /opt/local/include/boost/python/object/function_handle.hpp:8,
  4343. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  4344. from /opt/local/include/boost/python/call.hpp:15,
  4345. from /opt/local/include/boost/python/object_core.hpp:12,
  4346. from /opt/local/include/boost/python/args.hpp:25,
  4347. from /opt/local/include/boost/python.hpp:11,
  4348. from conftest.cpp:95:
  4349. /opt/local/include/boost/python/detail/caller.hpp:228: error: expected `;' before 'static'
  4350. In file included from /opt/local/include/boost/python/object/function_handle.hpp:8,
  4351. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  4352. from /opt/local/include/boost/python/call.hpp:15,
  4353. from /opt/local/include/boost/python/object_core.hpp:12,
  4354. from /opt/local/include/boost/python/args.hpp:25,
  4355. from /opt/local/include/boost/python.hpp:11,
  4356. from conftest.cpp:95:
  4357. /opt/local/include/boost/python/detail/caller.hpp:174: error: expected ';' before '*' token
  4358. In file included from /opt/local/include/boost/python/object/function_handle.hpp:9,
  4359. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  4360. from /opt/local/include/boost/python/call.hpp:15,
  4361. from /opt/local/include/boost/python/object_core.hpp:12,
  4362. from /opt/local/include/boost/python/args.hpp:25,
  4363. from /opt/local/include/boost/python.hpp:11,
  4364. from conftest.cpp:95:
  4365. /opt/local/include/boost/python/default_call_policies.hpp:46: error: expected initializer before '*' token
  4366. /opt/local/include/boost/python/default_call_policies.hpp:52: error: expected ';' before '*' token
  4367. /opt/local/include/boost/python/default_call_policies.hpp:84: error: 'PyObject' was not declared in this scope
  4368. /opt/local/include/boost/python/default_call_policies.hpp:84: error: template argument 1 is invalid
  4369. /opt/local/include/boost/python/default_call_policies.hpp:85: error: explicit specialization of non-template 'boost::python::<anonymous struct>'
  4370. /opt/local/include/boost/python/default_call_policies.hpp:86: error: 'PyObject' was not declared in this scope
  4371. /opt/local/include/boost/python/default_call_policies.hpp:86: error: template argument 1 is invalid
  4372. /opt/local/include/boost/python/default_call_policies.hpp:87: error: abstract declarator 'boost::python::<anonymous struct>' used as declaration
  4373. In file included from /opt/local/include/boost/python/object/function_handle.hpp:10,
  4374. from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  4375. from /opt/local/include/boost/python/call.hpp:15,
  4376. from /opt/local/include/boost/python/object_core.hpp:12,
  4377. from /opt/local/include/boost/python/args.hpp:25,
  4378. from /opt/local/include/boost/python.hpp:11,
  4379. from conftest.cpp:95:
  4380. /opt/local/include/boost/python/object/py_function.hpp:23: error: 'PyObject' declared as a 'virtual' field
  4381. /opt/local/include/boost/python/object/py_function.hpp:23: error: expected ';' before '*' token
  4382. /opt/local/include/boost/python/object/py_function.hpp:36: error: expected ';' before '*' token
  4383. /opt/local/include/boost/python/object/py_function.hpp:41: error: expected `;' before 'virtual'
  4384. /opt/local/include/boost/python/object/py_function.hpp:62: error: expected ';' before '*' token
  4385. /opt/local/include/boost/python/object/py_function.hpp:67: error: expected `;' before 'virtual'
  4386. /opt/local/include/boost/python/object/py_function.hpp:92: error: expected ';' before '*' token
  4387. /opt/local/include/boost/python/object/py_function.hpp:97: error: expected `;' before 'virtual'
  4388. /opt/local/include/boost/python/object/py_function.hpp:141: error: expected ';' before '*' token
  4389. /opt/local/include/boost/python/object/py_function.hpp:146: error: expected `;' before 'unsigned'
  4390. In file included from /opt/local/include/boost/python/converter/arg_to_python.hpp:19,
  4391. from /opt/local/include/boost/python/call.hpp:15,
  4392. from /opt/local/include/boost/python/object_core.hpp:12,
  4393. from /opt/local/include/boost/python/args.hpp:25,
  4394. from /opt/local/include/boost/python.hpp:11,
  4395. from conftest.cpp:95:
  4396. /opt/local/include/boost/python/object/function_handle.hpp:15: error: template argument 1 is invalid
  4397. /opt/local/include/boost/python/object/function_handle.hpp:15: error: invalid type in declaration before ';' token
  4398. /opt/local/include/boost/python/object/function_handle.hpp:21: error: template argument 1 is invalid
  4399. /opt/local/include/boost/python/object/function_handle.hpp:37: error: template argument 1 is invalid
  4400. In file included from /opt/local/include/boost/python/call.hpp:15,
  4401. from /opt/local/include/boost/python/object_core.hpp:12,
  4402. from /opt/local/include/boost/python/args.hpp:25,
  4403. from /opt/local/include/boost/python.hpp:11,
  4404. from conftest.cpp:95:
  4405. /opt/local/include/boost/python/converter/arg_to_python.hpp:42: error: template argument 1 is invalid
  4406. /opt/local/include/boost/python/converter/arg_to_python.hpp:48: error: template argument 1 is invalid
  4407. /opt/local/include/boost/python/converter/arg_to_python.hpp:52: error: expected ';' before '*' token
  4408. /opt/local/include/boost/python/converter/arg_to_python.hpp:56: error: template argument 1 is invalid
  4409. /opt/local/include/boost/python/converter/arg_to_python.hpp:60: error: expected ';' before '*' token
  4410. /opt/local/include/boost/python/converter/arg_to_python.hpp:78: error: template argument 1 is invalid
  4411. /opt/local/include/boost/python/converter/arg_to_python.hpp:83: error: expected ';' before '*' token
  4412. /opt/local/include/boost/python/converter/arg_to_python.hpp:92: error: expected ';' before '*' token
  4413. /opt/local/include/boost/python/converter/arg_to_python.hpp:97: error: expected `;' before 'private'
  4414. /opt/local/include/boost/python/converter/arg_to_python.hpp: In function 'void boost::python::converter::detail::reject_raw_object_ptr(T*)':
  4415. /opt/local/include/boost/python/converter/arg_to_python.hpp:190: error: 'PyObject' was not declared in this scope
  4416. /opt/local/include/boost/python/converter/arg_to_python.hpp:190: error: template argument 1 is invalid
  4417. /opt/local/include/boost/python/converter/arg_to_python.hpp: In constructor 'boost::python::converter::detail::function_arg_to_python<T>::function_arg_to_python(const T&)':
  4418. /opt/local/include/boost/python/converter/arg_to_python.hpp:203: error: template argument 1 is invalid
  4419. /opt/local/include/boost/python/converter/arg_to_python.hpp: At global scope:
  4420. /opt/local/include/boost/python/converter/arg_to_python.hpp:221: error: expected initializer before '*' token
  4421. /opt/local/include/boost/python/converter/arg_to_python.hpp: In constructor 'boost::python::converter::detail::reference_arg_to_python<T>::reference_arg_to_python(T&)':
  4422. /opt/local/include/boost/python/converter/arg_to_python.hpp:229: error: template argument 1 is invalid
  4423. /opt/local/include/boost/python/converter/arg_to_python.hpp: In constructor 'boost::python::converter::detail::shared_ptr_arg_to_python<T>::shared_ptr_arg_to_python(const T&)':
  4424. /opt/local/include/boost/python/converter/arg_to_python.hpp:235: error: template argument 1 is invalid
  4425. /opt/local/include/boost/python/converter/arg_to_python.hpp: In constructor 'boost::python::converter::detail::pointer_shallow_arg_to_python<Ptr>::pointer_shallow_arg_to_python(Ptr)':
  4426. /opt/local/include/boost/python/converter/arg_to_python.hpp:241: error: template argument 1 is invalid
  4427. /opt/local/include/boost/python/converter/arg_to_python.hpp: At global scope:
  4428. /opt/local/include/boost/python/converter/arg_to_python.hpp:247: error: expected initializer before '*' token
  4429. In file included from /opt/local/include/boost/python/call.hpp:16,
  4430. from /opt/local/include/boost/python/object_core.hpp:12,
  4431. from /opt/local/include/boost/python/args.hpp:25,
  4432. from /opt/local/include/boost/python.hpp:11,
  4433. from conftest.cpp:95:
  4434. /opt/local/include/boost/python/converter/return_from_python.hpp:31: error: 'PyObject' has not been declared
  4435. /opt/local/include/boost/python/converter/return_from_python.hpp:38: error: 'PyObject' has not been declared
  4436. /opt/local/include/boost/python/converter/return_from_python.hpp:47: error: 'PyObject' has not been declared
  4437. /opt/local/include/boost/python/converter/return_from_python.hpp:56: error: 'PyObject' has not been declared
  4438. /opt/local/include/boost/python/converter/return_from_python.hpp:99: error: 'PyObject' has not been declared
  4439. /opt/local/include/boost/python/converter/return_from_python.hpp: In member function 'void boost::python::converter::return_from_python<void>::operator()(int*) const':
  4440. /opt/local/include/boost/python/converter/return_from_python.hpp:101: error: 'void_result_from_python' was not declared in this scope
  4441. /opt/local/include/boost/python/converter/return_from_python.hpp: At global scope:
  4442. /opt/local/include/boost/python/converter/return_from_python.hpp:123: error: declaration of 'operator()' as non-function
  4443. /opt/local/include/boost/python/converter/return_from_python.hpp:123: error: 'PyObject' was not declared in this scope
  4444. /opt/local/include/boost/python/converter/return_from_python.hpp:123: error: 'obj' was not declared in this scope
  4445. /opt/local/include/boost/python/converter/return_from_python.hpp:136: error: declaration of 'operator()' as non-function
  4446. /opt/local/include/boost/python/converter/return_from_python.hpp:136: error: 'PyObject' was not declared in this scope
  4447. /opt/local/include/boost/python/converter/return_from_python.hpp:136: error: 'obj' was not declared in this scope
  4448. /opt/local/include/boost/python/converter/return_from_python.hpp:144: error: declaration of 'operator()' as non-function
  4449. /opt/local/include/boost/python/converter/return_from_python.hpp:144: error: 'PyObject' was not declared in this scope
  4450. /opt/local/include/boost/python/converter/return_from_python.hpp:144: error: 'obj' was not declared in this scope
  4451. /opt/local/include/boost/python/converter/return_from_python.hpp:152: error: declaration of 'operator()' as non-function
  4452. /opt/local/include/boost/python/converter/return_from_python.hpp:152: error: 'PyObject' was not declared in this scope
  4453. /opt/local/include/boost/python/converter/return_from_python.hpp:152: error: 'obj' was not declared in this scope
  4454. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:47,
  4455. from /opt/local/include/boost/python/call.hpp:33,
  4456. from /opt/local/include/boost/python/object_core.hpp:12,
  4457. from /opt/local/include/boost/python/args.hpp:25,
  4458. from /opt/local/include/boost/python.hpp:11,
  4459. from conftest.cpp:95:
  4460. /opt/local/include/boost/python/call.hpp:56: error: template declaration of 'typename boost::python::detail::returnable<T>::type boost::python::call'
  4461. /opt/local/include/boost/python/call.hpp:56: error: 'PyObject' was not declared in this scope
  4462. /opt/local/include/boost/python/call.hpp:56: error: 'callable' was not declared in this scope
  4463. /opt/local/include/boost/python/call.hpp:58: error: expected primary-expression before '*' token
  4464. /opt/local/include/boost/python/call.hpp:58: error: expected primary-expression before '=' token
  4465. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:52,
  4466. from /opt/local/include/boost/python/call.hpp:33,
  4467. from /opt/local/include/boost/python/object_core.hpp:12,
  4468. from /opt/local/include/boost/python/args.hpp:25,
  4469. from /opt/local/include/boost/python.hpp:11,
  4470. from conftest.cpp:95:
  4471. /opt/local/include/boost/python/call.hpp:56: error: template declaration of 'typename boost::python::detail::returnable<T>::type boost::python::call'
  4472. /opt/local/include/boost/python/call.hpp:56: error: 'PyObject' was not declared in this scope
  4473. /opt/local/include/boost/python/call.hpp:56: error: 'callable' was not declared in this scope
  4474. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4475. /opt/local/include/boost/python/call.hpp:58: error: expected primary-expression before '*' token
  4476. /opt/local/include/boost/python/call.hpp:58: error: expected primary-expression before '=' token
  4477. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:57,
  4478. from /opt/local/include/boost/python/call.hpp:33,
  4479. from /opt/local/include/boost/python/object_core.hpp:12,
  4480. from /opt/local/include/boost/python/args.hpp:25,
  4481. from /opt/local/include/boost/python.hpp:11,
  4482. from conftest.cpp:95:
  4483. /opt/local/include/boost/python/call.hpp:56: error: template declaration of 'typename boost::python::detail::returnable<T>::type boost::python::call'
  4484. /opt/local/include/boost/python/call.hpp:56: error: 'PyObject' was not declared in this scope
  4485. /opt/local/include/boost/python/call.hpp:56: error: 'callable' was not declared in this scope
  4486. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4487. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4488. /opt/local/include/boost/python/call.hpp:58: error: expected primary-expression before '*' token
  4489. /opt/local/include/boost/python/call.hpp:58: error: expected primary-expression before '=' token
  4490. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:62,
  4491. from /opt/local/include/boost/python/call.hpp:33,
  4492. from /opt/local/include/boost/python/object_core.hpp:12,
  4493. from /opt/local/include/boost/python/args.hpp:25,
  4494. from /opt/local/include/boost/python.hpp:11,
  4495. from conftest.cpp:95:
  4496. /opt/local/include/boost/python/call.hpp:56: error: template declaration of 'typename boost::python::detail::returnable<T>::type boost::python::call'
  4497. /opt/local/include/boost/python/call.hpp:56: error: 'PyObject' was not declared in this scope
  4498. /opt/local/include/boost/python/call.hpp:56: error: 'callable' was not declared in this scope
  4499. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4500. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4501. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4502. /opt/local/include/boost/python/call.hpp:58: error: expected primary-expression before '*' token
  4503. /opt/local/include/boost/python/call.hpp:58: error: expected primary-expression before '=' token
  4504. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:67,
  4505. from /opt/local/include/boost/python/call.hpp:33,
  4506. from /opt/local/include/boost/python/object_core.hpp:12,
  4507. from /opt/local/include/boost/python/args.hpp:25,
  4508. from /opt/local/include/boost/python.hpp:11,
  4509. from conftest.cpp:95:
  4510. /opt/local/include/boost/python/call.hpp:56: error: template declaration of 'typename boost::python::detail::returnable<T>::type boost::python::call'
  4511. /opt/local/include/boost/python/call.hpp:56: error: 'PyObject' was not declared in this scope
  4512. /opt/local/include/boost/python/call.hpp:56: error: 'callable' was not declared in this scope
  4513. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4514. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4515. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4516. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4517. /opt/local/include/boost/python/call.hpp:58: error: expected primary-expression before '*' token
  4518. /opt/local/include/boost/python/call.hpp:58: error: expected primary-expression before '=' token
  4519. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:72,
  4520. from /opt/local/include/boost/python/call.hpp:33,
  4521. from /opt/local/include/boost/python/object_core.hpp:12,
  4522. from /opt/local/include/boost/python/args.hpp:25,
  4523. from /opt/local/include/boost/python.hpp:11,
  4524. from conftest.cpp:95:
  4525. /opt/local/include/boost/python/call.hpp:56: error: template declaration of 'typename boost::python::detail::returnable<T>::type boost::python::call'
  4526. /opt/local/include/boost/python/call.hpp:56: error: 'PyObject' was not declared in this scope
  4527. /opt/local/include/boost/python/call.hpp:56: error: 'callable' was not declared in this scope
  4528. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4529. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4530. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4531. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4532. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4533. /opt/local/include/boost/python/call.hpp:58: error: expected primary-expression before '*' token
  4534. /opt/local/include/boost/python/call.hpp:58: error: expected primary-expression before '=' token
  4535. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:77,
  4536. from /opt/local/include/boost/python/call.hpp:33,
  4537. from /opt/local/include/boost/python/object_core.hpp:12,
  4538. from /opt/local/include/boost/python/args.hpp:25,
  4539. from /opt/local/include/boost/python.hpp:11,
  4540. from conftest.cpp:95:
  4541. /opt/local/include/boost/python/call.hpp:56: error: template declaration of 'typename boost::python::detail::returnable<T>::type boost::python::call'
  4542. /opt/local/include/boost/python/call.hpp:56: error: 'PyObject' was not declared in this scope
  4543. /opt/local/include/boost/python/call.hpp:56: error: 'callable' was not declared in this scope
  4544. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4545. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4546. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4547. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4548. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4549. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4550. /opt/local/include/boost/python/call.hpp:58: error: expected primary-expression before '*' token
  4551. /opt/local/include/boost/python/call.hpp:58: error: expected primary-expression before '=' token
  4552. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:82,
  4553. from /opt/local/include/boost/python/call.hpp:33,
  4554. from /opt/local/include/boost/python/object_core.hpp:12,
  4555. from /opt/local/include/boost/python/args.hpp:25,
  4556. from /opt/local/include/boost/python.hpp:11,
  4557. from conftest.cpp:95:
  4558. /opt/local/include/boost/python/call.hpp:56: error: template declaration of 'typename boost::python::detail::returnable<T>::type boost::python::call'
  4559. /opt/local/include/boost/python/call.hpp:56: error: 'PyObject' was not declared in this scope
  4560. /opt/local/include/boost/python/call.hpp:56: error: 'callable' was not declared in this scope
  4561. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4562. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4563. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4564. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4565. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4566. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4567. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4568. /opt/local/include/boost/python/call.hpp:58: error: expected primary-expression before '*' token
  4569. /opt/local/include/boost/python/call.hpp:58: error: expected primary-expression before '=' token
  4570. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:87,
  4571. from /opt/local/include/boost/python/call.hpp:33,
  4572. from /opt/local/include/boost/python/object_core.hpp:12,
  4573. from /opt/local/include/boost/python/args.hpp:25,
  4574. from /opt/local/include/boost/python.hpp:11,
  4575. from conftest.cpp:95:
  4576. /opt/local/include/boost/python/call.hpp:56: error: template declaration of 'typename boost::python::detail::returnable<T>::type boost::python::call'
  4577. /opt/local/include/boost/python/call.hpp:56: error: 'PyObject' was not declared in this scope
  4578. /opt/local/include/boost/python/call.hpp:56: error: 'callable' was not declared in this scope
  4579. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4580. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4581. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4582. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4583. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4584. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4585. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4586. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4587. /opt/local/include/boost/python/call.hpp:58: error: expected primary-expression before '*' token
  4588. /opt/local/include/boost/python/call.hpp:58: error: expected primary-expression before '=' token
  4589. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:92,
  4590. from /opt/local/include/boost/python/call.hpp:33,
  4591. from /opt/local/include/boost/python/object_core.hpp:12,
  4592. from /opt/local/include/boost/python/args.hpp:25,
  4593. from /opt/local/include/boost/python.hpp:11,
  4594. from conftest.cpp:95:
  4595. /opt/local/include/boost/python/call.hpp:56: error: template declaration of 'typename boost::python::detail::returnable<T>::type boost::python::call'
  4596. /opt/local/include/boost/python/call.hpp:56: error: 'PyObject' was not declared in this scope
  4597. /opt/local/include/boost/python/call.hpp:56: error: 'callable' was not declared in this scope
  4598. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4599. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4600. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4601. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4602. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4603. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4604. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4605. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4606. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4607. /opt/local/include/boost/python/call.hpp:58: error: expected primary-expression before '*' token
  4608. /opt/local/include/boost/python/call.hpp:58: error: expected primary-expression before '=' token
  4609. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:97,
  4610. from /opt/local/include/boost/python/call.hpp:33,
  4611. from /opt/local/include/boost/python/object_core.hpp:12,
  4612. from /opt/local/include/boost/python/args.hpp:25,
  4613. from /opt/local/include/boost/python.hpp:11,
  4614. from conftest.cpp:95:
  4615. /opt/local/include/boost/python/call.hpp:56: error: template declaration of 'typename boost::python::detail::returnable<T>::type boost::python::call'
  4616. /opt/local/include/boost/python/call.hpp:56: error: 'PyObject' was not declared in this scope
  4617. /opt/local/include/boost/python/call.hpp:56: error: 'callable' was not declared in this scope
  4618. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4619. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4620. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4621. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4622. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4623. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4624. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4625. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4626. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4627. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4628. /opt/local/include/boost/python/call.hpp:58: error: expected primary-expression before '*' token
  4629. /opt/local/include/boost/python/call.hpp:58: error: expected primary-expression before '=' token
  4630. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:102,
  4631. from /opt/local/include/boost/python/call.hpp:33,
  4632. from /opt/local/include/boost/python/object_core.hpp:12,
  4633. from /opt/local/include/boost/python/args.hpp:25,
  4634. from /opt/local/include/boost/python.hpp:11,
  4635. from conftest.cpp:95:
  4636. /opt/local/include/boost/python/call.hpp:56: error: template declaration of 'typename boost::python::detail::returnable<T>::type boost::python::call'
  4637. /opt/local/include/boost/python/call.hpp:56: error: 'PyObject' was not declared in this scope
  4638. /opt/local/include/boost/python/call.hpp:56: error: 'callable' was not declared in this scope
  4639. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4640. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4641. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4642. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4643. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4644. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4645. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4646. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4647. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4648. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4649. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4650. /opt/local/include/boost/python/call.hpp:58: error: expected primary-expression before '*' token
  4651. /opt/local/include/boost/python/call.hpp:58: error: expected primary-expression before '=' token
  4652. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:107,
  4653. from /opt/local/include/boost/python/call.hpp:33,
  4654. from /opt/local/include/boost/python/object_core.hpp:12,
  4655. from /opt/local/include/boost/python/args.hpp:25,
  4656. from /opt/local/include/boost/python.hpp:11,
  4657. from conftest.cpp:95:
  4658. /opt/local/include/boost/python/call.hpp:56: error: template declaration of 'typename boost::python::detail::returnable<T>::type boost::python::call'
  4659. /opt/local/include/boost/python/call.hpp:56: error: 'PyObject' was not declared in this scope
  4660. /opt/local/include/boost/python/call.hpp:56: error: 'callable' was not declared in this scope
  4661. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4662. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4663. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4664. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4665. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4666. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4667. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4668. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4669. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4670. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4671. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4672. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4673. /opt/local/include/boost/python/call.hpp:58: error: expected primary-expression before '*' token
  4674. /opt/local/include/boost/python/call.hpp:58: error: expected primary-expression before '=' token
  4675. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:112,
  4676. from /opt/local/include/boost/python/call.hpp:33,
  4677. from /opt/local/include/boost/python/object_core.hpp:12,
  4678. from /opt/local/include/boost/python/args.hpp:25,
  4679. from /opt/local/include/boost/python.hpp:11,
  4680. from conftest.cpp:95:
  4681. /opt/local/include/boost/python/call.hpp:56: error: template declaration of 'typename boost::python::detail::returnable<T>::type boost::python::call'
  4682. /opt/local/include/boost/python/call.hpp:56: error: 'PyObject' was not declared in this scope
  4683. /opt/local/include/boost/python/call.hpp:56: error: 'callable' was not declared in this scope
  4684. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4685. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4686. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4687. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4688. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4689. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4690. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4691. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4692. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4693. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4694. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4695. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4696. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4697. /opt/local/include/boost/python/call.hpp:58: error: expected primary-expression before '*' token
  4698. /opt/local/include/boost/python/call.hpp:58: error: expected primary-expression before '=' token
  4699. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:117,
  4700. from /opt/local/include/boost/python/call.hpp:33,
  4701. from /opt/local/include/boost/python/object_core.hpp:12,
  4702. from /opt/local/include/boost/python/args.hpp:25,
  4703. from /opt/local/include/boost/python.hpp:11,
  4704. from conftest.cpp:95:
  4705. /opt/local/include/boost/python/call.hpp:56: error: template declaration of 'typename boost::python::detail::returnable<T>::type boost::python::call'
  4706. /opt/local/include/boost/python/call.hpp:56: error: 'PyObject' was not declared in this scope
  4707. /opt/local/include/boost/python/call.hpp:56: error: 'callable' was not declared in this scope
  4708. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4709. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4710. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4711. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4712. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4713. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4714. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4715. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4716. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4717. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4718. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4719. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4720. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4721. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4722. /opt/local/include/boost/python/call.hpp:58: error: expected primary-expression before '*' token
  4723. /opt/local/include/boost/python/call.hpp:58: error: expected primary-expression before '=' token
  4724. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:122,
  4725. from /opt/local/include/boost/python/call.hpp:33,
  4726. from /opt/local/include/boost/python/object_core.hpp:12,
  4727. from /opt/local/include/boost/python/args.hpp:25,
  4728. from /opt/local/include/boost/python.hpp:11,
  4729. from conftest.cpp:95:
  4730. /opt/local/include/boost/python/call.hpp:56: error: template declaration of 'typename boost::python::detail::returnable<T>::type boost::python::call'
  4731. /opt/local/include/boost/python/call.hpp:56: error: 'PyObject' was not declared in this scope
  4732. /opt/local/include/boost/python/call.hpp:56: error: 'callable' was not declared in this scope
  4733. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4734. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4735. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4736. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4737. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4738. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4739. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4740. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4741. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4742. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4743. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4744. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4745. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4746. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4747. /opt/local/include/boost/python/call.hpp:57: error: expected primary-expression before 'const'
  4748. /opt/local/include/boost/python/call.hpp:58: error: expected primary-expression before '*' token
  4749. /opt/local/include/boost/python/call.hpp:58: error: expected primary-expression before '=' token
  4750. In file included from /opt/local/include/boost/python/args.hpp:25,
  4751. from /opt/local/include/boost/python.hpp:11,
  4752. from conftest.cpp:95:
  4753. /opt/local/include/boost/python/object_core.hpp:93: error: expected initializer before '*' token
  4754. In file included from /opt/local/include/boost/python/args.hpp:25,
  4755. from /opt/local/include/boost/python.hpp:11,
  4756. from conftest.cpp:95:
  4757. /opt/local/include/boost/python/object_core.hpp:119: error: expected type-specifier before 'bool_type'
  4758. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:52,
  4759. from /opt/local/include/boost/python/object_core.hpp:110,
  4760. from /opt/local/include/boost/python/args.hpp:25,
  4761. from /opt/local/include/boost/python.hpp:11,
  4762. from conftest.cpp:95:
  4763. /opt/local/include/boost/python/object_call.hpp: In member function 'typename boost::python::detail::dependent<boost::python::api::object, A0>::type boost::python::api::object_operators<U>::operator()(const A0&) const':
  4764. /opt/local/include/boost/python/object_call.hpp:19: error: 'call' was not declared in this scope
  4765. /opt/local/include/boost/python/object_call.hpp:19: error: expected primary-expression before '>' token
  4766. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:57,
  4767. from /opt/local/include/boost/python/object_core.hpp:110,
  4768. from /opt/local/include/boost/python/args.hpp:25,
  4769. from /opt/local/include/boost/python.hpp:11,
  4770. from conftest.cpp:95:
  4771. /opt/local/include/boost/python/object_call.hpp: In member function 'typename boost::python::detail::dependent<boost::python::api::object, A0>::type boost::python::api::object_operators<U>::operator()(const A0&, const A1&) const':
  4772. /opt/local/include/boost/python/object_call.hpp:19: error: 'call' was not declared in this scope
  4773. /opt/local/include/boost/python/object_call.hpp:19: error: expected primary-expression before '>' token
  4774. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:62,
  4775. from /opt/local/include/boost/python/object_core.hpp:110,
  4776. from /opt/local/include/boost/python/args.hpp:25,
  4777. from /opt/local/include/boost/python.hpp:11,
  4778. from conftest.cpp:95:
  4779. /opt/local/include/boost/python/object_call.hpp: In member function 'typename boost::python::detail::dependent<boost::python::api::object, A0>::type boost::python::api::object_operators<U>::operator()(const A0&, const A1&, const A2&) const':
  4780. /opt/local/include/boost/python/object_call.hpp:19: error: 'call' was not declared in this scope
  4781. /opt/local/include/boost/python/object_call.hpp:19: error: expected primary-expression before '>' token
  4782. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:67,
  4783. from /opt/local/include/boost/python/object_core.hpp:110,
  4784. from /opt/local/include/boost/python/args.hpp:25,
  4785. from /opt/local/include/boost/python.hpp:11,
  4786. from conftest.cpp:95:
  4787. /opt/local/include/boost/python/object_call.hpp: In member function 'typename boost::python::detail::dependent<boost::python::api::object, A0>::type boost::python::api::object_operators<U>::operator()(const A0&, const A1&, const A2&, const A3&) const':
  4788. /opt/local/include/boost/python/object_call.hpp:19: error: 'call' was not declared in this scope
  4789. /opt/local/include/boost/python/object_call.hpp:19: error: expected primary-expression before '>' token
  4790. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:72,
  4791. from /opt/local/include/boost/python/object_core.hpp:110,
  4792. from /opt/local/include/boost/python/args.hpp:25,
  4793. from /opt/local/include/boost/python.hpp:11,
  4794. from conftest.cpp:95:
  4795. /opt/local/include/boost/python/object_call.hpp: In member function 'typename boost::python::detail::dependent<boost::python::api::object, A0>::type boost::python::api::object_operators<U>::operator()(const A0&, const A1&, const A2&, const A3&, const A4&) const':
  4796. /opt/local/include/boost/python/object_call.hpp:19: error: 'call' was not declared in this scope
  4797. /opt/local/include/boost/python/object_call.hpp:19: error: expected primary-expression before '>' token
  4798. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:77,
  4799. from /opt/local/include/boost/python/object_core.hpp:110,
  4800. from /opt/local/include/boost/python/args.hpp:25,
  4801. from /opt/local/include/boost/python.hpp:11,
  4802. from conftest.cpp:95:
  4803. /opt/local/include/boost/python/object_call.hpp: In member function 'typename boost::python::detail::dependent<boost::python::api::object, A0>::type boost::python::api::object_operators<U>::operator()(const A0&, const A1&, const A2&, const A3&, const A4&, const A5&) const':
  4804. /opt/local/include/boost/python/object_call.hpp:19: error: 'call' was not declared in this scope
  4805. /opt/local/include/boost/python/object_call.hpp:19: error: expected primary-expression before '>' token
  4806. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:82,
  4807. from /opt/local/include/boost/python/object_core.hpp:110,
  4808. from /opt/local/include/boost/python/args.hpp:25,
  4809. from /opt/local/include/boost/python.hpp:11,
  4810. from conftest.cpp:95:
  4811. /opt/local/include/boost/python/object_call.hpp: In member function 'typename boost::python::detail::dependent<boost::python::api::object, A0>::type boost::python::api::object_operators<U>::operator()(const A0&, const A1&, const A2&, const A3&, const A4&, const A5&, const A6&) const':
  4812. /opt/local/include/boost/python/object_call.hpp:19: error: 'call' was not declared in this scope
  4813. /opt/local/include/boost/python/object_call.hpp:19: error: expected primary-expression before '>' token
  4814. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:87,
  4815. from /opt/local/include/boost/python/object_core.hpp:110,
  4816. from /opt/local/include/boost/python/args.hpp:25,
  4817. from /opt/local/include/boost/python.hpp:11,
  4818. from conftest.cpp:95:
  4819. /opt/local/include/boost/python/object_call.hpp: In member function 'typename boost::python::detail::dependent<boost::python::api::object, A0>::type boost::python::api::object_operators<U>::operator()(const A0&, const A1&, const A2&, const A3&, const A4&, const A5&, const A6&, const A7&) const':
  4820. /opt/local/include/boost/python/object_call.hpp:19: error: 'call' was not declared in this scope
  4821. /opt/local/include/boost/python/object_call.hpp:19: error: expected primary-expression before '>' token
  4822. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:92,
  4823. from /opt/local/include/boost/python/object_core.hpp:110,
  4824. from /opt/local/include/boost/python/args.hpp:25,
  4825. from /opt/local/include/boost/python.hpp:11,
  4826. from conftest.cpp:95:
  4827. /opt/local/include/boost/python/object_call.hpp: In member function 'typename boost::python::detail::dependent<boost::python::api::object, A0>::type boost::python::api::object_operators<U>::operator()(const A0&, const A1&, const A2&, const A3&, const A4&, const A5&, const A6&, const A7&, const A8&) const':
  4828. /opt/local/include/boost/python/object_call.hpp:19: error: 'call' was not declared in this scope
  4829. /opt/local/include/boost/python/object_call.hpp:19: error: expected primary-expression before '>' token
  4830. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:97,
  4831. from /opt/local/include/boost/python/object_core.hpp:110,
  4832. from /opt/local/include/boost/python/args.hpp:25,
  4833. from /opt/local/include/boost/python.hpp:11,
  4834. from conftest.cpp:95:
  4835. /opt/local/include/boost/python/object_call.hpp: In member function 'typename boost::python::detail::dependent<boost::python::api::object, A0>::type boost::python::api::object_operators<U>::operator()(const A0&, const A1&, const A2&, const A3&, const A4&, const A5&, const A6&, const A7&, const A8&, const A9&) const':
  4836. /opt/local/include/boost/python/object_call.hpp:19: error: 'call' was not declared in this scope
  4837. /opt/local/include/boost/python/object_call.hpp:19: error: expected primary-expression before '>' token
  4838. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:102,
  4839. from /opt/local/include/boost/python/object_core.hpp:110,
  4840. from /opt/local/include/boost/python/args.hpp:25,
  4841. from /opt/local/include/boost/python.hpp:11,
  4842. from conftest.cpp:95:
  4843. /opt/local/include/boost/python/object_call.hpp: In member function 'typename boost::python::detail::dependent<boost::python::api::object, A0>::type boost::python::api::object_operators<U>::operator()(const A0&, const A1&, const A2&, const A3&, const A4&, const A5&, const A6&, const A7&, const A8&, const A9&, const A10&) const':
  4844. /opt/local/include/boost/python/object_call.hpp:19: error: 'call' was not declared in this scope
  4845. /opt/local/include/boost/python/object_call.hpp:19: error: expected primary-expression before '>' token
  4846. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:107,
  4847. from /opt/local/include/boost/python/object_core.hpp:110,
  4848. from /opt/local/include/boost/python/args.hpp:25,
  4849. from /opt/local/include/boost/python.hpp:11,
  4850. from conftest.cpp:95:
  4851. /opt/local/include/boost/python/object_call.hpp: In member function 'typename boost::python::detail::dependent<boost::python::api::object, A0>::type boost::python::api::object_operators<U>::operator()(const A0&, const A1&, const A2&, const A3&, const A4&, const A5&, const A6&, const A7&, const A8&, const A9&, const A10&, const A11&) const':
  4852. /opt/local/include/boost/python/object_call.hpp:19: error: 'call' was not declared in this scope
  4853. /opt/local/include/boost/python/object_call.hpp:19: error: expected primary-expression before '>' token
  4854. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:112,
  4855. from /opt/local/include/boost/python/object_core.hpp:110,
  4856. from /opt/local/include/boost/python/args.hpp:25,
  4857. from /opt/local/include/boost/python.hpp:11,
  4858. from conftest.cpp:95:
  4859. /opt/local/include/boost/python/object_call.hpp: In member function 'typename boost::python::detail::dependent<boost::python::api::object, A0>::type boost::python::api::object_operators<U>::operator()(const A0&, const A1&, const A2&, const A3&, const A4&, const A5&, const A6&, const A7&, const A8&, const A9&, const A10&, const A11&, const A12&) const':
  4860. /opt/local/include/boost/python/object_call.hpp:19: error: 'call' was not declared in this scope
  4861. /opt/local/include/boost/python/object_call.hpp:19: error: expected primary-expression before '>' token
  4862. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:117,
  4863. from /opt/local/include/boost/python/object_core.hpp:110,
  4864. from /opt/local/include/boost/python/args.hpp:25,
  4865. from /opt/local/include/boost/python.hpp:11,
  4866. from conftest.cpp:95:
  4867. /opt/local/include/boost/python/object_call.hpp: In member function 'typename boost::python::detail::dependent<boost::python::api::object, A0>::type boost::python::api::object_operators<U>::operator()(const A0&, const A1&, const A2&, const A3&, const A4&, const A5&, const A6&, const A7&, const A8&, const A9&, const A10&, const A11&, const A12&, const A13&) const':
  4868. /opt/local/include/boost/python/object_call.hpp:19: error: 'call' was not declared in this scope
  4869. /opt/local/include/boost/python/object_call.hpp:19: error: expected primary-expression before '>' token
  4870. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:122,
  4871. from /opt/local/include/boost/python/object_core.hpp:110,
  4872. from /opt/local/include/boost/python/args.hpp:25,
  4873. from /opt/local/include/boost/python.hpp:11,
  4874. from conftest.cpp:95:
  4875. /opt/local/include/boost/python/object_call.hpp: In member function 'typename boost::python::detail::dependent<boost::python::api::object, A0>::type boost::python::api::object_operators<U>::operator()(const A0&, const A1&, const A2&, const A3&, const A4&, const A5&, const A6&, const A7&, const A8&, const A9&, const A10&, const A11&, const A12&, const A13&, const A14&) const':
  4876. /opt/local/include/boost/python/object_call.hpp:19: error: 'call' was not declared in this scope
  4877. /opt/local/include/boost/python/object_call.hpp:19: error: expected primary-expression before '>' token
  4878. In file included from /opt/local/include/boost/python/args.hpp:25,
  4879. from /opt/local/include/boost/python.hpp:11,
  4880. from conftest.cpp:95:
  4881. /opt/local/include/boost/python/object_core.hpp: At global scope:
  4882. /opt/local/include/boost/python/object_core.hpp:231: error: expected `)' before '*' token
  4883. /opt/local/include/boost/python/object_core.hpp:237: error: 'PyObject' declared as an 'inline' field
  4884. /opt/local/include/boost/python/object_core.hpp:237: error: expected ';' before '*' token
  4885. /opt/local/include/boost/python/object_core.hpp:240: error: expected ';' before '*' token
  4886. /opt/local/include/boost/python/object_core.hpp:295: error: expected constructor, destructor, or type conversion before '*' token
  4887. /opt/local/include/boost/python/object_core.hpp:331: error: template argument 1 is invalid
  4888. /opt/local/include/boost/python/object_core.hpp:375: error: expected ';' before '*' token
  4889. /opt/local/include/boost/python/object_core.hpp:381: error: expected `;' before 'template'
  4890. /opt/local/include/boost/python/object_core.hpp:382: error: expected initializer before '*' token
  4891. /opt/local/include/boost/python/object_core.hpp:393: error: expected initializer before '*' token
  4892. /opt/local/include/boost/python/object_core.hpp:404: error: expected initializer before '*' token
  4893. /opt/local/include/boost/python/object_core.hpp: In member function 'boost::python::api::object boost::python::api::object_operators<U>::operator()(const boost::python::detail::args_proxy&) const':
  4894. /opt/local/include/boost/python/object_core.hpp:467: error: 'PyObject' was not declared in this scope
  4895. /opt/local/include/boost/python/object_core.hpp:467: error: 'result' was not declared in this scope
  4896. /opt/local/include/boost/python/object_core.hpp:468: error: 'class boost::python::api::object' has no member named 'ptr'
  4897. /opt/local/include/boost/python/object_core.hpp: In member function 'boost::python::api::object boost::python::api::object_operators<U>::operator()(const boost::python::detail::args_proxy&, const boost::python::detail::kwds_proxy&) const':
  4898. /opt/local/include/boost/python/object_core.hpp:479: error: 'PyObject' was not declared in this scope
  4899. /opt/local/include/boost/python/object_core.hpp:479: error: 'result' was not declared in this scope
  4900. /opt/local/include/boost/python/object_core.hpp:480: error: 'class boost::python::api::object' has no member named 'ptr'
  4901. /opt/local/include/boost/python/object_core.hpp:481: error: 'class boost::python::api::object' has no member named 'ptr'
  4902. /opt/local/include/boost/python/object_core.hpp: In constructor 'boost::python::api::object::object()':
  4903. /opt/local/include/boost/python/object_core.hpp:487: error: 'Py_None' was not declared in this scope
  4904. /opt/local/include/boost/python/object_core.hpp: In copy constructor 'boost::python::api::object_base::object_base(const boost::python::api::object_base&)':
  4905. /opt/local/include/boost/python/object_core.hpp:492: error: class 'boost::python::api::object_base' does not have any field named 'm_ptr'
  4906. /opt/local/include/boost/python/object_core.hpp:492: error: 'const struct boost::python::api::object_base' has no member named 'm_ptr'
  4907. /opt/local/include/boost/python/object_core.hpp: At global scope:
  4908. /opt/local/include/boost/python/object_core.hpp:495: error: expected `)' before '*' token
  4909. /opt/local/include/boost/python/object_core.hpp: In member function 'boost::python::api::object_base& boost::python::api::object_base::operator=(const boost::python::api::object_base&)':
  4910. /opt/local/include/boost/python/object_core.hpp:501: error: 'const struct boost::python::api::object_base' has no member named 'm_ptr'
  4911. /opt/local/include/boost/python/object_core.hpp:501: error: 'Py_INCREF' was not declared in this scope
  4912. /opt/local/include/boost/python/object_core.hpp:502: error: 'struct boost::python::api::object_base' has no member named 'm_ptr'
  4913. /opt/local/include/boost/python/object_core.hpp:502: error: 'Py_DECREF' was not declared in this scope
  4914. /opt/local/include/boost/python/object_core.hpp:503: error: 'struct boost::python::api::object_base' has no member named 'm_ptr'
  4915. /opt/local/include/boost/python/object_core.hpp:503: error: 'const struct boost::python::api::object_base' has no member named 'm_ptr'
  4916. /opt/local/include/boost/python/object_core.hpp: In destructor 'boost::python::api::object_base::~object_base()':
  4917. /opt/local/include/boost/python/object_core.hpp:509: error: 'm_ptr' was not declared in this scope
  4918. /opt/local/include/boost/python/object_core.hpp:509: error: 'Py_DECREF' was not declared in this scope
  4919. /opt/local/include/boost/python/object_core.hpp: In constructor 'boost::python::api::object::object(boost::python::detail::borrowed_reference_t*)':
  4920. /opt/local/include/boost/python/object_core.hpp:513: error: 'PyObject' was not declared in this scope
  4921. /opt/local/include/boost/python/object_core.hpp:513: error: expected primary-expression before ')' token
  4922. /opt/local/include/boost/python/object_core.hpp: In constructor 'boost::python::api::object::object(boost::python::detail::new_reference_t*)':
  4923. /opt/local/include/boost/python/object_core.hpp:517: error: 'PyObject' was not declared in this scope
  4924. /opt/local/include/boost/python/object_core.hpp:517: error: expected primary-expression before ')' token
  4925. /opt/local/include/boost/python/object_core.hpp: In constructor 'boost::python::api::object::object(boost::python::detail::new_non_null_reference_t*)':
  4926. /opt/local/include/boost/python/object_core.hpp:521: error: 'PyObject' was not declared in this scope
  4927. /opt/local/include/boost/python/object_core.hpp:521: error: expected primary-expression before ')' token
  4928. /opt/local/include/boost/python/object_core.hpp: At global scope:
  4929. /opt/local/include/boost/python/object_core.hpp:524: error: expected initializer before '*' token
  4930. /opt/local/include/boost/python/object_core.hpp:540: error: 'PyObject' has not been declared
  4931. /opt/local/include/boost/python/object_core.hpp:542: error: 'PyObject' has not been declared
  4932. /opt/local/include/boost/python/object_core.hpp:547: error: expected ';' before 'const'
  4933. /opt/local/include/boost/python/object_core.hpp:549: error: expected `;' before '}' token
  4934. /opt/local/include/boost/python/object_core.hpp:552: error: expected initializer before '*' token
  4935. In file included from /opt/local/include/boost/python.hpp:11,
  4936. from conftest.cpp:95:
  4937. /opt/local/include/boost/python/args.hpp: In member function 'boost::python::arg& boost::python::detail::keywords<1ul>::operator=(const T&)':
  4938. /opt/local/include/boost/python/args.hpp:75: error: template argument 1 is invalid
  4939. /opt/local/include/boost/python/args.hpp:75: error: 'class boost::python::api::object' has no member named 'ptr'
  4940. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:47,
  4941. from /opt/local/include/boost/python/call_method.hpp:32,
  4942. from /opt/local/include/boost/python.hpp:17,
  4943. from conftest.cpp:95:
  4944. /opt/local/include/boost/python/call_method.hpp: At global scope:
  4945. /opt/local/include/boost/python/call_method.hpp:55: error: template declaration of 'typename boost::python::detail::returnable<T>::type boost::python::call_method'
  4946. /opt/local/include/boost/python/call_method.hpp:55: error: 'PyObject' was not declared in this scope
  4947. /opt/local/include/boost/python/call_method.hpp:55: error: 'self' was not declared in this scope
  4948. /opt/local/include/boost/python/call_method.hpp:55: error: expected primary-expression before 'char'
  4949. /opt/local/include/boost/python/call_method.hpp:57: error: expected primary-expression before '*' token
  4950. /opt/local/include/boost/python/call_method.hpp:57: error: expected primary-expression before '=' token
  4951. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:52,
  4952. from /opt/local/include/boost/python/call_method.hpp:32,
  4953. from /opt/local/include/boost/python.hpp:17,
  4954. from conftest.cpp:95:
  4955. /opt/local/include/boost/python/call_method.hpp:55: error: template declaration of 'typename boost::python::detail::returnable<T>::type boost::python::call_method'
  4956. /opt/local/include/boost/python/call_method.hpp:55: error: 'PyObject' was not declared in this scope
  4957. /opt/local/include/boost/python/call_method.hpp:55: error: 'self' was not declared in this scope
  4958. /opt/local/include/boost/python/call_method.hpp:55: error: expected primary-expression before 'char'
  4959. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  4960. /opt/local/include/boost/python/call_method.hpp:57: error: expected primary-expression before '*' token
  4961. /opt/local/include/boost/python/call_method.hpp:57: error: expected primary-expression before '=' token
  4962. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:57,
  4963. from /opt/local/include/boost/python/call_method.hpp:32,
  4964. from /opt/local/include/boost/python.hpp:17,
  4965. from conftest.cpp:95:
  4966. /opt/local/include/boost/python/call_method.hpp:55: error: template declaration of 'typename boost::python::detail::returnable<T>::type boost::python::call_method'
  4967. /opt/local/include/boost/python/call_method.hpp:55: error: 'PyObject' was not declared in this scope
  4968. /opt/local/include/boost/python/call_method.hpp:55: error: 'self' was not declared in this scope
  4969. /opt/local/include/boost/python/call_method.hpp:55: error: expected primary-expression before 'char'
  4970. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  4971. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  4972. /opt/local/include/boost/python/call_method.hpp:57: error: expected primary-expression before '*' token
  4973. /opt/local/include/boost/python/call_method.hpp:57: error: expected primary-expression before '=' token
  4974. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:62,
  4975. from /opt/local/include/boost/python/call_method.hpp:32,
  4976. from /opt/local/include/boost/python.hpp:17,
  4977. from conftest.cpp:95:
  4978. /opt/local/include/boost/python/call_method.hpp:55: error: template declaration of 'typename boost::python::detail::returnable<T>::type boost::python::call_method'
  4979. /opt/local/include/boost/python/call_method.hpp:55: error: 'PyObject' was not declared in this scope
  4980. /opt/local/include/boost/python/call_method.hpp:55: error: 'self' was not declared in this scope
  4981. /opt/local/include/boost/python/call_method.hpp:55: error: expected primary-expression before 'char'
  4982. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  4983. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  4984. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  4985. /opt/local/include/boost/python/call_method.hpp:57: error: expected primary-expression before '*' token
  4986. /opt/local/include/boost/python/call_method.hpp:57: error: expected primary-expression before '=' token
  4987. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:67,
  4988. from /opt/local/include/boost/python/call_method.hpp:32,
  4989. from /opt/local/include/boost/python.hpp:17,
  4990. from conftest.cpp:95:
  4991. /opt/local/include/boost/python/call_method.hpp:55: error: template declaration of 'typename boost::python::detail::returnable<T>::type boost::python::call_method'
  4992. /opt/local/include/boost/python/call_method.hpp:55: error: 'PyObject' was not declared in this scope
  4993. /opt/local/include/boost/python/call_method.hpp:55: error: 'self' was not declared in this scope
  4994. /opt/local/include/boost/python/call_method.hpp:55: error: expected primary-expression before 'char'
  4995. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  4996. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  4997. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  4998. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  4999. /opt/local/include/boost/python/call_method.hpp:57: error: expected primary-expression before '*' token
  5000. /opt/local/include/boost/python/call_method.hpp:57: error: expected primary-expression before '=' token
  5001. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:72,
  5002. from /opt/local/include/boost/python/call_method.hpp:32,
  5003. from /opt/local/include/boost/python.hpp:17,
  5004. from conftest.cpp:95:
  5005. /opt/local/include/boost/python/call_method.hpp:55: error: template declaration of 'typename boost::python::detail::returnable<T>::type boost::python::call_method'
  5006. /opt/local/include/boost/python/call_method.hpp:55: error: 'PyObject' was not declared in this scope
  5007. /opt/local/include/boost/python/call_method.hpp:55: error: 'self' was not declared in this scope
  5008. /opt/local/include/boost/python/call_method.hpp:55: error: expected primary-expression before 'char'
  5009. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5010. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5011. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5012. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5013. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5014. /opt/local/include/boost/python/call_method.hpp:57: error: expected primary-expression before '*' token
  5015. /opt/local/include/boost/python/call_method.hpp:57: error: expected primary-expression before '=' token
  5016. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:77,
  5017. from /opt/local/include/boost/python/call_method.hpp:32,
  5018. from /opt/local/include/boost/python.hpp:17,
  5019. from conftest.cpp:95:
  5020. /opt/local/include/boost/python/call_method.hpp:55: error: template declaration of 'typename boost::python::detail::returnable<T>::type boost::python::call_method'
  5021. /opt/local/include/boost/python/call_method.hpp:55: error: 'PyObject' was not declared in this scope
  5022. /opt/local/include/boost/python/call_method.hpp:55: error: 'self' was not declared in this scope
  5023. /opt/local/include/boost/python/call_method.hpp:55: error: expected primary-expression before 'char'
  5024. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5025. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5026. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5027. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5028. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5029. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5030. /opt/local/include/boost/python/call_method.hpp:57: error: expected primary-expression before '*' token
  5031. /opt/local/include/boost/python/call_method.hpp:57: error: expected primary-expression before '=' token
  5032. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:82,
  5033. from /opt/local/include/boost/python/call_method.hpp:32,
  5034. from /opt/local/include/boost/python.hpp:17,
  5035. from conftest.cpp:95:
  5036. /opt/local/include/boost/python/call_method.hpp:55: error: template declaration of 'typename boost::python::detail::returnable<T>::type boost::python::call_method'
  5037. /opt/local/include/boost/python/call_method.hpp:55: error: 'PyObject' was not declared in this scope
  5038. /opt/local/include/boost/python/call_method.hpp:55: error: 'self' was not declared in this scope
  5039. /opt/local/include/boost/python/call_method.hpp:55: error: expected primary-expression before 'char'
  5040. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5041. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5042. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5043. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5044. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5045. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5046. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5047. /opt/local/include/boost/python/call_method.hpp:57: error: expected primary-expression before '*' token
  5048. /opt/local/include/boost/python/call_method.hpp:57: error: expected primary-expression before '=' token
  5049. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:87,
  5050. from /opt/local/include/boost/python/call_method.hpp:32,
  5051. from /opt/local/include/boost/python.hpp:17,
  5052. from conftest.cpp:95:
  5053. /opt/local/include/boost/python/call_method.hpp:55: error: template declaration of 'typename boost::python::detail::returnable<T>::type boost::python::call_method'
  5054. /opt/local/include/boost/python/call_method.hpp:55: error: 'PyObject' was not declared in this scope
  5055. /opt/local/include/boost/python/call_method.hpp:55: error: 'self' was not declared in this scope
  5056. /opt/local/include/boost/python/call_method.hpp:55: error: expected primary-expression before 'char'
  5057. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5058. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5059. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5060. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5061. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5062. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5063. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5064. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5065. /opt/local/include/boost/python/call_method.hpp:57: error: expected primary-expression before '*' token
  5066. /opt/local/include/boost/python/call_method.hpp:57: error: expected primary-expression before '=' token
  5067. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:92,
  5068. from /opt/local/include/boost/python/call_method.hpp:32,
  5069. from /opt/local/include/boost/python.hpp:17,
  5070. from conftest.cpp:95:
  5071. /opt/local/include/boost/python/call_method.hpp:55: error: template declaration of 'typename boost::python::detail::returnable<T>::type boost::python::call_method'
  5072. /opt/local/include/boost/python/call_method.hpp:55: error: 'PyObject' was not declared in this scope
  5073. /opt/local/include/boost/python/call_method.hpp:55: error: 'self' was not declared in this scope
  5074. /opt/local/include/boost/python/call_method.hpp:55: error: expected primary-expression before 'char'
  5075. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5076. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5077. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5078. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5079. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5080. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5081. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5082. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5083. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5084. /opt/local/include/boost/python/call_method.hpp:57: error: expected primary-expression before '*' token
  5085. /opt/local/include/boost/python/call_method.hpp:57: error: expected primary-expression before '=' token
  5086. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:97,
  5087. from /opt/local/include/boost/python/call_method.hpp:32,
  5088. from /opt/local/include/boost/python.hpp:17,
  5089. from conftest.cpp:95:
  5090. /opt/local/include/boost/python/call_method.hpp:55: error: template declaration of 'typename boost::python::detail::returnable<T>::type boost::python::call_method'
  5091. /opt/local/include/boost/python/call_method.hpp:55: error: 'PyObject' was not declared in this scope
  5092. /opt/local/include/boost/python/call_method.hpp:55: error: 'self' was not declared in this scope
  5093. /opt/local/include/boost/python/call_method.hpp:55: error: expected primary-expression before 'char'
  5094. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5095. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5096. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5097. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5098. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5099. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5100. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5101. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5102. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5103. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5104. /opt/local/include/boost/python/call_method.hpp:57: error: expected primary-expression before '*' token
  5105. /opt/local/include/boost/python/call_method.hpp:57: error: expected primary-expression before '=' token
  5106. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:102,
  5107. from /opt/local/include/boost/python/call_method.hpp:32,
  5108. from /opt/local/include/boost/python.hpp:17,
  5109. from conftest.cpp:95:
  5110. /opt/local/include/boost/python/call_method.hpp:55: error: template declaration of 'typename boost::python::detail::returnable<T>::type boost::python::call_method'
  5111. /opt/local/include/boost/python/call_method.hpp:55: error: 'PyObject' was not declared in this scope
  5112. /opt/local/include/boost/python/call_method.hpp:55: error: 'self' was not declared in this scope
  5113. /opt/local/include/boost/python/call_method.hpp:55: error: expected primary-expression before 'char'
  5114. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5115. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5116. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5117. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5118. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5119. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5120. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5121. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5122. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5123. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5124. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5125. /opt/local/include/boost/python/call_method.hpp:57: error: expected primary-expression before '*' token
  5126. /opt/local/include/boost/python/call_method.hpp:57: error: expected primary-expression before '=' token
  5127. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:107,
  5128. from /opt/local/include/boost/python/call_method.hpp:32,
  5129. from /opt/local/include/boost/python.hpp:17,
  5130. from conftest.cpp:95:
  5131. /opt/local/include/boost/python/call_method.hpp:55: error: template declaration of 'typename boost::python::detail::returnable<T>::type boost::python::call_method'
  5132. /opt/local/include/boost/python/call_method.hpp:55: error: 'PyObject' was not declared in this scope
  5133. /opt/local/include/boost/python/call_method.hpp:55: error: 'self' was not declared in this scope
  5134. /opt/local/include/boost/python/call_method.hpp:55: error: expected primary-expression before 'char'
  5135. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5136. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5137. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5138. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5139. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5140. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5141. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5142. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5143. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5144. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5145. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5146. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5147. /opt/local/include/boost/python/call_method.hpp:57: error: expected primary-expression before '*' token
  5148. /opt/local/include/boost/python/call_method.hpp:57: error: expected primary-expression before '=' token
  5149. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:112,
  5150. from /opt/local/include/boost/python/call_method.hpp:32,
  5151. from /opt/local/include/boost/python.hpp:17,
  5152. from conftest.cpp:95:
  5153. /opt/local/include/boost/python/call_method.hpp:55: error: template declaration of 'typename boost::python::detail::returnable<T>::type boost::python::call_method'
  5154. /opt/local/include/boost/python/call_method.hpp:55: error: 'PyObject' was not declared in this scope
  5155. /opt/local/include/boost/python/call_method.hpp:55: error: 'self' was not declared in this scope
  5156. /opt/local/include/boost/python/call_method.hpp:55: error: expected primary-expression before 'char'
  5157. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5158. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5159. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5160. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5161. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5162. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5163. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5164. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5165. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5166. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5167. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5168. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5169. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5170. /opt/local/include/boost/python/call_method.hpp:57: error: expected primary-expression before '*' token
  5171. /opt/local/include/boost/python/call_method.hpp:57: error: expected primary-expression before '=' token
  5172. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:117,
  5173. from /opt/local/include/boost/python/call_method.hpp:32,
  5174. from /opt/local/include/boost/python.hpp:17,
  5175. from conftest.cpp:95:
  5176. /opt/local/include/boost/python/call_method.hpp:55: error: template declaration of 'typename boost::python::detail::returnable<T>::type boost::python::call_method'
  5177. /opt/local/include/boost/python/call_method.hpp:55: error: 'PyObject' was not declared in this scope
  5178. /opt/local/include/boost/python/call_method.hpp:55: error: 'self' was not declared in this scope
  5179. /opt/local/include/boost/python/call_method.hpp:55: error: expected primary-expression before 'char'
  5180. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5181. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5182. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5183. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5184. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5185. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5186. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5187. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5188. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5189. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5190. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5191. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5192. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5193. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5194. /opt/local/include/boost/python/call_method.hpp:57: error: expected primary-expression before '*' token
  5195. /opt/local/include/boost/python/call_method.hpp:57: error: expected primary-expression before '=' token
  5196. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:122,
  5197. from /opt/local/include/boost/python/call_method.hpp:32,
  5198. from /opt/local/include/boost/python.hpp:17,
  5199. from conftest.cpp:95:
  5200. /opt/local/include/boost/python/call_method.hpp:55: error: template declaration of 'typename boost::python::detail::returnable<T>::type boost::python::call_method'
  5201. /opt/local/include/boost/python/call_method.hpp:55: error: 'PyObject' was not declared in this scope
  5202. /opt/local/include/boost/python/call_method.hpp:55: error: 'self' was not declared in this scope
  5203. /opt/local/include/boost/python/call_method.hpp:55: error: expected primary-expression before 'char'
  5204. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5205. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5206. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5207. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5208. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5209. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5210. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5211. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5212. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5213. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5214. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5215. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5216. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5217. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5218. /opt/local/include/boost/python/call_method.hpp:56: error: expected primary-expression before 'const'
  5219. /opt/local/include/boost/python/call_method.hpp:57: error: expected primary-expression before '*' token
  5220. /opt/local/include/boost/python/call_method.hpp:57: error: expected primary-expression before '=' token
  5221. In file included from /opt/local/include/boost/python/proxy.hpp:9,
  5222. from /opt/local/include/boost/python/object_attributes.hpp:10,
  5223. from /opt/local/include/boost/python/object.hpp:10,
  5224. from /opt/local/include/boost/python/class.hpp:15,
  5225. from /opt/local/include/boost/python.hpp:18,
  5226. from conftest.cpp:95:
  5227. /opt/local/include/boost/python/object_operators.hpp: In member function 'boost::python::api::object boost::python::api::object_operators<U>::operator()() const':
  5228. /opt/local/include/boost/python/object_operators.hpp:54: error: 'call' was not declared in this scope
  5229. /opt/local/include/boost/python/object_operators.hpp:54: error: expected primary-expression before '>' token
  5230. /opt/local/include/boost/python/object_operators.hpp:54: error: 'const class boost::python::api::object' has no member named 'ptr'
  5231. /opt/local/include/boost/python/object_operators.hpp: At global scope:
  5232. /opt/local/include/boost/python/object_operators.hpp:60: error: expected type-specifier before 'bool_type'
  5233. /opt/local/include/boost/python/object_operators.hpp: In member function 'bool boost::python::api::object_operators<U>::operator!() const':
  5234. /opt/local/include/boost/python/object_operators.hpp:73: error: 'const class boost::python::api::object' has no member named 'ptr'
  5235. /opt/local/include/boost/python/object_operators.hpp:73: error: there are no arguments to 'PyObject_IsTrue' that depend on a template parameter, so a declaration of 'PyObject_IsTrue' must be available
  5236. /opt/local/include/boost/python/object_operators.hpp:73: error: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
  5237. In file included from /opt/local/include/boost/python/object_protocol.hpp:10,
  5238. from /opt/local/include/boost/python/object_attributes.hpp:12,
  5239. from /opt/local/include/boost/python/object.hpp:10,
  5240. from /opt/local/include/boost/python/class.hpp:15,
  5241. from /opt/local/include/boost/python.hpp:18,
  5242. from conftest.cpp:95:
  5243. /opt/local/include/boost/python/object_protocol_core.hpp: At global scope:
  5244. /opt/local/include/boost/python/object_protocol_core.hpp:34: error: template argument 1 is invalid
  5245. /opt/local/include/boost/python/object_protocol_core.hpp:34: error: template argument 1 is invalid
  5246. /opt/local/include/boost/python/object_protocol_core.hpp:35: error: template argument 1 is invalid
  5247. /opt/local/include/boost/python/object_protocol_core.hpp:35: error: template argument 1 is invalid
  5248. /opt/local/include/boost/python/object_protocol_core.hpp:36: error: template argument 1 is invalid
  5249. /opt/local/include/boost/python/object_protocol_core.hpp:36: error: template argument 1 is invalid
  5250. In file included from /opt/local/include/boost/python/object.hpp:12,
  5251. from /opt/local/include/boost/python/class.hpp:15,
  5252. from /opt/local/include/boost/python.hpp:18,
  5253. from conftest.cpp:95:
  5254. /opt/local/include/boost/python/object_slices.hpp:20: error: template argument 1 is invalid
  5255. /opt/local/include/boost/python/object_slices.hpp:20: error: template argument 1 is invalid
  5256. /opt/local/include/boost/python/object_slices.hpp:20: error: template argument 1 is invalid
  5257. /opt/local/include/boost/python/object_slices.hpp:20: error: template argument 2 is invalid
  5258. /opt/local/include/boost/python/object_slices.hpp: In function 'int boost::python::api::slice_key(T, U)':
  5259. /opt/local/include/boost/python/object_slices.hpp:33: error: template argument 1 is invalid
  5260. /opt/local/include/boost/python/object_slices.hpp:33: error: template argument 1 is invalid
  5261. /opt/local/include/boost/python/object_slices.hpp: In member function 'boost::python::api::object_slice boost::python::api::object_operators<U>::slice(const boost::python::api::object&, const boost::python::api::object&)':
  5262. /opt/local/include/boost/python/object_slices.hpp:44: error: 'const class boost::python::api::object' has no member named 'ptr'
  5263. /opt/local/include/boost/python/object_slices.hpp:44: error: 'const class boost::python::api::object' has no member named 'ptr'
  5264. /opt/local/include/boost/python/object_slices.hpp: In member function 'boost::python::api::const_object_slice boost::python::api::object_operators<U>::slice(const boost::python::api::object&, const boost::python::api::object&) const':
  5265. /opt/local/include/boost/python/object_slices.hpp:52: error: 'const class boost::python::api::object' has no member named 'ptr'
  5266. /opt/local/include/boost/python/object_slices.hpp:52: error: 'const class boost::python::api::object' has no member named 'ptr'
  5267. /opt/local/include/boost/python/object_slices.hpp: In member function 'boost::python::api::object_slice boost::python::api::object_operators<U>::slice(boost::python::api::slice_nil, const boost::python::api::object&)':
  5268. /opt/local/include/boost/python/object_slices.hpp:60: error: 'PyObject' was not declared in this scope
  5269. /opt/local/include/boost/python/object_slices.hpp:60: error: 'const class boost::python::api::object' has no member named 'ptr'
  5270. /opt/local/include/boost/python/object_slices.hpp:60: error: expected primary-expression before '(' token
  5271. /opt/local/include/boost/python/object_slices.hpp:60: error: expected primary-expression before ')' token
  5272. /opt/local/include/boost/python/object_slices.hpp:60: error: 'const class boost::python::api::object' has no member named 'ptr'
  5273. /opt/local/include/boost/python/object_slices.hpp: In member function 'boost::python::api::const_object_slice boost::python::api::object_operators<U>::slice(boost::python::api::slice_nil, const boost::python::api::object&) const':
  5274. /opt/local/include/boost/python/object_slices.hpp:68: error: 'PyObject' was not declared in this scope
  5275. /opt/local/include/boost/python/object_slices.hpp:68: error: 'const class boost::python::api::object' has no member named 'ptr'
  5276. /opt/local/include/boost/python/object_slices.hpp:68: error: expected primary-expression before '(' token
  5277. /opt/local/include/boost/python/object_slices.hpp:68: error: expected primary-expression before ')' token
  5278. /opt/local/include/boost/python/object_slices.hpp:68: error: 'const class boost::python::api::object' has no member named 'ptr'
  5279. /opt/local/include/boost/python/object_slices.hpp: In member function 'boost::python::api::object_slice boost::python::api::object_operators<U>::slice(boost::python::api::slice_nil, boost::python::api::slice_nil)':
  5280. /opt/local/include/boost/python/object_slices.hpp:76: error: 'PyObject' was not declared in this scope
  5281. /opt/local/include/boost/python/object_slices.hpp:76: error: expected primary-expression before '(' token
  5282. /opt/local/include/boost/python/object_slices.hpp:76: error: expected primary-expression before ')' token
  5283. /opt/local/include/boost/python/object_slices.hpp:76: error: expected primary-expression before ')' token
  5284. /opt/local/include/boost/python/object_slices.hpp: In member function 'boost::python::api::const_object_slice boost::python::api::object_operators<U>::slice(boost::python::api::slice_nil, boost::python::api::slice_nil) const':
  5285. /opt/local/include/boost/python/object_slices.hpp:84: error: 'PyObject' was not declared in this scope
  5286. /opt/local/include/boost/python/object_slices.hpp:84: error: expected primary-expression before '(' token
  5287. /opt/local/include/boost/python/object_slices.hpp:84: error: expected primary-expression before ')' token
  5288. /opt/local/include/boost/python/object_slices.hpp:84: error: expected primary-expression before ')' token
  5289. /opt/local/include/boost/python/object_slices.hpp: In member function 'boost::python::api::object_slice boost::python::api::object_operators<U>::slice(const boost::python::api::object&, boost::python::api::slice_nil)':
  5290. /opt/local/include/boost/python/object_slices.hpp:92: error: 'const class boost::python::api::object' has no member named 'ptr'
  5291. /opt/local/include/boost/python/object_slices.hpp:92: error: 'PyObject' was not declared in this scope
  5292. /opt/local/include/boost/python/object_slices.hpp:92: error: expected primary-expression before '(' token
  5293. /opt/local/include/boost/python/object_slices.hpp:92: error: 'const class boost::python::api::object' has no member named 'ptr'
  5294. /opt/local/include/boost/python/object_slices.hpp:92: error: expected primary-expression before ')' token
  5295. /opt/local/include/boost/python/object_slices.hpp: In member function 'boost::python::api::const_object_slice boost::python::api::object_operators<U>::slice(const boost::python::api::object&, boost::python::api::slice_nil) const':
  5296. /opt/local/include/boost/python/object_slices.hpp:100: error: 'const class boost::python::api::object' has no member named 'ptr'
  5297. /opt/local/include/boost/python/object_slices.hpp:100: error: 'PyObject' was not declared in this scope
  5298. /opt/local/include/boost/python/object_slices.hpp:100: error: expected primary-expression before '(' token
  5299. /opt/local/include/boost/python/object_slices.hpp:100: error: 'const class boost::python::api::object' has no member named 'ptr'
  5300. /opt/local/include/boost/python/object_slices.hpp:100: error: expected primary-expression before ')' token
  5301. /opt/local/include/boost/python/object_slices.hpp: In static member function 'static boost::python::api::object boost::python::api::const_slice_policies::get(const boost::python::api::object&, const int&)':
  5302. /opt/local/include/boost/python/object_slices.hpp:127: error: request for member 'first' in 'key', which is of non-class type 'const int'
  5303. /opt/local/include/boost/python/object_slices.hpp:127: error: request for member 'second' in 'key', which is of non-class type 'const int'
  5304. /opt/local/include/boost/python/object_slices.hpp: In static member function 'static const boost::python::api::object& boost::python::api::slice_policies::set(const boost::python::api::object&, const int&, const boost::python::api::object&)':
  5305. /opt/local/include/boost/python/object_slices.hpp:135: error: request for member 'first' in 'key', which is of non-class type 'const int'
  5306. /opt/local/include/boost/python/object_slices.hpp:135: error: request for member 'second' in 'key', which is of non-class type 'const int'
  5307. /opt/local/include/boost/python/object_slices.hpp: In static member function 'static void boost::python::api::slice_policies::del(const boost::python::api::object&, const int&)':
  5308. /opt/local/include/boost/python/object_slices.hpp:143: error: request for member 'first' in 'key', which is of non-class type 'const int'
  5309. /opt/local/include/boost/python/object_slices.hpp:143: error: request for member 'second' in 'key', which is of non-class type 'const int'
  5310. In file included from /opt/local/include/boost/python/class.hpp:15,
  5311. from /opt/local/include/boost/python.hpp:18,
  5312. from conftest.cpp:95:
  5313. /opt/local/include/boost/python/object.hpp: In function 'boost::python::ssize_t boost::python::len(const boost::python::api::object&)':
  5314. /opt/local/include/boost/python/object.hpp:20: error: 'const class boost::python::api::object' has no member named 'ptr'
  5315. /opt/local/include/boost/python/object.hpp:20: error: 'PyObject_Length' was not declared in this scope
  5316. /opt/local/include/boost/python/object.hpp:21: error: 'PyErr_Occurred' was not declared in this scope
  5317. In file included from /opt/local/include/boost/python/with_custodian_and_ward.hpp:11,
  5318. from /opt/local/include/boost/python/return_internal_reference.hpp:12,
  5319. from /opt/local/include/boost/python/data_members.hpp:14,
  5320. from /opt/local/include/boost/python/class.hpp:17,
  5321. from /opt/local/include/boost/python.hpp:18,
  5322. from conftest.cpp:95:
  5323. /opt/local/include/boost/python/object/life_support.hpp: At global scope:
  5324. /opt/local/include/boost/python/object/life_support.hpp:11: error: expected constructor, destructor, or type conversion before '*' token
  5325. In file included from /opt/local/include/boost/python/return_internal_reference.hpp:12,
  5326. from /opt/local/include/boost/python/data_members.hpp:14,
  5327. from /opt/local/include/boost/python/class.hpp:17,
  5328. from /opt/local/include/boost/python.hpp:18,
  5329. from conftest.cpp:95:
  5330. /opt/local/include/boost/python/with_custodian_and_ward.hpp:22: error: expected initializer before '*' token
  5331. /opt/local/include/boost/python/with_custodian_and_ward.hpp:32: error: expected initializer before '*' token
  5332. /opt/local/include/boost/python/with_custodian_and_ward.hpp: In static member function 'static bool boost::python::with_custodian_and_ward<custodian, ward, BasePolicy_>::precall(const ArgumentPackage&)':
  5333. /opt/local/include/boost/python/with_custodian_and_ward.hpp:56: error: 'PyExc_IndexError' was not declared in this scope
  5334. /opt/local/include/boost/python/with_custodian_and_ward.hpp:58: error: there are no arguments to 'PyErr_SetString' that depend on a template parameter, so a declaration of 'PyErr_SetString' must be available
  5335. /opt/local/include/boost/python/with_custodian_and_ward.hpp:62: error: 'PyObject' was not declared in this scope
  5336. /opt/local/include/boost/python/with_custodian_and_ward.hpp:62: error: 'patient' was not declared in this scope
  5337. /opt/local/include/boost/python/with_custodian_and_ward.hpp:63: error: 'nurse' was not declared in this scope
  5338. /opt/local/include/boost/python/with_custodian_and_ward.hpp:65: error: 'life_support' was not declared in this scope
  5339. /opt/local/include/boost/python/with_custodian_and_ward.hpp:65: error: 'make_nurse_and_patient' is not a member of 'boost::python::objects'
  5340. /opt/local/include/boost/python/with_custodian_and_ward.hpp:72: error: there are no arguments to 'Py_DECREF' that depend on a template parameter, so a declaration of 'Py_DECREF' must be available
  5341. /opt/local/include/boost/python/with_custodian_and_ward.hpp: At global scope:
  5342. /opt/local/include/boost/python/with_custodian_and_ward.hpp:85: error: expected initializer before '*' token
  5343. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:47,
  5344. from /opt/local/include/boost/python/object/make_holder.hpp:42,
  5345. from /opt/local/include/boost/python/detail/make_keyword_range_fn.hpp:11,
  5346. from /opt/local/include/boost/python/init.hpp:16,
  5347. from /opt/local/include/boost/python/class.hpp:20,
  5348. from /opt/local/include/boost/python.hpp:18,
  5349. from conftest.cpp:95:
  5350. /opt/local/include/boost/python/object/make_holder.hpp:86: error: 'PyObject' has not been declared
  5351. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:52,
  5352. from /opt/local/include/boost/python/object/make_holder.hpp:42,
  5353. from /opt/local/include/boost/python/detail/make_keyword_range_fn.hpp:11,
  5354. from /opt/local/include/boost/python/init.hpp:16,
  5355. from /opt/local/include/boost/python/class.hpp:20,
  5356. from /opt/local/include/boost/python.hpp:18,
  5357. from conftest.cpp:95:
  5358. /opt/local/include/boost/python/object/make_holder.hpp:86: error: 'PyObject' has not been declared
  5359. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:57,
  5360. from /opt/local/include/boost/python/object/make_holder.hpp:42,
  5361. from /opt/local/include/boost/python/detail/make_keyword_range_fn.hpp:11,
  5362. from /opt/local/include/boost/python/init.hpp:16,
  5363. from /opt/local/include/boost/python/class.hpp:20,
  5364. from /opt/local/include/boost/python.hpp:18,
  5365. from conftest.cpp:95:
  5366. /opt/local/include/boost/python/object/make_holder.hpp:86: error: 'PyObject' has not been declared
  5367. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:62,
  5368. from /opt/local/include/boost/python/object/make_holder.hpp:42,
  5369. from /opt/local/include/boost/python/detail/make_keyword_range_fn.hpp:11,
  5370. from /opt/local/include/boost/python/init.hpp:16,
  5371. from /opt/local/include/boost/python/class.hpp:20,
  5372. from /opt/local/include/boost/python.hpp:18,
  5373. from conftest.cpp:95:
  5374. /opt/local/include/boost/python/object/make_holder.hpp:86: error: 'PyObject' has not been declared
  5375. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:67,
  5376. from /opt/local/include/boost/python/object/make_holder.hpp:42,
  5377. from /opt/local/include/boost/python/detail/make_keyword_range_fn.hpp:11,
  5378. from /opt/local/include/boost/python/init.hpp:16,
  5379. from /opt/local/include/boost/python/class.hpp:20,
  5380. from /opt/local/include/boost/python.hpp:18,
  5381. from conftest.cpp:95:
  5382. /opt/local/include/boost/python/object/make_holder.hpp:86: error: 'PyObject' has not been declared
  5383. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:72,
  5384. from /opt/local/include/boost/python/object/make_holder.hpp:42,
  5385. from /opt/local/include/boost/python/detail/make_keyword_range_fn.hpp:11,
  5386. from /opt/local/include/boost/python/init.hpp:16,
  5387. from /opt/local/include/boost/python/class.hpp:20,
  5388. from /opt/local/include/boost/python.hpp:18,
  5389. from conftest.cpp:95:
  5390. /opt/local/include/boost/python/object/make_holder.hpp:86: error: 'PyObject' has not been declared
  5391. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:77,
  5392. from /opt/local/include/boost/python/object/make_holder.hpp:42,
  5393. from /opt/local/include/boost/python/detail/make_keyword_range_fn.hpp:11,
  5394. from /opt/local/include/boost/python/init.hpp:16,
  5395. from /opt/local/include/boost/python/class.hpp:20,
  5396. from /opt/local/include/boost/python.hpp:18,
  5397. from conftest.cpp:95:
  5398. /opt/local/include/boost/python/object/make_holder.hpp:86: error: 'PyObject' has not been declared
  5399. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:82,
  5400. from /opt/local/include/boost/python/object/make_holder.hpp:42,
  5401. from /opt/local/include/boost/python/detail/make_keyword_range_fn.hpp:11,
  5402. from /opt/local/include/boost/python/init.hpp:16,
  5403. from /opt/local/include/boost/python/class.hpp:20,
  5404. from /opt/local/include/boost/python.hpp:18,
  5405. from conftest.cpp:95:
  5406. /opt/local/include/boost/python/object/make_holder.hpp:86: error: 'PyObject' has not been declared
  5407. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:87,
  5408. from /opt/local/include/boost/python/object/make_holder.hpp:42,
  5409. from /opt/local/include/boost/python/detail/make_keyword_range_fn.hpp:11,
  5410. from /opt/local/include/boost/python/init.hpp:16,
  5411. from /opt/local/include/boost/python/class.hpp:20,
  5412. from /opt/local/include/boost/python.hpp:18,
  5413. from conftest.cpp:95:
  5414. /opt/local/include/boost/python/object/make_holder.hpp:86: error: 'PyObject' has not been declared
  5415. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:92,
  5416. from /opt/local/include/boost/python/object/make_holder.hpp:42,
  5417. from /opt/local/include/boost/python/detail/make_keyword_range_fn.hpp:11,
  5418. from /opt/local/include/boost/python/init.hpp:16,
  5419. from /opt/local/include/boost/python/class.hpp:20,
  5420. from /opt/local/include/boost/python.hpp:18,
  5421. from conftest.cpp:95:
  5422. /opt/local/include/boost/python/object/make_holder.hpp:86: error: 'PyObject' has not been declared
  5423. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:97,
  5424. from /opt/local/include/boost/python/object/make_holder.hpp:42,
  5425. from /opt/local/include/boost/python/detail/make_keyword_range_fn.hpp:11,
  5426. from /opt/local/include/boost/python/init.hpp:16,
  5427. from /opt/local/include/boost/python/class.hpp:20,
  5428. from /opt/local/include/boost/python.hpp:18,
  5429. from conftest.cpp:95:
  5430. /opt/local/include/boost/python/object/make_holder.hpp:86: error: 'PyObject' has not been declared
  5431. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:102,
  5432. from /opt/local/include/boost/python/object/make_holder.hpp:42,
  5433. from /opt/local/include/boost/python/detail/make_keyword_range_fn.hpp:11,
  5434. from /opt/local/include/boost/python/init.hpp:16,
  5435. from /opt/local/include/boost/python/class.hpp:20,
  5436. from /opt/local/include/boost/python.hpp:18,
  5437. from conftest.cpp:95:
  5438. /opt/local/include/boost/python/object/make_holder.hpp:86: error: 'PyObject' has not been declared
  5439. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:107,
  5440. from /opt/local/include/boost/python/object/make_holder.hpp:42,
  5441. from /opt/local/include/boost/python/detail/make_keyword_range_fn.hpp:11,
  5442. from /opt/local/include/boost/python/init.hpp:16,
  5443. from /opt/local/include/boost/python/class.hpp:20,
  5444. from /opt/local/include/boost/python.hpp:18,
  5445. from conftest.cpp:95:
  5446. /opt/local/include/boost/python/object/make_holder.hpp:86: error: 'PyObject' has not been declared
  5447. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:112,
  5448. from /opt/local/include/boost/python/object/make_holder.hpp:42,
  5449. from /opt/local/include/boost/python/detail/make_keyword_range_fn.hpp:11,
  5450. from /opt/local/include/boost/python/init.hpp:16,
  5451. from /opt/local/include/boost/python/class.hpp:20,
  5452. from /opt/local/include/boost/python.hpp:18,
  5453. from conftest.cpp:95:
  5454. /opt/local/include/boost/python/object/make_holder.hpp:86: error: 'PyObject' has not been declared
  5455. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:117,
  5456. from /opt/local/include/boost/python/object/make_holder.hpp:42,
  5457. from /opt/local/include/boost/python/detail/make_keyword_range_fn.hpp:11,
  5458. from /opt/local/include/boost/python/init.hpp:16,
  5459. from /opt/local/include/boost/python/class.hpp:20,
  5460. from /opt/local/include/boost/python.hpp:18,
  5461. from conftest.cpp:95:
  5462. /opt/local/include/boost/python/object/make_holder.hpp:86: error: 'PyObject' has not been declared
  5463. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:122,
  5464. from /opt/local/include/boost/python/object/make_holder.hpp:42,
  5465. from /opt/local/include/boost/python/detail/make_keyword_range_fn.hpp:11,
  5466. from /opt/local/include/boost/python/init.hpp:16,
  5467. from /opt/local/include/boost/python/class.hpp:20,
  5468. from /opt/local/include/boost/python.hpp:18,
  5469. from conftest.cpp:95:
  5470. /opt/local/include/boost/python/object/make_holder.hpp:86: error: 'PyObject' has not been declared
  5471. In file included from /opt/local/include/boost/python/object/class_metadata.hpp:6,
  5472. from /opt/local/include/boost/python/class.hpp:23,
  5473. from /opt/local/include/boost/python.hpp:18,
  5474. from conftest.cpp:95:
  5475. /opt/local/include/boost/python/converter/shared_ptr_from_python.hpp:33: error: expected ';' before '(' token
  5476. /opt/local/include/boost/python/converter/shared_ptr_from_python.hpp:41: error: expected `;' before 'static'
  5477. /opt/local/include/boost/python/converter/shared_ptr_from_python.hpp:41: error: 'PyObject' has not been declared
  5478. /opt/local/include/boost/python/converter/shared_ptr_from_python.hpp: In constructor 'boost::python::converter::shared_ptr_from_python<T>::shared_ptr_from_python()':
  5479. /opt/local/include/boost/python/converter/shared_ptr_from_python.hpp:25: error: 'convertible' was not declared in this scope
  5480. /opt/local/include/boost/python/converter/shared_ptr_from_python.hpp: In static member function 'static void boost::python::converter::shared_ptr_from_python<T>::construct(int*, boost::python::converter::rvalue_from_python_stage1_data*)':
  5481. /opt/local/include/boost/python/converter/shared_ptr_from_python.hpp:50: error: template argument 1 is invalid
  5482. In file included from /opt/local/include/boost/python/to_python_converter.hpp:11,
  5483. from /opt/local/include/boost/python/object/class_wrapper.hpp:8,
  5484. from /opt/local/include/boost/python/object/class_metadata.hpp:9,
  5485. from /opt/local/include/boost/python/class.hpp:23,
  5486. from /opt/local/include/boost/python.hpp:18,
  5487. from conftest.cpp:95:
  5488. /opt/local/include/boost/python/converter/as_to_python_function.hpp: At global scope:
  5489. /opt/local/include/boost/python/converter/as_to_python_function.hpp:25: error: expected ';' before '*' token
  5490. /opt/local/include/boost/python/converter/as_to_python_function.hpp:43: error: expected `;' before 'static'
  5491. /opt/local/include/boost/python/converter/as_to_python_function.hpp:43: error: expected ';' before 'const'
  5492. /opt/local/include/boost/python/converter/as_to_python_function.hpp:45: error: expected `;' before '}' token
  5493. In file included from /opt/local/include/boost/python/object/class_wrapper.hpp:8,
  5494. from /opt/local/include/boost/python/object/class_metadata.hpp:9,
  5495. from /opt/local/include/boost/python/class.hpp:23,
  5496. from /opt/local/include/boost/python.hpp:18,
  5497. from conftest.cpp:95:
  5498. /opt/local/include/boost/python/to_python_converter.hpp:58: error: expected ';' before 'const'
  5499. /opt/local/include/boost/python/to_python_converter.hpp:63: error: expected `;' before 'static'
  5500. /opt/local/include/boost/python/to_python_converter.hpp:63: error: expected ';' before 'const'
  5501. /opt/local/include/boost/python/to_python_converter.hpp:67: error: expected `;' before 'static'
  5502. /opt/local/include/boost/python/to_python_converter.hpp:67: error: expected ';' before 'const'
  5503. /opt/local/include/boost/python/to_python_converter.hpp:73: error: expected `;' before 'to_python_converter'
  5504. /opt/local/include/boost/python/to_python_converter.hpp: In constructor 'boost::python::to_python_converter<T, Conversion, has_get_pytype>::to_python_converter()':
  5505. /opt/local/include/boost/python/to_python_converter.hpp:91: error: 'get_pytype_impl' was not declared in this scope
  5506. In file included from /opt/local/include/boost/python/object/class_metadata.hpp:9,
  5507. from /opt/local/include/boost/python/class.hpp:23,
  5508. from /opt/local/include/boost/python.hpp:18,
  5509. from conftest.cpp:95:
  5510. /opt/local/include/boost/python/object/class_wrapper.hpp: At global scope:
  5511. /opt/local/include/boost/python/object/class_wrapper.hpp:27: error: expected ';' before '*' token
  5512. /opt/local/include/boost/python/object/class_wrapper.hpp:32: error: expected `;' before 'static'
  5513. /opt/local/include/boost/python/object/class_wrapper.hpp:32: error: expected ';' before 'const'
  5514. /opt/local/include/boost/python/object/class_wrapper.hpp:34: error: expected `;' before '}' token
  5515. /opt/local/include/boost/python/object/class_wrapper.hpp:40: error: expected ';' before '*' token
  5516. /opt/local/include/boost/python/object/class_wrapper.hpp:45: error: expected `;' before 'static'
  5517. /opt/local/include/boost/python/object/class_wrapper.hpp:45: error: expected ';' before 'const'
  5518. /opt/local/include/boost/python/object/class_wrapper.hpp:47: error: expected `;' before '}' token
  5519. In file included from /opt/local/include/boost/python/override.hpp:13,
  5520. from /opt/local/include/boost/python/wrapper.hpp:8,
  5521. from /opt/local/include/boost/python/object/value_holder.hpp:15,
  5522. from /opt/local/include/boost/python/object/class_metadata.hpp:11,
  5523. from /opt/local/include/boost/python/class.hpp:23,
  5524. from /opt/local/include/boost/python.hpp:18,
  5525. from conftest.cpp:95:
  5526. /opt/local/include/boost/python/extract.hpp:45: error: expected `)' before '*' token
  5527. /opt/local/include/boost/python/extract.hpp:51: error: expected ';' before '*' token
  5528. /opt/local/include/boost/python/extract.hpp:59: error: expected `)' before '*' token
  5529. /opt/local/include/boost/python/extract.hpp:65: error: expected ';' before '*' token
  5530. /opt/local/include/boost/python/extract.hpp:78: error: expected `)' before '*' token
  5531. /opt/local/include/boost/python/extract.hpp:83: error: expected ';' before '*' token
  5532. /opt/local/include/boost/python/extract.hpp:91: error: expected `)' before '*' token
  5533. /opt/local/include/boost/python/extract.hpp:96: error: expected ';' before '*' token
  5534. /opt/local/include/boost/python/extract.hpp:141: error: expected `)' before '*' token
  5535. /opt/local/include/boost/python/extract.hpp:149: error: 'boost::python::extract<T>::extract' declared as an 'inline' variable
  5536. /opt/local/include/boost/python/extract.hpp:149: error: 'int boost::python::extract<T>::extract' is not a static member of 'struct boost::python::extract<T>'
  5537. /opt/local/include/boost/python/extract.hpp:149: error: template definition of non-template 'int boost::python::extract<T>::extract'
  5538. /opt/local/include/boost/python/extract.hpp:149: error: 'PyObject' was not declared in this scope
  5539. /opt/local/include/boost/python/extract.hpp:149: error: 'o' was not declared in this scope
  5540. /opt/local/include/boost/python/extract.hpp:150: error: expected `;' before ':' token
  5541. /opt/local/include/boost/python/extract.hpp: In constructor 'boost::python::extract<T>::extract(const boost::python::api::object&)':
  5542. /opt/local/include/boost/python/extract.hpp:156: error: 'const class boost::python::api::object' has no member named 'ptr'
  5543. /opt/local/include/boost/python/extract.hpp: At global scope:
  5544. /opt/local/include/boost/python/extract.hpp:163: error: 'boost::python::converter::extract_rvalue<T>::extract_rvalue' declared as an 'inline' variable
  5545. /opt/local/include/boost/python/extract.hpp:163: error: 'int boost::python::converter::extract_rvalue<T>::extract_rvalue' is not a static member of 'struct boost::python::converter::extract_rvalue<T>'
  5546. /opt/local/include/boost/python/extract.hpp:163: error: template definition of non-template 'int boost::python::converter::extract_rvalue<T>::extract_rvalue'
  5547. /opt/local/include/boost/python/extract.hpp:163: error: 'PyObject' was not declared in this scope
  5548. /opt/local/include/boost/python/extract.hpp:163: error: 'x' was not declared in this scope
  5549. /opt/local/include/boost/python/extract.hpp:164: error: expected `;' before ':' token
  5550. /opt/local/include/boost/python/extract.hpp: In member function 'typename boost::python::converter::extract_rvalue<T>::result_type boost::python::converter::extract_rvalue<T>::operator()() const':
  5551. /opt/local/include/boost/python/extract.hpp:186: error: 'm_source' was not declared in this scope
  5552. /opt/local/include/boost/python/extract.hpp: At global scope:
  5553. /opt/local/include/boost/python/extract.hpp:191: error: 'boost::python::converter::extract_reference<Ref>::extract_reference' declared as an 'inline' variable
  5554. /opt/local/include/boost/python/extract.hpp:191: error: 'int boost::python::converter::extract_reference<Ref>::extract_reference' is not a static member of 'struct boost::python::converter::extract_reference<Ref>'
  5555. /opt/local/include/boost/python/extract.hpp:191: error: template definition of non-template 'int boost::python::converter::extract_reference<Ref>::extract_reference'
  5556. /opt/local/include/boost/python/extract.hpp:191: error: 'PyObject' was not declared in this scope
  5557. /opt/local/include/boost/python/extract.hpp:191: error: 'obj' was not declared in this scope
  5558. /opt/local/include/boost/python/extract.hpp:192: error: expected `;' before ':' token
  5559. /opt/local/include/boost/python/extract.hpp: In member function 'Ref boost::python::converter::extract_reference<Ref>::operator()() const':
  5560. /opt/local/include/boost/python/extract.hpp:209: error: 'throw_no_reference_from_python' was not declared in this scope
  5561. /opt/local/include/boost/python/extract.hpp:209: error: 'm_source' was not declared in this scope
  5562. /opt/local/include/boost/python/extract.hpp: At global scope:
  5563. /opt/local/include/boost/python/extract.hpp:215: error: 'boost::python::converter::extract_pointer<Ptr>::extract_pointer' declared as an 'inline' variable
  5564. /opt/local/include/boost/python/extract.hpp:215: error: 'int boost::python::converter::extract_pointer<Ptr>::extract_pointer' is not a static member of 'struct boost::python::converter::extract_pointer<Ptr>'
  5565. /opt/local/include/boost/python/extract.hpp:215: error: template definition of non-template 'int boost::python::converter::extract_pointer<Ptr>::extract_pointer'
  5566. /opt/local/include/boost/python/extract.hpp:215: error: 'PyObject' was not declared in this scope
  5567. /opt/local/include/boost/python/extract.hpp:215: error: 'obj' was not declared in this scope
  5568. /opt/local/include/boost/python/extract.hpp:216: error: expected `;' before ':' token
  5569. /opt/local/include/boost/python/extract.hpp: In member function 'bool boost::python::converter::extract_pointer<Ptr>::check() const':
  5570. /opt/local/include/boost/python/extract.hpp:226: error: 'm_source' was not declared in this scope
  5571. /opt/local/include/boost/python/extract.hpp:226: error: 'Py_None' was not declared in this scope
  5572. /opt/local/include/boost/python/extract.hpp: In member function 'Ptr boost::python::converter::extract_pointer<Ptr>::operator()() const':
  5573. /opt/local/include/boost/python/extract.hpp:232: error: 'm_source' was not declared in this scope
  5574. /opt/local/include/boost/python/extract.hpp:232: error: 'Py_None' was not declared in this scope
  5575. /opt/local/include/boost/python/extract.hpp:233: error: 'throw_no_pointer_from_python' was not declared in this scope
  5576. /opt/local/include/boost/python/extract.hpp: At global scope:
  5577. /opt/local/include/boost/python/extract.hpp:239: error: 'boost::python::converter::extract_object_manager<T>::extract_object_manager' declared as an 'inline' variable
  5578. /opt/local/include/boost/python/extract.hpp:239: error: 'int boost::python::converter::extract_object_manager<T>::extract_object_manager' is not a static member of 'struct boost::python::converter::extract_object_manager<T>'
  5579. /opt/local/include/boost/python/extract.hpp:239: error: template definition of non-template 'int boost::python::converter::extract_object_manager<T>::extract_object_manager'
  5580. /opt/local/include/boost/python/extract.hpp:239: error: 'PyObject' was not declared in this scope
  5581. /opt/local/include/boost/python/extract.hpp:239: error: 'obj' was not declared in this scope
  5582. /opt/local/include/boost/python/extract.hpp:240: error: expected `;' before ':' token
  5583. /opt/local/include/boost/python/extract.hpp: In member function 'bool boost::python::converter::extract_object_manager<T>::check() const':
  5584. /opt/local/include/boost/python/extract.hpp:247: error: 'm_source' was not declared in this scope
  5585. /opt/local/include/boost/python/extract.hpp: In member function 'T boost::python::converter::extract_object_manager<T>::operator()() const':
  5586. /opt/local/include/boost/python/extract.hpp:254: error: 'm_source' was not declared in this scope
  5587. In file included from /opt/local/include/boost/python/wrapper.hpp:8,
  5588. from /opt/local/include/boost/python/object/value_holder.hpp:15,
  5589. from /opt/local/include/boost/python/object/class_metadata.hpp:11,
  5590. from /opt/local/include/boost/python/class.hpp:23,
  5591. from /opt/local/include/boost/python.hpp:18,
  5592. from conftest.cpp:95:
  5593. /opt/local/include/boost/python/override.hpp: At global scope:
  5594. /opt/local/include/boost/python/override.hpp:37: error: expected `)' before '*' token
  5595. /opt/local/include/boost/python/override.hpp:83: error: template argument 1 is invalid
  5596. /opt/local/include/boost/python/override.hpp: In member function 'boost::python::detail::method_result::operator T()':
  5597. /opt/local/include/boost/python/override.hpp:46: error: request for member 'release' in '((boost::python::detail::method_result*)this)->boost::python::detail::method_result::m_obj', which is of non-class type 'int'
  5598. /opt/local/include/boost/python/override.hpp: In member function 'boost::python::detail::method_result::operator T&() const':
  5599. /opt/local/include/boost/python/override.hpp:66: error: template argument 1 is invalid
  5600. /opt/local/include/boost/python/override.hpp:66: error: expected `>' before '&' token
  5601. /opt/local/include/boost/python/override.hpp:66: error: expected `(' before '&' token
  5602. /opt/local/include/boost/python/override.hpp:66: error: expected primary-expression before '>' token
  5603. /opt/local/include/boost/python/override.hpp:66: error: request for member 'release' in '((const boost::python::detail::method_result*)this)->boost::python::detail::method_result::m_obj', which is of non-class type 'int'
  5604. /opt/local/include/boost/python/override.hpp: In member function 'T boost::python::detail::method_result::as(boost::type<Target>*)':
  5605. /opt/local/include/boost/python/override.hpp:74: error: request for member 'release' in '((boost::python::detail::method_result*)this)->boost::python::detail::method_result::m_obj', which is of non-class type 'int'
  5606. /opt/local/include/boost/python/override.hpp: At global scope:
  5607. /opt/local/include/boost/python/override.hpp:91: error: template argument 1 is invalid
  5608. /opt/local/include/boost/python/override.hpp: In member function 'boost::python::detail::method_result boost::python::override::operator()() const':
  5609. /opt/local/include/boost/python/override.hpp:101: error: 'const class boost::python::override' has no member named 'ptr'
  5610. /opt/local/include/boost/python/override.hpp:103: error: 'PyEval_CallFunction' was not declared in this scope
  5611. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:52,
  5612. from /opt/local/include/boost/python/override.hpp:111,
  5613. from /opt/local/include/boost/python/wrapper.hpp:8,
  5614. from /opt/local/include/boost/python/object/value_holder.hpp:15,
  5615. from /opt/local/include/boost/python/object/class_metadata.hpp:11,
  5616. from /opt/local/include/boost/python/class.hpp:23,
  5617. from /opt/local/include/boost/python.hpp:18,
  5618. from conftest.cpp:95:
  5619. /opt/local/include/boost/python/override.hpp: In member function 'boost::python::detail::method_result boost::python::override::operator()(const A0&) const':
  5620. /opt/local/include/boost/python/override.hpp:135: error: 'const class boost::python::override' has no member named 'ptr'
  5621. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:57,
  5622. from /opt/local/include/boost/python/override.hpp:111,
  5623. from /opt/local/include/boost/python/wrapper.hpp:8,
  5624. from /opt/local/include/boost/python/object/value_holder.hpp:15,
  5625. from /opt/local/include/boost/python/object/class_metadata.hpp:11,
  5626. from /opt/local/include/boost/python/class.hpp:23,
  5627. from /opt/local/include/boost/python.hpp:18,
  5628. from conftest.cpp:95:
  5629. /opt/local/include/boost/python/override.hpp: In member function 'boost::python::detail::method_result boost::python::override::operator()(const A0&, const A1&) const':
  5630. /opt/local/include/boost/python/override.hpp:135: error: 'const class boost::python::override' has no member named 'ptr'
  5631. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:62,
  5632. from /opt/local/include/boost/python/override.hpp:111,
  5633. from /opt/local/include/boost/python/wrapper.hpp:8,
  5634. from /opt/local/include/boost/python/object/value_holder.hpp:15,
  5635. from /opt/local/include/boost/python/object/class_metadata.hpp:11,
  5636. from /opt/local/include/boost/python/class.hpp:23,
  5637. from /opt/local/include/boost/python.hpp:18,
  5638. from conftest.cpp:95:
  5639. /opt/local/include/boost/python/override.hpp: In member function 'boost::python::detail::method_result boost::python::override::operator()(const A0&, const A1&, const A2&) const':
  5640. /opt/local/include/boost/python/override.hpp:135: error: 'const class boost::python::override' has no member named 'ptr'
  5641. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:67,
  5642. from /opt/local/include/boost/python/override.hpp:111,
  5643. from /opt/local/include/boost/python/wrapper.hpp:8,
  5644. from /opt/local/include/boost/python/object/value_holder.hpp:15,
  5645. from /opt/local/include/boost/python/object/class_metadata.hpp:11,
  5646. from /opt/local/include/boost/python/class.hpp:23,
  5647. from /opt/local/include/boost/python.hpp:18,
  5648. from conftest.cpp:95:
  5649. /opt/local/include/boost/python/override.hpp: In member function 'boost::python::detail::method_result boost::python::override::operator()(const A0&, const A1&, const A2&, const A3&) const':
  5650. /opt/local/include/boost/python/override.hpp:135: error: 'const class boost::python::override' has no member named 'ptr'
  5651. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:72,
  5652. from /opt/local/include/boost/python/override.hpp:111,
  5653. from /opt/local/include/boost/python/wrapper.hpp:8,
  5654. from /opt/local/include/boost/python/object/value_holder.hpp:15,
  5655. from /opt/local/include/boost/python/object/class_metadata.hpp:11,
  5656. from /opt/local/include/boost/python/class.hpp:23,
  5657. from /opt/local/include/boost/python.hpp:18,
  5658. from conftest.cpp:95:
  5659. /opt/local/include/boost/python/override.hpp: In member function 'boost::python::detail::method_result boost::python::override::operator()(const A0&, const A1&, const A2&, const A3&, const A4&) const':
  5660. /opt/local/include/boost/python/override.hpp:135: error: 'const class boost::python::override' has no member named 'ptr'
  5661. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:77,
  5662. from /opt/local/include/boost/python/override.hpp:111,
  5663. from /opt/local/include/boost/python/wrapper.hpp:8,
  5664. from /opt/local/include/boost/python/object/value_holder.hpp:15,
  5665. from /opt/local/include/boost/python/object/class_metadata.hpp:11,
  5666. from /opt/local/include/boost/python/class.hpp:23,
  5667. from /opt/local/include/boost/python.hpp:18,
  5668. from conftest.cpp:95:
  5669. /opt/local/include/boost/python/override.hpp: In member function 'boost::python::detail::method_result boost::python::override::operator()(const A0&, const A1&, const A2&, const A3&, const A4&, const A5&) const':
  5670. /opt/local/include/boost/python/override.hpp:135: error: 'const class boost::python::override' has no member named 'ptr'
  5671. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:82,
  5672. from /opt/local/include/boost/python/override.hpp:111,
  5673. from /opt/local/include/boost/python/wrapper.hpp:8,
  5674. from /opt/local/include/boost/python/object/value_holder.hpp:15,
  5675. from /opt/local/include/boost/python/object/class_metadata.hpp:11,
  5676. from /opt/local/include/boost/python/class.hpp:23,
  5677. from /opt/local/include/boost/python.hpp:18,
  5678. from conftest.cpp:95:
  5679. /opt/local/include/boost/python/override.hpp: In member function 'boost::python::detail::method_result boost::python::override::operator()(const A0&, const A1&, const A2&, const A3&, const A4&, const A5&, const A6&) const':
  5680. /opt/local/include/boost/python/override.hpp:135: error: 'const class boost::python::override' has no member named 'ptr'
  5681. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:87,
  5682. from /opt/local/include/boost/python/override.hpp:111,
  5683. from /opt/local/include/boost/python/wrapper.hpp:8,
  5684. from /opt/local/include/boost/python/object/value_holder.hpp:15,
  5685. from /opt/local/include/boost/python/object/class_metadata.hpp:11,
  5686. from /opt/local/include/boost/python/class.hpp:23,
  5687. from /opt/local/include/boost/python.hpp:18,
  5688. from conftest.cpp:95:
  5689. /opt/local/include/boost/python/override.hpp: In member function 'boost::python::detail::method_result boost::python::override::operator()(const A0&, const A1&, const A2&, const A3&, const A4&, const A5&, const A6&, const A7&) const':
  5690. /opt/local/include/boost/python/override.hpp:135: error: 'const class boost::python::override' has no member named 'ptr'
  5691. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:92,
  5692. from /opt/local/include/boost/python/override.hpp:111,
  5693. from /opt/local/include/boost/python/wrapper.hpp:8,
  5694. from /opt/local/include/boost/python/object/value_holder.hpp:15,
  5695. from /opt/local/include/boost/python/object/class_metadata.hpp:11,
  5696. from /opt/local/include/boost/python/class.hpp:23,
  5697. from /opt/local/include/boost/python.hpp:18,
  5698. from conftest.cpp:95:
  5699. /opt/local/include/boost/python/override.hpp: In member function 'boost::python::detail::method_result boost::python::override::operator()(const A0&, const A1&, const A2&, const A3&, const A4&, const A5&, const A6&, const A7&, const A8&) const':
  5700. /opt/local/include/boost/python/override.hpp:135: error: 'const class boost::python::override' has no member named 'ptr'
  5701. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:97,
  5702. from /opt/local/include/boost/python/override.hpp:111,
  5703. from /opt/local/include/boost/python/wrapper.hpp:8,
  5704. from /opt/local/include/boost/python/object/value_holder.hpp:15,
  5705. from /opt/local/include/boost/python/object/class_metadata.hpp:11,
  5706. from /opt/local/include/boost/python/class.hpp:23,
  5707. from /opt/local/include/boost/python.hpp:18,
  5708. from conftest.cpp:95:
  5709. /opt/local/include/boost/python/override.hpp: In member function 'boost::python::detail::method_result boost::python::override::operator()(const A0&, const A1&, const A2&, const A3&, const A4&, const A5&, const A6&, const A7&, const A8&, const A9&) const':
  5710. /opt/local/include/boost/python/override.hpp:135: error: 'const class boost::python::override' has no member named 'ptr'
  5711. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:102,
  5712. from /opt/local/include/boost/python/override.hpp:111,
  5713. from /opt/local/include/boost/python/wrapper.hpp:8,
  5714. from /opt/local/include/boost/python/object/value_holder.hpp:15,
  5715. from /opt/local/include/boost/python/object/class_metadata.hpp:11,
  5716. from /opt/local/include/boost/python/class.hpp:23,
  5717. from /opt/local/include/boost/python.hpp:18,
  5718. from conftest.cpp:95:
  5719. /opt/local/include/boost/python/override.hpp: In member function 'boost::python::detail::method_result boost::python::override::operator()(const A0&, const A1&, const A2&, const A3&, const A4&, const A5&, const A6&, const A7&, const A8&, const A9&, const A10&) const':
  5720. /opt/local/include/boost/python/override.hpp:135: error: 'const class boost::python::override' has no member named 'ptr'
  5721. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:107,
  5722. from /opt/local/include/boost/python/override.hpp:111,
  5723. from /opt/local/include/boost/python/wrapper.hpp:8,
  5724. from /opt/local/include/boost/python/object/value_holder.hpp:15,
  5725. from /opt/local/include/boost/python/object/class_metadata.hpp:11,
  5726. from /opt/local/include/boost/python/class.hpp:23,
  5727. from /opt/local/include/boost/python.hpp:18,
  5728. from conftest.cpp:95:
  5729. /opt/local/include/boost/python/override.hpp: In member function 'boost::python::detail::method_result boost::python::override::operator()(const A0&, const A1&, const A2&, const A3&, const A4&, const A5&, const A6&, const A7&, const A8&, const A9&, const A10&, const A11&) const':
  5730. /opt/local/include/boost/python/override.hpp:135: error: 'const class boost::python::override' has no member named 'ptr'
  5731. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:112,
  5732. from /opt/local/include/boost/python/override.hpp:111,
  5733. from /opt/local/include/boost/python/wrapper.hpp:8,
  5734. from /opt/local/include/boost/python/object/value_holder.hpp:15,
  5735. from /opt/local/include/boost/python/object/class_metadata.hpp:11,
  5736. from /opt/local/include/boost/python/class.hpp:23,
  5737. from /opt/local/include/boost/python.hpp:18,
  5738. from conftest.cpp:95:
  5739. /opt/local/include/boost/python/override.hpp: In member function 'boost::python::detail::method_result boost::python::override::operator()(const A0&, const A1&, const A2&, const A3&, const A4&, const A5&, const A6&, const A7&, const A8&, const A9&, const A10&, const A11&, const A12&) const':
  5740. /opt/local/include/boost/python/override.hpp:135: error: 'const class boost::python::override' has no member named 'ptr'
  5741. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:117,
  5742. from /opt/local/include/boost/python/override.hpp:111,
  5743. from /opt/local/include/boost/python/wrapper.hpp:8,
  5744. from /opt/local/include/boost/python/object/value_holder.hpp:15,
  5745. from /opt/local/include/boost/python/object/class_metadata.hpp:11,
  5746. from /opt/local/include/boost/python/class.hpp:23,
  5747. from /opt/local/include/boost/python.hpp:18,
  5748. from conftest.cpp:95:
  5749. /opt/local/include/boost/python/override.hpp: In member function 'boost::python::detail::method_result boost::python::override::operator()(const A0&, const A1&, const A2&, const A3&, const A4&, const A5&, const A6&, const A7&, const A8&, const A9&, const A10&, const A11&, const A12&, const A13&) const':
  5750. /opt/local/include/boost/python/override.hpp:135: error: 'const class boost::python::override' has no member named 'ptr'
  5751. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:122,
  5752. from /opt/local/include/boost/python/override.hpp:111,
  5753. from /opt/local/include/boost/python/wrapper.hpp:8,
  5754. from /opt/local/include/boost/python/object/value_holder.hpp:15,
  5755. from /opt/local/include/boost/python/object/class_metadata.hpp:11,
  5756. from /opt/local/include/boost/python/class.hpp:23,
  5757. from /opt/local/include/boost/python.hpp:18,
  5758. from conftest.cpp:95:
  5759. /opt/local/include/boost/python/override.hpp: In member function 'boost::python::detail::method_result boost::python::override::operator()(const A0&, const A1&, const A2&, const A3&, const A4&, const A5&, const A6&, const A7&, const A8&, const A9&, const A10&, const A11&, const A12&, const A13&, const A14&) const':
  5760. /opt/local/include/boost/python/override.hpp:135: error: 'const class boost::python::override' has no member named 'ptr'
  5761. In file included from /opt/local/include/boost/python/object/value_holder.hpp:15,
  5762. from /opt/local/include/boost/python/object/class_metadata.hpp:11,
  5763. from /opt/local/include/boost/python/class.hpp:23,
  5764. from /opt/local/include/boost/python.hpp:18,
  5765. from conftest.cpp:95:
  5766. /opt/local/include/boost/python/wrapper.hpp: In member function 'boost::python::override boost::python::wrapper<T>::get_override(const char*) const':
  5767. /opt/local/include/boost/python/wrapper.hpp:27: error: 'PyTypeObject' was not declared in this scope
  5768. /opt/local/include/boost/python/wrapper.hpp:27: error: missing template arguments before '=' token
  5769. /opt/local/include/boost/python/wrapper.hpp:27: error: 'const struct boost::python::converter::registration' has no member named 'get_class_object'
  5770. /opt/local/include/boost/python/wrapper.hpp:29: error: missing template arguments before ')' token
  5771. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:47,
  5772. from /opt/local/include/boost/python/object/value_holder.hpp:50,
  5773. from /opt/local/include/boost/python/object/class_metadata.hpp:11,
  5774. from /opt/local/include/boost/python/class.hpp:23,
  5775. from /opt/local/include/boost/python.hpp:18,
  5776. from conftest.cpp:95:
  5777. /opt/local/include/boost/python/object/value_holder.hpp: At global scope:
  5778. /opt/local/include/boost/python/object/value_holder.hpp:134: error: expected `)' before '*' token
  5779. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:52,
  5780. from /opt/local/include/boost/python/object/value_holder.hpp:50,
  5781. from /opt/local/include/boost/python/object/class_metadata.hpp:11,
  5782. from /opt/local/include/boost/python/class.hpp:23,
  5783. from /opt/local/include/boost/python.hpp:18,
  5784. from conftest.cpp:95:
  5785. /opt/local/include/boost/python/object/value_holder.hpp:134: error: expected `)' before '*' token
  5786. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:57,
  5787. from /opt/local/include/boost/python/object/value_holder.hpp:50,
  5788. from /opt/local/include/boost/python/object/class_metadata.hpp:11,
  5789. from /opt/local/include/boost/python/class.hpp:23,
  5790. from /opt/local/include/boost/python.hpp:18,
  5791. from conftest.cpp:95:
  5792. /opt/local/include/boost/python/object/value_holder.hpp:134: error: expected `)' before '*' token
  5793. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:62,
  5794. from /opt/local/include/boost/python/object/value_holder.hpp:50,
  5795. from /opt/local/include/boost/python/object/class_metadata.hpp:11,
  5796. from /opt/local/include/boost/python/class.hpp:23,
  5797. from /opt/local/include/boost/python.hpp:18,
  5798. from conftest.cpp:95:
  5799. /opt/local/include/boost/python/object/value_holder.hpp:134: error: expected `)' before '*' token
  5800. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:67,
  5801. from /opt/local/include/boost/python/object/value_holder.hpp:50,
  5802. from /opt/local/include/boost/python/object/class_metadata.hpp:11,
  5803. from /opt/local/include/boost/python/class.hpp:23,
  5804. from /opt/local/include/boost/python.hpp:18,
  5805. from conftest.cpp:95:
  5806. /opt/local/include/boost/python/object/value_holder.hpp:134: error: expected `)' before '*' token
  5807. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:72,
  5808. from /opt/local/include/boost/python/object/value_holder.hpp:50,
  5809. from /opt/local/include/boost/python/object/class_metadata.hpp:11,
  5810. from /opt/local/include/boost/python/class.hpp:23,
  5811. from /opt/local/include/boost/python.hpp:18,
  5812. from conftest.cpp:95:
  5813. /opt/local/include/boost/python/object/value_holder.hpp:134: error: expected `)' before '*' token
  5814. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:77,
  5815. from /opt/local/include/boost/python/object/value_holder.hpp:50,
  5816. from /opt/local/include/boost/python/object/class_metadata.hpp:11,
  5817. from /opt/local/include/boost/python/class.hpp:23,
  5818. from /opt/local/include/boost/python.hpp:18,
  5819. from conftest.cpp:95:
  5820. /opt/local/include/boost/python/object/value_holder.hpp:134: error: expected `)' before '*' token
  5821. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:82,
  5822. from /opt/local/include/boost/python/object/value_holder.hpp:50,
  5823. from /opt/local/include/boost/python/object/class_metadata.hpp:11,
  5824. from /opt/local/include/boost/python/class.hpp:23,
  5825. from /opt/local/include/boost/python.hpp:18,
  5826. from conftest.cpp:95:
  5827. /opt/local/include/boost/python/object/value_holder.hpp:134: error: expected `)' before '*' token
  5828. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:87,
  5829. from /opt/local/include/boost/python/object/value_holder.hpp:50,
  5830. from /opt/local/include/boost/python/object/class_metadata.hpp:11,
  5831. from /opt/local/include/boost/python/class.hpp:23,
  5832. from /opt/local/include/boost/python.hpp:18,
  5833. from conftest.cpp:95:
  5834. /opt/local/include/boost/python/object/value_holder.hpp:134: error: expected `)' before '*' token
  5835. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:92,
  5836. from /opt/local/include/boost/python/object/value_holder.hpp:50,
  5837. from /opt/local/include/boost/python/object/class_metadata.hpp:11,
  5838. from /opt/local/include/boost/python/class.hpp:23,
  5839. from /opt/local/include/boost/python.hpp:18,
  5840. from conftest.cpp:95:
  5841. /opt/local/include/boost/python/object/value_holder.hpp:134: error: expected `)' before '*' token
  5842. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:97,
  5843. from /opt/local/include/boost/python/object/value_holder.hpp:50,
  5844. from /opt/local/include/boost/python/object/class_metadata.hpp:11,
  5845. from /opt/local/include/boost/python/class.hpp:23,
  5846. from /opt/local/include/boost/python.hpp:18,
  5847. from conftest.cpp:95:
  5848. /opt/local/include/boost/python/object/value_holder.hpp:134: error: expected `)' before '*' token
  5849. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:102,
  5850. from /opt/local/include/boost/python/object/value_holder.hpp:50,
  5851. from /opt/local/include/boost/python/object/class_metadata.hpp:11,
  5852. from /opt/local/include/boost/python/class.hpp:23,
  5853. from /opt/local/include/boost/python.hpp:18,
  5854. from conftest.cpp:95:
  5855. /opt/local/include/boost/python/object/value_holder.hpp:134: error: expected `)' before '*' token
  5856. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:107,
  5857. from /opt/local/include/boost/python/object/value_holder.hpp:50,
  5858. from /opt/local/include/boost/python/object/class_metadata.hpp:11,
  5859. from /opt/local/include/boost/python/class.hpp:23,
  5860. from /opt/local/include/boost/python.hpp:18,
  5861. from conftest.cpp:95:
  5862. /opt/local/include/boost/python/object/value_holder.hpp:134: error: expected `)' before '*' token
  5863. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:112,
  5864. from /opt/local/include/boost/python/object/value_holder.hpp:50,
  5865. from /opt/local/include/boost/python/object/class_metadata.hpp:11,
  5866. from /opt/local/include/boost/python/class.hpp:23,
  5867. from /opt/local/include/boost/python.hpp:18,
  5868. from conftest.cpp:95:
  5869. /opt/local/include/boost/python/object/value_holder.hpp:134: error: expected `)' before '*' token
  5870. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:117,
  5871. from /opt/local/include/boost/python/object/value_holder.hpp:50,
  5872. from /opt/local/include/boost/python/object/class_metadata.hpp:11,
  5873. from /opt/local/include/boost/python/class.hpp:23,
  5874. from /opt/local/include/boost/python.hpp:18,
  5875. from conftest.cpp:95:
  5876. /opt/local/include/boost/python/object/value_holder.hpp:134: error: expected `)' before '*' token
  5877. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:122,
  5878. from /opt/local/include/boost/python/object/value_holder.hpp:50,
  5879. from /opt/local/include/boost/python/object/class_metadata.hpp:11,
  5880. from /opt/local/include/boost/python/class.hpp:23,
  5881. from /opt/local/include/boost/python.hpp:18,
  5882. from conftest.cpp:95:
  5883. /opt/local/include/boost/python/object/value_holder.hpp:134: error: expected `)' before '*' token
  5884. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:47,
  5885. from /opt/local/include/boost/python/object/value_holder.hpp:77,
  5886. from /opt/local/include/boost/python/object/class_metadata.hpp:11,
  5887. from /opt/local/include/boost/python/class.hpp:23,
  5888. from /opt/local/include/boost/python.hpp:18,
  5889. from conftest.cpp:95:
  5890. /opt/local/include/boost/python/object/value_holder.hpp:158: error: expected `)' before '*' token
  5891. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:52,
  5892. from /opt/local/include/boost/python/object/value_holder.hpp:77,
  5893. from /opt/local/include/boost/python/object/class_metadata.hpp:11,
  5894. from /opt/local/include/boost/python/class.hpp:23,
  5895. from /opt/local/include/boost/python.hpp:18,
  5896. from conftest.cpp:95:
  5897. /opt/local/include/boost/python/object/value_holder.hpp:158: error: expected `)' before '*' token
  5898. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:57,
  5899. from /opt/local/include/boost/python/object/value_holder.hpp:77,
  5900. from /opt/local/include/boost/python/object/class_metadata.hpp:11,
  5901. from /opt/local/include/boost/python/class.hpp:23,
  5902. from /opt/local/include/boost/python.hpp:18,
  5903. from conftest.cpp:95:
  5904. /opt/local/include/boost/python/object/value_holder.hpp:158: error: expected `)' before '*' token
  5905. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:62,
  5906. from /opt/local/include/boost/python/object/value_holder.hpp:77,
  5907. from /opt/local/include/boost/python/object/class_metadata.hpp:11,
  5908. from /opt/local/include/boost/python/class.hpp:23,
  5909. from /opt/local/include/boost/python.hpp:18,
  5910. from conftest.cpp:95:
  5911. /opt/local/include/boost/python/object/value_holder.hpp:158: error: expected `)' before '*' token
  5912. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:67,
  5913. from /opt/local/include/boost/python/object/value_holder.hpp:77,
  5914. from /opt/local/include/boost/python/object/class_metadata.hpp:11,
  5915. from /opt/local/include/boost/python/class.hpp:23,
  5916. from /opt/local/include/boost/python.hpp:18,
  5917. from conftest.cpp:95:
  5918. /opt/local/include/boost/python/object/value_holder.hpp:158: error: expected `)' before '*' token
  5919. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:72,
  5920. from /opt/local/include/boost/python/object/value_holder.hpp:77,
  5921. from /opt/local/include/boost/python/object/class_metadata.hpp:11,
  5922. from /opt/local/include/boost/python/class.hpp:23,
  5923. from /opt/local/include/boost/python.hpp:18,
  5924. from conftest.cpp:95:
  5925. /opt/local/include/boost/python/object/value_holder.hpp:158: error: expected `)' before '*' token
  5926. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:77,
  5927. from /opt/local/include/boost/python/object/value_holder.hpp:77,
  5928. from /opt/local/include/boost/python/object/class_metadata.hpp:11,
  5929. from /opt/local/include/boost/python/class.hpp:23,
  5930. from /opt/local/include/boost/python.hpp:18,
  5931. from conftest.cpp:95:
  5932. /opt/local/include/boost/python/object/value_holder.hpp:158: error: expected `)' before '*' token
  5933. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:82,
  5934. from /opt/local/include/boost/python/object/value_holder.hpp:77,
  5935. from /opt/local/include/boost/python/object/class_metadata.hpp:11,
  5936. from /opt/local/include/boost/python/class.hpp:23,
  5937. from /opt/local/include/boost/python.hpp:18,
  5938. from conftest.cpp:95:
  5939. /opt/local/include/boost/python/object/value_holder.hpp:158: error: expected `)' before '*' token
  5940. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:87,
  5941. from /opt/local/include/boost/python/object/value_holder.hpp:77,
  5942. from /opt/local/include/boost/python/object/class_metadata.hpp:11,
  5943. from /opt/local/include/boost/python/class.hpp:23,
  5944. from /opt/local/include/boost/python.hpp:18,
  5945. from conftest.cpp:95:
  5946. /opt/local/include/boost/python/object/value_holder.hpp:158: error: expected `)' before '*' token
  5947. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:92,
  5948. from /opt/local/include/boost/python/object/value_holder.hpp:77,
  5949. from /opt/local/include/boost/python/object/class_metadata.hpp:11,
  5950. from /opt/local/include/boost/python/class.hpp:23,
  5951. from /opt/local/include/boost/python.hpp:18,
  5952. from conftest.cpp:95:
  5953. /opt/local/include/boost/python/object/value_holder.hpp:158: error: expected `)' before '*' token
  5954. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:97,
  5955. from /opt/local/include/boost/python/object/value_holder.hpp:77,
  5956. from /opt/local/include/boost/python/object/class_metadata.hpp:11,
  5957. from /opt/local/include/boost/python/class.hpp:23,
  5958. from /opt/local/include/boost/python.hpp:18,
  5959. from conftest.cpp:95:
  5960. /opt/local/include/boost/python/object/value_holder.hpp:158: error: expected `)' before '*' token
  5961. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:102,
  5962. from /opt/local/include/boost/python/object/value_holder.hpp:77,
  5963. from /opt/local/include/boost/python/object/class_metadata.hpp:11,
  5964. from /opt/local/include/boost/python/class.hpp:23,
  5965. from /opt/local/include/boost/python.hpp:18,
  5966. from conftest.cpp:95:
  5967. /opt/local/include/boost/python/object/value_holder.hpp:158: error: expected `)' before '*' token
  5968. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:107,
  5969. from /opt/local/include/boost/python/object/value_holder.hpp:77,
  5970. from /opt/local/include/boost/python/object/class_metadata.hpp:11,
  5971. from /opt/local/include/boost/python/class.hpp:23,
  5972. from /opt/local/include/boost/python.hpp:18,
  5973. from conftest.cpp:95:
  5974. /opt/local/include/boost/python/object/value_holder.hpp:158: error: expected `)' before '*' token
  5975. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:112,
  5976. from /opt/local/include/boost/python/object/value_holder.hpp:77,
  5977. from /opt/local/include/boost/python/object/class_metadata.hpp:11,
  5978. from /opt/local/include/boost/python/class.hpp:23,
  5979. from /opt/local/include/boost/python.hpp:18,
  5980. from conftest.cpp:95:
  5981. /opt/local/include/boost/python/object/value_holder.hpp:158: error: expected `)' before '*' token
  5982. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:117,
  5983. from /opt/local/include/boost/python/object/value_holder.hpp:77,
  5984. from /opt/local/include/boost/python/object/class_metadata.hpp:11,
  5985. from /opt/local/include/boost/python/class.hpp:23,
  5986. from /opt/local/include/boost/python.hpp:18,
  5987. from conftest.cpp:95:
  5988. /opt/local/include/boost/python/object/value_holder.hpp:158: error: expected `)' before '*' token
  5989. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:122,
  5990. from /opt/local/include/boost/python/object/value_holder.hpp:77,
  5991. from /opt/local/include/boost/python/object/class_metadata.hpp:11,
  5992. from /opt/local/include/boost/python/class.hpp:23,
  5993. from /opt/local/include/boost/python.hpp:18,
  5994. from conftest.cpp:95:
  5995. /opt/local/include/boost/python/object/value_holder.hpp:158: error: expected `)' before '*' token
  5996. In file included from /opt/local/include/boost/python/def.hpp:14,
  5997. from /opt/local/include/boost/python.hpp:22,
  5998. from conftest.cpp:95:
  5999. /opt/local/include/boost/python/scope.hpp:19: error: expected initializer before '*' token
  6000. /opt/local/include/boost/python/scope.hpp:32: error: expected ';' before '*' token
  6001. /opt/local/include/boost/python/scope.hpp: In constructor 'boost::python::scope::scope(const boost::python::api::object&)':
  6002. /opt/local/include/boost/python/scope.hpp:40: error: class 'boost::python::scope' does not have any field named 'm_previous_scope'
  6003. /opt/local/include/boost/python/scope.hpp:40: error: 'current_scope' is not a member of 'boost::python::detail'
  6004. /opt/local/include/boost/python/scope.hpp:42: error: 'current_scope' is not a member of 'boost::python::detail'
  6005. /opt/local/include/boost/python/scope.hpp:42: error: 'const class boost::python::api::object' has no member named 'ptr'
  6006. /opt/local/include/boost/python/scope.hpp: In constructor 'boost::python::scope::scope()':
  6007. /opt/local/include/boost/python/scope.hpp:47: error: 'current_scope' is not a member of 'boost::python::detail'
  6008. /opt/local/include/boost/python/scope.hpp:47: error: 'current_scope' is not a member of 'boost::python::detail'
  6009. /opt/local/include/boost/python/scope.hpp:47: error: 'Py_None' was not declared in this scope
  6010. /opt/local/include/boost/python/scope.hpp:49: error: class 'boost::python::scope' does not have any field named 'm_previous_scope'
  6011. /opt/local/include/boost/python/scope.hpp:49: error: 'current_scope' is not a member of 'boost::python::detail'
  6012. /opt/local/include/boost/python/scope.hpp: In destructor 'boost::python::scope::~scope()':
  6013. /opt/local/include/boost/python/scope.hpp:55: error: 'current_scope' is not a member of 'boost::python::detail'
  6014. /opt/local/include/boost/python/scope.hpp:56: error: 'current_scope' is not a member of 'boost::python::detail'
  6015. /opt/local/include/boost/python/scope.hpp:56: error: 'm_previous_scope' was not declared in this scope
  6016. /opt/local/include/boost/python/scope.hpp: In copy constructor 'boost::python::scope::scope(const boost::python::scope&)':
  6017. /opt/local/include/boost/python/scope.hpp:71: error: class 'boost::python::scope' does not have any field named 'm_previous_scope'
  6018. /opt/local/include/boost/python/scope.hpp:71: error: 'current_scope' is not a member of 'boost::python::detail'
  6019. /opt/local/include/boost/python/scope.hpp:73: error: 'current_scope' is not a member of 'boost::python::detail'
  6020. /opt/local/include/boost/python/scope.hpp:73: error: 'const class boost::python::scope' has no member named 'ptr'
  6021. In file included from /opt/local/include/boost/python/list.hpp:11,
  6022. from /opt/local/include/boost/python/dict.hpp:11,
  6023. from /opt/local/include/boost/python.hpp:24,
  6024. from conftest.cpp:95:
  6025. /opt/local/include/boost/python/converter/pytype_object_mgr_traits.hpp: At global scope:
  6026. /opt/local/include/boost/python/converter/pytype_object_mgr_traits.hpp:23: error: 'PyTypeObject' has not been declared
  6027. /opt/local/include/boost/python/converter/pytype_object_mgr_traits.hpp:28: error: 'PyObject' has not been declared
  6028. /opt/local/include/boost/python/converter/pytype_object_mgr_traits.hpp:34: error: 'PyTypeObject' has not been declared
  6029. /opt/local/include/boost/python/converter/pytype_object_mgr_traits.hpp:35: error: 'boost::python::converter::pytype_object_manager_traits<pytype, T>::adopt' declared as an 'inline' variable
  6030. /opt/local/include/boost/python/converter/pytype_object_mgr_traits.hpp:35: error: 'boost::python::detail::new_reference_t* boost::python::converter::pytype_object_manager_traits<pytype, T>::adopt' is not a static member of 'struct boost::python::converter::pytype_object_manager_traits<pytype, T>'
  6031. /opt/local/include/boost/python/converter/pytype_object_mgr_traits.hpp:35: error: template definition of non-template 'boost::python::detail::new_reference_t* boost::python::converter::pytype_object_manager_traits<pytype, T>::adopt'
  6032. /opt/local/include/boost/python/converter/pytype_object_mgr_traits.hpp:35: error: 'PyObject' was not declared in this scope
  6033. /opt/local/include/boost/python/converter/pytype_object_mgr_traits.hpp:35: error: 'x' was not declared in this scope
  6034. /opt/local/include/boost/python/converter/pytype_object_mgr_traits.hpp:36: error: expected `;' before '{' token
  6035. In file included from /opt/local/include/boost/python/dict.hpp:11,
  6036. from /opt/local/include/boost/python.hpp:24,
  6037. from conftest.cpp:95:
  6038. /opt/local/include/boost/python/list.hpp:135: error: wrong number of template arguments (1, should be 2)
  6039. /opt/local/include/boost/python/converter/pytype_object_mgr_traits.hpp:24: error: provided for 'template<int* pytype, class T> struct boost::python::converter::pytype_object_manager_traits'
  6040. In file included from /opt/local/include/boost/python/dict.hpp:12,
  6041. from /opt/local/include/boost/python.hpp:24,
  6042. from conftest.cpp:95:
  6043. /opt/local/include/boost/python/tuple.hpp:56: error: wrong number of template arguments (1, should be 2)
  6044. /opt/local/include/boost/python/converter/pytype_object_mgr_traits.hpp:24: error: provided for 'template<int* pytype, class T> struct boost::python::converter::pytype_object_manager_traits'
  6045. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:52,
  6046. from /opt/local/include/boost/python/tuple.hpp:65,
  6047. from /opt/local/include/boost/python/dict.hpp:12,
  6048. from /opt/local/include/boost/python.hpp:24,
  6049. from conftest.cpp:95:
  6050. /opt/local/include/boost/python/detail/make_tuple.hpp: In function 'boost::python::tuple boost::python::make_tuple(const A0&)':
  6051. /opt/local/include/boost/python/detail/make_tuple.hpp:24: error: '::PyTuple_New' has not been declared
  6052. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6053. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6054. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6055. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:57,
  6056. from /opt/local/include/boost/python/tuple.hpp:65,
  6057. from /opt/local/include/boost/python/dict.hpp:12,
  6058. from /opt/local/include/boost/python.hpp:24,
  6059. from conftest.cpp:95:
  6060. /opt/local/include/boost/python/detail/make_tuple.hpp: In function 'boost::python::tuple boost::python::make_tuple(const A0&, const A1&)':
  6061. /opt/local/include/boost/python/detail/make_tuple.hpp:24: error: '::PyTuple_New' has not been declared
  6062. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6063. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6064. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6065. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6066. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6067. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6068. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:62,
  6069. from /opt/local/include/boost/python/tuple.hpp:65,
  6070. from /opt/local/include/boost/python/dict.hpp:12,
  6071. from /opt/local/include/boost/python.hpp:24,
  6072. from conftest.cpp:95:
  6073. /opt/local/include/boost/python/detail/make_tuple.hpp: In function 'boost::python::tuple boost::python::make_tuple(const A0&, const A1&, const A2&)':
  6074. /opt/local/include/boost/python/detail/make_tuple.hpp:24: error: '::PyTuple_New' has not been declared
  6075. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6076. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6077. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6078. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6079. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6080. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6081. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6082. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6083. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6084. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:67,
  6085. from /opt/local/include/boost/python/tuple.hpp:65,
  6086. from /opt/local/include/boost/python/dict.hpp:12,
  6087. from /opt/local/include/boost/python.hpp:24,
  6088. from conftest.cpp:95:
  6089. /opt/local/include/boost/python/detail/make_tuple.hpp: In function 'boost::python::tuple boost::python::make_tuple(const A0&, const A1&, const A2&, const A3&)':
  6090. /opt/local/include/boost/python/detail/make_tuple.hpp:24: error: '::PyTuple_New' has not been declared
  6091. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6092. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6093. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6094. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6095. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6096. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6097. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6098. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6099. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6100. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6101. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6102. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6103. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:72,
  6104. from /opt/local/include/boost/python/tuple.hpp:65,
  6105. from /opt/local/include/boost/python/dict.hpp:12,
  6106. from /opt/local/include/boost/python.hpp:24,
  6107. from conftest.cpp:95:
  6108. /opt/local/include/boost/python/detail/make_tuple.hpp: In function 'boost::python::tuple boost::python::make_tuple(const A0&, const A1&, const A2&, const A3&, const A4&)':
  6109. /opt/local/include/boost/python/detail/make_tuple.hpp:24: error: '::PyTuple_New' has not been declared
  6110. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6111. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6112. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6113. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6114. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6115. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6116. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6117. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6118. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6119. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6120. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6121. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6122. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6123. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6124. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6125. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:77,
  6126. from /opt/local/include/boost/python/tuple.hpp:65,
  6127. from /opt/local/include/boost/python/dict.hpp:12,
  6128. from /opt/local/include/boost/python.hpp:24,
  6129. from conftest.cpp:95:
  6130. /opt/local/include/boost/python/detail/make_tuple.hpp: In function 'boost::python::tuple boost::python::make_tuple(const A0&, const A1&, const A2&, const A3&, const A4&, const A5&)':
  6131. /opt/local/include/boost/python/detail/make_tuple.hpp:24: error: '::PyTuple_New' has not been declared
  6132. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6133. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6134. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6135. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6136. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6137. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6138. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6139. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6140. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6141. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6142. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6143. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6144. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6145. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6146. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6147. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6148. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6149. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6150. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:82,
  6151. from /opt/local/include/boost/python/tuple.hpp:65,
  6152. from /opt/local/include/boost/python/dict.hpp:12,
  6153. from /opt/local/include/boost/python.hpp:24,
  6154. from conftest.cpp:95:
  6155. /opt/local/include/boost/python/detail/make_tuple.hpp: In function 'boost::python::tuple boost::python::make_tuple(const A0&, const A1&, const A2&, const A3&, const A4&, const A5&, const A6&)':
  6156. /opt/local/include/boost/python/detail/make_tuple.hpp:24: error: '::PyTuple_New' has not been declared
  6157. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6158. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6159. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6160. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6161. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6162. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6163. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6164. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6165. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6166. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6167. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6168. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6169. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6170. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6171. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6172. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6173. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6174. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6175. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6176. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6177. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6178. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:87,
  6179. from /opt/local/include/boost/python/tuple.hpp:65,
  6180. from /opt/local/include/boost/python/dict.hpp:12,
  6181. from /opt/local/include/boost/python.hpp:24,
  6182. from conftest.cpp:95:
  6183. /opt/local/include/boost/python/detail/make_tuple.hpp: In function 'boost::python::tuple boost::python::make_tuple(const A0&, const A1&, const A2&, const A3&, const A4&, const A5&, const A6&, const A7&)':
  6184. /opt/local/include/boost/python/detail/make_tuple.hpp:24: error: '::PyTuple_New' has not been declared
  6185. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6186. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6187. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6188. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6189. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6190. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6191. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6192. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6193. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6194. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6195. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6196. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6197. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6198. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6199. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6200. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6201. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6202. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6203. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6204. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6205. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6206. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6207. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6208. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6209. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:92,
  6210. from /opt/local/include/boost/python/tuple.hpp:65,
  6211. from /opt/local/include/boost/python/dict.hpp:12,
  6212. from /opt/local/include/boost/python.hpp:24,
  6213. from conftest.cpp:95:
  6214. /opt/local/include/boost/python/detail/make_tuple.hpp: In function 'boost::python::tuple boost::python::make_tuple(const A0&, const A1&, const A2&, const A3&, const A4&, const A5&, const A6&, const A7&, const A8&)':
  6215. /opt/local/include/boost/python/detail/make_tuple.hpp:24: error: '::PyTuple_New' has not been declared
  6216. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6217. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6218. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6219. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6220. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6221. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6222. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6223. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6224. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6225. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6226. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6227. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6228. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6229. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6230. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6231. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6232. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6233. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6234. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6235. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6236. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6237. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6238. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6239. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6240. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6241. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6242. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6243. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:97,
  6244. from /opt/local/include/boost/python/tuple.hpp:65,
  6245. from /opt/local/include/boost/python/dict.hpp:12,
  6246. from /opt/local/include/boost/python.hpp:24,
  6247. from conftest.cpp:95:
  6248. /opt/local/include/boost/python/detail/make_tuple.hpp: In function 'boost::python::tuple boost::python::make_tuple(const A0&, const A1&, const A2&, const A3&, const A4&, const A5&, const A6&, const A7&, const A8&, const A9&)':
  6249. /opt/local/include/boost/python/detail/make_tuple.hpp:24: error: '::PyTuple_New' has not been declared
  6250. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6251. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6252. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6253. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6254. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6255. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6256. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6257. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6258. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6259. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6260. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6261. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6262. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6263. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6264. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6265. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6266. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6267. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6268. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6269. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6270. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6271. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6272. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6273. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6274. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6275. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6276. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6277. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6278. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6279. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6280. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:102,
  6281. from /opt/local/include/boost/python/tuple.hpp:65,
  6282. from /opt/local/include/boost/python/dict.hpp:12,
  6283. from /opt/local/include/boost/python.hpp:24,
  6284. from conftest.cpp:95:
  6285. /opt/local/include/boost/python/detail/make_tuple.hpp: In function 'boost::python::tuple boost::python::make_tuple(const A0&, const A1&, const A2&, const A3&, const A4&, const A5&, const A6&, const A7&, const A8&, const A9&, const A10&)':
  6286. /opt/local/include/boost/python/detail/make_tuple.hpp:24: error: '::PyTuple_New' has not been declared
  6287. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6288. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6289. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6290. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6291. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6292. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6293. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6294. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6295. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6296. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6297. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6298. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6299. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6300. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6301. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6302. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6303. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6304. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6305. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6306. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6307. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6308. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6309. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6310. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6311. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6312. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6313. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6314. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6315. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6316. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6317. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6318. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6319. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6320. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:107,
  6321. from /opt/local/include/boost/python/tuple.hpp:65,
  6322. from /opt/local/include/boost/python/dict.hpp:12,
  6323. from /opt/local/include/boost/python.hpp:24,
  6324. from conftest.cpp:95:
  6325. /opt/local/include/boost/python/detail/make_tuple.hpp: In function 'boost::python::tuple boost::python::make_tuple(const A0&, const A1&, const A2&, const A3&, const A4&, const A5&, const A6&, const A7&, const A8&, const A9&, const A10&, const A11&)':
  6326. /opt/local/include/boost/python/detail/make_tuple.hpp:24: error: '::PyTuple_New' has not been declared
  6327. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6328. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6329. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6330. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6331. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6332. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6333. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6334. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6335. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6336. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6337. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6338. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6339. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6340. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6341. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6342. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6343. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6344. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6345. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6346. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6347. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6348. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6349. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6350. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6351. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6352. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6353. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6354. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6355. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6356. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6357. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6358. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6359. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6360. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6361. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6362. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6363. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:112,
  6364. from /opt/local/include/boost/python/tuple.hpp:65,
  6365. from /opt/local/include/boost/python/dict.hpp:12,
  6366. from /opt/local/include/boost/python.hpp:24,
  6367. from conftest.cpp:95:
  6368. /opt/local/include/boost/python/detail/make_tuple.hpp: In function 'boost::python::tuple boost::python::make_tuple(const A0&, const A1&, const A2&, const A3&, const A4&, const A5&, const A6&, const A7&, const A8&, const A9&, const A10&, const A11&, const A12&)':
  6369. /opt/local/include/boost/python/detail/make_tuple.hpp:24: error: '::PyTuple_New' has not been declared
  6370. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6371. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6372. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6373. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6374. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6375. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6376. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6377. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6378. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6379. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6380. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6381. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6382. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6383. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6384. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6385. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6386. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6387. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6388. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6389. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6390. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6391. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6392. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6393. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6394. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6395. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6396. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6397. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6398. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6399. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6400. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6401. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6402. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6403. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6404. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6405. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6406. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6407. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6408. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6409. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:117,
  6410. from /opt/local/include/boost/python/tuple.hpp:65,
  6411. from /opt/local/include/boost/python/dict.hpp:12,
  6412. from /opt/local/include/boost/python.hpp:24,
  6413. from conftest.cpp:95:
  6414. /opt/local/include/boost/python/detail/make_tuple.hpp: In function 'boost::python::tuple boost::python::make_tuple(const A0&, const A1&, const A2&, const A3&, const A4&, const A5&, const A6&, const A7&, const A8&, const A9&, const A10&, const A11&, const A12&, const A13&)':
  6415. /opt/local/include/boost/python/detail/make_tuple.hpp:24: error: '::PyTuple_New' has not been declared
  6416. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6417. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6418. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6419. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6420. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6421. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6422. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6423. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6424. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6425. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6426. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6427. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6428. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6429. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6430. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6431. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6432. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6433. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6434. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6435. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6436. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6437. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6438. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6439. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6440. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6441. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6442. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6443. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6444. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6445. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6446. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6447. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6448. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6449. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6450. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6451. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6452. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6453. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6454. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6455. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6456. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6457. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6458. In file included from /opt/local/include/boost/preprocessor/iteration/detail/iter/forward1.hpp:122,
  6459. from /opt/local/include/boost/python/tuple.hpp:65,
  6460. from /opt/local/include/boost/python/dict.hpp:12,
  6461. from /opt/local/include/boost/python.hpp:24,
  6462. from conftest.cpp:95:
  6463. /opt/local/include/boost/python/detail/make_tuple.hpp: In function 'boost::python::tuple boost::python::make_tuple(const A0&, const A1&, const A2&, const A3&, const A4&, const A5&, const A6&, const A7&, const A8&, const A9&, const A10&, const A11&, const A12&, const A13&, const A14&)':
  6464. /opt/local/include/boost/python/detail/make_tuple.hpp:24: error: '::PyTuple_New' has not been declared
  6465. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6466. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6467. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6468. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6469. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6470. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6471. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6472. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6473. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6474. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6475. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6476. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6477. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6478. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6479. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6480. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6481. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6482. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6483. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6484. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6485. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6486. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6487. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6488. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6489. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6490. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6491. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6492. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6493. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6494. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6495. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6496. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6497. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6498. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6499. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6500. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6501. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6502. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6503. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6504. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6505. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6506. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6507. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::tuple' has no member named 'ptr'
  6508. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'class boost::python::api::object' has no member named 'ptr'
  6509. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: there are no arguments to 'PyTuple_SET_ITEM' that depend on a template parameter, so a declaration of 'PyTuple_SET_ITEM' must be available
  6510. In file included from /opt/local/include/boost/python.hpp:24,
  6511. from conftest.cpp:95:
  6512. /opt/local/include/boost/python/dict.hpp: At global scope:
  6513. /opt/local/include/boost/python/dict.hpp:144: error: wrong number of template arguments (1, should be 2)
  6514. /opt/local/include/boost/python/converter/pytype_object_mgr_traits.hpp:24: error: provided for 'template<int* pytype, class T> struct boost::python::converter::pytype_object_manager_traits'
  6515. In file included from /opt/local/include/boost/python/docstring_options.hpp:8,
  6516. from /opt/local/include/boost/python.hpp:25,
  6517. from conftest.cpp:95:
  6518. /opt/local/include/boost/python/object/function.hpp:19: error: expected class-name before '{' token
  6519. /opt/local/include/boost/python/object/function.hpp:27: error: expected ';' before '*' token
  6520. /opt/local/include/boost/python/object/function.hpp:46: error: 'PyObject' has not been declared
  6521. /opt/local/include/boost/python/object/function.hpp:46: error: 'PyObject' has not been declared
  6522. In file included from /opt/local/include/boost/python/enum.hpp:10,
  6523. from /opt/local/include/boost/python.hpp:26,
  6524. from conftest.cpp:95:
  6525. /opt/local/include/boost/python/object/enum_base.hpp:21: error: 'boost::python::converter::to_python_function_t' has not been declared
  6526. /opt/local/include/boost/python/object/enum_base.hpp:22: error: 'boost::python::converter::convertible_function' has not been declared
  6527. /opt/local/include/boost/python/object/enum_base.hpp:23: error: 'boost::python::converter::constructor_function' has not been declared
  6528. /opt/local/include/boost/python/object/enum_base.hpp:31: error: expected ';' before '*' token
  6529. In file included from /opt/local/include/boost/python.hpp:26,
  6530. from conftest.cpp:95:
  6531. /opt/local/include/boost/python/enum.hpp:31: error: expected ';' before '*' token
  6532. /opt/local/include/boost/python/enum.hpp:32: error: expected ';' before '(' token
  6533. /opt/local/include/boost/python/enum.hpp:33: error: 'PyObject' has not been declared
  6534. /opt/local/include/boost/python/enum.hpp:52: error: expected constructor, destructor, or type conversion before '*' token
  6535. /opt/local/include/boost/python/enum.hpp:67: error: 'void* boost::python::enum_<T>::convertible_from_python' is not a static member of 'struct boost::python::enum_<T>'
  6536. /opt/local/include/boost/python/enum.hpp:67: error: template definition of non-template 'void* boost::python::enum_<T>::convertible_from_python'
  6537. /opt/local/include/boost/python/enum.hpp:67: error: 'PyObject' was not declared in this scope
  6538. /opt/local/include/boost/python/enum.hpp:67: error: 'obj' was not declared in this scope
  6539. /opt/local/include/boost/python/enum.hpp:68: error: expected `;' before '{' token
  6540. /opt/local/include/boost/python/enum.hpp:80: error: variable or field 'construct' declared void
  6541. /opt/local/include/boost/python/enum.hpp:80: error: 'PyObject' was not declared in this scope
  6542. /opt/local/include/boost/python/enum.hpp:80: error: 'obj' was not declared in this scope
  6543. /opt/local/include/boost/python/enum.hpp:80: error: expected primary-expression before '*' token
  6544. /opt/local/include/boost/python/enum.hpp:80: error: 'data' was not declared in this scope
  6545. In file included from /opt/local/include/boost/python/exec.hpp:9,
  6546. from /opt/local/include/boost/python.hpp:29,
  6547. from conftest.cpp:95:
  6548. /opt/local/include/boost/python/str.hpp:407: error: wrong number of template arguments (1, should be 2)
  6549. /opt/local/include/boost/python/converter/pytype_object_mgr_traits.hpp:24: error: provided for 'template<int* pytype, class T> struct boost::python::converter::pytype_object_manager_traits'
  6550. In file included from /opt/local/include/boost/python/implicit.hpp:10,
  6551. from /opt/local/include/boost/python.hpp:33,
  6552. from conftest.cpp:95:
  6553. /opt/local/include/boost/python/converter/implicit.hpp:19: error: expected ';' before '(' token
  6554. /opt/local/include/boost/python/converter/implicit.hpp:29: error: expected `;' before 'static'
  6555. /opt/local/include/boost/python/converter/implicit.hpp:29: error: 'PyObject' has not been declared
  6556. In file included from /opt/local/include/boost/python.hpp:33,
  6557. from conftest.cpp:95:
  6558. /opt/local/include/boost/python/implicit.hpp: In function 'void boost::python::implicitly_convertible(boost::type<Target>*, boost::type<U>*)':
  6559. /opt/local/include/boost/python/implicit.hpp:24: error: 'push_back' is not a member of 'boost::python::converter::registry'
  6560. In file included from /opt/local/include/boost/python/iterator.hpp:11,
  6561. from /opt/local/include/boost/python.hpp:37,
  6562. from conftest.cpp:95:
  6563. /opt/local/include/boost/python/object/iterator.hpp: In function 'boost::python::api::object boost::python::objects::detail::demand_iterator_class(const char*, Iterator*, const NextPolicies&)':
  6564. /opt/local/include/boost/python/object/iterator.hpp:120: error: template argument 1 is invalid
  6565. /opt/local/include/boost/python/object/iterator.hpp:120: error: invalid type in declaration before '(' token
  6566. /opt/local/include/boost/python/object/iterator.hpp:123: error: request for member 'get' in 'class_obj', which is of non-class type 'int'
  6567. In file included from /opt/local/include/boost/python.hpp:39,
  6568. from conftest.cpp:95:
  6569. /opt/local/include/boost/python/long.hpp: At global scope:
  6570. /opt/local/include/boost/python/long.hpp:61: error: wrong number of template arguments (1, should be 2)
  6571. /opt/local/include/boost/python/converter/pytype_object_mgr_traits.hpp:24: error: provided for 'template<int* pytype, class T> struct boost::python::converter::pytype_object_manager_traits'
  6572. In file included from /opt/local/include/boost/python.hpp:40,
  6573. from conftest.cpp:95:
  6574. /opt/local/include/boost/python/lvalue_from_pytype.hpp:36: error: 'execute' declared as an 'inline' field
  6575. /opt/local/include/boost/python/lvalue_from_pytype.hpp:36: error: expected ';' before '(' token
  6576. /opt/local/include/boost/python/lvalue_from_pytype.hpp:44: error: expected `;' before '}' token
  6577. /opt/local/include/boost/python/lvalue_from_pytype.hpp:86: error: 'PyTypeObject' has not been declared
  6578. /opt/local/include/boost/python/lvalue_from_pytype.hpp:100: error: expected ';' before '(' token
  6579. /opt/local/include/boost/python/lvalue_from_pytype.hpp:110: error: expected `;' before 'static'
  6580. /opt/local/include/boost/python/lvalue_from_pytype.hpp:110: error: expected ';' before 'const'
  6581. /opt/local/include/boost/python/lvalue_from_pytype.hpp:112: error: expected `;' before '}' token
  6582. /opt/local/include/boost/python/lvalue_from_pytype.hpp: In constructor 'boost::python::lvalue_from_pytype<Extractor, python_type>::lvalue_from_pytype()':
  6583. /opt/local/include/boost/python/lvalue_from_pytype.hpp:93: error: missing template arguments before ',' token
  6584. /opt/local/include/boost/python/lvalue_from_pytype.hpp:95: error: 'get_pytype' was not declared in this scope
  6585. In file included from /opt/local/include/boost/python.hpp:41,
  6586. from conftest.cpp:95:
  6587. /opt/local/include/boost/python/make_constructor.hpp: At global scope:
  6588. /opt/local/include/boost/python/make_constructor.hpp:35: error: expected `)' before '*' token
  6589. /opt/local/include/boost/python/make_constructor.hpp:38: error: expected ';' before '*' token
  6590. /opt/local/include/boost/python/make_constructor.hpp:44: error: expected `;' before 'private'
  6591. /opt/local/include/boost/python/make_constructor.hpp:69: error: expected ';' before '*' token
  6592. /opt/local/include/boost/python/make_constructor.hpp:89: error: expected initializer before '*' token
  6593. /opt/local/include/boost/python/make_constructor.hpp:95: error: 'template<class BaseArgs, class Offset> unsigned int boost::python::detail::arity(const boost::python::detail::offset_args<BaseArgs, Offset>&)' redeclared as different kind of symbol
  6594. /opt/local/include/boost/python/detail/caller.hpp:53: error: previous declaration of 'unsigned int boost::python::detail::arity'
  6595. In file included from /opt/local/include/boost/python.hpp:45,
  6596. from conftest.cpp:95:
  6597. /opt/local/include/boost/python/numeric.hpp:93: error: 'PyObject' has not been declared
  6598. /opt/local/include/boost/python/numeric.hpp:94: error: 'PyObject' has not been declared
  6599. /opt/local/include/boost/python/numeric.hpp:95: error: expected ';' before 'const'
  6600. In file included from /opt/local/include/boost/python/opaque_pointer_converter.hpp:15,
  6601. from /opt/local/include/boost/python.hpp:49,
  6602. from conftest.cpp:95:
  6603. /opt/local/include/boost/python/detail/dealloc.hpp:11: error: variable or field 'dealloc' declared void
  6604. /opt/local/include/boost/python/detail/dealloc.hpp:11: error: 'PyObject' was not declared in this scope
  6605. /opt/local/include/boost/python/detail/dealloc.hpp:11: error: 'self' was not declared in this scope
  6606. In file included from /opt/local/include/boost/python.hpp:49,
  6607. from conftest.cpp:95:
  6608. /opt/local/include/boost/python/opaque_pointer_converter.hpp:63: error: expected ';' before '(' token
  6609. /opt/local/include/boost/python/opaque_pointer_converter.hpp:71: error: expected `;' before 'static'
  6610. /opt/local/include/boost/python/opaque_pointer_converter.hpp:71: error: expected ';' before '*' token
  6611. conftest.cpp:107: error: expected `;' at end of input
  6612. conftest.cpp:107: error: expected `}' at end of input
  6613. /opt/local/include/boost/python/opaque_pointer_converter.hpp: In constructor 'boost::python::opaque<Pointee>::opaque()':
  6614. /opt/local/include/boost/python/opaque_pointer_converter.hpp:48: error: 'type_object' was not declared in this scope
  6615. /opt/local/include/boost/python/opaque_pointer_converter.hpp:51: error: there are no arguments to 'PyType_Ready' that depend on a template parameter, so a declaration of 'PyType_Ready' must be available
  6616. /opt/local/include/boost/python/opaque_pointer_converter.hpp: At global scope:
  6617. /opt/local/include/boost/python/opaque_pointer_converter.hpp:58: error: expected unqualified-id at end of input
  6618. /opt/local/include/boost/python/opaque_pointer_converter.hpp:58: error: expected `}' at end of input
  6619. /opt/local/include/boost/python/opaque_pointer_converter.hpp:58: error: expected `}' at end of input
  6620. /opt/local/include/boost/python/object_core.hpp: In constructor 'boost::python::api::object::object(const T&) [with T = boost::python::scope]':
  6621. /opt/local/include/boost/python/scope.hpp:71: instantiated from here
  6622. /opt/local/include/boost/python/object_core.hpp:326: error: 'object_base_initializer' was not declared in this scope
  6623. /opt/local/include/boost/python/detail/make_tuple.hpp: In function 'boost::python::tuple boost::python::make_tuple(const A0&) [with A0 = long int]':
  6624. /opt/local/include/boost/preprocessor/iteration/detail/local.hpp:37: instantiated from here
  6625. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'PyTuple_SET_ITEM' was not declared in this scope
  6626. /opt/local/include/boost/python/detail/make_tuple.hpp: In function 'boost::python::tuple boost::python::make_tuple(const A0&, const A1&) [with A0 = long int, A1 = long int]':
  6627. /opt/local/include/boost/preprocessor/iteration/detail/local.hpp:40: instantiated from here
  6628. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'PyTuple_SET_ITEM' was not declared in this scope
  6629. /opt/local/include/boost/python/detail/make_tuple.hpp: In function 'boost::python::tuple boost::python::make_tuple(const A0&, const A1&, const A2&) [with A0 = long int, A1 = long int, A2 = long int]':
  6630. /opt/local/include/boost/preprocessor/iteration/detail/local.hpp:43: instantiated from here
  6631. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'PyTuple_SET_ITEM' was not declared in this scope
  6632. /opt/local/include/boost/python/detail/make_tuple.hpp: In function 'boost::python::tuple boost::python::make_tuple(const A0&, const A1&, const A2&, const A3&) [with A0 = long int, A1 = long int, A2 = long int, A3 = long int]':
  6633. /opt/local/include/boost/preprocessor/iteration/detail/local.hpp:46: instantiated from here
  6634. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'PyTuple_SET_ITEM' was not declared in this scope
  6635. /opt/local/include/boost/python/detail/make_tuple.hpp: In function 'boost::python::tuple boost::python::make_tuple(const A0&, const A1&, const A2&, const A3&, const A4&) [with A0 = long int, A1 = long int, A2 = long int, A3 = long int, A4 = long int]':
  6636. /opt/local/include/boost/preprocessor/iteration/detail/local.hpp:49: instantiated from here
  6637. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'PyTuple_SET_ITEM' was not declared in this scope
  6638. /opt/local/include/boost/python/detail/make_tuple.hpp: In function 'boost::python::tuple boost::python::make_tuple(const A0&, const A1&, const A2&, const A3&, const A4&, const A5&) [with A0 = long int, A1 = long int, A2 = long int, A3 = long int, A4 = long int, A5 = long int]':
  6639. /opt/local/include/boost/preprocessor/iteration/detail/local.hpp:52: instantiated from here
  6640. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'PyTuple_SET_ITEM' was not declared in this scope
  6641. /opt/local/include/boost/python/detail/make_tuple.hpp: In function 'boost::python::tuple boost::python::make_tuple(const A0&, const A1&, const A2&, const A3&, const A4&, const A5&, const A6&) [with A0 = long int, A1 = long int, A2 = long int, A3 = long int, A4 = long int, A5 = long int, A6 = long int]':
  6642. /opt/local/include/boost/preprocessor/iteration/detail/local.hpp:55: instantiated from here
  6643. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'PyTuple_SET_ITEM' was not declared in this scope
  6644. /opt/local/include/boost/python/detail/make_tuple.hpp: In function 'boost::python::tuple boost::python::make_tuple(const A0&, const A1&, const A2&, const A3&, const A4&, const A5&, const A6&, const A7&) [with A0 = long int, A1 = long int, A2 = long int, A3 = long int, A4 = long int, A5 = long int, A6 = long int, A7 = long int]':
  6645. /opt/local/include/boost/preprocessor/iteration/detail/local.hpp:58: instantiated from here
  6646. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'PyTuple_SET_ITEM' was not declared in this scope
  6647. /opt/local/include/boost/python/detail/make_tuple.hpp: In function 'boost::python::tuple boost::python::make_tuple(const A0&, const A1&, const A2&, const A3&, const A4&, const A5&, const A6&, const A7&, const A8&) [with A0 = long int, A1 = long int, A2 = long int, A3 = long int, A4 = long int, A5 = long int, A6 = long int, A7 = long int, A8 = long int]':
  6648. /opt/local/include/boost/preprocessor/iteration/detail/local.hpp:61: instantiated from here
  6649. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'PyTuple_SET_ITEM' was not declared in this scope
  6650. /opt/local/include/boost/python/detail/make_tuple.hpp: In function 'boost::python::tuple boost::python::make_tuple(const A0&, const A1&, const A2&, const A3&, const A4&, const A5&, const A6&, const A7&, const A8&, const A9&) [with A0 = long int, A1 = long int, A2 = long int, A3 = long int, A4 = long int, A5 = long int, A6 = long int, A7 = long int, A8 = long int, A9 = long int]':
  6651. /opt/local/include/boost/preprocessor/iteration/detail/local.hpp:64: instantiated from here
  6652. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'PyTuple_SET_ITEM' was not declared in this scope
  6653. /opt/local/include/boost/python/detail/make_tuple.hpp: In function 'boost::python::tuple boost::python::make_tuple(const A0&, const A1&, const A2&, const A3&, const A4&, const A5&, const A6&, const A7&, const A8&, const A9&, const A10&) [with A0 = long int, A1 = long int, A2 = long int, A3 = long int, A4 = long int, A5 = long int, A6 = long int, A7 = long int, A8 = long int, A9 = long int, A10 = long int]':
  6654. /opt/local/include/boost/preprocessor/iteration/detail/local.hpp:67: instantiated from here
  6655. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'PyTuple_SET_ITEM' was not declared in this scope
  6656. /opt/local/include/boost/python/detail/make_tuple.hpp: In function 'boost::python::tuple boost::python::make_tuple(const A0&, const A1&, const A2&, const A3&, const A4&, const A5&, const A6&, const A7&, const A8&, const A9&, const A10&, const A11&) [with A0 = long int, A1 = long int, A2 = long int, A3 = long int, A4 = long int, A5 = long int, A6 = long int, A7 = long int, A8 = long int, A9 = long int, A10 = long int, A11 = long int]':
  6657. /opt/local/include/boost/preprocessor/iteration/detail/local.hpp:70: instantiated from here
  6658. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'PyTuple_SET_ITEM' was not declared in this scope
  6659. /opt/local/include/boost/python/detail/make_tuple.hpp: In function 'boost::python::tuple boost::python::make_tuple(const A0&, const A1&, const A2&, const A3&, const A4&, const A5&, const A6&, const A7&, const A8&, const A9&, const A10&, const A11&, const A12&) [with A0 = long int, A1 = long int, A2 = long int, A3 = long int, A4 = long int, A5 = long int, A6 = long int, A7 = long int, A8 = long int, A9 = long int, A10 = long int, A11 = long int, A12 = long int]':
  6660. /opt/local/include/boost/preprocessor/iteration/detail/local.hpp:73: instantiated from here
  6661. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'PyTuple_SET_ITEM' was not declared in this scope
  6662. /opt/local/include/boost/python/detail/make_tuple.hpp: In function 'boost::python::tuple boost::python::make_tuple(const A0&, const A1&, const A2&, const A3&, const A4&, const A5&, const A6&, const A7&, const A8&, const A9&, const A10&, const A11&, const A12&, const A13&) [with A0 = long int, A1 = long int, A2 = long int, A3 = long int, A4 = long int, A5 = long int, A6 = long int, A7 = long int, A8 = long int, A9 = long int, A10 = long int, A11 = long int, A12 = long int, A13 = long int]':
  6663. /opt/local/include/boost/preprocessor/iteration/detail/local.hpp:76: instantiated from here
  6664. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'PyTuple_SET_ITEM' was not declared in this scope
  6665. /opt/local/include/boost/python/detail/make_tuple.hpp: In function 'boost::python::tuple boost::python::make_tuple(const A0&, const A1&, const A2&, const A3&, const A4&, const A5&, const A6&, const A7&, const A8&, const A9&, const A10&, const A11&, const A12&, const A13&, const A14&) [with A0 = long int, A1 = long int, A2 = long int, A3 = long int, A4 = long int, A5 = long int, A6 = long int, A7 = long int, A8 = long int, A9 = long int, A10 = long int, A11 = long int, A12 = long int, A13 = long int, A14 = long int]':
  6666. /opt/local/include/boost/preprocessor/iteration/detail/local.hpp:79: instantiated from here
  6667. /opt/local/include/boost/python/detail/make_tuple.hpp:25: error: 'PyTuple_SET_ITEM' was not declared in this scope
  6668. /opt/local/include/boost/python/object_core.hpp: In constructor 'boost::python::api::object::object(const T&) [with T = boost::python::tuple]':
  6669. /opt/local/include/boost/python/numeric.hpp:121: instantiated from 'void boost::python::numeric::array::resize(const Sequence&) [with Sequence = boost::python::tuple]'
  6670. /opt/local/include/boost/preprocessor/iteration/detail/local.hpp:37: instantiated from here
  6671. /opt/local/include/boost/python/object_core.hpp:326: error: 'object_base_initializer' was not declared in this scope
  6672. configure:20669: $? = 1
  6673. configure: failed program was:
  6674. | /* confdefs.h */
  6675. | #define PACKAGE_NAME "ledger"
  6676. | #define PACKAGE_TARNAME "ledger"
  6677. | #define PACKAGE_VERSION "3.0.0-20100615"
  6678. | #define PACKAGE_STRING "ledger 3.0.0-20100615"
  6679. | #define PACKAGE_BUGREPORT "johnw@newartisans.com"
  6680. | #define PACKAGE_URL ""
  6681. | #define PACKAGE "ledger"
  6682. | #define VERSION "3.0.0-20100615"
  6683. | #define STDC_HEADERS 1
  6684. | #define HAVE_SYS_TYPES_H 1
  6685. | #define HAVE_SYS_STAT_H 1
  6686. | #define HAVE_STDLIB_H 1
  6687. | #define HAVE_STRING_H 1
  6688. | #define HAVE_MEMORY_H 1
  6689. | #define HAVE_STRINGS_H 1
  6690. | #define HAVE_INTTYPES_H 1
  6691. | #define HAVE_STDINT_H 1
  6692. | #define HAVE_UNISTD_H 1
  6693. | #define __EXTENSIONS__ 1
  6694. | #define _ALL_SOURCE 1
  6695. | #define _GNU_SOURCE 1
  6696. | #define _POSIX_PTHREAD_SEMANTICS 1
  6697. | #define _TANDEM_SOURCE 1
  6698. | #define HAVE_DLFCN_H 1
  6699. | #define LT_OBJDIR ".libs/"
  6700. | #define HAVE_VISIBILITY 1
  6701. | #define HAVE_STDINT_H_WITH_UINTMAX 1
  6702. | #define HAVE_ALLOCA_H 1
  6703. | #define HAVE_ALLOCA 1
  6704. | #define HAVE_STDLIB_H 1
  6705. | #define HAVE_UNISTD_H 1
  6706. | #define HAVE_GETPAGESIZE 1
  6707. | #define HAVE_MMAP 1
  6708. | #define INTDIV0_RAISES_SIGFPE 1
  6709. | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  6710. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  6711. | #define HAVE_UINTMAX_T 1
  6712. | #define HAVE_INTTYPES_H 1
  6713. | #define USE_POSIX_THREADS 1
  6714. | #define HAVE_PTHREAD_RWLOCK 1
  6715. | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
  6716. | #define HAVE_BUILTIN_EXPECT 1
  6717. | #define HAVE_INTTYPES_H 1
  6718. | #define HAVE_LIMITS_H 1
  6719. | #define HAVE_UNISTD_H 1
  6720. | #define HAVE_SYS_PARAM_H 1
  6721. | #define HAVE_GETCWD 1
  6722. | #define HAVE_GETEGID 1
  6723. | #define HAVE_GETEUID 1
  6724. | #define HAVE_GETGID 1
  6725. | #define HAVE_GETUID 1
  6726. | #define HAVE_MUNMAP 1
  6727. | #define HAVE_STPCPY 1
  6728. | #define HAVE_STRCASECMP 1
  6729. | #define HAVE_STRDUP 1
  6730. | #define HAVE_STRTOUL 1
  6731. | #define HAVE_TSEARCH 1
  6732. | #define HAVE_DECL_FEOF_UNLOCKED 1
  6733. | #define HAVE_DECL_FGETS_UNLOCKED 0
  6734. | #define HAVE_ICONV 1
  6735. | #define ICONV_CONST
  6736. | #define HAVE_LONG_LONG_INT 1
  6737. | #define HAVE_WCHAR_T 1
  6738. | #define HAVE_WINT_T 1
  6739. | #define HAVE_INTMAX_T 1
  6740. | #define HAVE_POSIX_PRINTF 1
  6741. | #define HAVE_STDINT_H 1
  6742. | #define HAVE_STDINT_H 1
  6743. | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
  6744. | #define HAVE_CFLOCALECOPYCURRENT 1
  6745. | #define HAVE_STDDEF_H 1
  6746. | #define HAVE_STDLIB_H 1
  6747. | #define HAVE_STRING_H 1
  6748. | #define HAVE_ASPRINTF 1
  6749. | #define HAVE_FWPRINTF 1
  6750. | #define HAVE_PUTENV 1
  6751. | #define HAVE_SETENV 1
  6752. | #define HAVE_SETLOCALE 1
  6753. | #define HAVE_SNPRINTF 1
  6754. | #define HAVE_WCSLEN 1
  6755. | #define HAVE_DECL__SNPRINTF 0
  6756. | #define HAVE_DECL__SNWPRINTF 0
  6757. | #define HAVE_DECL_GETC_UNLOCKED 1
  6758. | #define HAVE_LANGINFO_CODESET 1
  6759. | #define HAVE_LC_MESSAGES 1
  6760. | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
  6761. | #define HAVE_CFLOCALECOPYCURRENT 1
  6762. | #define ENABLE_NLS 1
  6763. | #define DEBUG_MODE 1
  6764. | #define USE_PCH 1
  6765. | #define HAVE_UNIX_PIPES 1
  6766. | #define HAVE_LIBEDIT 1
  6767. | /* end confdefs.h. */
  6768. | #include <boost/python.hpp>
  6769. | using namespace boost::python;
  6770. | class foo {};
  6771. | BOOST_PYTHON_MODULE(samp) {
  6772. | class_< foo > ("foo") ;
  6773. | }
  6774. | int
  6775. | main ()
  6776. | {
  6777. | return 0
  6778. | ;
  6779. | return 0;
  6780. | }
  6781. configure:20684: result: false
  6782. configure:20731: checking if cppunit is available
  6783. configure:20763: /usr/bin/g++-4.2 -o conftest -fpch-deps -Wconversion -g -pipe -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -I/opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.cpp -lcppunit -lboost_iostreams -lboost_system -lboost_filesystem -lboost_system -lboost_date_time -lboost_regex -ledit -lmpfr -lgmp >&5
  6784. configure:20763: $? = 0
  6785. configure:20778: result: true
  6786. configure:20791: checking for ANSI C header files
  6787. configure:20895: result: yes
  6788. configure:20903: checking whether stat file-mode macros are broken
  6789. configure:20930: /usr/bin/gcc-4.2 -c -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -I/opt/local/include conftest.c >&5
  6790. configure:20930: $? = 0
  6791. configure:20937: result: no
  6792. configure:20947: checking langinfo.h usability
  6793. configure:20947: /usr/bin/gcc-4.2 -c -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -I/opt/local/include conftest.c >&5
  6794. configure:20947: $? = 0
  6795. configure:20947: result: yes
  6796. configure:20947: checking langinfo.h presence
  6797. configure:20947: /usr/bin/gcc-4.2 -E -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -I/opt/local/include conftest.c
  6798. configure:20947: $? = 0
  6799. configure:20947: result: yes
  6800. configure:20947: checking for langinfo.h
  6801. configure:20947: result: yes
  6802. configure:20959: checking for size_t
  6803. configure:20959: result: yes
  6804. configure:20970: checking whether struct tm is in sys/time.h or time.h
  6805. configure:20990: /usr/bin/gcc-4.2 -c -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -I/opt/local/include conftest.c >&5
  6806. configure:20990: $? = 0
  6807. configure:20997: result: time.h
  6808. configure:21013: checking for access
  6809. configure:21013: /usr/bin/gcc-4.2 -o conftest -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -I/opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.c -lboost_iostreams -lboost_system -lboost_filesystem -lboost_system -lboost_date_time -lboost_regex -ledit -lmpfr -lgmp >&5
  6810. configure:21013: $? = 0
  6811. configure:21013: result: yes
  6812. configure:21013: checking for realpath
  6813. configure:21013: /usr/bin/gcc-4.2 -o conftest -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -I/opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.c -lboost_iostreams -lboost_system -lboost_filesystem -lboost_system -lboost_date_time -lboost_regex -ledit -lmpfr -lgmp >&5
  6814. configure:21013: $? = 0
  6815. configure:21013: result: yes
  6816. configure:21013: checking for getpwuid
  6817. configure:21013: /usr/bin/gcc-4.2 -o conftest -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -I/opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.c -lboost_iostreams -lboost_system -lboost_filesystem -lboost_system -lboost_date_time -lboost_regex -ledit -lmpfr -lgmp >&5
  6818. configure:21013: $? = 0
  6819. configure:21013: result: yes
  6820. configure:21013: checking for getpwnam
  6821. configure:21013: /usr/bin/gcc-4.2 -o conftest -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -I/opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.c -lboost_iostreams -lboost_system -lboost_filesystem -lboost_system -lboost_date_time -lboost_regex -ledit -lmpfr -lgmp >&5
  6822. configure:21013: $? = 0
  6823. configure:21013: result: yes
  6824. configure:21013: checking for isatty
  6825. configure:21013: /usr/bin/gcc-4.2 -o conftest -g -O2 -isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -I/opt/local/include -g -L/usr/local/lib -L/opt/local/lib conftest.c -lboost_iostreams -lboost_system -lboost_filesystem -lboost_system -lboost_date_time -lboost_regex -ledit -lmpfr -lgmp >&5
  6826. configure:21013: $? = 0
  6827. configure:21013: result: yes
  6828. configure:21197: creating ./config.status
  6829.  
  6830. ## ---------------------- ##
  6831. ## Running config.status. ##
  6832. ## ---------------------- ##
  6833.  
  6834. This file was extended by ledger config.status 3.0.0-20100615, which was
  6835. generated by GNU Autoconf 2.64. Invocation command line was
  6836.  
  6837. CONFIG_FILES =
  6838. CONFIG_HEADERS =
  6839. CONFIG_LINKS =
  6840. CONFIG_COMMANDS =
  6841. $ ./config.status
  6842.  
  6843. on white.local
  6844.  
  6845. config.status:1285: creating Makefile
  6846. config.status:1285: creating po/Makefile.in
  6847. config.status:1285: creating intl/Makefile
  6848. config.status:1285: creating config.h
  6849. config.status:1505: executing depfiles commands
  6850. config.status:1505: executing libtool commands
  6851. config.status:1505: executing po-directories commands
  6852.  
  6853. ## ---------------- ##
  6854. ## Cache variables. ##
  6855. ## ---------------- ##
  6856.  
  6857. ac_cv_build=i386-apple-darwin9.8.0
  6858. ac_cv_c_compiler_gnu=yes
  6859. ac_cv_c_inline=inline
  6860. ac_cv_cxx_compiler_gnu=yes
  6861. ac_cv_env_CCC_set=
  6862. ac_cv_env_CCC_value=
  6863. ac_cv_env_CC_set=set
  6864. ac_cv_env_CC_value=/usr/bin/gcc-4.2
  6865. ac_cv_env_CFLAGS_set=
  6866. ac_cv_env_CFLAGS_value=
  6867. ac_cv_env_CPPFLAGS_set=set
  6868. ac_cv_env_CPPFLAGS_value='-isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include'
  6869. ac_cv_env_CPP_set=
  6870. ac_cv_env_CPP_value=
  6871. ac_cv_env_CXXCPP_set=
  6872. ac_cv_env_CXXCPP_value=
  6873. ac_cv_env_CXXFLAGS_set=set
  6874. ac_cv_env_CXXFLAGS_value='-fpch-deps -Wconversion -g -pipe'
  6875. ac_cv_env_CXX_set=set
  6876. ac_cv_env_CXX_value=/usr/bin/g++-4.2
  6877. ac_cv_env_EMACSLOADPATH_set=set
  6878. ac_cv_env_EMACSLOADPATH_value=/Applications/Emacs.app/Contents/Resources/site-lisp:/Applications/Emacs.app/Contents/Resources/lisp:/Applications/Emacs.app/Contents/Resources/leim
  6879. ac_cv_env_EMACS_set=set
  6880. ac_cv_env_EMACS_value=t
  6881. ac_cv_env_LDFLAGS_set=set
  6882. ac_cv_env_LDFLAGS_value='-g -L/usr/local/lib -L/opt/local/lib'
  6883. ac_cv_env_LIBS_set=
  6884. ac_cv_env_LIBS_value=
  6885. ac_cv_env_build_alias_set=
  6886. ac_cv_env_build_alias_value=
  6887. ac_cv_env_host_alias_set=
  6888. ac_cv_env_host_alias_value=
  6889. ac_cv_env_target_alias_set=
  6890. ac_cv_env_target_alias_value=
  6891. ac_cv_func___fsetlocking=no
  6892. ac_cv_func_access=yes
  6893. ac_cv_func_alloca_works=yes
  6894. ac_cv_func_argz_count=no
  6895. ac_cv_func_argz_next=no
  6896. ac_cv_func_argz_stringify=no
  6897. ac_cv_func_asprintf=yes
  6898. ac_cv_func_fwprintf=yes
  6899. ac_cv_func_getcwd=yes
  6900. ac_cv_func_getegid=yes
  6901. ac_cv_func_geteuid=yes
  6902. ac_cv_func_getgid=yes
  6903. ac_cv_func_getpagesize=yes
  6904. ac_cv_func_getpwnam=yes
  6905. ac_cv_func_getpwuid=yes
  6906. ac_cv_func_getuid=yes
  6907. ac_cv_func_isatty=yes
  6908. ac_cv_func_mempcpy=no
  6909. ac_cv_func_mmap_fixed_mapped=yes
  6910. ac_cv_func_munmap=yes
  6911. ac_cv_func_putenv=yes
  6912. ac_cv_func_realpath=yes
  6913. ac_cv_func_setenv=yes
  6914. ac_cv_func_setlocale=yes
  6915. ac_cv_func_snprintf=yes
  6916. ac_cv_func_stpcpy=yes
  6917. ac_cv_func_strcasecmp=yes
  6918. ac_cv_func_strdup=yes
  6919. ac_cv_func_strtoul=yes
  6920. ac_cv_func_tsearch=yes
  6921. ac_cv_func_wcslen=yes
  6922. ac_cv_gnu_library_2=no
  6923. ac_cv_gnu_library_2_1=no
  6924. ac_cv_have_decl__snprintf=no
  6925. ac_cv_have_decl__snwprintf=no
  6926. ac_cv_have_decl_feof_unlocked=yes
  6927. ac_cv_have_decl_fgets_unlocked=no
  6928. ac_cv_have_decl_getc_unlocked=yes
  6929. ac_cv_header_argz_h=no
  6930. ac_cv_header_dlfcn_h=yes
  6931. ac_cv_header_inttypes_h=yes
  6932. ac_cv_header_langinfo_h=yes
  6933. ac_cv_header_limits_h=yes
  6934. ac_cv_header_memory_h=yes
  6935. ac_cv_header_minix_config_h=no
  6936. ac_cv_header_pthread_h=yes
  6937. ac_cv_header_stat_broken=no
  6938. ac_cv_header_stdc=yes
  6939. ac_cv_header_stddef_h=yes
  6940. ac_cv_header_stdint_h=yes
  6941. ac_cv_header_stdlib_h=yes
  6942. ac_cv_header_string_h=yes
  6943. ac_cv_header_strings_h=yes
  6944. ac_cv_header_sys_param_h=yes
  6945. ac_cv_header_sys_stat_h=yes
  6946. ac_cv_header_sys_types_h=yes
  6947. ac_cv_header_unistd_h=yes
  6948. ac_cv_host=i386-apple-darwin9.8.0
  6949. ac_cv_lib_pthread_pthread_kill=yes
  6950. ac_cv_objext=o
  6951. ac_cv_path_EGREP='/usr/bin/grep -E'
  6952. ac_cv_path_FGREP='/usr/bin/grep -F'
  6953. ac_cv_path_GMSGFMT=/opt/local/bin/msgfmt
  6954. ac_cv_path_GREP=/usr/bin/grep
  6955. ac_cv_path_MSGFMT=/opt/local/bin/msgfmt
  6956. ac_cv_path_MSGMERGE=/opt/local/bin/msgmerge
  6957. ac_cv_path_PYTHON=/opt/local/bin/python
  6958. ac_cv_path_SED=/opt/local/bin/gsed
  6959. ac_cv_path_XGETTEXT=/opt/local/bin/xgettext
  6960. ac_cv_path_install='/opt/local/bin/ginstall -c'
  6961. ac_cv_path_mkdir=/opt/local/bin/gmkdir
  6962. ac_cv_prog_AWK=gawk
  6963. ac_cv_prog_CPP='/usr/bin/gcc-4.2 -E'
  6964. ac_cv_prog_CXXCPP='/usr/bin/g++-4.2 -E'
  6965. ac_cv_prog_EMACS=emacs
  6966. ac_cv_prog_INTLBISON=bison
  6967. ac_cv_prog_ac_ct_AR=ar
  6968. ac_cv_prog_ac_ct_CC=/usr/bin/gcc-4.2
  6969. ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
  6970. ac_cv_prog_ac_ct_LIPO=lipo
  6971. ac_cv_prog_ac_ct_NMEDIT=nmedit
  6972. ac_cv_prog_ac_ct_OTOOL=otool
  6973. ac_cv_prog_ac_ct_RANLIB=ranlib
  6974. ac_cv_prog_ac_ct_STRIP=strip
  6975. ac_cv_prog_cc_c89=
  6976. ac_cv_prog_cc_g=yes
  6977. ac_cv_prog_cxx_g=yes
  6978. ac_cv_prog_make_make_set=yes
  6979. ac_cv_safe_to_define___extensions__=yes
  6980. ac_cv_struct_tm=time.h
  6981. ac_cv_type_long_long_int=yes
  6982. ac_cv_type_pthread_rwlock_t=yes
  6983. ac_cv_type_ptrdiff_t=yes
  6984. ac_cv_type_size_t=yes
  6985. ac_cv_type_unsigned_long_long_int=yes
  6986. ac_cv_working_alloca_h=yes
  6987. acl_cv_hardcode_direct=no
  6988. acl_cv_hardcode_libdir_flag_spec=
  6989. acl_cv_hardcode_libdir_separator=
  6990. acl_cv_hardcode_minus_L=no
  6991. acl_cv_libext=a
  6992. acl_cv_libname_spec='lib$name'
  6993. acl_cv_library_names_spec='$libname$shrext'
  6994. acl_cv_path_LD=/usr/bin/g++-4.2
  6995. acl_cv_prog_gnu_ld=no
  6996. acl_cv_rpath=done
  6997. acl_cv_shlibext=dylib
  6998. acl_cv_wl=-Wl,
  6999. am_cv_CC_dependencies_compiler_type=gcc3
  7000. am_cv_CXX_dependencies_compiler_type=gcc3
  7001. am_cv_func_iconv=yes
  7002. am_cv_func_iconv_works=yes
  7003. am_cv_langinfo_codeset=yes
  7004. am_cv_lib_iconv=yes
  7005. am_cv_lispdir='${datadir}/emacs/site-lisp'
  7006. am_cv_pathless_PYTHON=python
  7007. am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
  7008. am_cv_proto_iconv_arg1=
  7009. am_cv_python_platform=darwin
  7010. am_cv_python_pyexecdir='${exec_prefix}/lib/python2.6/site-packages'
  7011. am_cv_python_pythondir='${prefix}/lib/python2.6/site-packages'
  7012. am_cv_python_version=2.6
  7013. boost_date_time_cpplib_avail_cv_=true
  7014. boost_filesystem_cpplib_avail_cv_=true
  7015. boost_iostreams_cpplib_avail_cv_=true
  7016. boost_python_cpplib_avail_cv_=false
  7017. boost_regex_avail_cv_=true
  7018. boost_regex_icu_avail_cv_=false
  7019. cppunit_avail_cv_=true
  7020. gl_cv_cc_visibility=yes
  7021. gl_cv_header_inttypes_h=yes
  7022. gl_cv_header_stdint_h=yes
  7023. gl_cv_size_max=yes
  7024. gt_cv_c_intmax_t=yes
  7025. gt_cv_c_wchar_t=yes
  7026. gt_cv_c_wint_t=yes
  7027. gt_cv_func_CFLocaleCopyCurrent=yes
  7028. gt_cv_func_CFPreferencesCopyAppValue=yes
  7029. gt_cv_func_printf_posix=yes
  7030. gt_cv_int_divbyzero_sigfpe='guessing yes'
  7031. gt_cv_inttypes_pri_broken=no
  7032. gt_cv_nl_locale_name=no
  7033. gt_cv_val_LC_MESSAGES=yes
  7034. libedit_avail_cv_=true
  7035. libgmp_avail_cv_=true
  7036. libmpfr_avail_cv_=true
  7037. lt_cv_apple_cc_single_mod=yes
  7038. lt_cv_deplibs_check_method=pass_all
  7039. lt_cv_file_magic_cmd='$MAGIC_CMD'
  7040. lt_cv_file_magic_test_file=
  7041. lt_cv_ld_exported_symbols_list=yes
  7042. lt_cv_ld_reload_flag=-r
  7043. lt_cv_nm_interface='BSD nm'
  7044. lt_cv_objdir=.libs
  7045. lt_cv_path_LD=/usr/bin/g++-4.2
  7046. lt_cv_path_LDCXX=/usr/bin/g++-4.2
  7047. lt_cv_path_NM='/usr/bin/nm -p'
  7048. lt_cv_prog_compiler_c_o=yes
  7049. lt_cv_prog_compiler_c_o_CXX=yes
  7050. lt_cv_prog_compiler_pic_works=yes
  7051. lt_cv_prog_compiler_pic_works_CXX=yes
  7052. lt_cv_prog_compiler_rtti_exceptions=no
  7053. lt_cv_prog_compiler_static_works=no
  7054. lt_cv_prog_compiler_static_works_CXX=no
  7055. lt_cv_prog_gnu_ld=no
  7056. lt_cv_prog_gnu_ldcxx=no
  7057. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'''
  7058. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  7059. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
  7060. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
  7061. lt_cv_sys_max_cmd_len=196608
  7062. nls_cv_force_use_gnu_gettext=yes
  7063. nls_cv_header_intl=
  7064. nls_cv_header_libgt=
  7065. nls_cv_use_gnu_gettext=yes
  7066. pipes_avail_cv_=true
  7067.  
  7068. ## ----------------- ##
  7069. ## Output variables. ##
  7070. ## ----------------- ##
  7071.  
  7072. ACLOCAL='${SHELL} /Users/simon/src/ledger/missing --run aclocal-1.11'
  7073. ALLOCA=''
  7074. AMDEPBACKSLASH='\'
  7075. AMDEP_FALSE='#'
  7076. AMDEP_TRUE=''
  7077. AMTAR='${SHELL} /Users/simon/src/ledger/missing --run tar'
  7078. AM_BACKSLASH='\'
  7079. AM_DEFAULT_VERBOSITY='0'
  7080. AR='ar'
  7081. AUTOCONF='${SHELL} /Users/simon/src/ledger/missing --run autoconf'
  7082. AUTOHEADER='${SHELL} /Users/simon/src/ledger/missing --run autoheader'
  7083. AUTOMAKE='${SHELL} /Users/simon/src/ledger/missing --run automake-1.11'
  7084. AWK='gawk'
  7085. BOOST_SUFFIX=''
  7086. BUILD_INCLUDED_LIBINTL='yes'
  7087. CATOBJEXT='.gmo'
  7088. CC='/usr/bin/gcc-4.2'
  7089. CCDEPMODE='depmode=gcc3'
  7090. CFLAGS='-g -O2'
  7091. CFLAG_VISIBILITY='-fvisibility=hidden'
  7092. CPP='/usr/bin/gcc-4.2 -E'
  7093. CPPFLAGS='-isystem /usr/local/include -isystem /opt/local/include -isystem /opt/local/include -I/opt/local/include'
  7094. CXX='/usr/bin/g++-4.2'
  7095. CXXCPP='/usr/bin/g++-4.2 -E'
  7096. CXXDEPMODE='depmode=gcc3'
  7097. CXXFLAGS='-fpch-deps -Wconversion -g -pipe'
  7098. CYGPATH_W='echo'
  7099. DATADIRNAME='share'
  7100. DEBUG_FALSE='#'
  7101. DEBUG_TRUE=''
  7102. DEFS='-DHAVE_CONFIG_H'
  7103. DEPDIR='.deps'
  7104. DSYMUTIL='dsymutil'
  7105. DUMPBIN=''
  7106. ECHO_C='\c'
  7107. ECHO_N=''
  7108. ECHO_T=''
  7109. EGREP='/usr/bin/grep -E'
  7110. EMACS='emacs'
  7111. EMACSLOADPATH='/Applications/Emacs.app/Contents/Resources/site-lisp:/Applications/Emacs.app/Contents/Resources/lisp:/Applications/Emacs.app/Contents/Resources/leim'
  7112. EXEEXT=''
  7113. FGREP='/usr/bin/grep -F'
  7114. GENCAT='gencat'
  7115. GETTEXT_MACRO_VERSION='0.17'
  7116. GLIBC21='no'
  7117. GLIBC2='no'
  7118. GMSGFMT='/opt/local/bin/msgfmt'
  7119. GMSGFMT_015='/opt/local/bin/msgfmt'
  7120. GREP='/usr/bin/grep'
  7121. HAVE_ASPRINTF='1'
  7122. HAVE_BOOST_PYTHON_FALSE=''
  7123. HAVE_BOOST_PYTHON_TRUE='#'
  7124. HAVE_BOOST_SERIALIZATION_FALSE=''
  7125. HAVE_BOOST_SERIALIZATION_TRUE='#'
  7126. HAVE_CPPUNIT_FALSE='#'
  7127. HAVE_CPPUNIT_TRUE=''
  7128. HAVE_POSIX_PRINTF='1'
  7129. HAVE_PYTHON_FALSE='#'
  7130. HAVE_PYTHON_TRUE=''
  7131. HAVE_SNPRINTF='1'
  7132. HAVE_VISIBILITY='1'
  7133. HAVE_WPRINTF='0'
  7134. INSTALL_DATA='${INSTALL} -m 644'
  7135. INSTALL_PROGRAM='${INSTALL}'
  7136. INSTALL_SCRIPT='${INSTALL}'
  7137. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  7138. INSTOBJEXT='.mo'
  7139. INTLBISON='bison'
  7140. INTLLIBS='${top_builddir}/intl/libintl.a -liconv -Wl,-framework -Wl,CoreFoundation'
  7141. INTLOBJS='$(GETTOBJS)'
  7142. INTL_LIBTOOL_SUFFIX_PREFIX=''
  7143. INTL_MACOSX_LIBS='-Wl,-framework -Wl,CoreFoundation'
  7144. LD='/usr/bin/g++-4.2'
  7145. LDFLAGS='-g -L/usr/local/lib -L/opt/local/lib'
  7146. LIBICONV='-liconv'
  7147. LIBINTL='${top_builddir}/intl/libintl.a -liconv -Wl,-framework -Wl,CoreFoundation'
  7148. LIBMULTITHREAD='-lpthread'
  7149. LIBOBJS=''
  7150. LIBPTH=''
  7151. LIBPTH_PREFIX=''
  7152. LIBS='-lboost_iostreams -lboost_system -lboost_filesystem -lboost_system -lboost_date_time -lboost_regex -ledit -lmpfr -lgmp '
  7153. LIBTHREAD=''
  7154. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  7155. LIPO='lipo'
  7156. LN_S='ln -s'
  7157. LTLIBC='-lc'
  7158. LTLIBICONV='-L/opt/local/lib -liconv -R/opt/local/lib'
  7159. LTLIBINTL='${top_builddir}/intl/libintl.a -L/opt/local/lib -liconv -R/opt/local/lib -Wl,-framework -Wl,CoreFoundation'
  7160. LTLIBMULTITHREAD='-lpthread'
  7161. LTLIBOBJS=''
  7162. LTLIBPTH=''
  7163. LTLIBTHREAD=''
  7164. MAKEINFO='${SHELL} /Users/simon/src/ledger/missing --run makeinfo'
  7165. MKDIR_P='/opt/local/bin/gmkdir -p'
  7166. MSGFMT='/opt/local/bin/msgfmt'
  7167. MSGFMT_015='/opt/local/bin/msgfmt'
  7168. MSGMERGE='/opt/local/bin/msgmerge'
  7169. NM='/usr/bin/nm -p'
  7170. NMEDIT='nmedit'
  7171. OBJDUMP='false'
  7172. OBJEXT='o'
  7173. OTOOL64=':'
  7174. OTOOL='otool'
  7175. PACKAGE='ledger'
  7176. PACKAGE_BUGREPORT='johnw@newartisans.com'
  7177. PACKAGE_NAME='ledger'
  7178. PACKAGE_STRING='ledger 3.0.0-20100615'
  7179. PACKAGE_TARNAME='ledger'
  7180. PACKAGE_URL=''
  7181. PACKAGE_VERSION='3.0.0-20100615'
  7182. PATH_SEPARATOR=':'
  7183. POSUB='po'
  7184. PRI_MACROS_BROKEN='0'
  7185. PYTHON='/opt/local/bin/python'
  7186. PYTHON_EXEC_PREFIX='${exec_prefix}'
  7187. PYTHON_PLATFORM='darwin'
  7188. PYTHON_PREFIX='${prefix}'
  7189. PYTHON_VERSION='2.6'
  7190. RANLIB='ranlib'
  7191. SED='/opt/local/bin/gsed'
  7192. SET_MAKE=''
  7193. SHELL='/bin/sh'
  7194. STRIP='strip'
  7195. USE_CACHE_OPTION_FALSE=''
  7196. USE_CACHE_OPTION_TRUE='#'
  7197. USE_DOXYGEN_FALSE=''
  7198. USE_DOXYGEN_TRUE='#'
  7199. USE_INCLUDED_LIBINTL='yes'
  7200. USE_NLS='yes'
  7201. USE_PCH_FALSE='#'
  7202. USE_PCH_TRUE=''
  7203. VERSION='3.0.0-20100615'
  7204. WINDRES=''
  7205. WOE32='no'
  7206. WOE32DLL='no'
  7207. XGETTEXT='/opt/local/bin/xgettext'
  7208. XGETTEXT_015='/opt/local/bin/xgettext'
  7209. XGETTEXT_EXTRA_OPTIONS=''
  7210. ac_ct_CC='/usr/bin/gcc-4.2'
  7211. ac_ct_CXX=''
  7212. ac_ct_DUMPBIN=''
  7213. am__EXEEXT_FALSE=''
  7214. am__EXEEXT_TRUE='#'
  7215. am__fastdepCC_FALSE='#'
  7216. am__fastdepCC_TRUE=''
  7217. am__fastdepCXX_FALSE='#'
  7218. am__fastdepCXX_TRUE=''
  7219. am__include='include'
  7220. am__isrc=''
  7221. am__leading_dot='.'
  7222. am__quote=''
  7223. am__tar='${AMTAR} chof - "$$tardir"'
  7224. am__untar='${AMTAR} xf -'
  7225. bindir='${exec_prefix}/bin'
  7226. build='i386-apple-darwin9.8.0'
  7227. build_alias=''
  7228. build_cpu='i386'
  7229. build_os='darwin9.8.0'
  7230. build_vendor='apple'
  7231. datadir='${datarootdir}'
  7232. datarootdir='${prefix}/share'
  7233. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  7234. dvidir='${docdir}'
  7235. exec_prefix='${prefix}'
  7236. host='i386-apple-darwin9.8.0'
  7237. host_alias=''
  7238. host_cpu='i386'
  7239. host_os='darwin9.8.0'
  7240. host_vendor='apple'
  7241. htmldir='${docdir}'
  7242. includedir='${prefix}/include'
  7243. infodir='${datarootdir}/info'
  7244. install_sh='${SHELL} /Users/simon/src/ledger/install-sh'
  7245. libdir='${exec_prefix}/lib'
  7246. libexecdir='${exec_prefix}/libexec'
  7247. lispdir='${datadir}/emacs/site-lisp'
  7248. localedir='${datarootdir}/locale'
  7249. localstatedir='${prefix}/var'
  7250. lt_ECHO='/bin/echo'
  7251. mandir='${datarootdir}/man'
  7252. mkdir_p='/opt/local/bin/gmkdir -p'
  7253. oldincludedir='/usr/include'
  7254. pdfdir='${docdir}'
  7255. pkgpyexecdir='${pyexecdir}/ledger'
  7256. pkgpythondir='${pythondir}/ledger'
  7257. prefix='/usr/local'
  7258. program_transform_name='s,x,x,'
  7259. psdir='${docdir}'
  7260. pyexecdir='${exec_prefix}/lib/python2.6/site-packages'
  7261. pythondir='${prefix}/lib/python2.6/site-packages'
  7262. sbindir='${exec_prefix}/sbin'
  7263. sharedstatedir='${prefix}/com'
  7264. sysconfdir='${prefix}/etc'
  7265. target_alias=''
  7266.  
  7267. ## ----------- ##
  7268. ## confdefs.h. ##
  7269. ## ----------- ##
  7270.  
  7271. /* confdefs.h */
  7272. #define PACKAGE_NAME "ledger"
  7273. #define PACKAGE_TARNAME "ledger"
  7274. #define PACKAGE_VERSION "3.0.0-20100615"
  7275. #define PACKAGE_STRING "ledger 3.0.0-20100615"
  7276. #define PACKAGE_BUGREPORT "johnw@newartisans.com"
  7277. #define PACKAGE_URL ""
  7278. #define PACKAGE "ledger"
  7279. #define VERSION "3.0.0-20100615"
  7280. #define STDC_HEADERS 1
  7281. #define HAVE_SYS_TYPES_H 1
  7282. #define HAVE_SYS_STAT_H 1
  7283. #define HAVE_STDLIB_H 1
  7284. #define HAVE_STRING_H 1
  7285. #define HAVE_MEMORY_H 1
  7286. #define HAVE_STRINGS_H 1
  7287. #define HAVE_INTTYPES_H 1
  7288. #define HAVE_STDINT_H 1
  7289. #define HAVE_UNISTD_H 1
  7290. #define __EXTENSIONS__ 1
  7291. #define _ALL_SOURCE 1
  7292. #define _GNU_SOURCE 1
  7293. #define _POSIX_PTHREAD_SEMANTICS 1
  7294. #define _TANDEM_SOURCE 1
  7295. #define HAVE_DLFCN_H 1
  7296. #define LT_OBJDIR ".libs/"
  7297. #define HAVE_VISIBILITY 1
  7298. #define HAVE_STDINT_H_WITH_UINTMAX 1
  7299. #define HAVE_ALLOCA_H 1
  7300. #define HAVE_ALLOCA 1
  7301. #define HAVE_STDLIB_H 1
  7302. #define HAVE_UNISTD_H 1
  7303. #define HAVE_GETPAGESIZE 1
  7304. #define HAVE_MMAP 1
  7305. #define INTDIV0_RAISES_SIGFPE 1
  7306. #define HAVE_INTTYPES_H_WITH_UINTMAX 1
  7307. #define HAVE_UNSIGNED_LONG_LONG_INT 1
  7308. #define HAVE_UINTMAX_T 1
  7309. #define HAVE_INTTYPES_H 1
  7310. #define USE_POSIX_THREADS 1
  7311. #define HAVE_PTHREAD_RWLOCK 1
  7312. #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
  7313. #define HAVE_BUILTIN_EXPECT 1
  7314. #define HAVE_INTTYPES_H 1
  7315. #define HAVE_LIMITS_H 1
  7316. #define HAVE_UNISTD_H 1
  7317. #define HAVE_SYS_PARAM_H 1
  7318. #define HAVE_GETCWD 1
  7319. #define HAVE_GETEGID 1
  7320. #define HAVE_GETEUID 1
  7321. #define HAVE_GETGID 1
  7322. #define HAVE_GETUID 1
  7323. #define HAVE_MUNMAP 1
  7324. #define HAVE_STPCPY 1
  7325. #define HAVE_STRCASECMP 1
  7326. #define HAVE_STRDUP 1
  7327. #define HAVE_STRTOUL 1
  7328. #define HAVE_TSEARCH 1
  7329. #define HAVE_DECL_FEOF_UNLOCKED 1
  7330. #define HAVE_DECL_FGETS_UNLOCKED 0
  7331. #define HAVE_ICONV 1
  7332. #define ICONV_CONST
  7333. #define HAVE_LONG_LONG_INT 1
  7334. #define HAVE_WCHAR_T 1
  7335. #define HAVE_WINT_T 1
  7336. #define HAVE_INTMAX_T 1
  7337. #define HAVE_POSIX_PRINTF 1
  7338. #define HAVE_STDINT_H 1
  7339. #define HAVE_STDINT_H 1
  7340. #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
  7341. #define HAVE_CFLOCALECOPYCURRENT 1
  7342. #define HAVE_STDDEF_H 1
  7343. #define HAVE_STDLIB_H 1
  7344. #define HAVE_STRING_H 1
  7345. #define HAVE_ASPRINTF 1
  7346. #define HAVE_FWPRINTF 1
  7347. #define HAVE_PUTENV 1
  7348. #define HAVE_SETENV 1
  7349. #define HAVE_SETLOCALE 1
  7350. #define HAVE_SNPRINTF 1
  7351. #define HAVE_WCSLEN 1
  7352. #define HAVE_DECL__SNPRINTF 0
  7353. #define HAVE_DECL__SNWPRINTF 0
  7354. #define HAVE_DECL_GETC_UNLOCKED 1
  7355. #define HAVE_LANGINFO_CODESET 1
  7356. #define HAVE_LC_MESSAGES 1
  7357. #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
  7358. #define HAVE_CFLOCALECOPYCURRENT 1
  7359. #define ENABLE_NLS 1
  7360. #define DEBUG_MODE 1
  7361. #define USE_PCH 1
  7362. #define HAVE_UNIX_PIPES 1
  7363. #define HAVE_LIBEDIT 1
  7364. #define STDC_HEADERS 1
  7365. #define HAVE_LANGINFO_H 1
  7366. #define HAVE_ACCESS 1
  7367. #define HAVE_REALPATH 1
  7368. #define HAVE_GETPWUID 1
  7369. #define HAVE_GETPWNAM 1
  7370. #define HAVE_ISATTY 1
  7371.  
  7372. configure: exit 0
Add Comment
Please, Sign In to add comment