Advertisement
Guest User

Clang 9 librevenge/config.log

a guest
May 14th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 142.45 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 librevenge configure 0.0.4, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure --with-pic --enable-shared --disable-static --disable-debug --disable-werror --disable-weffc --disable-streams --disable-generators --without-docs --enable-silent-rules CXXFLAGS=-Wall -Wno-missing-braces -Wnon-virtual-dtor -Wendif-labels -Wextra -Wundef -Wunreachable-code -Wunused-macros -finput-charset=UTF-8 -fmessage-length=0 -fno-common -pipe -Wimplicit-fallthrough -fvisibility-inlines-hidden -fstack-protector-strong -fPIC -Wshadow -Woverloaded-virtual -std=gnu++2a -pthread -O2 CPPFLAGS= -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = luke-XPS-15-9550
  14. uname -m = x86_64
  15. uname -r = 5.0.0-13-generic
  16. uname -s = Linux
  17. uname -v = #14-Ubuntu SMP Mon Apr 15 14:59:14 UTC 2019
  18.  
  19. /usr/bin/uname -p = x86_64
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = x86_64
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/local/sbin
  31. PATH: /usr/local/bin
  32. PATH: /usr/sbin
  33. PATH: /usr/bin
  34. PATH: /sbin
  35. PATH: /bin
  36. PATH: /usr/games
  37. PATH: /usr/local/games
  38. PATH: /snap/bin
  39. PATH: /usr/lib/jvm/java-11-openjdk-amd64/bin
  40.  
  41.  
  42. ## ----------- ##
  43. ## Core tests. ##
  44. ## ----------- ##
  45.  
  46. configure:2497: checking for a BSD-compatible install
  47. configure:2565: result: /usr/bin/install -c
  48. configure:2576: checking whether build environment is sane
  49. configure:2631: result: yes
  50. configure:2780: checking for a thread-safe mkdir -p
  51. configure:2819: result: /usr/bin/mkdir -p
  52. configure:2826: checking for gawk
  53. configure:2856: result: no
  54. configure:2826: checking for mawk
  55. configure:2842: found /usr/bin/mawk
  56. configure:2853: result: mawk
  57. configure:2864: checking whether make sets $(MAKE)
  58. configure:2886: result: yes
  59. configure:2915: checking whether make supports nested variables
  60. configure:2932: result: yes
  61. configure:3069: checking whether make supports nested variables
  62. configure:3086: result: yes
  63. configure:3119: checking for style of include used by make
  64. configure:3147: result: GNU
  65. configure:3218: checking for gcc
  66. configure:3245: result: clang
  67. configure:3474: checking for C compiler version
  68. configure:3483: clang --version >&5
  69. clang version 9.0.0 (https://github.com/llvm/llvm-project.git b23c5e8c3df850177449268c5ca7dbf986157525)
  70. Target: x86_64-unknown-linux-gnu
  71. Thread model: posix
  72. InstalledDir: /usr/local/bin
  73. configure:3494: $? = 0
  74. configure:3483: clang -v >&5
  75. clang version 9.0.0 (https://github.com/llvm/llvm-project.git b23c5e8c3df850177449268c5ca7dbf986157525)
  76. Target: x86_64-unknown-linux-gnu
  77. Thread model: posix
  78. InstalledDir: /usr/local/bin
  79. Found candidate GCC installation: /usr/lib/gcc/i686-linux-gnu/9
  80. Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/8
  81. Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/9
  82. Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/8
  83. Candidate multilib: .;@m64
  84. Selected multilib: .;@m64
  85. ... rest of stderr output deleted ...
  86. configure:3494: $? = 0
  87. configure:3483: clang -V >&5
  88. clang-9: error: argument to '-V' is missing (expected 1 value)
  89. clang-9: error: no input files
  90. configure:3494: $? = 1
  91. configure:3483: clang -qversion >&5
  92. clang-9: error: unknown argument '-qversion', did you mean '--version'?
  93. clang-9: error: no input files
  94. configure:3494: $? = 1
  95. configure:3514: checking whether the C compiler works
  96. configure:3536: clang -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost conftest.c >&5
  97. configure:3540: $? = 0
  98. configure:3588: result: yes
  99. configure:3591: checking for C compiler default output file name
  100. configure:3593: result: a.out
  101. configure:3599: checking for suffix of executables
  102. configure:3606: clang -o conftest -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost conftest.c >&5
  103. configure:3610: $? = 0
  104. configure:3632: result:
  105. configure:3654: checking whether we are cross compiling
  106. configure:3662: clang -o conftest -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost conftest.c >&5
  107. configure:3666: $? = 0
  108. configure:3673: ./conftest
  109. configure:3677: $? = 0
  110. configure:3665: result: no
  111. configure:3670: checking for suffix of object files
  112. configure:3692: clang -c -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost conftest.c >&5
  113. configure:3696: $? = 0
  114. configure:3717: result: o
  115. configure:3721: checking whether we are using the GNU C compiler
  116. configure:3740: clang -c -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost conftest.c >&5
  117. configure:3740: $? = 0
  118. configure:3749: result: yes
  119. configure:3758: checking whether clang accepts -g
  120. configure:3778: clang -c -g -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost conftest.c >&5
  121. configure:3778: $? = 0
  122. configure:3819: result: yes
  123. configure:3836: checking for clang option to accept ISO C89
  124. configure:3899: clang -c -g -O2 -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost conftest.c >&5
  125. configure:3899: $? = 0
  126. configure:3912: result: none needed
  127. configure:3937: checking whether clang understands -c and -o together
  128. configure:3959: clang -c conftest.c -o conftest2.o
  129. configure:3962: $? = 0
  130. configure:3959: clang -c conftest.c -o conftest2.o
  131. configure:3962: $? = 0
  132. configure:3974: result: yes
  133. configure:3993: checking dependency style of clang
  134. configure:4104: result: gcc3
  135. configure:4222: checking the archiver (ar) interface
  136. configure:4238: clang -c -g -O2 -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost conftest.c >&5
  137. configure:4238: $? = 0
  138. configure:4240: ar cru libconftest.a conftest.o >&5
  139. ar: `u' modifier ignored since `D' is the default (see `U')
  140. configure:4243: $? = 0
  141. configure:4242: result: ar
  142. configure:4310: checking for gcc
  143. configure:4337: result: clang
  144. configure:4566: checking for C compiler version
  145. configure:4575: clang --version >&5
  146. clang version 9.0.0 (https://github.com/llvm/llvm-project.git b23c5e8c3df850177449268c5ca7dbf986157525)
  147. Target: x86_64-unknown-linux-gnu
  148. Thread model: posix
  149. InstalledDir: /usr/local/bin
  150. configure:4586: $? = 0
  151. configure:4575: clang -v >&5
  152. clang version 9.0.0 (https://github.com/llvm/llvm-project.git b23c5e8c3df850177449268c5ca7dbf986157525)
  153. Target: x86_64-unknown-linux-gnu
  154. Thread model: posix
  155. InstalledDir: /usr/local/bin
  156. Found candidate GCC installation: /usr/lib/gcc/i686-linux-gnu/9
  157. Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/8
  158. Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/9
  159. Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/8
  160. Candidate multilib: .;@m64
  161. Selected multilib: .;@m64
  162. ... rest of stderr output deleted ...
  163. configure:4586: $? = 0
  164. configure:4575: clang -V >&5
  165. clang-9: error: argument to '-V' is missing (expected 1 value)
  166. clang-9: error: no input files
  167. configure:4586: $? = 1
  168. configure:4575: clang -qversion >&5
  169. clang-9: error: unknown argument '-qversion', did you mean '--version'?
  170. clang-9: error: no input files
  171. configure:4586: $? = 1
  172. configure:4590: checking whether we are using the GNU C compiler
  173. configure:4618: result: yes
  174. configure:4627: checking whether clang accepts -g
  175. configure:4688: result: yes
  176. configure:4705: checking for clang option to accept ISO C89
  177. configure:4781: result: none needed
  178. configure:4806: checking whether clang understands -c and -o together
  179. configure:4843: result: yes
  180. configure:4862: checking dependency style of clang
  181. configure:4973: result: gcc3
  182. configure:4993: checking how to run the C preprocessor
  183. configure:5024: clang -E -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost conftest.c
  184. configure:5024: $? = 0
  185. configure:5038: clang -E -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost conftest.c
  186. conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
  187. #include <ac_nonexistent.h>
  188. ^~~~~~~~~~~~~~~~~~
  189. 1 error generated.
  190. configure:5038: $? = 1
  191. configure: failed program was:
  192. | /* confdefs.h */
  193. | #define PACKAGE_NAME "librevenge"
  194. | #define PACKAGE_TARNAME "librevenge"
  195. | #define PACKAGE_VERSION "0.0.4"
  196. | #define PACKAGE_STRING "librevenge 0.0.4"
  197. | #define PACKAGE_BUGREPORT ""
  198. | #define PACKAGE_URL ""
  199. | #define PACKAGE "librevenge"
  200. | #define VERSION "0.0.4"
  201. | /* end confdefs.h. */
  202. | #include <ac_nonexistent.h>
  203. configure:5063: result: clang -E
  204. configure:5083: clang -E -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost conftest.c
  205. configure:5083: $? = 0
  206. configure:5097: clang -E -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost conftest.c
  207. conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
  208. #include <ac_nonexistent.h>
  209. ^~~~~~~~~~~~~~~~~~
  210. 1 error generated.
  211. configure:5097: $? = 1
  212. configure: failed program was:
  213. | /* confdefs.h */
  214. | #define PACKAGE_NAME "librevenge"
  215. | #define PACKAGE_TARNAME "librevenge"
  216. | #define PACKAGE_VERSION "0.0.4"
  217. | #define PACKAGE_STRING "librevenge 0.0.4"
  218. | #define PACKAGE_BUGREPORT ""
  219. | #define PACKAGE_URL ""
  220. | #define PACKAGE "librevenge"
  221. | #define VERSION "0.0.4"
  222. | /* end confdefs.h. */
  223. | #include <ac_nonexistent.h>
  224. configure:5237: checking for C++ compiler version
  225. configure:5246: clang++ --version >&5
  226. clang version 9.0.0 (https://github.com/llvm/llvm-project.git b23c5e8c3df850177449268c5ca7dbf986157525)
  227. Target: x86_64-unknown-linux-gnu
  228. Thread model: posix
  229. InstalledDir: /usr/local/bin
  230. configure:5257: $? = 0
  231. configure:5246: clang++ -v >&5
  232. clang version 9.0.0 (https://github.com/llvm/llvm-project.git b23c5e8c3df850177449268c5ca7dbf986157525)
  233. Target: x86_64-unknown-linux-gnu
  234. Thread model: posix
  235. InstalledDir: /usr/local/bin
  236. Found candidate GCC installation: /usr/lib/gcc/i686-linux-gnu/9
  237. Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/8
  238. Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/9
  239. Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/8
  240. Candidate multilib: .;@m64
  241. Selected multilib: .;@m64
  242. ... rest of stderr output deleted ...
  243. configure:5257: $? = 0
  244. configure:5246: clang++ -V >&5
  245. clang-9: error: argument to '-V' is missing (expected 1 value)
  246. clang-9: error: no input files
  247. configure:5257: $? = 1
  248. configure:5246: clang++ -qversion >&5
  249. clang-9: error: unknown argument '-qversion', did you mean '--version'?
  250. clang-9: error: no input files
  251. configure:5257: $? = 1
  252. configure:5261: checking whether we are using the GNU C++ compiler
  253. configure:5280: clang++ -c -Wall -Wno-missing-braces -Wnon-virtual-dtor -Wendif-labels -Wextra -Wundef -Wunreachable-code -Wunused-macros -finput-charset=UTF-8 -fmessage-length=0 -fno-common -pipe -Wimplicit-fallthrough -fvisibility-inlines-hidden -fstack-protector-strong -fPIC -Wshadow -Woverloaded-virtual -std=gnu++2a -pthread -O2 -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost conftest.cpp >&5
  254. conftest.cpp:2:9: warning: macro is not used [-Wunused-macros]
  255. #define PACKAGE_NAME "librevenge"
  256. ^
  257. conftest.cpp:3:9: warning: macro is not used [-Wunused-macros]
  258. #define PACKAGE_TARNAME "librevenge"
  259. ^
  260. conftest.cpp:4:9: warning: macro is not used [-Wunused-macros]
  261. #define PACKAGE_VERSION "0.0.4"
  262. ^
  263. conftest.cpp:5:9: warning: macro is not used [-Wunused-macros]
  264. #define PACKAGE_STRING "librevenge 0.0.4"
  265. ^
  266. conftest.cpp:6:9: warning: macro is not used [-Wunused-macros]
  267. #define PACKAGE_BUGREPORT ""
  268. ^
  269. conftest.cpp:7:9: warning: macro is not used [-Wunused-macros]
  270. #define PACKAGE_URL ""
  271. ^
  272. conftest.cpp:8:9: warning: macro is not used [-Wunused-macros]
  273. #define PACKAGE "librevenge"
  274. ^
  275. conftest.cpp:9:9: warning: macro is not used [-Wunused-macros]
  276. #define VERSION "0.0.4"
  277. ^
  278. 8 warnings generated.
  279. configure:5280: $? = 0
  280. configure:5289: result: yes
  281. configure:5298: checking whether clang++ accepts -g
  282. configure:5318: clang++ -c -g -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost conftest.cpp >&5
  283. configure:5318: $? = 0
  284. configure:5359: result: yes
  285. configure:5384: checking dependency style of clang++
  286. configure:5495: result: gcc3
  287. configure:5511: checking whether ln -s works
  288. configure:5515: result: yes
  289. configure:5522: checking whether make sets $(MAKE)
  290. configure:5544: result: yes
  291. configure:5582: checking build system type
  292. configure:5596: result: x86_64-pc-linux-gnu
  293. configure:5616: checking host system type
  294. configure:5629: result: x86_64-pc-linux-gnu
  295. configure:5670: checking how to print strings
  296. configure:5697: result: printf
  297. configure:5718: checking for a sed that does not truncate output
  298. configure:5782: result: /usr/bin/sed
  299. configure:5800: checking for grep that handles long lines and -e
  300. configure:5858: result: /usr/bin/grep
  301. configure:5863: checking for egrep
  302. configure:5925: result: /usr/bin/grep -E
  303. configure:5930: checking for fgrep
  304. configure:5992: result: /usr/bin/grep -F
  305. configure:6027: checking for ld used by clang
  306. configure:6094: result: /usr/bin/ld
  307. configure:6101: checking if the linker (/usr/bin/ld) is GNU ld
  308. configure:6116: result: yes
  309. configure:6128: checking for BSD- or MS-compatible name lister (nm)
  310. configure:6182: result: nm
  311. configure:6312: checking the name lister (nm) interface
  312. configure:6319: clang++ -c -Wall -Wno-missing-braces -Wnon-virtual-dtor -Wendif-labels -Wextra -Wundef -Wunreachable-code -Wunused-macros -finput-charset=UTF-8 -fmessage-length=0 -fno-common -pipe -Wimplicit-fallthrough -fvisibility-inlines-hidden -fstack-protector-strong -fPIC -Wshadow -Woverloaded-virtual -std=gnu++2a -pthread -O2 -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost conftest.cpp >&5
  313. configure:6322: nm "conftest.o"
  314. configure:6325: output
  315. 0000000000000000 B some_variable
  316. configure:6326: result: BSD nm
  317. configure:6330: checking the maximum length of command line arguments
  318. configure:6461: result: 1572864
  319. configure:6509: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
  320. configure:6549: result: func_convert_file_noop
  321. configure:6556: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
  322. configure:6576: result: func_convert_file_noop
  323. configure:6583: checking for /usr/bin/ld option to reload object files
  324. configure:6590: result: -r
  325. configure:6664: checking for objdump
  326. configure:6691: result: objdump
  327. configure:6720: checking how to recognize dependent libraries
  328. configure:6920: result: pass_all
  329. configure:7005: checking for dlltool
  330. configure:7035: result: no
  331. configure:7062: checking how to associate runtime and link libraries
  332. configure:7089: result: printf %s\n
  333. configure:7214: checking for archiver @FILE support
  334. configure:7231: clang++ -c -Wall -Wno-missing-braces -Wnon-virtual-dtor -Wendif-labels -Wextra -Wundef -Wunreachable-code -Wunused-macros -finput-charset=UTF-8 -fmessage-length=0 -fno-common -pipe -Wimplicit-fallthrough -fvisibility-inlines-hidden -fstack-protector-strong -fPIC -Wshadow -Woverloaded-virtual -std=gnu++2a -pthread -O2 -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost conftest.cpp >&5
  335. conftest.cpp:2:9: warning: macro is not used [-Wunused-macros]
  336. #define PACKAGE_NAME "librevenge"
  337. ^
  338. conftest.cpp:3:9: warning: macro is not used [-Wunused-macros]
  339. #define PACKAGE_TARNAME "librevenge"
  340. ^
  341. conftest.cpp:4:9: warning: macro is not used [-Wunused-macros]
  342. #define PACKAGE_VERSION "0.0.4"
  343. ^
  344. conftest.cpp:5:9: warning: macro is not used [-Wunused-macros]
  345. #define PACKAGE_STRING "librevenge 0.0.4"
  346. ^
  347. conftest.cpp:6:9: warning: macro is not used [-Wunused-macros]
  348. #define PACKAGE_BUGREPORT ""
  349. ^
  350. conftest.cpp:7:9: warning: macro is not used [-Wunused-macros]
  351. #define PACKAGE_URL ""
  352. ^
  353. conftest.cpp:8:9: warning: macro is not used [-Wunused-macros]
  354. #define PACKAGE "librevenge"
  355. ^
  356. conftest.cpp:9:9: warning: macro is not used [-Wunused-macros]
  357. #define VERSION "0.0.4"
  358. ^
  359. 8 warnings generated.
  360. configure:7231: $? = 0
  361. configure:7234: ar cru libconftest.a @conftest.lst >&5
  362. ar: `u' modifier ignored since `D' is the default (see `U')
  363. configure:7237: $? = 0
  364. configure:7242: ar cru libconftest.a @conftest.lst >&5
  365. ar: `u' modifier ignored since `D' is the default (see `U')
  366. ar: conftest.o: No such file or directory
  367. configure:7245: $? = 1
  368. configure:7244: result: @
  369. configure:7302: checking for strip
  370. configure:7329: result: strip
  371. configure:7401: checking for ranlib
  372. configure:7428: result: ranlib
  373. configure:7530: checking command to parse nm output from clang object
  374. configure:7683: clang++ -c -Wall -Wno-missing-braces -Wnon-virtual-dtor -Wendif-labels -Wextra -Wundef -Wunreachable-code -Wunused-macros -finput-charset=UTF-8 -fmessage-length=0 -fno-common -pipe -Wimplicit-fallthrough -fvisibility-inlines-hidden -fstack-protector-strong -fPIC -Wshadow -Woverloaded-virtual -std=gnu++2a -pthread -O2 -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost conftest.cpp >&5
  375. configure:7686: $? = 0
  376. configure:7690: nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  377. configure:7693: $? = 0
  378. configure:7759: clang++ -o conftest -Wall -Wno-missing-braces -Wnon-virtual-dtor -Wendif-labels -Wextra -Wundef -Wunreachable-code -Wunused-macros -finput-charset=UTF-8 -fmessage-length=0 -fno-common -pipe -Wimplicit-fallthrough -fvisibility-inlines-hidden -fstack-protector-strong -fPIC -Wshadow -Woverloaded-virtual -std=gnu++2a -pthread -O2 -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost conftest.cpp conftstm.o >&5
  379. conftest.cpp:25:1: warning: unused variable 'lt__PROGRAM__LTX_preloaded_symbols' [-Wunused-const-variable]
  380. lt__PROGRAM__LTX_preloaded_symbols[] =
  381. ^
  382. 1 warning generated.
  383. configure:7762: $? = 0
  384. configure:7800: result: ok
  385. configure:7847: checking for sysroot
  386. configure:7877: result: no
  387. configure:7884: checking for a working dd
  388. configure:7922: result: /usr/bin/dd
  389. configure:7926: checking how to truncate binary pipes
  390. configure:7941: result: /usr/bin/dd bs=4096 count=1
  391. configure:8077: clang++ -c -Wall -Wno-missing-braces -Wnon-virtual-dtor -Wendif-labels -Wextra -Wundef -Wunreachable-code -Wunused-macros -finput-charset=UTF-8 -fmessage-length=0 -fno-common -pipe -Wimplicit-fallthrough -fvisibility-inlines-hidden -fstack-protector-strong -fPIC -Wshadow -Woverloaded-virtual -std=gnu++2a -pthread -O2 -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost conftest.cpp >&5
  392. configure:8080: $? = 0
  393. configure:8270: checking for mt
  394. configure:8286: found /usr/bin/mt
  395. configure:8297: result: mt
  396. configure:8320: checking if mt is a manifest tool
  397. configure:8326: mt '-?'
  398. configure:8334: result: no
  399. configure:9007: checking for ANSI C header files
  400. configure:9027: clang++ -c -Wall -Wno-missing-braces -Wnon-virtual-dtor -Wendif-labels -Wextra -Wundef -Wunreachable-code -Wunused-macros -finput-charset=UTF-8 -fmessage-length=0 -fno-common -pipe -Wimplicit-fallthrough -fvisibility-inlines-hidden -fstack-protector-strong -fPIC -Wshadow -Woverloaded-virtual -std=gnu++2a -pthread -O2 -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost conftest.cpp >&5
  401. conftest.cpp:2:9: warning: macro is not used [-Wunused-macros]
  402. #define PACKAGE_NAME "librevenge"
  403. ^
  404. conftest.cpp:3:9: warning: macro is not used [-Wunused-macros]
  405. #define PACKAGE_TARNAME "librevenge"
  406. ^
  407. conftest.cpp:4:9: warning: macro is not used [-Wunused-macros]
  408. #define PACKAGE_VERSION "0.0.4"
  409. ^
  410. conftest.cpp:5:9: warning: macro is not used [-Wunused-macros]
  411. #define PACKAGE_STRING "librevenge 0.0.4"
  412. ^
  413. conftest.cpp:6:9: warning: macro is not used [-Wunused-macros]
  414. #define PACKAGE_BUGREPORT ""
  415. ^
  416. conftest.cpp:7:9: warning: macro is not used [-Wunused-macros]
  417. #define PACKAGE_URL ""
  418. ^
  419. conftest.cpp:8:9: warning: macro is not used [-Wunused-macros]
  420. #define PACKAGE "librevenge"
  421. ^
  422. conftest.cpp:9:9: warning: macro is not used [-Wunused-macros]
  423. #define VERSION "0.0.4"
  424. ^
  425. 8 warnings generated.
  426. configure:9027: $? = 0
  427. ./configure: line 9041: -I/core/external/boost/include: No such file or directory
  428. configure:9111: result: no
  429. configure:9124: checking for sys/types.h
  430. configure:9124: clang++ -c -Wall -Wno-missing-braces -Wnon-virtual-dtor -Wendif-labels -Wextra -Wundef -Wunreachable-code -Wunused-macros -finput-charset=UTF-8 -fmessage-length=0 -fno-common -pipe -Wimplicit-fallthrough -fvisibility-inlines-hidden -fstack-protector-strong -fPIC -Wshadow -Woverloaded-virtual -std=gnu++2a -pthread -O2 -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost conftest.cpp >&5
  431. conftest.cpp:2:9: warning: macro is not used [-Wunused-macros]
  432. #define PACKAGE_NAME "librevenge"
  433. ^
  434. conftest.cpp:3:9: warning: macro is not used [-Wunused-macros]
  435. #define PACKAGE_TARNAME "librevenge"
  436. ^
  437. conftest.cpp:4:9: warning: macro is not used [-Wunused-macros]
  438. #define PACKAGE_VERSION "0.0.4"
  439. ^
  440. conftest.cpp:5:9: warning: macro is not used [-Wunused-macros]
  441. #define PACKAGE_STRING "librevenge 0.0.4"
  442. ^
  443. conftest.cpp:6:9: warning: macro is not used [-Wunused-macros]
  444. #define PACKAGE_BUGREPORT ""
  445. ^
  446. conftest.cpp:7:9: warning: macro is not used [-Wunused-macros]
  447. #define PACKAGE_URL ""
  448. ^
  449. conftest.cpp:8:9: warning: macro is not used [-Wunused-macros]
  450. #define PACKAGE "librevenge"
  451. ^
  452. conftest.cpp:9:9: warning: macro is not used [-Wunused-macros]
  453. #define VERSION "0.0.4"
  454. ^
  455. 8 warnings generated.
  456. configure:9124: $? = 0
  457. configure:9124: result: yes
  458. configure:9124: checking for sys/stat.h
  459. configure:9124: clang++ -c -Wall -Wno-missing-braces -Wnon-virtual-dtor -Wendif-labels -Wextra -Wundef -Wunreachable-code -Wunused-macros -finput-charset=UTF-8 -fmessage-length=0 -fno-common -pipe -Wimplicit-fallthrough -fvisibility-inlines-hidden -fstack-protector-strong -fPIC -Wshadow -Woverloaded-virtual -std=gnu++2a -pthread -O2 -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost conftest.cpp >&5
  460. conftest.cpp:2:9: warning: macro is not used [-Wunused-macros]
  461. #define PACKAGE_NAME "librevenge"
  462. ^
  463. conftest.cpp:3:9: warning: macro is not used [-Wunused-macros]
  464. #define PACKAGE_TARNAME "librevenge"
  465. ^
  466. conftest.cpp:4:9: warning: macro is not used [-Wunused-macros]
  467. #define PACKAGE_VERSION "0.0.4"
  468. ^
  469. conftest.cpp:5:9: warning: macro is not used [-Wunused-macros]
  470. #define PACKAGE_STRING "librevenge 0.0.4"
  471. ^
  472. conftest.cpp:6:9: warning: macro is not used [-Wunused-macros]
  473. #define PACKAGE_BUGREPORT ""
  474. ^
  475. conftest.cpp:7:9: warning: macro is not used [-Wunused-macros]
  476. #define PACKAGE_URL ""
  477. ^
  478. conftest.cpp:8:9: warning: macro is not used [-Wunused-macros]
  479. #define PACKAGE "librevenge"
  480. ^
  481. conftest.cpp:9:9: warning: macro is not used [-Wunused-macros]
  482. #define VERSION "0.0.4"
  483. ^
  484. 8 warnings generated.
  485. configure:9124: $? = 0
  486. configure:9124: result: yes
  487. configure:9124: checking for stdlib.h
  488. configure:9124: clang++ -c -Wall -Wno-missing-braces -Wnon-virtual-dtor -Wendif-labels -Wextra -Wundef -Wunreachable-code -Wunused-macros -finput-charset=UTF-8 -fmessage-length=0 -fno-common -pipe -Wimplicit-fallthrough -fvisibility-inlines-hidden -fstack-protector-strong -fPIC -Wshadow -Woverloaded-virtual -std=gnu++2a -pthread -O2 -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost conftest.cpp >&5
  489. conftest.cpp:2:9: warning: macro is not used [-Wunused-macros]
  490. #define PACKAGE_NAME "librevenge"
  491. ^
  492. conftest.cpp:3:9: warning: macro is not used [-Wunused-macros]
  493. #define PACKAGE_TARNAME "librevenge"
  494. ^
  495. conftest.cpp:4:9: warning: macro is not used [-Wunused-macros]
  496. #define PACKAGE_VERSION "0.0.4"
  497. ^
  498. conftest.cpp:5:9: warning: macro is not used [-Wunused-macros]
  499. #define PACKAGE_STRING "librevenge 0.0.4"
  500. ^
  501. conftest.cpp:6:9: warning: macro is not used [-Wunused-macros]
  502. #define PACKAGE_BUGREPORT ""
  503. ^
  504. conftest.cpp:7:9: warning: macro is not used [-Wunused-macros]
  505. #define PACKAGE_URL ""
  506. ^
  507. conftest.cpp:8:9: warning: macro is not used [-Wunused-macros]
  508. #define PACKAGE "librevenge"
  509. ^
  510. conftest.cpp:9:9: warning: macro is not used [-Wunused-macros]
  511. #define VERSION "0.0.4"
  512. ^
  513. 8 warnings generated.
  514. configure:9124: $? = 0
  515. configure:9124: result: yes
  516. configure:9124: checking for string.h
  517. configure:9124: clang++ -c -Wall -Wno-missing-braces -Wnon-virtual-dtor -Wendif-labels -Wextra -Wundef -Wunreachable-code -Wunused-macros -finput-charset=UTF-8 -fmessage-length=0 -fno-common -pipe -Wimplicit-fallthrough -fvisibility-inlines-hidden -fstack-protector-strong -fPIC -Wshadow -Woverloaded-virtual -std=gnu++2a -pthread -O2 -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost conftest.cpp >&5
  518. conftest.cpp:2:9: warning: macro is not used [-Wunused-macros]
  519. #define PACKAGE_NAME "librevenge"
  520. ^
  521. conftest.cpp:3:9: warning: macro is not used [-Wunused-macros]
  522. #define PACKAGE_TARNAME "librevenge"
  523. ^
  524. conftest.cpp:4:9: warning: macro is not used [-Wunused-macros]
  525. #define PACKAGE_VERSION "0.0.4"
  526. ^
  527. conftest.cpp:5:9: warning: macro is not used [-Wunused-macros]
  528. #define PACKAGE_STRING "librevenge 0.0.4"
  529. ^
  530. conftest.cpp:6:9: warning: macro is not used [-Wunused-macros]
  531. #define PACKAGE_BUGREPORT ""
  532. ^
  533. conftest.cpp:7:9: warning: macro is not used [-Wunused-macros]
  534. #define PACKAGE_URL ""
  535. ^
  536. conftest.cpp:8:9: warning: macro is not used [-Wunused-macros]
  537. #define PACKAGE "librevenge"
  538. ^
  539. conftest.cpp:9:9: warning: macro is not used [-Wunused-macros]
  540. #define VERSION "0.0.4"
  541. ^
  542. 8 warnings generated.
  543. configure:9124: $? = 0
  544. configure:9124: result: yes
  545. configure:9124: checking for memory.h
  546. configure:9124: clang++ -c -Wall -Wno-missing-braces -Wnon-virtual-dtor -Wendif-labels -Wextra -Wundef -Wunreachable-code -Wunused-macros -finput-charset=UTF-8 -fmessage-length=0 -fno-common -pipe -Wimplicit-fallthrough -fvisibility-inlines-hidden -fstack-protector-strong -fPIC -Wshadow -Woverloaded-virtual -std=gnu++2a -pthread -O2 -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost conftest.cpp >&5
  547. conftest.cpp:2:9: warning: macro is not used [-Wunused-macros]
  548. #define PACKAGE_NAME "librevenge"
  549. ^
  550. conftest.cpp:3:9: warning: macro is not used [-Wunused-macros]
  551. #define PACKAGE_TARNAME "librevenge"
  552. ^
  553. conftest.cpp:4:9: warning: macro is not used [-Wunused-macros]
  554. #define PACKAGE_VERSION "0.0.4"
  555. ^
  556. conftest.cpp:5:9: warning: macro is not used [-Wunused-macros]
  557. #define PACKAGE_STRING "librevenge 0.0.4"
  558. ^
  559. conftest.cpp:6:9: warning: macro is not used [-Wunused-macros]
  560. #define PACKAGE_BUGREPORT ""
  561. ^
  562. conftest.cpp:7:9: warning: macro is not used [-Wunused-macros]
  563. #define PACKAGE_URL ""
  564. ^
  565. conftest.cpp:8:9: warning: macro is not used [-Wunused-macros]
  566. #define PACKAGE "librevenge"
  567. ^
  568. conftest.cpp:9:9: warning: macro is not used [-Wunused-macros]
  569. #define VERSION "0.0.4"
  570. ^
  571. 8 warnings generated.
  572. configure:9124: $? = 0
  573. configure:9124: result: yes
  574. configure:9124: checking for strings.h
  575. configure:9124: clang++ -c -Wall -Wno-missing-braces -Wnon-virtual-dtor -Wendif-labels -Wextra -Wundef -Wunreachable-code -Wunused-macros -finput-charset=UTF-8 -fmessage-length=0 -fno-common -pipe -Wimplicit-fallthrough -fvisibility-inlines-hidden -fstack-protector-strong -fPIC -Wshadow -Woverloaded-virtual -std=gnu++2a -pthread -O2 -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost conftest.cpp >&5
  576. conftest.cpp:2:9: warning: macro is not used [-Wunused-macros]
  577. #define PACKAGE_NAME "librevenge"
  578. ^
  579. conftest.cpp:3:9: warning: macro is not used [-Wunused-macros]
  580. #define PACKAGE_TARNAME "librevenge"
  581. ^
  582. conftest.cpp:4:9: warning: macro is not used [-Wunused-macros]
  583. #define PACKAGE_VERSION "0.0.4"
  584. ^
  585. conftest.cpp:5:9: warning: macro is not used [-Wunused-macros]
  586. #define PACKAGE_STRING "librevenge 0.0.4"
  587. ^
  588. conftest.cpp:6:9: warning: macro is not used [-Wunused-macros]
  589. #define PACKAGE_BUGREPORT ""
  590. ^
  591. conftest.cpp:7:9: warning: macro is not used [-Wunused-macros]
  592. #define PACKAGE_URL ""
  593. ^
  594. conftest.cpp:8:9: warning: macro is not used [-Wunused-macros]
  595. #define PACKAGE "librevenge"
  596. ^
  597. conftest.cpp:9:9: warning: macro is not used [-Wunused-macros]
  598. #define VERSION "0.0.4"
  599. ^
  600. conftest.cpp:14:9: warning: macro is not used [-Wunused-macros]
  601. #define HAVE_MEMORY_H 1
  602. ^
  603. 9 warnings generated.
  604. configure:9124: $? = 0
  605. configure:9124: result: yes
  606. configure:9124: checking for inttypes.h
  607. configure:9124: clang++ -c -Wall -Wno-missing-braces -Wnon-virtual-dtor -Wendif-labels -Wextra -Wundef -Wunreachable-code -Wunused-macros -finput-charset=UTF-8 -fmessage-length=0 -fno-common -pipe -Wimplicit-fallthrough -fvisibility-inlines-hidden -fstack-protector-strong -fPIC -Wshadow -Woverloaded-virtual -std=gnu++2a -pthread -O2 -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost conftest.cpp >&5
  608. conftest.cpp:2:9: warning: macro is not used [-Wunused-macros]
  609. #define PACKAGE_NAME "librevenge"
  610. ^
  611. conftest.cpp:3:9: warning: macro is not used [-Wunused-macros]
  612. #define PACKAGE_TARNAME "librevenge"
  613. ^
  614. conftest.cpp:4:9: warning: macro is not used [-Wunused-macros]
  615. #define PACKAGE_VERSION "0.0.4"
  616. ^
  617. conftest.cpp:5:9: warning: macro is not used [-Wunused-macros]
  618. #define PACKAGE_STRING "librevenge 0.0.4"
  619. ^
  620. conftest.cpp:6:9: warning: macro is not used [-Wunused-macros]
  621. #define PACKAGE_BUGREPORT ""
  622. ^
  623. conftest.cpp:7:9: warning: macro is not used [-Wunused-macros]
  624. #define PACKAGE_URL ""
  625. ^
  626. conftest.cpp:8:9: warning: macro is not used [-Wunused-macros]
  627. #define PACKAGE "librevenge"
  628. ^
  629. conftest.cpp:9:9: warning: macro is not used [-Wunused-macros]
  630. #define VERSION "0.0.4"
  631. ^
  632. conftest.cpp:14:9: warning: macro is not used [-Wunused-macros]
  633. #define HAVE_MEMORY_H 1
  634. ^
  635. 9 warnings generated.
  636. configure:9124: $? = 0
  637. configure:9124: result: yes
  638. configure:9124: checking for stdint.h
  639. configure:9124: clang++ -c -Wall -Wno-missing-braces -Wnon-virtual-dtor -Wendif-labels -Wextra -Wundef -Wunreachable-code -Wunused-macros -finput-charset=UTF-8 -fmessage-length=0 -fno-common -pipe -Wimplicit-fallthrough -fvisibility-inlines-hidden -fstack-protector-strong -fPIC -Wshadow -Woverloaded-virtual -std=gnu++2a -pthread -O2 -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost conftest.cpp >&5
  640. conftest.cpp:2:9: warning: macro is not used [-Wunused-macros]
  641. #define PACKAGE_NAME "librevenge"
  642. ^
  643. conftest.cpp:3:9: warning: macro is not used [-Wunused-macros]
  644. #define PACKAGE_TARNAME "librevenge"
  645. ^
  646. conftest.cpp:4:9: warning: macro is not used [-Wunused-macros]
  647. #define PACKAGE_VERSION "0.0.4"
  648. ^
  649. conftest.cpp:5:9: warning: macro is not used [-Wunused-macros]
  650. #define PACKAGE_STRING "librevenge 0.0.4"
  651. ^
  652. conftest.cpp:6:9: warning: macro is not used [-Wunused-macros]
  653. #define PACKAGE_BUGREPORT ""
  654. ^
  655. conftest.cpp:7:9: warning: macro is not used [-Wunused-macros]
  656. #define PACKAGE_URL ""
  657. ^
  658. conftest.cpp:8:9: warning: macro is not used [-Wunused-macros]
  659. #define PACKAGE "librevenge"
  660. ^
  661. conftest.cpp:9:9: warning: macro is not used [-Wunused-macros]
  662. #define VERSION "0.0.4"
  663. ^
  664. conftest.cpp:14:9: warning: macro is not used [-Wunused-macros]
  665. #define HAVE_MEMORY_H 1
  666. ^
  667. 9 warnings generated.
  668. configure:9124: $? = 0
  669. configure:9124: result: yes
  670. configure:9124: checking for unistd.h
  671. configure:9124: clang++ -c -Wall -Wno-missing-braces -Wnon-virtual-dtor -Wendif-labels -Wextra -Wundef -Wunreachable-code -Wunused-macros -finput-charset=UTF-8 -fmessage-length=0 -fno-common -pipe -Wimplicit-fallthrough -fvisibility-inlines-hidden -fstack-protector-strong -fPIC -Wshadow -Woverloaded-virtual -std=gnu++2a -pthread -O2 -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost conftest.cpp >&5
  672. conftest.cpp:2:9: warning: macro is not used [-Wunused-macros]
  673. #define PACKAGE_NAME "librevenge"
  674. ^
  675. conftest.cpp:3:9: warning: macro is not used [-Wunused-macros]
  676. #define PACKAGE_TARNAME "librevenge"
  677. ^
  678. conftest.cpp:4:9: warning: macro is not used [-Wunused-macros]
  679. #define PACKAGE_VERSION "0.0.4"
  680. ^
  681. conftest.cpp:5:9: warning: macro is not used [-Wunused-macros]
  682. #define PACKAGE_STRING "librevenge 0.0.4"
  683. ^
  684. conftest.cpp:6:9: warning: macro is not used [-Wunused-macros]
  685. #define PACKAGE_BUGREPORT ""
  686. ^
  687. conftest.cpp:7:9: warning: macro is not used [-Wunused-macros]
  688. #define PACKAGE_URL ""
  689. ^
  690. conftest.cpp:8:9: warning: macro is not used [-Wunused-macros]
  691. #define PACKAGE "librevenge"
  692. ^
  693. conftest.cpp:9:9: warning: macro is not used [-Wunused-macros]
  694. #define VERSION "0.0.4"
  695. ^
  696. conftest.cpp:14:9: warning: macro is not used [-Wunused-macros]
  697. #define HAVE_MEMORY_H 1
  698. ^
  699. 9 warnings generated.
  700. configure:9124: $? = 0
  701. configure:9124: result: yes
  702. configure:9138: checking for dlfcn.h
  703. configure:9138: clang++ -c -Wall -Wno-missing-braces -Wnon-virtual-dtor -Wendif-labels -Wextra -Wundef -Wunreachable-code -Wunused-macros -finput-charset=UTF-8 -fmessage-length=0 -fno-common -pipe -Wimplicit-fallthrough -fvisibility-inlines-hidden -fstack-protector-strong -fPIC -Wshadow -Woverloaded-virtual -std=gnu++2a -pthread -O2 -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost conftest.cpp >&5
  704. conftest.cpp:2:9: warning: macro is not used [-Wunused-macros]
  705. #define PACKAGE_NAME "librevenge"
  706. ^
  707. conftest.cpp:3:9: warning: macro is not used [-Wunused-macros]
  708. #define PACKAGE_TARNAME "librevenge"
  709. ^
  710. conftest.cpp:4:9: warning: macro is not used [-Wunused-macros]
  711. #define PACKAGE_VERSION "0.0.4"
  712. ^
  713. conftest.cpp:5:9: warning: macro is not used [-Wunused-macros]
  714. #define PACKAGE_STRING "librevenge 0.0.4"
  715. ^
  716. conftest.cpp:6:9: warning: macro is not used [-Wunused-macros]
  717. #define PACKAGE_BUGREPORT ""
  718. ^
  719. conftest.cpp:7:9: warning: macro is not used [-Wunused-macros]
  720. #define PACKAGE_URL ""
  721. ^
  722. conftest.cpp:8:9: warning: macro is not used [-Wunused-macros]
  723. #define PACKAGE "librevenge"
  724. ^
  725. conftest.cpp:9:9: warning: macro is not used [-Wunused-macros]
  726. #define VERSION "0.0.4"
  727. ^
  728. conftest.cpp:14:9: warning: macro is not used [-Wunused-macros]
  729. #define HAVE_MEMORY_H 1
  730. ^
  731. 9 warnings generated.
  732. configure:9138: $? = 0
  733. configure:9138: result: yes
  734. configure:9700: checking for objdir
  735. configure:9715: result: .libs
  736. configure:9979: checking if clang supports -fno-rtti -fno-exceptions
  737. configure:9997: clang -c -g -O2 -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost -fno-rtti -fno-exceptions conftest.c >&5
  738. configure:10001: $? = 0
  739. configure:10014: result: yes
  740. configure:10372: checking for clang option to produce PIC
  741. configure:10379: result: -fPIC -DPIC
  742. configure:10387: checking if clang PIC flag -fPIC -DPIC works
  743. configure:10405: clang -c -g -O2 -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost -fPIC -DPIC -DPIC conftest.c >&5
  744. configure:10409: $? = 0
  745. configure:10422: result: yes
  746. configure:10451: checking if clang static flag -static works
  747. configure:10479: result: yes
  748. configure:10494: checking if clang supports -c -o file.o
  749. configure:10515: clang -c -g -O2 -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost -o out/conftest2.o conftest.c >&5
  750. configure:10519: $? = 0
  751. configure:10541: result: yes
  752. configure:10549: checking if clang supports -c -o file.o
  753. configure:10596: result: yes
  754. configure:10629: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  755. configure:11888: result: yes
  756. configure:11925: checking whether -lc should be explicitly linked in
  757. configure:11933: clang -c -g -O2 -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost conftest.c >&5
  758. configure:11936: $? = 0
  759. configure:11951: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
  760. configure:11954: $? = 0
  761. configure:11968: result: no
  762. configure:12128: checking dynamic linker characteristics
  763. configure:12709: clang -o conftest -g -O2 -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost -Wl,-rpath -Wl,/foo conftest.c >&5
  764. configure:12709: $? = 0
  765. configure:12949: result: GNU/Linux ld.so
  766. configure:13071: checking how to hardcode library paths into programs
  767. configure:13096: result: immediate
  768. configure:13644: checking whether stripping libraries is possible
  769. configure:13649: result: yes
  770. configure:13684: checking if libtool supports shared libraries
  771. configure:13686: result: yes
  772. configure:13689: checking whether to build shared libraries
  773. configure:13714: result: yes
  774. configure:13717: checking whether to build static libraries
  775. configure:13721: result: no
  776. configure:10533: checking how to run the C++ preprocessor
  777. configure:10560: clang++ -E -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost conftest.cpp
  778. configure:10560: $? = 0
  779. configure:10574: clang++ -E -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost conftest.cpp
  780. conftest.cpp:22:10: fatal error: 'ac_nonexistent.h' file not found
  781. #include <ac_nonexistent.h>
  782. ^~~~~~~~~~~~~~~~~~
  783. 1 error generated.
  784. configure:10574: $? = 1
  785. configure: failed program was:
  786. | /* confdefs.h */
  787. | #define PACKAGE_NAME "librevenge"
  788. | #define PACKAGE_TARNAME "librevenge"
  789. | #define PACKAGE_VERSION "0.0.4"
  790. | #define PACKAGE_STRING "librevenge 0.0.4"
  791. | #define PACKAGE_BUGREPORT ""
  792. | #define PACKAGE_URL ""
  793. | #define PACKAGE "librevenge"
  794. | #define VERSION "0.0.4"
  795. | #define HAVE_SYS_TYPES_H 1
  796. | #define HAVE_SYS_STAT_H 1
  797. | #define HAVE_STDLIB_H 1
  798. | #define HAVE_STRING_H 1
  799. | #define HAVE_MEMORY_H 1
  800. | #define HAVE_STRINGS_H 1
  801. | #define HAVE_INTTYPES_H 1
  802. | #define HAVE_STDINT_H 1
  803. | #define HAVE_UNISTD_H 1
  804. | #define HAVE_DLFCN_H 1
  805. | #define LT_OBJDIR ".libs/"
  806. | /* end confdefs.h. */
  807. | #include <ac_nonexistent.h>
  808. configure:10599: result: clang++ -E
  809. configure:10619: clang++ -E -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost conftest.cpp
  810. configure:10619: $? = 0
  811. configure:10633: clang++ -E -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost conftest.cpp
  812. conftest.cpp:22:10: fatal error: 'ac_nonexistent.h' file not found
  813. #include <ac_nonexistent.h>
  814. ^~~~~~~~~~~~~~~~~~
  815. 1 error generated.
  816. configure:10633: $? = 1
  817. configure: failed program was:
  818. | /* confdefs.h */
  819. | #define PACKAGE_NAME "librevenge"
  820. | #define PACKAGE_TARNAME "librevenge"
  821. | #define PACKAGE_VERSION "0.0.4"
  822. | #define PACKAGE_STRING "librevenge 0.0.4"
  823. | #define PACKAGE_BUGREPORT ""
  824. | #define PACKAGE_URL ""
  825. | #define PACKAGE "librevenge"
  826. | #define VERSION "0.0.4"
  827. | #define HAVE_SYS_TYPES_H 1
  828. | #define HAVE_SYS_STAT_H 1
  829. | #define HAVE_STDLIB_H 1
  830. | #define HAVE_STRING_H 1
  831. | #define HAVE_MEMORY_H 1
  832. | #define HAVE_STRINGS_H 1
  833. | #define HAVE_INTTYPES_H 1
  834. | #define HAVE_STDINT_H 1
  835. | #define HAVE_UNISTD_H 1
  836. | #define HAVE_DLFCN_H 1
  837. | #define LT_OBJDIR ".libs/"
  838. | /* end confdefs.h. */
  839. | #include <ac_nonexistent.h>
  840. configure:10795: checking for ld used by clang++
  841. configure:10862: result: /usr/bin/ld -m elf_x86_64
  842. configure:10869: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
  843. configure:10884: result: yes
  844. configure:10939: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  845. configure:12014: result: yes
  846. configure:12050: clang++ -c -Wall -Wno-missing-braces -Wnon-virtual-dtor -Wendif-labels -Wextra -Wundef -Wunreachable-code -Wunused-macros -finput-charset=UTF-8 -fmessage-length=0 -fno-common -pipe -Wimplicit-fallthrough -fvisibility-inlines-hidden -fstack-protector-strong -fPIC -Wshadow -Woverloaded-virtual -std=gnu++2a -pthread -O2 -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost conftest.cpp >&5
  847. configure:12053: $? = 0
  848. configure:12534: checking for clang++ option to produce PIC
  849. configure:12541: result: -fPIC -DPIC
  850. configure:12549: checking if clang++ PIC flag -fPIC -DPIC works
  851. configure:12567: clang++ -c -Wall -Wno-missing-braces -Wnon-virtual-dtor -Wendif-labels -Wextra -Wundef -Wunreachable-code -Wunused-macros -finput-charset=UTF-8 -fmessage-length=0 -fno-common -pipe -Wimplicit-fallthrough -fvisibility-inlines-hidden -fstack-protector-strong -fPIC -Wshadow -Woverloaded-virtual -std=gnu++2a -pthread -O2 -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost -fPIC -DPIC -DPIC conftest.cpp >&5
  852. configure:12571: $? = 0
  853. configure:12584: result: yes
  854. configure:12607: checking if clang++ static flag -static works
  855. configure:12635: result: yes
  856. configure:12647: checking if clang++ supports -c -o file.o
  857. configure:12668: clang++ -c -Wall -Wno-missing-braces -Wnon-virtual-dtor -Wendif-labels -Wextra -Wundef -Wunreachable-code -Wunused-macros -finput-charset=UTF-8 -fmessage-length=0 -fno-common -pipe -Wimplicit-fallthrough -fvisibility-inlines-hidden -fstack-protector-strong -fPIC -Wshadow -Woverloaded-virtual -std=gnu++2a -pthread -O2 -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost -o out/conftest2.o conftest.cpp >&5
  858. configure:12672: $? = 0
  859. configure:12694: result: yes
  860. configure:12699: checking if clang++ supports -c -o file.o
  861. configure:12746: result: yes
  862. configure:12776: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  863. configure:12816: result: yes
  864. configure:12957: checking dynamic linker characteristics
  865. configure:13705: result: GNU/Linux ld.so
  866. configure:13770: checking how to hardcode library paths into programs
  867. configure:13795: result: unsupported
  868. configure:12725: checking for native Win32
  869. configure:12744: result: no
  870. configure:12758: checking for Win32 platform in general
  871. configure:12767: result: no
  872. configure:12782: checking for -fvisibility=hidden compiler flag
  873. configure:12797: clang++ -c -Wall -Wno-missing-braces -Wnon-virtual-dtor -Wendif-labels -Wextra -Wundef -Wunreachable-code -Wunused-macros -finput-charset=UTF-8 -fmessage-length=0 -fno-common -pipe -Wimplicit-fallthrough -fvisibility-inlines-hidden -fstack-protector-strong -fPIC -Wshadow -Woverloaded-virtual -std=gnu++2a -pthread -O2 -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost -fvisibility=hidden conftest.cpp >&5
  874. conftest.cpp:2:9: warning: macro is not used [-Wunused-macros]
  875. #define PACKAGE_NAME "librevenge"
  876. ^
  877. conftest.cpp:3:9: warning: macro is not used [-Wunused-macros]
  878. #define PACKAGE_TARNAME "librevenge"
  879. ^
  880. conftest.cpp:4:9: warning: macro is not used [-Wunused-macros]
  881. #define PACKAGE_VERSION "0.0.4"
  882. ^
  883. conftest.cpp:5:9: warning: macro is not used [-Wunused-macros]
  884. #define PACKAGE_STRING "librevenge 0.0.4"
  885. ^
  886. conftest.cpp:6:9: warning: macro is not used [-Wunused-macros]
  887. #define PACKAGE_BUGREPORT ""
  888. ^
  889. conftest.cpp:7:9: warning: macro is not used [-Wunused-macros]
  890. #define PACKAGE_URL ""
  891. ^
  892. conftest.cpp:8:9: warning: macro is not used [-Wunused-macros]
  893. #define PACKAGE "librevenge"
  894. ^
  895. conftest.cpp:9:9: warning: macro is not used [-Wunused-macros]
  896. #define VERSION "0.0.4"
  897. ^
  898. conftest.cpp:10:9: warning: macro is not used [-Wunused-macros]
  899. #define HAVE_SYS_TYPES_H 1
  900. ^
  901. conftest.cpp:11:9: warning: macro is not used [-Wunused-macros]
  902. #define HAVE_SYS_STAT_H 1
  903. ^
  904. conftest.cpp:12:9: warning: macro is not used [-Wunused-macros]
  905. #define HAVE_STDLIB_H 1
  906. ^
  907. conftest.cpp:13:9: warning: macro is not used [-Wunused-macros]
  908. #define HAVE_STRING_H 1
  909. ^
  910. conftest.cpp:14:9: warning: macro is not used [-Wunused-macros]
  911. #define HAVE_MEMORY_H 1
  912. ^
  913. conftest.cpp:15:9: warning: macro is not used [-Wunused-macros]
  914. #define HAVE_STRINGS_H 1
  915. ^
  916. conftest.cpp:16:9: warning: macro is not used [-Wunused-macros]
  917. #define HAVE_INTTYPES_H 1
  918. ^
  919. conftest.cpp:17:9: warning: macro is not used [-Wunused-macros]
  920. #define HAVE_STDINT_H 1
  921. ^
  922. conftest.cpp:18:9: warning: macro is not used [-Wunused-macros]
  923. #define HAVE_UNISTD_H 1
  924. ^
  925. conftest.cpp:19:9: warning: macro is not used [-Wunused-macros]
  926. #define HAVE_DLFCN_H 1
  927. ^
  928. conftest.cpp:20:9: warning: macro is not used [-Wunused-macros]
  929. #define LT_OBJDIR ".libs/"
  930. ^
  931. 19 warnings generated.
  932. configure:12797: $? = 0
  933. configure:12803: result: yes
  934. configure:12821: checking for Darwin (Mac OS X) platform
  935. configure:12830: result: no
  936. configure:13079: checking for boost/algorithm/string.hpp
  937. configure:13079: clang++ -c -Wall -Wno-missing-braces -Wnon-virtual-dtor -Wendif-labels -Wextra -Wundef -Wunreachable-code -Wunused-macros -finput-charset=UTF-8 -fmessage-length=0 -fno-common -pipe -Wimplicit-fallthrough -fvisibility-inlines-hidden -fstack-protector-strong -fPIC -Wshadow -Woverloaded-virtual -std=gnu++2a -pthread -O2 -Wall -Wextra -pedantic -Wshadow -Wunused-variable -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost conftest.cpp >&5
  938. In file included from conftest.cpp:25:
  939. /core/external/boost/include/boost/algorithm/string.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  940. #include_next <boost/algorithm/string.hpp>
  941. ^
  942. In file included from conftest.cpp:25:
  943. In file included from /core/external/boost/include/boost/algorithm/string.hpp:27:
  944. In file included from /core/workdir/UnpackedTarball/boost/boost/algorithm/string.hpp:18:
  945. In file included from /core/workdir/UnpackedTarball/boost/boost/algorithm/string/std_containers_traits.hpp:18:
  946. /core/external/boost/include/boost/config.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  947. #include_next <boost/config.hpp>
  948. ^
  949. In file included from conftest.cpp:25:
  950. In file included from /core/external/boost/include/boost/algorithm/string.hpp:27:
  951. In file included from /core/workdir/UnpackedTarball/boost/boost/algorithm/string.hpp:19:
  952. In file included from /core/workdir/UnpackedTarball/boost/boost/algorithm/string/trim.hpp:19:
  953. In file included from /core/workdir/UnpackedTarball/boost/boost/range/as_literal.hpp:22:
  954. /core/external/boost/include/boost/range/iterator_range.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  955. #include_next <boost/range/iterator_range.hpp>
  956. ^
  957. In file included from conftest.cpp:25:
  958. In file included from /core/external/boost/include/boost/algorithm/string.hpp:27:
  959. In file included from /core/workdir/UnpackedTarball/boost/boost/algorithm/string.hpp:19:
  960. In file included from /core/workdir/UnpackedTarball/boost/boost/algorithm/string/trim.hpp:19:
  961. In file included from /core/workdir/UnpackedTarball/boost/boost/range/as_literal.hpp:22:
  962. In file included from /core/external/boost/include/boost/range/iterator_range.hpp:27:
  963. In file included from /core/workdir/UnpackedTarball/boost/boost/range/iterator_range.hpp:13:
  964. In file included from /core/workdir/UnpackedTarball/boost/boost/range/iterator_range_core.hpp:27:
  965. /core/external/boost/include/boost/iterator/iterator_facade.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  966. #include_next <boost/iterator/iterator_facade.hpp>
  967. ^
  968. In file included from conftest.cpp:25:
  969. In file included from /core/external/boost/include/boost/algorithm/string.hpp:27:
  970. In file included from /core/workdir/UnpackedTarball/boost/boost/algorithm/string.hpp:19:
  971. In file included from /core/workdir/UnpackedTarball/boost/boost/algorithm/string/trim.hpp:19:
  972. In file included from /core/workdir/UnpackedTarball/boost/boost/range/as_literal.hpp:22:
  973. In file included from /core/external/boost/include/boost/range/iterator_range.hpp:27:
  974. In file included from /core/workdir/UnpackedTarball/boost/boost/range/iterator_range.hpp:13:
  975. In file included from /core/workdir/UnpackedTarball/boost/boost/range/iterator_range_core.hpp:27:
  976. In file included from /core/external/boost/include/boost/iterator/iterator_facade.hpp:27:
  977. In file included from /core/workdir/UnpackedTarball/boost/boost/iterator/iterator_facade.hpp:11:
  978. In file included from /core/workdir/UnpackedTarball/boost/boost/iterator/interoperable.hpp:11:
  979. In file included from /core/workdir/UnpackedTarball/boost/boost/mpl/or.hpp:43:
  980. In file included from /core/workdir/UnpackedTarball/boost/boost/mpl/aux_/include_preprocessed.hpp:20:
  981. /core/external/boost/include/boost/preprocessor/stringize.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  982. #include_next <boost/preprocessor/stringize.hpp>
  983. ^
  984. In file included from conftest.cpp:25:
  985. In file included from /core/external/boost/include/boost/algorithm/string.hpp:27:
  986. In file included from /core/workdir/UnpackedTarball/boost/boost/algorithm/string.hpp:19:
  987. In file included from /core/workdir/UnpackedTarball/boost/boost/algorithm/string/trim.hpp:19:
  988. In file included from /core/workdir/UnpackedTarball/boost/boost/range/as_literal.hpp:22:
  989. In file included from /core/external/boost/include/boost/range/iterator_range.hpp:27:
  990. In file included from /core/workdir/UnpackedTarball/boost/boost/range/iterator_range.hpp:13:
  991. In file included from /core/workdir/UnpackedTarball/boost/boost/range/iterator_range_core.hpp:27:
  992. In file included from /core/external/boost/include/boost/iterator/iterator_facade.hpp:27:
  993. In file included from /core/workdir/UnpackedTarball/boost/boost/iterator/iterator_facade.hpp:11:
  994. In file included from /core/workdir/UnpackedTarball/boost/boost/iterator/interoperable.hpp:13:
  995. In file included from /core/workdir/UnpackedTarball/boost/boost/type_traits/is_convertible.hpp:15:
  996. In file included from /core/workdir/UnpackedTarball/boost/boost/type_traits/intrinsics.hpp:16:
  997. In file included from /core/workdir/UnpackedTarball/boost/boost/type_traits/detail/config.hpp:15:
  998. /core/external/boost/include/boost/version.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  999. #include_next <boost/version.hpp>
  1000. ^
  1001. In file included from conftest.cpp:25:
  1002. In file included from /core/external/boost/include/boost/algorithm/string.hpp:27:
  1003. In file included from /core/workdir/UnpackedTarball/boost/boost/algorithm/string.hpp:19:
  1004. In file included from /core/workdir/UnpackedTarball/boost/boost/algorithm/string/trim.hpp:19:
  1005. In file included from /core/workdir/UnpackedTarball/boost/boost/range/as_literal.hpp:22:
  1006. In file included from /core/external/boost/include/boost/range/iterator_range.hpp:27:
  1007. In file included from /core/workdir/UnpackedTarball/boost/boost/range/iterator_range.hpp:13:
  1008. In file included from /core/workdir/UnpackedTarball/boost/boost/range/iterator_range_core.hpp:27:
  1009. In file included from /core/external/boost/include/boost/iterator/iterator_facade.hpp:27:
  1010. In file included from /core/workdir/UnpackedTarball/boost/boost/iterator/iterator_facade.hpp:11:
  1011. In file included from /core/workdir/UnpackedTarball/boost/boost/iterator/interoperable.hpp:13:
  1012. In file included from /core/workdir/UnpackedTarball/boost/boost/type_traits/is_convertible.hpp:20:
  1013. /core/external/boost/include/boost/static_assert.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  1014. #include_next <boost/static_assert.hpp>
  1015. ^
  1016. In file included from conftest.cpp:25:
  1017. In file included from /core/external/boost/include/boost/algorithm/string.hpp:27:
  1018. In file included from /core/workdir/UnpackedTarball/boost/boost/algorithm/string.hpp:19:
  1019. In file included from /core/workdir/UnpackedTarball/boost/boost/algorithm/string/trim.hpp:19:
  1020. In file included from /core/workdir/UnpackedTarball/boost/boost/range/as_literal.hpp:22:
  1021. In file included from /core/external/boost/include/boost/range/iterator_range.hpp:27:
  1022. In file included from /core/workdir/UnpackedTarball/boost/boost/range/iterator_range.hpp:13:
  1023. In file included from /core/workdir/UnpackedTarball/boost/boost/range/iterator_range_core.hpp:38:
  1024. In file included from /core/workdir/UnpackedTarball/boost/boost/range/functions.hpp:20:
  1025. In file included from /core/workdir/UnpackedTarball/boost/boost/range/size.hpp:22:
  1026. In file included from /core/workdir/UnpackedTarball/boost/boost/range/detail/has_member_size.hpp:18:
  1027. /core/external/boost/include/boost/cstdint.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  1028. #include_next <boost/cstdint.hpp>
  1029. ^
  1030. In file included from conftest.cpp:25:
  1031. In file included from /core/external/boost/include/boost/algorithm/string.hpp:27:
  1032. In file included from /core/workdir/UnpackedTarball/boost/boost/algorithm/string.hpp:19:
  1033. In file included from /core/workdir/UnpackedTarball/boost/boost/algorithm/string/trim.hpp:23:
  1034. /core/external/boost/include/boost/algorithm/string/classification.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  1035. #include_next <boost/algorithm/string/classification.hpp>
  1036. ^
  1037. In file included from conftest.cpp:25:
  1038. In file included from /core/external/boost/include/boost/algorithm/string.hpp:27:
  1039. In file included from /core/workdir/UnpackedTarball/boost/boost/algorithm/string.hpp:20:
  1040. /core/external/boost/include/boost/algorithm/string/case_conv.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  1041. #include_next <boost/algorithm/string/case_conv.hpp>
  1042. ^
  1043. In file included from conftest.cpp:25:
  1044. In file included from /core/external/boost/include/boost/algorithm/string.hpp:27:
  1045. In file included from /core/workdir/UnpackedTarball/boost/boost/algorithm/string.hpp:21:
  1046. /core/external/boost/include/boost/algorithm/string/predicate.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  1047. #include_next <boost/algorithm/string/predicate.hpp>
  1048. ^
  1049. In file included from conftest.cpp:25:
  1050. In file included from /core/external/boost/include/boost/algorithm/string.hpp:27:
  1051. In file included from /core/workdir/UnpackedTarball/boost/boost/algorithm/string.hpp:23:
  1052. /core/external/boost/include/boost/algorithm/string/split.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  1053. #include_next <boost/algorithm/string/split.hpp>
  1054. ^
  1055. In file included from conftest.cpp:25:
  1056. In file included from /core/external/boost/include/boost/algorithm/string.hpp:27:
  1057. In file included from /core/workdir/UnpackedTarball/boost/boost/algorithm/string.hpp:23:
  1058. In file included from /core/external/boost/include/boost/algorithm/string/split.hpp:27:
  1059. In file included from /core/workdir/UnpackedTarball/boost/boost/algorithm/string/split.hpp:16:
  1060. In file included from /core/workdir/UnpackedTarball/boost/boost/algorithm/string/iter_find.hpp:27:
  1061. In file included from /core/workdir/UnpackedTarball/boost/boost/algorithm/string/find_iterator.hpp:24:
  1062. In file included from /core/workdir/UnpackedTarball/boost/boost/algorithm/string/detail/find_iterator.hpp:18:
  1063. /core/external/boost/include/boost/function.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  1064. #include_next <boost/function.hpp>
  1065. ^
  1066. In file included from conftest.cpp:25:
  1067. In file included from /core/external/boost/include/boost/algorithm/string.hpp:27:
  1068. In file included from /core/workdir/UnpackedTarball/boost/boost/algorithm/string.hpp:23:
  1069. In file included from /core/external/boost/include/boost/algorithm/string/split.hpp:27:
  1070. In file included from /core/workdir/UnpackedTarball/boost/boost/algorithm/string/split.hpp:16:
  1071. In file included from /core/workdir/UnpackedTarball/boost/boost/algorithm/string/iter_find.hpp:27:
  1072. In file included from /core/workdir/UnpackedTarball/boost/boost/algorithm/string/find_iterator.hpp:24:
  1073. In file included from /core/workdir/UnpackedTarball/boost/boost/algorithm/string/detail/find_iterator.hpp:18:
  1074. In file included from /core/external/boost/include/boost/function.hpp:27:
  1075. In file included from /core/workdir/UnpackedTarball/boost/boost/function.hpp:30:
  1076. In file included from /core/workdir/UnpackedTarball/boost/boost/function/detail/prologue.hpp:15:
  1077. In file included from /core/workdir/UnpackedTarball/boost/boost/throw_exception.hpp:38:
  1078. /core/external/boost/include/boost/current_function.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  1079. #include_next <boost/current_function.hpp>
  1080. ^
  1081. In file included from conftest.cpp:25:
  1082. In file included from /core/external/boost/include/boost/algorithm/string.hpp:27:
  1083. In file included from /core/workdir/UnpackedTarball/boost/boost/algorithm/string.hpp:23:
  1084. In file included from /core/external/boost/include/boost/algorithm/string/split.hpp:27:
  1085. In file included from /core/workdir/UnpackedTarball/boost/boost/algorithm/string/split.hpp:16:
  1086. In file included from /core/workdir/UnpackedTarball/boost/boost/algorithm/string/iter_find.hpp:27:
  1087. In file included from /core/workdir/UnpackedTarball/boost/boost/algorithm/string/find_iterator.hpp:24:
  1088. In file included from /core/workdir/UnpackedTarball/boost/boost/algorithm/string/detail/find_iterator.hpp:18:
  1089. In file included from /core/external/boost/include/boost/function.hpp:27:
  1090. In file included from /core/workdir/UnpackedTarball/boost/boost/function.hpp:30:
  1091. In file included from /core/workdir/UnpackedTarball/boost/boost/function/detail/prologue.hpp:17:
  1092. In file included from /core/workdir/UnpackedTarball/boost/boost/function/function_base.hpp:21:
  1093. /core/external/boost/include/boost/type_index.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  1094. #include_next <boost/type_index.hpp>
  1095. ^
  1096. In file included from conftest.cpp:25:
  1097. In file included from /core/external/boost/include/boost/algorithm/string.hpp:27:
  1098. In file included from /core/workdir/UnpackedTarball/boost/boost/algorithm/string.hpp:23:
  1099. In file included from /core/external/boost/include/boost/algorithm/string/split.hpp:27:
  1100. In file included from /core/workdir/UnpackedTarball/boost/boost/algorithm/string/split.hpp:16:
  1101. In file included from /core/workdir/UnpackedTarball/boost/boost/algorithm/string/iter_find.hpp:27:
  1102. In file included from /core/workdir/UnpackedTarball/boost/boost/algorithm/string/find_iterator.hpp:24:
  1103. In file included from /core/workdir/UnpackedTarball/boost/boost/algorithm/string/detail/find_iterator.hpp:18:
  1104. In file included from /core/external/boost/include/boost/function.hpp:27:
  1105. In file included from /core/workdir/UnpackedTarball/boost/boost/function.hpp:30:
  1106. In file included from /core/workdir/UnpackedTarball/boost/boost/function/detail/prologue.hpp:17:
  1107. In file included from /core/workdir/UnpackedTarball/boost/boost/function/function_base.hpp:28:
  1108. /core/external/boost/include/boost/ref.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  1109. #include_next <boost/ref.hpp>
  1110. ^
  1111. conftest.cpp:2:9: warning: macro is not used [-Wunused-macros]
  1112. #define PACKAGE_NAME "librevenge"
  1113. ^
  1114. conftest.cpp:3:9: warning: macro is not used [-Wunused-macros]
  1115. #define PACKAGE_TARNAME "librevenge"
  1116. ^
  1117. conftest.cpp:4:9: warning: macro is not used [-Wunused-macros]
  1118. #define PACKAGE_VERSION "0.0.4"
  1119. ^
  1120. conftest.cpp:5:9: warning: macro is not used [-Wunused-macros]
  1121. #define PACKAGE_STRING "librevenge 0.0.4"
  1122. ^
  1123. conftest.cpp:6:9: warning: macro is not used [-Wunused-macros]
  1124. #define PACKAGE_BUGREPORT ""
  1125. ^
  1126. conftest.cpp:7:9: warning: macro is not used [-Wunused-macros]
  1127. #define PACKAGE_URL ""
  1128. ^
  1129. conftest.cpp:8:9: warning: macro is not used [-Wunused-macros]
  1130. #define PACKAGE "librevenge"
  1131. ^
  1132. conftest.cpp:9:9: warning: macro is not used [-Wunused-macros]
  1133. #define VERSION "0.0.4"
  1134. ^
  1135. conftest.cpp:10:9: warning: macro is not used [-Wunused-macros]
  1136. #define HAVE_SYS_TYPES_H 1
  1137. ^
  1138. conftest.cpp:11:9: warning: macro is not used [-Wunused-macros]
  1139. #define HAVE_SYS_STAT_H 1
  1140. ^
  1141. conftest.cpp:12:9: warning: macro is not used [-Wunused-macros]
  1142. #define HAVE_STDLIB_H 1
  1143. ^
  1144. conftest.cpp:13:9: warning: macro is not used [-Wunused-macros]
  1145. #define HAVE_STRING_H 1
  1146. ^
  1147. conftest.cpp:14:9: warning: macro is not used [-Wunused-macros]
  1148. #define HAVE_MEMORY_H 1
  1149. ^
  1150. conftest.cpp:15:9: warning: macro is not used [-Wunused-macros]
  1151. #define HAVE_STRINGS_H 1
  1152. ^
  1153. conftest.cpp:16:9: warning: macro is not used [-Wunused-macros]
  1154. #define HAVE_INTTYPES_H 1
  1155. ^
  1156. conftest.cpp:17:9: warning: macro is not used [-Wunused-macros]
  1157. #define HAVE_STDINT_H 1
  1158. ^
  1159. conftest.cpp:18:9: warning: macro is not used [-Wunused-macros]
  1160. #define HAVE_UNISTD_H 1
  1161. ^
  1162. conftest.cpp:19:9: warning: macro is not used [-Wunused-macros]
  1163. #define HAVE_DLFCN_H 1
  1164. ^
  1165. 34 warnings generated.
  1166. configure:13079: $? = 0
  1167. configure:13079: result: yes
  1168. configure:13079: checking for boost/archive/iterators/base64_from_binary.hpp
  1169. configure:13079: clang++ -c -Wall -Wno-missing-braces -Wnon-virtual-dtor -Wendif-labels -Wextra -Wundef -Wunreachable-code -Wunused-macros -finput-charset=UTF-8 -fmessage-length=0 -fno-common -pipe -Wimplicit-fallthrough -fvisibility-inlines-hidden -fstack-protector-strong -fPIC -Wshadow -Woverloaded-virtual -std=gnu++2a -pthread -O2 -Wall -Wextra -pedantic -Wshadow -Wunused-variable -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost conftest.cpp >&5
  1170. In file included from conftest.cpp:26:
  1171. /core/external/boost/include/boost/archive/iterators/base64_from_binary.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  1172. #include_next <boost/archive/iterators/base64_from_binary.hpp>
  1173. ^
  1174. In file included from conftest.cpp:26:
  1175. In file included from /core/external/boost/include/boost/archive/iterators/base64_from_binary.hpp:27:
  1176. In file included from /core/workdir/UnpackedTarball/boost/boost/archive/iterators/base64_from_binary.hpp:28:
  1177. In file included from /core/workdir/UnpackedTarball/boost/boost/iterator/transform_iterator.hpp:10:
  1178. In file included from /core/workdir/UnpackedTarball/boost/boost/iterator/detail/enable_if.hpp:10:
  1179. In file included from /core/workdir/UnpackedTarball/boost/boost/detail/workaround.hpp:8:
  1180. In file included from /core/workdir/UnpackedTarball/boost/boost/config/workaround.hpp:41:
  1181. /core/external/boost/include/boost/config.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  1182. #include_next <boost/config.hpp>
  1183. ^
  1184. In file included from conftest.cpp:26:
  1185. In file included from /core/external/boost/include/boost/archive/iterators/base64_from_binary.hpp:27:
  1186. In file included from /core/workdir/UnpackedTarball/boost/boost/archive/iterators/base64_from_binary.hpp:28:
  1187. In file included from /core/workdir/UnpackedTarball/boost/boost/iterator/transform_iterator.hpp:11:
  1188. In file included from /core/workdir/UnpackedTarball/boost/boost/iterator/iterator_adaptor.hpp:10:
  1189. /core/external/boost/include/boost/static_assert.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  1190. #include_next <boost/static_assert.hpp>
  1191. ^
  1192. In file included from conftest.cpp:26:
  1193. In file included from /core/external/boost/include/boost/archive/iterators/base64_from_binary.hpp:27:
  1194. In file included from /core/workdir/UnpackedTarball/boost/boost/archive/iterators/base64_from_binary.hpp:28:
  1195. In file included from /core/workdir/UnpackedTarball/boost/boost/iterator/transform_iterator.hpp:11:
  1196. In file included from /core/workdir/UnpackedTarball/boost/boost/iterator/iterator_adaptor.hpp:12:
  1197. In file included from /core/workdir/UnpackedTarball/boost/boost/iterator/iterator_categories.hpp:16:
  1198. In file included from /core/workdir/UnpackedTarball/boost/boost/mpl/placeholders.hpp:24:
  1199. In file included from /core/workdir/UnpackedTarball/boost/boost/mpl/arg.hpp:37:
  1200. In file included from /core/workdir/UnpackedTarball/boost/boost/mpl/aux_/include_preprocessed.hpp:20:
  1201. /core/external/boost/include/boost/preprocessor/stringize.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  1202. #include_next <boost/preprocessor/stringize.hpp>
  1203. ^
  1204. In file included from conftest.cpp:26:
  1205. In file included from /core/external/boost/include/boost/archive/iterators/base64_from_binary.hpp:27:
  1206. In file included from /core/workdir/UnpackedTarball/boost/boost/archive/iterators/base64_from_binary.hpp:28:
  1207. In file included from /core/workdir/UnpackedTarball/boost/boost/iterator/transform_iterator.hpp:11:
  1208. In file included from /core/workdir/UnpackedTarball/boost/boost/iterator/iterator_adaptor.hpp:12:
  1209. In file included from /core/workdir/UnpackedTarball/boost/boost/iterator/iterator_categories.hpp:19:
  1210. In file included from /core/workdir/UnpackedTarball/boost/boost/type_traits/is_convertible.hpp:15:
  1211. In file included from /core/workdir/UnpackedTarball/boost/boost/type_traits/intrinsics.hpp:16:
  1212. In file included from /core/workdir/UnpackedTarball/boost/boost/type_traits/detail/config.hpp:15:
  1213. /core/external/boost/include/boost/version.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  1214. #include_next <boost/version.hpp>
  1215. ^
  1216. In file included from conftest.cpp:26:
  1217. In file included from /core/external/boost/include/boost/archive/iterators/base64_from_binary.hpp:27:
  1218. In file included from /core/workdir/UnpackedTarball/boost/boost/archive/iterators/base64_from_binary.hpp:28:
  1219. In file included from /core/workdir/UnpackedTarball/boost/boost/iterator/transform_iterator.hpp:11:
  1220. In file included from /core/workdir/UnpackedTarball/boost/boost/iterator/iterator_adaptor.hpp:13:
  1221. /core/external/boost/include/boost/iterator/iterator_facade.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  1222. #include_next <boost/iterator/iterator_facade.hpp>
  1223. ^
  1224. conftest.cpp:2:9: warning: macro is not used [-Wunused-macros]
  1225. #define PACKAGE_NAME "librevenge"
  1226. ^
  1227. conftest.cpp:3:9: warning: macro is not used [-Wunused-macros]
  1228. #define PACKAGE_TARNAME "librevenge"
  1229. ^
  1230. conftest.cpp:4:9: warning: macro is not used [-Wunused-macros]
  1231. #define PACKAGE_VERSION "0.0.4"
  1232. ^
  1233. conftest.cpp:5:9: warning: macro is not used [-Wunused-macros]
  1234. #define PACKAGE_STRING "librevenge 0.0.4"
  1235. ^
  1236. conftest.cpp:6:9: warning: macro is not used [-Wunused-macros]
  1237. #define PACKAGE_BUGREPORT ""
  1238. ^
  1239. conftest.cpp:7:9: warning: macro is not used [-Wunused-macros]
  1240. #define PACKAGE_URL ""
  1241. ^
  1242. conftest.cpp:8:9: warning: macro is not used [-Wunused-macros]
  1243. #define PACKAGE "librevenge"
  1244. ^
  1245. conftest.cpp:9:9: warning: macro is not used [-Wunused-macros]
  1246. #define VERSION "0.0.4"
  1247. ^
  1248. conftest.cpp:10:9: warning: macro is not used [-Wunused-macros]
  1249. #define HAVE_SYS_TYPES_H 1
  1250. ^
  1251. conftest.cpp:11:9: warning: macro is not used [-Wunused-macros]
  1252. #define HAVE_SYS_STAT_H 1
  1253. ^
  1254. conftest.cpp:12:9: warning: macro is not used [-Wunused-macros]
  1255. #define HAVE_STDLIB_H 1
  1256. ^
  1257. conftest.cpp:13:9: warning: macro is not used [-Wunused-macros]
  1258. #define HAVE_STRING_H 1
  1259. ^
  1260. conftest.cpp:14:9: warning: macro is not used [-Wunused-macros]
  1261. #define HAVE_MEMORY_H 1
  1262. ^
  1263. conftest.cpp:15:9: warning: macro is not used [-Wunused-macros]
  1264. #define HAVE_STRINGS_H 1
  1265. ^
  1266. conftest.cpp:16:9: warning: macro is not used [-Wunused-macros]
  1267. #define HAVE_INTTYPES_H 1
  1268. ^
  1269. conftest.cpp:17:9: warning: macro is not used [-Wunused-macros]
  1270. #define HAVE_STDINT_H 1
  1271. ^
  1272. conftest.cpp:18:9: warning: macro is not used [-Wunused-macros]
  1273. #define HAVE_UNISTD_H 1
  1274. ^
  1275. conftest.cpp:19:9: warning: macro is not used [-Wunused-macros]
  1276. #define HAVE_DLFCN_H 1
  1277. ^
  1278. conftest.cpp:21:9: warning: macro is not used [-Wunused-macros]
  1279. #define HAVE_BOOST_ALGORITHM_STRING_HPP 1
  1280. ^
  1281. 25 warnings generated.
  1282. configure:13079: $? = 0
  1283. configure:13079: result: yes
  1284. configure:13079: checking for boost/archive/iterators/binary_from_base64.hpp
  1285. configure:13079: clang++ -c -Wall -Wno-missing-braces -Wnon-virtual-dtor -Wendif-labels -Wextra -Wundef -Wunreachable-code -Wunused-macros -finput-charset=UTF-8 -fmessage-length=0 -fno-common -pipe -Wimplicit-fallthrough -fvisibility-inlines-hidden -fstack-protector-strong -fPIC -Wshadow -Woverloaded-virtual -std=gnu++2a -pthread -O2 -Wall -Wextra -pedantic -Wshadow -Wunused-variable -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost conftest.cpp >&5
  1286. In file included from conftest.cpp:27:
  1287. /core/external/boost/include/boost/archive/iterators/binary_from_base64.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  1288. #include_next <boost/archive/iterators/binary_from_base64.hpp>
  1289. ^
  1290. In file included from conftest.cpp:27:
  1291. In file included from /core/external/boost/include/boost/archive/iterators/binary_from_base64.hpp:27:
  1292. In file included from /core/workdir/UnpackedTarball/boost/boost/archive/iterators/binary_from_base64.hpp:21:
  1293. In file included from /core/workdir/UnpackedTarball/boost/boost/serialization/throw_exception.hpp:18:
  1294. /core/external/boost/include/boost/config.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  1295. #include_next <boost/config.hpp>
  1296. ^
  1297. In file included from conftest.cpp:27:
  1298. In file included from /core/external/boost/include/boost/archive/iterators/binary_from_base64.hpp:27:
  1299. In file included from /core/workdir/UnpackedTarball/boost/boost/archive/iterators/binary_from_base64.hpp:22:
  1300. /core/external/boost/include/boost/static_assert.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  1301. #include_next <boost/static_assert.hpp>
  1302. ^
  1303. In file included from conftest.cpp:27:
  1304. In file included from /core/external/boost/include/boost/archive/iterators/binary_from_base64.hpp:27:
  1305. In file included from /core/workdir/UnpackedTarball/boost/boost/archive/iterators/binary_from_base64.hpp:24:
  1306. In file included from /core/workdir/UnpackedTarball/boost/boost/iterator/transform_iterator.hpp:11:
  1307. In file included from /core/workdir/UnpackedTarball/boost/boost/iterator/iterator_adaptor.hpp:12:
  1308. In file included from /core/workdir/UnpackedTarball/boost/boost/iterator/iterator_categories.hpp:16:
  1309. In file included from /core/workdir/UnpackedTarball/boost/boost/mpl/placeholders.hpp:24:
  1310. In file included from /core/workdir/UnpackedTarball/boost/boost/mpl/arg.hpp:37:
  1311. In file included from /core/workdir/UnpackedTarball/boost/boost/mpl/aux_/include_preprocessed.hpp:20:
  1312. /core/external/boost/include/boost/preprocessor/stringize.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  1313. #include_next <boost/preprocessor/stringize.hpp>
  1314. ^
  1315. In file included from conftest.cpp:27:
  1316. In file included from /core/external/boost/include/boost/archive/iterators/binary_from_base64.hpp:27:
  1317. In file included from /core/workdir/UnpackedTarball/boost/boost/archive/iterators/binary_from_base64.hpp:24:
  1318. In file included from /core/workdir/UnpackedTarball/boost/boost/iterator/transform_iterator.hpp:11:
  1319. In file included from /core/workdir/UnpackedTarball/boost/boost/iterator/iterator_adaptor.hpp:12:
  1320. In file included from /core/workdir/UnpackedTarball/boost/boost/iterator/iterator_categories.hpp:19:
  1321. In file included from /core/workdir/UnpackedTarball/boost/boost/type_traits/is_convertible.hpp:15:
  1322. In file included from /core/workdir/UnpackedTarball/boost/boost/type_traits/intrinsics.hpp:16:
  1323. In file included from /core/workdir/UnpackedTarball/boost/boost/type_traits/detail/config.hpp:15:
  1324. /core/external/boost/include/boost/version.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  1325. #include_next <boost/version.hpp>
  1326. ^
  1327. In file included from conftest.cpp:27:
  1328. In file included from /core/external/boost/include/boost/archive/iterators/binary_from_base64.hpp:27:
  1329. In file included from /core/workdir/UnpackedTarball/boost/boost/archive/iterators/binary_from_base64.hpp:24:
  1330. In file included from /core/workdir/UnpackedTarball/boost/boost/iterator/transform_iterator.hpp:11:
  1331. In file included from /core/workdir/UnpackedTarball/boost/boost/iterator/iterator_adaptor.hpp:13:
  1332. /core/external/boost/include/boost/iterator/iterator_facade.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  1333. #include_next <boost/iterator/iterator_facade.hpp>
  1334. ^
  1335. conftest.cpp:2:9: warning: macro is not used [-Wunused-macros]
  1336. #define PACKAGE_NAME "librevenge"
  1337. ^
  1338. conftest.cpp:3:9: warning: macro is not used [-Wunused-macros]
  1339. #define PACKAGE_TARNAME "librevenge"
  1340. ^
  1341. conftest.cpp:4:9: warning: macro is not used [-Wunused-macros]
  1342. #define PACKAGE_VERSION "0.0.4"
  1343. ^
  1344. conftest.cpp:5:9: warning: macro is not used [-Wunused-macros]
  1345. #define PACKAGE_STRING "librevenge 0.0.4"
  1346. ^
  1347. conftest.cpp:6:9: warning: macro is not used [-Wunused-macros]
  1348. #define PACKAGE_BUGREPORT ""
  1349. ^
  1350. conftest.cpp:7:9: warning: macro is not used [-Wunused-macros]
  1351. #define PACKAGE_URL ""
  1352. ^
  1353. conftest.cpp:8:9: warning: macro is not used [-Wunused-macros]
  1354. #define PACKAGE "librevenge"
  1355. ^
  1356. conftest.cpp:9:9: warning: macro is not used [-Wunused-macros]
  1357. #define VERSION "0.0.4"
  1358. ^
  1359. conftest.cpp:10:9: warning: macro is not used [-Wunused-macros]
  1360. #define HAVE_SYS_TYPES_H 1
  1361. ^
  1362. conftest.cpp:11:9: warning: macro is not used [-Wunused-macros]
  1363. #define HAVE_SYS_STAT_H 1
  1364. ^
  1365. conftest.cpp:12:9: warning: macro is not used [-Wunused-macros]
  1366. #define HAVE_STDLIB_H 1
  1367. ^
  1368. conftest.cpp:13:9: warning: macro is not used [-Wunused-macros]
  1369. #define HAVE_STRING_H 1
  1370. ^
  1371. conftest.cpp:14:9: warning: macro is not used [-Wunused-macros]
  1372. #define HAVE_MEMORY_H 1
  1373. ^
  1374. conftest.cpp:15:9: warning: macro is not used [-Wunused-macros]
  1375. #define HAVE_STRINGS_H 1
  1376. ^
  1377. conftest.cpp:16:9: warning: macro is not used [-Wunused-macros]
  1378. #define HAVE_INTTYPES_H 1
  1379. ^
  1380. conftest.cpp:17:9: warning: macro is not used [-Wunused-macros]
  1381. #define HAVE_STDINT_H 1
  1382. ^
  1383. conftest.cpp:18:9: warning: macro is not used [-Wunused-macros]
  1384. #define HAVE_UNISTD_H 1
  1385. ^
  1386. conftest.cpp:19:9: warning: macro is not used [-Wunused-macros]
  1387. #define HAVE_DLFCN_H 1
  1388. ^
  1389. conftest.cpp:21:9: warning: macro is not used [-Wunused-macros]
  1390. #define HAVE_BOOST_ALGORITHM_STRING_HPP 1
  1391. ^
  1392. conftest.cpp:22:9: warning: macro is not used [-Wunused-macros]
  1393. #define HAVE_BOOST_ARCHIVE_ITERATORS_BASE64_FROM_BINARY_HPP 1
  1394. ^
  1395. 26 warnings generated.
  1396. configure:13079: $? = 0
  1397. configure:13079: result: yes
  1398. configure:13079: checking for boost/archive/iterators/remove_whitespace.hpp
  1399. configure:13079: clang++ -c -Wall -Wno-missing-braces -Wnon-virtual-dtor -Wendif-labels -Wextra -Wundef -Wunreachable-code -Wunused-macros -finput-charset=UTF-8 -fmessage-length=0 -fno-common -pipe -Wimplicit-fallthrough -fvisibility-inlines-hidden -fstack-protector-strong -fPIC -Wshadow -Woverloaded-virtual -std=gnu++2a -pthread -O2 -Wall -Wextra -pedantic -Wshadow -Wunused-variable -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost conftest.cpp >&5
  1400. In file included from conftest.cpp:28:
  1401. /core/external/boost/include/boost/archive/iterators/remove_whitespace.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  1402. #include_next <boost/archive/iterators/remove_whitespace.hpp>
  1403. ^
  1404. In file included from conftest.cpp:28:
  1405. In file included from /core/external/boost/include/boost/archive/iterators/remove_whitespace.hpp:27:
  1406. In file included from /core/workdir/UnpackedTarball/boost/boost/archive/iterators/remove_whitespace.hpp:21:
  1407. In file included from /core/workdir/UnpackedTarball/boost/boost/iterator/iterator_adaptor.hpp:10:
  1408. /core/external/boost/include/boost/static_assert.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  1409. #include_next <boost/static_assert.hpp>
  1410. ^
  1411. In file included from conftest.cpp:28:
  1412. In file included from /core/external/boost/include/boost/archive/iterators/remove_whitespace.hpp:27:
  1413. In file included from /core/workdir/UnpackedTarball/boost/boost/archive/iterators/remove_whitespace.hpp:21:
  1414. In file included from /core/workdir/UnpackedTarball/boost/boost/iterator/iterator_adaptor.hpp:10:
  1415. In file included from /core/external/boost/include/boost/static_assert.hpp:27:
  1416. In file included from /core/workdir/UnpackedTarball/boost/boost/static_assert.hpp:17:
  1417. /core/external/boost/include/boost/config.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  1418. #include_next <boost/config.hpp>
  1419. ^
  1420. In file included from conftest.cpp:28:
  1421. In file included from /core/external/boost/include/boost/archive/iterators/remove_whitespace.hpp:27:
  1422. In file included from /core/workdir/UnpackedTarball/boost/boost/archive/iterators/remove_whitespace.hpp:21:
  1423. In file included from /core/workdir/UnpackedTarball/boost/boost/iterator/iterator_adaptor.hpp:12:
  1424. In file included from /core/workdir/UnpackedTarball/boost/boost/iterator/iterator_categories.hpp:16:
  1425. In file included from /core/workdir/UnpackedTarball/boost/boost/mpl/placeholders.hpp:24:
  1426. In file included from /core/workdir/UnpackedTarball/boost/boost/mpl/arg.hpp:37:
  1427. In file included from /core/workdir/UnpackedTarball/boost/boost/mpl/aux_/include_preprocessed.hpp:20:
  1428. /core/external/boost/include/boost/preprocessor/stringize.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  1429. #include_next <boost/preprocessor/stringize.hpp>
  1430. ^
  1431. In file included from conftest.cpp:28:
  1432. In file included from /core/external/boost/include/boost/archive/iterators/remove_whitespace.hpp:27:
  1433. In file included from /core/workdir/UnpackedTarball/boost/boost/archive/iterators/remove_whitespace.hpp:21:
  1434. In file included from /core/workdir/UnpackedTarball/boost/boost/iterator/iterator_adaptor.hpp:12:
  1435. In file included from /core/workdir/UnpackedTarball/boost/boost/iterator/iterator_categories.hpp:19:
  1436. In file included from /core/workdir/UnpackedTarball/boost/boost/type_traits/is_convertible.hpp:15:
  1437. In file included from /core/workdir/UnpackedTarball/boost/boost/type_traits/intrinsics.hpp:16:
  1438. In file included from /core/workdir/UnpackedTarball/boost/boost/type_traits/detail/config.hpp:15:
  1439. /core/external/boost/include/boost/version.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  1440. #include_next <boost/version.hpp>
  1441. ^
  1442. In file included from conftest.cpp:28:
  1443. In file included from /core/external/boost/include/boost/archive/iterators/remove_whitespace.hpp:27:
  1444. In file included from /core/workdir/UnpackedTarball/boost/boost/archive/iterators/remove_whitespace.hpp:21:
  1445. In file included from /core/workdir/UnpackedTarball/boost/boost/iterator/iterator_adaptor.hpp:13:
  1446. /core/external/boost/include/boost/iterator/iterator_facade.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  1447. #include_next <boost/iterator/iterator_facade.hpp>
  1448. ^
  1449. conftest.cpp:2:9: warning: macro is not used [-Wunused-macros]
  1450. #define PACKAGE_NAME "librevenge"
  1451. ^
  1452. conftest.cpp:3:9: warning: macro is not used [-Wunused-macros]
  1453. #define PACKAGE_TARNAME "librevenge"
  1454. ^
  1455. conftest.cpp:4:9: warning: macro is not used [-Wunused-macros]
  1456. #define PACKAGE_VERSION "0.0.4"
  1457. ^
  1458. conftest.cpp:5:9: warning: macro is not used [-Wunused-macros]
  1459. #define PACKAGE_STRING "librevenge 0.0.4"
  1460. ^
  1461. conftest.cpp:6:9: warning: macro is not used [-Wunused-macros]
  1462. #define PACKAGE_BUGREPORT ""
  1463. ^
  1464. conftest.cpp:7:9: warning: macro is not used [-Wunused-macros]
  1465. #define PACKAGE_URL ""
  1466. ^
  1467. conftest.cpp:8:9: warning: macro is not used [-Wunused-macros]
  1468. #define PACKAGE "librevenge"
  1469. ^
  1470. conftest.cpp:9:9: warning: macro is not used [-Wunused-macros]
  1471. #define VERSION "0.0.4"
  1472. ^
  1473. conftest.cpp:10:9: warning: macro is not used [-Wunused-macros]
  1474. #define HAVE_SYS_TYPES_H 1
  1475. ^
  1476. conftest.cpp:11:9: warning: macro is not used [-Wunused-macros]
  1477. #define HAVE_SYS_STAT_H 1
  1478. ^
  1479. conftest.cpp:12:9: warning: macro is not used [-Wunused-macros]
  1480. #define HAVE_STDLIB_H 1
  1481. ^
  1482. conftest.cpp:13:9: warning: macro is not used [-Wunused-macros]
  1483. #define HAVE_STRING_H 1
  1484. ^
  1485. conftest.cpp:14:9: warning: macro is not used [-Wunused-macros]
  1486. #define HAVE_MEMORY_H 1
  1487. ^
  1488. conftest.cpp:15:9: warning: macro is not used [-Wunused-macros]
  1489. #define HAVE_STRINGS_H 1
  1490. ^
  1491. conftest.cpp:16:9: warning: macro is not used [-Wunused-macros]
  1492. #define HAVE_INTTYPES_H 1
  1493. ^
  1494. conftest.cpp:17:9: warning: macro is not used [-Wunused-macros]
  1495. #define HAVE_STDINT_H 1
  1496. ^
  1497. conftest.cpp:18:9: warning: macro is not used [-Wunused-macros]
  1498. #define HAVE_UNISTD_H 1
  1499. ^
  1500. conftest.cpp:19:9: warning: macro is not used [-Wunused-macros]
  1501. #define HAVE_DLFCN_H 1
  1502. ^
  1503. conftest.cpp:21:9: warning: macro is not used [-Wunused-macros]
  1504. #define HAVE_BOOST_ALGORITHM_STRING_HPP 1
  1505. ^
  1506. conftest.cpp:22:9: warning: macro is not used [-Wunused-macros]
  1507. #define HAVE_BOOST_ARCHIVE_ITERATORS_BASE64_FROM_BINARY_HPP 1
  1508. ^
  1509. conftest.cpp:23:9: warning: macro is not used [-Wunused-macros]
  1510. #define HAVE_BOOST_ARCHIVE_ITERATORS_BINARY_FROM_BASE64_HPP 1
  1511. ^
  1512. 27 warnings generated.
  1513. configure:13079: $? = 0
  1514. configure:13079: result: yes
  1515. configure:13079: checking for boost/archive/iterators/transform_width.hpp
  1516. configure:13079: clang++ -c -Wall -Wno-missing-braces -Wnon-virtual-dtor -Wendif-labels -Wextra -Wundef -Wunreachable-code -Wunused-macros -finput-charset=UTF-8 -fmessage-length=0 -fno-common -pipe -Wimplicit-fallthrough -fvisibility-inlines-hidden -fstack-protector-strong -fPIC -Wshadow -Woverloaded-virtual -std=gnu++2a -pthread -O2 -Wall -Wextra -pedantic -Wshadow -Wunused-variable -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost conftest.cpp >&5
  1517. In file included from conftest.cpp:29:
  1518. /core/external/boost/include/boost/archive/iterators/transform_width.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  1519. #include_next <boost/archive/iterators/transform_width.hpp>
  1520. ^
  1521. In file included from conftest.cpp:29:
  1522. In file included from /core/external/boost/include/boost/archive/iterators/transform_width.hpp:27:
  1523. In file included from /core/workdir/UnpackedTarball/boost/boost/archive/iterators/transform_width.hpp:27:
  1524. In file included from /core/workdir/UnpackedTarball/boost/boost/iterator/iterator_adaptor.hpp:10:
  1525. /core/external/boost/include/boost/static_assert.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  1526. #include_next <boost/static_assert.hpp>
  1527. ^
  1528. In file included from conftest.cpp:29:
  1529. In file included from /core/external/boost/include/boost/archive/iterators/transform_width.hpp:27:
  1530. In file included from /core/workdir/UnpackedTarball/boost/boost/archive/iterators/transform_width.hpp:27:
  1531. In file included from /core/workdir/UnpackedTarball/boost/boost/iterator/iterator_adaptor.hpp:10:
  1532. In file included from /core/external/boost/include/boost/static_assert.hpp:27:
  1533. In file included from /core/workdir/UnpackedTarball/boost/boost/static_assert.hpp:17:
  1534. /core/external/boost/include/boost/config.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  1535. #include_next <boost/config.hpp>
  1536. ^
  1537. In file included from conftest.cpp:29:
  1538. In file included from /core/external/boost/include/boost/archive/iterators/transform_width.hpp:27:
  1539. In file included from /core/workdir/UnpackedTarball/boost/boost/archive/iterators/transform_width.hpp:27:
  1540. In file included from /core/workdir/UnpackedTarball/boost/boost/iterator/iterator_adaptor.hpp:12:
  1541. In file included from /core/workdir/UnpackedTarball/boost/boost/iterator/iterator_categories.hpp:16:
  1542. In file included from /core/workdir/UnpackedTarball/boost/boost/mpl/placeholders.hpp:24:
  1543. In file included from /core/workdir/UnpackedTarball/boost/boost/mpl/arg.hpp:37:
  1544. In file included from /core/workdir/UnpackedTarball/boost/boost/mpl/aux_/include_preprocessed.hpp:20:
  1545. /core/external/boost/include/boost/preprocessor/stringize.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  1546. #include_next <boost/preprocessor/stringize.hpp>
  1547. ^
  1548. In file included from conftest.cpp:29:
  1549. In file included from /core/external/boost/include/boost/archive/iterators/transform_width.hpp:27:
  1550. In file included from /core/workdir/UnpackedTarball/boost/boost/archive/iterators/transform_width.hpp:27:
  1551. In file included from /core/workdir/UnpackedTarball/boost/boost/iterator/iterator_adaptor.hpp:12:
  1552. In file included from /core/workdir/UnpackedTarball/boost/boost/iterator/iterator_categories.hpp:19:
  1553. In file included from /core/workdir/UnpackedTarball/boost/boost/type_traits/is_convertible.hpp:15:
  1554. In file included from /core/workdir/UnpackedTarball/boost/boost/type_traits/intrinsics.hpp:16:
  1555. In file included from /core/workdir/UnpackedTarball/boost/boost/type_traits/detail/config.hpp:15:
  1556. /core/external/boost/include/boost/version.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  1557. #include_next <boost/version.hpp>
  1558. ^
  1559. In file included from conftest.cpp:29:
  1560. In file included from /core/external/boost/include/boost/archive/iterators/transform_width.hpp:27:
  1561. In file included from /core/workdir/UnpackedTarball/boost/boost/archive/iterators/transform_width.hpp:27:
  1562. In file included from /core/workdir/UnpackedTarball/boost/boost/iterator/iterator_adaptor.hpp:13:
  1563. /core/external/boost/include/boost/iterator/iterator_facade.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  1564. #include_next <boost/iterator/iterator_facade.hpp>
  1565. ^
  1566. conftest.cpp:2:9: warning: macro is not used [-Wunused-macros]
  1567. #define PACKAGE_NAME "librevenge"
  1568. ^
  1569. conftest.cpp:3:9: warning: macro is not used [-Wunused-macros]
  1570. #define PACKAGE_TARNAME "librevenge"
  1571. ^
  1572. conftest.cpp:4:9: warning: macro is not used [-Wunused-macros]
  1573. #define PACKAGE_VERSION "0.0.4"
  1574. ^
  1575. conftest.cpp:5:9: warning: macro is not used [-Wunused-macros]
  1576. #define PACKAGE_STRING "librevenge 0.0.4"
  1577. ^
  1578. conftest.cpp:6:9: warning: macro is not used [-Wunused-macros]
  1579. #define PACKAGE_BUGREPORT ""
  1580. ^
  1581. conftest.cpp:7:9: warning: macro is not used [-Wunused-macros]
  1582. #define PACKAGE_URL ""
  1583. ^
  1584. conftest.cpp:8:9: warning: macro is not used [-Wunused-macros]
  1585. #define PACKAGE "librevenge"
  1586. ^
  1587. conftest.cpp:9:9: warning: macro is not used [-Wunused-macros]
  1588. #define VERSION "0.0.4"
  1589. ^
  1590. conftest.cpp:10:9: warning: macro is not used [-Wunused-macros]
  1591. #define HAVE_SYS_TYPES_H 1
  1592. ^
  1593. conftest.cpp:11:9: warning: macro is not used [-Wunused-macros]
  1594. #define HAVE_SYS_STAT_H 1
  1595. ^
  1596. conftest.cpp:12:9: warning: macro is not used [-Wunused-macros]
  1597. #define HAVE_STDLIB_H 1
  1598. ^
  1599. conftest.cpp:13:9: warning: macro is not used [-Wunused-macros]
  1600. #define HAVE_STRING_H 1
  1601. ^
  1602. conftest.cpp:14:9: warning: macro is not used [-Wunused-macros]
  1603. #define HAVE_MEMORY_H 1
  1604. ^
  1605. conftest.cpp:15:9: warning: macro is not used [-Wunused-macros]
  1606. #define HAVE_STRINGS_H 1
  1607. ^
  1608. conftest.cpp:16:9: warning: macro is not used [-Wunused-macros]
  1609. #define HAVE_INTTYPES_H 1
  1610. ^
  1611. conftest.cpp:17:9: warning: macro is not used [-Wunused-macros]
  1612. #define HAVE_STDINT_H 1
  1613. ^
  1614. conftest.cpp:18:9: warning: macro is not used [-Wunused-macros]
  1615. #define HAVE_UNISTD_H 1
  1616. ^
  1617. conftest.cpp:19:9: warning: macro is not used [-Wunused-macros]
  1618. #define HAVE_DLFCN_H 1
  1619. ^
  1620. conftest.cpp:21:9: warning: macro is not used [-Wunused-macros]
  1621. #define HAVE_BOOST_ALGORITHM_STRING_HPP 1
  1622. ^
  1623. conftest.cpp:22:9: warning: macro is not used [-Wunused-macros]
  1624. #define HAVE_BOOST_ARCHIVE_ITERATORS_BASE64_FROM_BINARY_HPP 1
  1625. ^
  1626. conftest.cpp:23:9: warning: macro is not used [-Wunused-macros]
  1627. #define HAVE_BOOST_ARCHIVE_ITERATORS_BINARY_FROM_BASE64_HPP 1
  1628. ^
  1629. conftest.cpp:24:9: warning: macro is not used [-Wunused-macros]
  1630. #define HAVE_BOOST_ARCHIVE_ITERATORS_REMOVE_WHITESPACE_HPP 1
  1631. ^
  1632. 28 warnings generated.
  1633. configure:13079: $? = 0
  1634. configure:13079: result: yes
  1635. configure:13079: checking for boost/lexical_cast.hpp
  1636. configure:13079: clang++ -c -Wall -Wno-missing-braces -Wnon-virtual-dtor -Wendif-labels -Wextra -Wundef -Wunreachable-code -Wunused-macros -finput-charset=UTF-8 -fmessage-length=0 -fno-common -pipe -Wimplicit-fallthrough -fvisibility-inlines-hidden -fstack-protector-strong -fPIC -Wshadow -Woverloaded-virtual -std=gnu++2a -pthread -O2 -Wall -Wextra -pedantic -Wshadow -Wunused-variable -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost conftest.cpp >&5
  1637. In file included from conftest.cpp:30:
  1638. /core/external/boost/include/boost/lexical_cast.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  1639. #include_next <boost/lexical_cast.hpp>
  1640. ^
  1641. In file included from conftest.cpp:30:
  1642. In file included from /core/external/boost/include/boost/lexical_cast.hpp:27:
  1643. In file included from /core/workdir/UnpackedTarball/boost/boost/lexical_cast.hpp:21:
  1644. /core/external/boost/include/boost/config.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  1645. #include_next <boost/config.hpp>
  1646. ^
  1647. In file included from conftest.cpp:30:
  1648. In file included from /core/external/boost/include/boost/lexical_cast.hpp:27:
  1649. In file included from /core/workdir/UnpackedTarball/boost/boost/lexical_cast.hpp:30:
  1650. In file included from /core/workdir/UnpackedTarball/boost/boost/range/iterator_range_core.hpp:27:
  1651. /core/external/boost/include/boost/iterator/iterator_facade.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  1652. #include_next <boost/iterator/iterator_facade.hpp>
  1653. ^
  1654. In file included from conftest.cpp:30:
  1655. In file included from /core/external/boost/include/boost/lexical_cast.hpp:27:
  1656. In file included from /core/workdir/UnpackedTarball/boost/boost/lexical_cast.hpp:30:
  1657. In file included from /core/workdir/UnpackedTarball/boost/boost/range/iterator_range_core.hpp:27:
  1658. In file included from /core/external/boost/include/boost/iterator/iterator_facade.hpp:27:
  1659. In file included from /core/workdir/UnpackedTarball/boost/boost/iterator/iterator_facade.hpp:11:
  1660. In file included from /core/workdir/UnpackedTarball/boost/boost/iterator/interoperable.hpp:11:
  1661. In file included from /core/workdir/UnpackedTarball/boost/boost/mpl/or.hpp:43:
  1662. In file included from /core/workdir/UnpackedTarball/boost/boost/mpl/aux_/include_preprocessed.hpp:20:
  1663. /core/external/boost/include/boost/preprocessor/stringize.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  1664. #include_next <boost/preprocessor/stringize.hpp>
  1665. ^
  1666. In file included from conftest.cpp:30:
  1667. In file included from /core/external/boost/include/boost/lexical_cast.hpp:27:
  1668. In file included from /core/workdir/UnpackedTarball/boost/boost/lexical_cast.hpp:30:
  1669. In file included from /core/workdir/UnpackedTarball/boost/boost/range/iterator_range_core.hpp:27:
  1670. In file included from /core/external/boost/include/boost/iterator/iterator_facade.hpp:27:
  1671. In file included from /core/workdir/UnpackedTarball/boost/boost/iterator/iterator_facade.hpp:11:
  1672. In file included from /core/workdir/UnpackedTarball/boost/boost/iterator/interoperable.hpp:13:
  1673. In file included from /core/workdir/UnpackedTarball/boost/boost/type_traits/is_convertible.hpp:15:
  1674. In file included from /core/workdir/UnpackedTarball/boost/boost/type_traits/intrinsics.hpp:16:
  1675. In file included from /core/workdir/UnpackedTarball/boost/boost/type_traits/detail/config.hpp:15:
  1676. /core/external/boost/include/boost/version.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  1677. #include_next <boost/version.hpp>
  1678. ^
  1679. In file included from conftest.cpp:30:
  1680. In file included from /core/external/boost/include/boost/lexical_cast.hpp:27:
  1681. In file included from /core/workdir/UnpackedTarball/boost/boost/lexical_cast.hpp:30:
  1682. In file included from /core/workdir/UnpackedTarball/boost/boost/range/iterator_range_core.hpp:27:
  1683. In file included from /core/external/boost/include/boost/iterator/iterator_facade.hpp:27:
  1684. In file included from /core/workdir/UnpackedTarball/boost/boost/iterator/iterator_facade.hpp:11:
  1685. In file included from /core/workdir/UnpackedTarball/boost/boost/iterator/interoperable.hpp:13:
  1686. In file included from /core/workdir/UnpackedTarball/boost/boost/type_traits/is_convertible.hpp:20:
  1687. /core/external/boost/include/boost/static_assert.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  1688. #include_next <boost/static_assert.hpp>
  1689. ^
  1690. In file included from conftest.cpp:30:
  1691. In file included from /core/external/boost/include/boost/lexical_cast.hpp:27:
  1692. In file included from /core/workdir/UnpackedTarball/boost/boost/lexical_cast.hpp:30:
  1693. In file included from /core/workdir/UnpackedTarball/boost/boost/range/iterator_range_core.hpp:38:
  1694. In file included from /core/workdir/UnpackedTarball/boost/boost/range/functions.hpp:20:
  1695. In file included from /core/workdir/UnpackedTarball/boost/boost/range/size.hpp:22:
  1696. In file included from /core/workdir/UnpackedTarball/boost/boost/range/detail/has_member_size.hpp:18:
  1697. /core/external/boost/include/boost/cstdint.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  1698. #include_next <boost/cstdint.hpp>
  1699. ^
  1700. In file included from conftest.cpp:30:
  1701. In file included from /core/external/boost/include/boost/lexical_cast.hpp:27:
  1702. In file included from /core/workdir/UnpackedTarball/boost/boost/lexical_cast.hpp:31:
  1703. In file included from /core/workdir/UnpackedTarball/boost/boost/lexical_cast/bad_lexical_cast.hpp:28:
  1704. In file included from /core/workdir/UnpackedTarball/boost/boost/throw_exception.hpp:38:
  1705. /core/external/boost/include/boost/current_function.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  1706. #include_next <boost/current_function.hpp>
  1707. ^
  1708. In file included from conftest.cpp:30:
  1709. In file included from /core/external/boost/include/boost/lexical_cast.hpp:27:
  1710. In file included from /core/workdir/UnpackedTarball/boost/boost/lexical_cast.hpp:32:
  1711. In file included from /core/workdir/UnpackedTarball/boost/boost/lexical_cast/try_lexical_convert.hpp:43:
  1712. In file included from /core/workdir/UnpackedTarball/boost/boost/lexical_cast/detail/converter_numeric.hpp:36:
  1713. /core/external/boost/include/boost/numeric/conversion/cast.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  1714. #include_next <boost/numeric/conversion/cast.hpp>
  1715. ^
  1716. In file included from conftest.cpp:30:
  1717. In file included from /core/external/boost/include/boost/lexical_cast.hpp:27:
  1718. In file included from /core/workdir/UnpackedTarball/boost/boost/lexical_cast.hpp:32:
  1719. In file included from /core/workdir/UnpackedTarball/boost/boost/lexical_cast/try_lexical_convert.hpp:44:
  1720. In file included from /core/workdir/UnpackedTarball/boost/boost/lexical_cast/detail/converter_lexical.hpp:54:
  1721. In file included from /core/workdir/UnpackedTarball/boost/boost/lexical_cast/detail/converter_lexical_streams.hpp:62:
  1722. In file included from /core/workdir/UnpackedTarball/boost/boost/lexical_cast/detail/lcast_unsigned_converters.hpp:53:
  1723. /core/external/boost/include/boost/noncopyable.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  1724. #include_next <boost/noncopyable.hpp>
  1725. ^
  1726. conftest.cpp:2:9: warning: macro is not used [-Wunused-macros]
  1727. #define PACKAGE_NAME "librevenge"
  1728. ^
  1729. conftest.cpp:3:9: warning: macro is not used [-Wunused-macros]
  1730. #define PACKAGE_TARNAME "librevenge"
  1731. ^
  1732. conftest.cpp:4:9: warning: macro is not used [-Wunused-macros]
  1733. #define PACKAGE_VERSION "0.0.4"
  1734. ^
  1735. conftest.cpp:5:9: warning: macro is not used [-Wunused-macros]
  1736. #define PACKAGE_STRING "librevenge 0.0.4"
  1737. ^
  1738. conftest.cpp:6:9: warning: macro is not used [-Wunused-macros]
  1739. #define PACKAGE_BUGREPORT ""
  1740. ^
  1741. conftest.cpp:7:9: warning: macro is not used [-Wunused-macros]
  1742. #define PACKAGE_URL ""
  1743. ^
  1744. conftest.cpp:8:9: warning: macro is not used [-Wunused-macros]
  1745. #define PACKAGE "librevenge"
  1746. ^
  1747. conftest.cpp:9:9: warning: macro is not used [-Wunused-macros]
  1748. #define VERSION "0.0.4"
  1749. ^
  1750. conftest.cpp:10:9: warning: macro is not used [-Wunused-macros]
  1751. #define HAVE_SYS_TYPES_H 1
  1752. ^
  1753. conftest.cpp:11:9: warning: macro is not used [-Wunused-macros]
  1754. #define HAVE_SYS_STAT_H 1
  1755. ^
  1756. conftest.cpp:12:9: warning: macro is not used [-Wunused-macros]
  1757. #define HAVE_STDLIB_H 1
  1758. ^
  1759. conftest.cpp:13:9: warning: macro is not used [-Wunused-macros]
  1760. #define HAVE_STRING_H 1
  1761. ^
  1762. conftest.cpp:14:9: warning: macro is not used [-Wunused-macros]
  1763. #define HAVE_MEMORY_H 1
  1764. ^
  1765. conftest.cpp:15:9: warning: macro is not used [-Wunused-macros]
  1766. #define HAVE_STRINGS_H 1
  1767. ^
  1768. conftest.cpp:16:9: warning: macro is not used [-Wunused-macros]
  1769. #define HAVE_INTTYPES_H 1
  1770. ^
  1771. conftest.cpp:17:9: warning: macro is not used [-Wunused-macros]
  1772. #define HAVE_STDINT_H 1
  1773. ^
  1774. conftest.cpp:18:9: warning: macro is not used [-Wunused-macros]
  1775. #define HAVE_UNISTD_H 1
  1776. ^
  1777. conftest.cpp:19:9: warning: macro is not used [-Wunused-macros]
  1778. #define HAVE_DLFCN_H 1
  1779. ^
  1780. conftest.cpp:21:9: warning: macro is not used [-Wunused-macros]
  1781. #define HAVE_BOOST_ALGORITHM_STRING_HPP 1
  1782. ^
  1783. conftest.cpp:22:9: warning: macro is not used [-Wunused-macros]
  1784. #define HAVE_BOOST_ARCHIVE_ITERATORS_BASE64_FROM_BINARY_HPP 1
  1785. ^
  1786. conftest.cpp:23:9: warning: macro is not used [-Wunused-macros]
  1787. #define HAVE_BOOST_ARCHIVE_ITERATORS_BINARY_FROM_BASE64_HPP 1
  1788. ^
  1789. conftest.cpp:24:9: warning: macro is not used [-Wunused-macros]
  1790. #define HAVE_BOOST_ARCHIVE_ITERATORS_REMOVE_WHITESPACE_HPP 1
  1791. ^
  1792. conftest.cpp:25:9: warning: macro is not used [-Wunused-macros]
  1793. #define HAVE_BOOST_ARCHIVE_ITERATORS_TRANSFORM_WIDTH_HPP 1
  1794. ^
  1795. 33 warnings generated.
  1796. configure:13079: $? = 0
  1797. configure:13079: result: yes
  1798. configure:13079: checking for boost/range/iterator_range.hpp
  1799. configure:13079: clang++ -c -Wall -Wno-missing-braces -Wnon-virtual-dtor -Wendif-labels -Wextra -Wundef -Wunreachable-code -Wunused-macros -finput-charset=UTF-8 -fmessage-length=0 -fno-common -pipe -Wimplicit-fallthrough -fvisibility-inlines-hidden -fstack-protector-strong -fPIC -Wshadow -Woverloaded-virtual -std=gnu++2a -pthread -O2 -Wall -Wextra -pedantic -Wshadow -Wunused-variable -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost conftest.cpp >&5
  1800. In file included from conftest.cpp:31:
  1801. /core/external/boost/include/boost/range/iterator_range.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  1802. #include_next <boost/range/iterator_range.hpp>
  1803. ^
  1804. In file included from conftest.cpp:31:
  1805. In file included from /core/external/boost/include/boost/range/iterator_range.hpp:27:
  1806. In file included from /core/workdir/UnpackedTarball/boost/boost/range/iterator_range.hpp:13:
  1807. In file included from /core/workdir/UnpackedTarball/boost/boost/range/iterator_range_core.hpp:17:
  1808. /core/external/boost/include/boost/config.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  1809. #include_next <boost/config.hpp>
  1810. ^
  1811. In file included from conftest.cpp:31:
  1812. In file included from /core/external/boost/include/boost/range/iterator_range.hpp:27:
  1813. In file included from /core/workdir/UnpackedTarball/boost/boost/range/iterator_range.hpp:13:
  1814. In file included from /core/workdir/UnpackedTarball/boost/boost/range/iterator_range_core.hpp:27:
  1815. /core/external/boost/include/boost/iterator/iterator_facade.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  1816. #include_next <boost/iterator/iterator_facade.hpp>
  1817. ^
  1818. In file included from conftest.cpp:31:
  1819. In file included from /core/external/boost/include/boost/range/iterator_range.hpp:27:
  1820. In file included from /core/workdir/UnpackedTarball/boost/boost/range/iterator_range.hpp:13:
  1821. In file included from /core/workdir/UnpackedTarball/boost/boost/range/iterator_range_core.hpp:27:
  1822. In file included from /core/external/boost/include/boost/iterator/iterator_facade.hpp:27:
  1823. In file included from /core/workdir/UnpackedTarball/boost/boost/iterator/iterator_facade.hpp:11:
  1824. In file included from /core/workdir/UnpackedTarball/boost/boost/iterator/interoperable.hpp:11:
  1825. In file included from /core/workdir/UnpackedTarball/boost/boost/mpl/or.hpp:43:
  1826. In file included from /core/workdir/UnpackedTarball/boost/boost/mpl/aux_/include_preprocessed.hpp:20:
  1827. /core/external/boost/include/boost/preprocessor/stringize.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  1828. #include_next <boost/preprocessor/stringize.hpp>
  1829. ^
  1830. In file included from conftest.cpp:31:
  1831. In file included from /core/external/boost/include/boost/range/iterator_range.hpp:27:
  1832. In file included from /core/workdir/UnpackedTarball/boost/boost/range/iterator_range.hpp:13:
  1833. In file included from /core/workdir/UnpackedTarball/boost/boost/range/iterator_range_core.hpp:27:
  1834. In file included from /core/external/boost/include/boost/iterator/iterator_facade.hpp:27:
  1835. In file included from /core/workdir/UnpackedTarball/boost/boost/iterator/iterator_facade.hpp:11:
  1836. In file included from /core/workdir/UnpackedTarball/boost/boost/iterator/interoperable.hpp:13:
  1837. In file included from /core/workdir/UnpackedTarball/boost/boost/type_traits/is_convertible.hpp:15:
  1838. In file included from /core/workdir/UnpackedTarball/boost/boost/type_traits/intrinsics.hpp:16:
  1839. In file included from /core/workdir/UnpackedTarball/boost/boost/type_traits/detail/config.hpp:15:
  1840. /core/external/boost/include/boost/version.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  1841. #include_next <boost/version.hpp>
  1842. ^
  1843. In file included from conftest.cpp:31:
  1844. In file included from /core/external/boost/include/boost/range/iterator_range.hpp:27:
  1845. In file included from /core/workdir/UnpackedTarball/boost/boost/range/iterator_range.hpp:13:
  1846. In file included from /core/workdir/UnpackedTarball/boost/boost/range/iterator_range_core.hpp:27:
  1847. In file included from /core/external/boost/include/boost/iterator/iterator_facade.hpp:27:
  1848. In file included from /core/workdir/UnpackedTarball/boost/boost/iterator/iterator_facade.hpp:11:
  1849. In file included from /core/workdir/UnpackedTarball/boost/boost/iterator/interoperable.hpp:13:
  1850. In file included from /core/workdir/UnpackedTarball/boost/boost/type_traits/is_convertible.hpp:20:
  1851. /core/external/boost/include/boost/static_assert.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  1852. #include_next <boost/static_assert.hpp>
  1853. ^
  1854. In file included from conftest.cpp:31:
  1855. In file included from /core/external/boost/include/boost/range/iterator_range.hpp:27:
  1856. In file included from /core/workdir/UnpackedTarball/boost/boost/range/iterator_range.hpp:13:
  1857. In file included from /core/workdir/UnpackedTarball/boost/boost/range/iterator_range_core.hpp:38:
  1858. In file included from /core/workdir/UnpackedTarball/boost/boost/range/functions.hpp:20:
  1859. In file included from /core/workdir/UnpackedTarball/boost/boost/range/size.hpp:22:
  1860. In file included from /core/workdir/UnpackedTarball/boost/boost/range/detail/has_member_size.hpp:18:
  1861. /core/external/boost/include/boost/cstdint.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  1862. #include_next <boost/cstdint.hpp>
  1863. ^
  1864. conftest.cpp:2:9: warning: macro is not used [-Wunused-macros]
  1865. #define PACKAGE_NAME "librevenge"
  1866. ^
  1867. conftest.cpp:3:9: warning: macro is not used [-Wunused-macros]
  1868. #define PACKAGE_TARNAME "librevenge"
  1869. ^
  1870. conftest.cpp:4:9: warning: macro is not used [-Wunused-macros]
  1871. #define PACKAGE_VERSION "0.0.4"
  1872. ^
  1873. conftest.cpp:5:9: warning: macro is not used [-Wunused-macros]
  1874. #define PACKAGE_STRING "librevenge 0.0.4"
  1875. ^
  1876. conftest.cpp:6:9: warning: macro is not used [-Wunused-macros]
  1877. #define PACKAGE_BUGREPORT ""
  1878. ^
  1879. conftest.cpp:7:9: warning: macro is not used [-Wunused-macros]
  1880. #define PACKAGE_URL ""
  1881. ^
  1882. conftest.cpp:8:9: warning: macro is not used [-Wunused-macros]
  1883. #define PACKAGE "librevenge"
  1884. ^
  1885. conftest.cpp:9:9: warning: macro is not used [-Wunused-macros]
  1886. #define VERSION "0.0.4"
  1887. ^
  1888. conftest.cpp:10:9: warning: macro is not used [-Wunused-macros]
  1889. #define HAVE_SYS_TYPES_H 1
  1890. ^
  1891. conftest.cpp:11:9: warning: macro is not used [-Wunused-macros]
  1892. #define HAVE_SYS_STAT_H 1
  1893. ^
  1894. conftest.cpp:12:9: warning: macro is not used [-Wunused-macros]
  1895. #define HAVE_STDLIB_H 1
  1896. ^
  1897. conftest.cpp:13:9: warning: macro is not used [-Wunused-macros]
  1898. #define HAVE_STRING_H 1
  1899. ^
  1900. conftest.cpp:14:9: warning: macro is not used [-Wunused-macros]
  1901. #define HAVE_MEMORY_H 1
  1902. ^
  1903. conftest.cpp:15:9: warning: macro is not used [-Wunused-macros]
  1904. #define HAVE_STRINGS_H 1
  1905. ^
  1906. conftest.cpp:16:9: warning: macro is not used [-Wunused-macros]
  1907. #define HAVE_INTTYPES_H 1
  1908. ^
  1909. conftest.cpp:17:9: warning: macro is not used [-Wunused-macros]
  1910. #define HAVE_STDINT_H 1
  1911. ^
  1912. conftest.cpp:18:9: warning: macro is not used [-Wunused-macros]
  1913. #define HAVE_UNISTD_H 1
  1914. ^
  1915. conftest.cpp:19:9: warning: macro is not used [-Wunused-macros]
  1916. #define HAVE_DLFCN_H 1
  1917. ^
  1918. conftest.cpp:21:9: warning: macro is not used [-Wunused-macros]
  1919. #define HAVE_BOOST_ALGORITHM_STRING_HPP 1
  1920. ^
  1921. conftest.cpp:22:9: warning: macro is not used [-Wunused-macros]
  1922. #define HAVE_BOOST_ARCHIVE_ITERATORS_BASE64_FROM_BINARY_HPP 1
  1923. ^
  1924. conftest.cpp:23:9: warning: macro is not used [-Wunused-macros]
  1925. #define HAVE_BOOST_ARCHIVE_ITERATORS_BINARY_FROM_BASE64_HPP 1
  1926. ^
  1927. conftest.cpp:24:9: warning: macro is not used [-Wunused-macros]
  1928. #define HAVE_BOOST_ARCHIVE_ITERATORS_REMOVE_WHITESPACE_HPP 1
  1929. ^
  1930. conftest.cpp:25:9: warning: macro is not used [-Wunused-macros]
  1931. #define HAVE_BOOST_ARCHIVE_ITERATORS_TRANSFORM_WIDTH_HPP 1
  1932. ^
  1933. conftest.cpp:26:9: warning: macro is not used [-Wunused-macros]
  1934. #define HAVE_BOOST_LEXICAL_CAST_HPP 1
  1935. ^
  1936. 31 warnings generated.
  1937. configure:13079: $? = 0
  1938. configure:13079: result: yes
  1939. configure:13079: checking for boost/scoped_ptr.hpp
  1940. configure:13079: clang++ -c -Wall -Wno-missing-braces -Wnon-virtual-dtor -Wendif-labels -Wextra -Wundef -Wunreachable-code -Wunused-macros -finput-charset=UTF-8 -fmessage-length=0 -fno-common -pipe -Wimplicit-fallthrough -fvisibility-inlines-hidden -fstack-protector-strong -fPIC -Wshadow -Woverloaded-virtual -std=gnu++2a -pthread -O2 -Wall -Wextra -pedantic -Wshadow -Wunused-variable -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost conftest.cpp >&5
  1941. In file included from conftest.cpp:32:
  1942. /core/external/boost/include/boost/scoped_ptr.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  1943. #include_next <boost/scoped_ptr.hpp>
  1944. ^
  1945. In file included from conftest.cpp:32:
  1946. In file included from /core/external/boost/include/boost/scoped_ptr.hpp:27:
  1947. In file included from /core/workdir/UnpackedTarball/boost/boost/scoped_ptr.hpp:13:
  1948. In file included from /core/workdir/UnpackedTarball/boost/boost/smart_ptr/scoped_ptr.hpp:13:
  1949. /core/external/boost/include/boost/config.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  1950. #include_next <boost/config.hpp>
  1951. ^
  1952. conftest.cpp:2:9: warning: macro is not used [-Wunused-macros]
  1953. #define PACKAGE_NAME "librevenge"
  1954. ^
  1955. conftest.cpp:3:9: warning: macro is not used [-Wunused-macros]
  1956. #define PACKAGE_TARNAME "librevenge"
  1957. ^
  1958. conftest.cpp:4:9: warning: macro is not used [-Wunused-macros]
  1959. #define PACKAGE_VERSION "0.0.4"
  1960. ^
  1961. conftest.cpp:5:9: warning: macro is not used [-Wunused-macros]
  1962. #define PACKAGE_STRING "librevenge 0.0.4"
  1963. ^
  1964. conftest.cpp:6:9: warning: macro is not used [-Wunused-macros]
  1965. #define PACKAGE_BUGREPORT ""
  1966. ^
  1967. conftest.cpp:7:9: warning: macro is not used [-Wunused-macros]
  1968. #define PACKAGE_URL ""
  1969. ^
  1970. conftest.cpp:8:9: warning: macro is not used [-Wunused-macros]
  1971. #define PACKAGE "librevenge"
  1972. ^
  1973. conftest.cpp:9:9: warning: macro is not used [-Wunused-macros]
  1974. #define VERSION "0.0.4"
  1975. ^
  1976. conftest.cpp:10:9: warning: macro is not used [-Wunused-macros]
  1977. #define HAVE_SYS_TYPES_H 1
  1978. ^
  1979. conftest.cpp:11:9: warning: macro is not used [-Wunused-macros]
  1980. #define HAVE_SYS_STAT_H 1
  1981. ^
  1982. conftest.cpp:12:9: warning: macro is not used [-Wunused-macros]
  1983. #define HAVE_STDLIB_H 1
  1984. ^
  1985. conftest.cpp:13:9: warning: macro is not used [-Wunused-macros]
  1986. #define HAVE_STRING_H 1
  1987. ^
  1988. conftest.cpp:14:9: warning: macro is not used [-Wunused-macros]
  1989. #define HAVE_MEMORY_H 1
  1990. ^
  1991. conftest.cpp:15:9: warning: macro is not used [-Wunused-macros]
  1992. #define HAVE_STRINGS_H 1
  1993. ^
  1994. conftest.cpp:16:9: warning: macro is not used [-Wunused-macros]
  1995. #define HAVE_INTTYPES_H 1
  1996. ^
  1997. conftest.cpp:17:9: warning: macro is not used [-Wunused-macros]
  1998. #define HAVE_STDINT_H 1
  1999. ^
  2000. conftest.cpp:18:9: warning: macro is not used [-Wunused-macros]
  2001. #define HAVE_UNISTD_H 1
  2002. ^
  2003. conftest.cpp:19:9: warning: macro is not used [-Wunused-macros]
  2004. #define HAVE_DLFCN_H 1
  2005. ^
  2006. conftest.cpp:21:9: warning: macro is not used [-Wunused-macros]
  2007. #define HAVE_BOOST_ALGORITHM_STRING_HPP 1
  2008. ^
  2009. conftest.cpp:22:9: warning: macro is not used [-Wunused-macros]
  2010. #define HAVE_BOOST_ARCHIVE_ITERATORS_BASE64_FROM_BINARY_HPP 1
  2011. ^
  2012. conftest.cpp:23:9: warning: macro is not used [-Wunused-macros]
  2013. #define HAVE_BOOST_ARCHIVE_ITERATORS_BINARY_FROM_BASE64_HPP 1
  2014. ^
  2015. conftest.cpp:24:9: warning: macro is not used [-Wunused-macros]
  2016. #define HAVE_BOOST_ARCHIVE_ITERATORS_REMOVE_WHITESPACE_HPP 1
  2017. ^
  2018. conftest.cpp:25:9: warning: macro is not used [-Wunused-macros]
  2019. #define HAVE_BOOST_ARCHIVE_ITERATORS_TRANSFORM_WIDTH_HPP 1
  2020. ^
  2021. conftest.cpp:26:9: warning: macro is not used [-Wunused-macros]
  2022. #define HAVE_BOOST_LEXICAL_CAST_HPP 1
  2023. ^
  2024. conftest.cpp:27:9: warning: macro is not used [-Wunused-macros]
  2025. #define HAVE_BOOST_RANGE_ITERATOR_RANGE_HPP 1
  2026. ^
  2027. 27 warnings generated.
  2028. configure:13079: $? = 0
  2029. configure:13079: result: yes
  2030. configure:13079: checking for boost/shared_ptr.hpp
  2031. configure:13079: clang++ -c -Wall -Wno-missing-braces -Wnon-virtual-dtor -Wendif-labels -Wextra -Wundef -Wunreachable-code -Wunused-macros -finput-charset=UTF-8 -fmessage-length=0 -fno-common -pipe -Wimplicit-fallthrough -fvisibility-inlines-hidden -fstack-protector-strong -fPIC -Wshadow -Woverloaded-virtual -std=gnu++2a -pthread -O2 -Wall -Wextra -pedantic -Wshadow -Wunused-variable -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost conftest.cpp >&5
  2032. In file included from conftest.cpp:33:
  2033. /core/external/boost/include/boost/shared_ptr.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  2034. #include_next <boost/shared_ptr.hpp>
  2035. ^
  2036. In file included from conftest.cpp:33:
  2037. In file included from /core/external/boost/include/boost/shared_ptr.hpp:27:
  2038. In file included from /core/workdir/UnpackedTarball/boost/boost/shared_ptr.hpp:17:
  2039. In file included from /core/workdir/UnpackedTarball/boost/boost/smart_ptr/shared_ptr.hpp:17:
  2040. /core/external/boost/include/boost/config.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  2041. #include_next <boost/config.hpp>
  2042. ^
  2043. In file included from conftest.cpp:33:
  2044. In file included from /core/external/boost/include/boost/shared_ptr.hpp:27:
  2045. In file included from /core/workdir/UnpackedTarball/boost/boost/shared_ptr.hpp:17:
  2046. In file included from /core/workdir/UnpackedTarball/boost/boost/smart_ptr/shared_ptr.hpp:27:
  2047. In file included from /core/workdir/UnpackedTarball/boost/boost/throw_exception.hpp:38:
  2048. /core/external/boost/include/boost/current_function.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  2049. #include_next <boost/current_function.hpp>
  2050. ^
  2051. In file included from conftest.cpp:33:
  2052. In file included from /core/external/boost/include/boost/shared_ptr.hpp:27:
  2053. In file included from /core/workdir/UnpackedTarball/boost/boost/shared_ptr.hpp:17:
  2054. In file included from /core/workdir/UnpackedTarball/boost/boost/smart_ptr/shared_ptr.hpp:28:
  2055. In file included from /core/workdir/UnpackedTarball/boost/boost/smart_ptr/detail/shared_count.hpp:29:
  2056. In file included from /core/workdir/UnpackedTarball/boost/boost/smart_ptr/detail/sp_counted_base.hpp:45:
  2057. In file included from /core/workdir/UnpackedTarball/boost/boost/smart_ptr/detail/sp_counted_base_clang.hpp:20:
  2058. /core/external/boost/include/boost/cstdint.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  2059. #include_next <boost/cstdint.hpp>
  2060. ^
  2061. conftest.cpp:2:9: warning: macro is not used [-Wunused-macros]
  2062. #define PACKAGE_NAME "librevenge"
  2063. ^
  2064. conftest.cpp:3:9: warning: macro is not used [-Wunused-macros]
  2065. #define PACKAGE_TARNAME "librevenge"
  2066. ^
  2067. conftest.cpp:4:9: warning: macro is not used [-Wunused-macros]
  2068. #define PACKAGE_VERSION "0.0.4"
  2069. ^
  2070. conftest.cpp:5:9: warning: macro is not used [-Wunused-macros]
  2071. #define PACKAGE_STRING "librevenge 0.0.4"
  2072. ^
  2073. conftest.cpp:6:9: warning: macro is not used [-Wunused-macros]
  2074. #define PACKAGE_BUGREPORT ""
  2075. ^
  2076. conftest.cpp:7:9: warning: macro is not used [-Wunused-macros]
  2077. #define PACKAGE_URL ""
  2078. ^
  2079. conftest.cpp:8:9: warning: macro is not used [-Wunused-macros]
  2080. #define PACKAGE "librevenge"
  2081. ^
  2082. conftest.cpp:9:9: warning: macro is not used [-Wunused-macros]
  2083. #define VERSION "0.0.4"
  2084. ^
  2085. conftest.cpp:10:9: warning: macro is not used [-Wunused-macros]
  2086. #define HAVE_SYS_TYPES_H 1
  2087. ^
  2088. conftest.cpp:11:9: warning: macro is not used [-Wunused-macros]
  2089. #define HAVE_SYS_STAT_H 1
  2090. ^
  2091. conftest.cpp:12:9: warning: macro is not used [-Wunused-macros]
  2092. #define HAVE_STDLIB_H 1
  2093. ^
  2094. conftest.cpp:13:9: warning: macro is not used [-Wunused-macros]
  2095. #define HAVE_STRING_H 1
  2096. ^
  2097. conftest.cpp:14:9: warning: macro is not used [-Wunused-macros]
  2098. #define HAVE_MEMORY_H 1
  2099. ^
  2100. conftest.cpp:15:9: warning: macro is not used [-Wunused-macros]
  2101. #define HAVE_STRINGS_H 1
  2102. ^
  2103. conftest.cpp:16:9: warning: macro is not used [-Wunused-macros]
  2104. #define HAVE_INTTYPES_H 1
  2105. ^
  2106. conftest.cpp:17:9: warning: macro is not used [-Wunused-macros]
  2107. #define HAVE_STDINT_H 1
  2108. ^
  2109. conftest.cpp:18:9: warning: macro is not used [-Wunused-macros]
  2110. #define HAVE_UNISTD_H 1
  2111. ^
  2112. conftest.cpp:19:9: warning: macro is not used [-Wunused-macros]
  2113. #define HAVE_DLFCN_H 1
  2114. ^
  2115. conftest.cpp:21:9: warning: macro is not used [-Wunused-macros]
  2116. #define HAVE_BOOST_ALGORITHM_STRING_HPP 1
  2117. ^
  2118. conftest.cpp:22:9: warning: macro is not used [-Wunused-macros]
  2119. #define HAVE_BOOST_ARCHIVE_ITERATORS_BASE64_FROM_BINARY_HPP 1
  2120. ^
  2121. conftest.cpp:23:9: warning: macro is not used [-Wunused-macros]
  2122. #define HAVE_BOOST_ARCHIVE_ITERATORS_BINARY_FROM_BASE64_HPP 1
  2123. ^
  2124. conftest.cpp:24:9: warning: macro is not used [-Wunused-macros]
  2125. #define HAVE_BOOST_ARCHIVE_ITERATORS_REMOVE_WHITESPACE_HPP 1
  2126. ^
  2127. conftest.cpp:25:9: warning: macro is not used [-Wunused-macros]
  2128. #define HAVE_BOOST_ARCHIVE_ITERATORS_TRANSFORM_WIDTH_HPP 1
  2129. ^
  2130. conftest.cpp:26:9: warning: macro is not used [-Wunused-macros]
  2131. #define HAVE_BOOST_LEXICAL_CAST_HPP 1
  2132. ^
  2133. conftest.cpp:27:9: warning: macro is not used [-Wunused-macros]
  2134. #define HAVE_BOOST_RANGE_ITERATOR_RANGE_HPP 1
  2135. ^
  2136. conftest.cpp:28:9: warning: macro is not used [-Wunused-macros]
  2137. #define HAVE_BOOST_SCOPED_PTR_HPP 1
  2138. ^
  2139. 30 warnings generated.
  2140. configure:13079: $? = 0
  2141. configure:13079: result: yes
  2142. configure:13079: checking for boost/spirit/include/classic.hpp
  2143. configure:13079: clang++ -c -Wall -Wno-missing-braces -Wnon-virtual-dtor -Wendif-labels -Wextra -Wundef -Wunreachable-code -Wunused-macros -finput-charset=UTF-8 -fmessage-length=0 -fno-common -pipe -Wimplicit-fallthrough -fvisibility-inlines-hidden -fstack-protector-strong -fPIC -Wshadow -Woverloaded-virtual -std=gnu++2a -pthread -O2 -Wall -Wextra -pedantic -Wshadow -Wunused-variable -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost conftest.cpp >&5
  2144. In file included from conftest.cpp:34:
  2145. /core/external/boost/include/boost/spirit/include/classic.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  2146. #include_next <boost/spirit/include/classic.hpp>
  2147. ^
  2148. In file included from conftest.cpp:34:
  2149. In file included from /core/external/boost/include/boost/spirit/include/classic.hpp:27:
  2150. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/include/classic.hpp:11:
  2151. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/home/classic.hpp:24:
  2152. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/home/classic/core.hpp:16:
  2153. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/home/classic/version.hpp:16:
  2154. /core/external/boost/include/boost/version.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  2155. #include_next <boost/version.hpp>
  2156. ^
  2157. In file included from conftest.cpp:34:
  2158. In file included from /core/external/boost/include/boost/spirit/include/classic.hpp:27:
  2159. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/include/classic.hpp:11:
  2160. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/home/classic.hpp:24:
  2161. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/home/classic/core.hpp:26:
  2162. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/home/classic/core/config.hpp:11:
  2163. /core/external/boost/include/boost/config.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  2164. #include_next <boost/config.hpp>
  2165. ^
  2166. In file included from conftest.cpp:34:
  2167. In file included from /core/external/boost/include/boost/spirit/include/classic.hpp:27:
  2168. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/include/classic.hpp:11:
  2169. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/home/classic.hpp:24:
  2170. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/home/classic/core.hpp:28:
  2171. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/home/classic/core/match.hpp:15:
  2172. /core/external/boost/include/boost/optional.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  2173. #include_next <boost/optional.hpp>
  2174. ^
  2175. In file included from conftest.cpp:34:
  2176. In file included from /core/external/boost/include/boost/spirit/include/classic.hpp:27:
  2177. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/include/classic.hpp:11:
  2178. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/home/classic.hpp:24:
  2179. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/home/classic/core.hpp:28:
  2180. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/home/classic/core/match.hpp:15:
  2181. In file included from /core/external/boost/include/boost/optional.hpp:27:
  2182. In file included from /core/workdir/UnpackedTarball/boost/boost/optional.hpp:15:
  2183. /core/external/boost/include/boost/optional/optional.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  2184. #include_next <boost/optional/optional.hpp>
  2185. ^
  2186. In file included from conftest.cpp:34:
  2187. In file included from /core/external/boost/include/boost/spirit/include/classic.hpp:27:
  2188. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/include/classic.hpp:11:
  2189. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/home/classic.hpp:24:
  2190. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/home/classic/core.hpp:28:
  2191. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/home/classic/core/match.hpp:15:
  2192. In file included from /core/external/boost/include/boost/optional.hpp:27:
  2193. In file included from /core/workdir/UnpackedTarball/boost/boost/optional.hpp:15:
  2194. In file included from /core/external/boost/include/boost/optional/optional.hpp:27:
  2195. In file included from /core/workdir/UnpackedTarball/boost/boost/optional/optional.hpp:33:
  2196. /core/external/boost/include/boost/static_assert.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  2197. #include_next <boost/static_assert.hpp>
  2198. ^
  2199. In file included from conftest.cpp:34:
  2200. In file included from /core/external/boost/include/boost/spirit/include/classic.hpp:27:
  2201. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/include/classic.hpp:11:
  2202. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/home/classic.hpp:24:
  2203. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/home/classic/core.hpp:28:
  2204. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/home/classic/core/match.hpp:15:
  2205. In file included from /core/external/boost/include/boost/optional.hpp:27:
  2206. In file included from /core/workdir/UnpackedTarball/boost/boost/optional.hpp:15:
  2207. In file included from /core/external/boost/include/boost/optional/optional.hpp:27:
  2208. In file included from /core/workdir/UnpackedTarball/boost/boost/optional/optional.hpp:34:
  2209. In file included from /core/workdir/UnpackedTarball/boost/boost/throw_exception.hpp:38:
  2210. /core/external/boost/include/boost/current_function.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  2211. #include_next <boost/current_function.hpp>
  2212. ^
  2213. In file included from conftest.cpp:34:
  2214. In file included from /core/external/boost/include/boost/spirit/include/classic.hpp:27:
  2215. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/include/classic.hpp:11:
  2216. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/home/classic.hpp:24:
  2217. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/home/classic/core.hpp:28:
  2218. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/home/classic/core/match.hpp:15:
  2219. In file included from /core/external/boost/include/boost/optional.hpp:27:
  2220. In file included from /core/workdir/UnpackedTarball/boost/boost/optional.hpp:15:
  2221. In file included from /core/external/boost/include/boost/optional/optional.hpp:27:
  2222. In file included from /core/workdir/UnpackedTarball/boost/boost/optional/optional.hpp:54:
  2223. /core/external/boost/include/boost/none.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  2224. #include_next <boost/none.hpp>
  2225. ^
  2226. In file included from conftest.cpp:34:
  2227. In file included from /core/external/boost/include/boost/spirit/include/classic.hpp:27:
  2228. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/include/classic.hpp:11:
  2229. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/home/classic.hpp:24:
  2230. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/home/classic/core.hpp:28:
  2231. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/home/classic/core/match.hpp:18:
  2232. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/home/classic/core/impl/match_attr_traits.ipp:14:
  2233. In file included from /core/workdir/UnpackedTarball/boost/boost/mpl/or.hpp:43:
  2234. In file included from /core/workdir/UnpackedTarball/boost/boost/mpl/aux_/include_preprocessed.hpp:20:
  2235. /core/external/boost/include/boost/preprocessor/stringize.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  2236. #include_next <boost/preprocessor/stringize.hpp>
  2237. ^
  2238. In file included from conftest.cpp:34:
  2239. In file included from /core/external/boost/include/boost/spirit/include/classic.hpp:27:
  2240. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/include/classic.hpp:11:
  2241. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/home/classic.hpp:24:
  2242. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/home/classic/core.hpp:32:
  2243. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/home/classic/core/primitives/primitives.hpp:12:
  2244. /core/external/boost/include/boost/ref.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  2245. #include_next <boost/ref.hpp>
  2246. ^
  2247. In file included from conftest.cpp:34:
  2248. In file included from /core/external/boost/include/boost/spirit/include/classic.hpp:27:
  2249. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/include/classic.hpp:11:
  2250. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/home/classic.hpp:24:
  2251. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/home/classic/core.hpp:41:
  2252. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/home/classic/core/non_terminal/rule.hpp:31:
  2253. /core/external/boost/include/boost/scoped_ptr.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  2254. #include_next <boost/scoped_ptr.hpp>
  2255. ^
  2256. In file included from conftest.cpp:34:
  2257. In file included from /core/external/boost/include/boost/spirit/include/classic.hpp:27:
  2258. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/include/classic.hpp:11:
  2259. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/home/classic.hpp:24:
  2260. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/home/classic/core.hpp:42:
  2261. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/home/classic/core/non_terminal/grammar.hpp:21:
  2262. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp:15:
  2263. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/home/classic/core/non_terminal/impl/object_with_id.ipp:14:
  2264. /core/external/boost/include/boost/shared_ptr.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  2265. #include_next <boost/shared_ptr.hpp>
  2266. ^
  2267. In file included from conftest.cpp:34:
  2268. In file included from /core/external/boost/include/boost/spirit/include/classic.hpp:27:
  2269. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/include/classic.hpp:11:
  2270. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/home/classic.hpp:24:
  2271. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/home/classic/core.hpp:42:
  2272. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/home/classic/core/non_terminal/grammar.hpp:21:
  2273. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp:15:
  2274. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/home/classic/core/non_terminal/impl/object_with_id.ipp:14:
  2275. In file included from /core/external/boost/include/boost/shared_ptr.hpp:27:
  2276. In file included from /core/workdir/UnpackedTarball/boost/boost/shared_ptr.hpp:17:
  2277. In file included from /core/workdir/UnpackedTarball/boost/boost/smart_ptr/shared_ptr.hpp:28:
  2278. In file included from /core/workdir/UnpackedTarball/boost/boost/smart_ptr/detail/shared_count.hpp:29:
  2279. In file included from /core/workdir/UnpackedTarball/boost/boost/smart_ptr/detail/sp_counted_base.hpp:45:
  2280. In file included from /core/workdir/UnpackedTarball/boost/boost/smart_ptr/detail/sp_counted_base_clang.hpp:20:
  2281. /core/external/boost/include/boost/cstdint.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  2282. #include_next <boost/cstdint.hpp>
  2283. ^
  2284. In file included from conftest.cpp:34:
  2285. In file included from /core/external/boost/include/boost/spirit/include/classic.hpp:27:
  2286. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/include/classic.hpp:11:
  2287. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/home/classic.hpp:24:
  2288. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/home/classic/core.hpp:42:
  2289. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/home/classic/core/non_terminal/grammar.hpp:21:
  2290. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp:19:
  2291. /core/external/boost/include/boost/weak_ptr.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  2292. #include_next <boost/weak_ptr.hpp>
  2293. ^
  2294. In file included from conftest.cpp:34:
  2295. In file included from /core/external/boost/include/boost/spirit/include/classic.hpp:27:
  2296. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/include/classic.hpp:11:
  2297. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/home/classic.hpp:27:
  2298. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/home/classic/iterator.hpp:20:
  2299. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/home/classic/iterator/file_iterator.hpp:54:
  2300. In file included from /core/workdir/UnpackedTarball/boost/boost/iterator_adaptors.hpp:11:
  2301. In file included from /core/workdir/UnpackedTarball/boost/boost/iterator/iterator_adaptor.hpp:13:
  2302. /core/external/boost/include/boost/iterator/iterator_facade.hpp:27:2: warning: #include_next is a language extension [-Wgnu-include-next]
  2303. #include_next <boost/iterator/iterator_facade.hpp>
  2304. ^
  2305. In file included from conftest.cpp:34:
  2306. In file included from /core/external/boost/include/boost/spirit/include/classic.hpp:27:
  2307. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/include/classic.hpp:11:
  2308. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/home/classic.hpp:30:
  2309. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/home/classic/attribute.hpp:35:
  2310. In file included from /core/workdir/UnpackedTarball/boost/boost/spirit/home/classic/attribute/closure.hpp:24:
  2311. /core/workdir/UnpackedTarball/boost/boost/spirit/home/classic/phoenix/operators.hpp:404:19: error: use 'template' keyword to treat 'value' as a dependent template name
  2312. rank<T0>::value < rank<T1>::value,
  2313. ^
  2314. template
  2315. /core/workdir/UnpackedTarball/boost/boost/spirit/home/classic/phoenix/operators.hpp:404:9: error: missing 'typename' prior to dependent type name 'rank<T0>::rank<T0>::value<rank<T1>::value, T1, T0>::type'
  2316. rank<T0>::value < rank<T1>::value,
  2317. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2318. typename
  2319. /core/workdir/UnpackedTarball/boost/boost/spirit/home/classic/phoenix/operators.hpp:405:23: error: expected '>'
  2320. T1, T0>::type type;
  2321. ^
  2322. conftest.cpp:2:9: warning: macro is not used [-Wunused-macros]
  2323. #define PACKAGE_NAME "librevenge"
  2324. ^
  2325. conftest.cpp:3:9: warning: macro is not used [-Wunused-macros]
  2326. #define PACKAGE_TARNAME "librevenge"
  2327. ^
  2328. conftest.cpp:4:9: warning: macro is not used [-Wunused-macros]
  2329. #define PACKAGE_VERSION "0.0.4"
  2330. ^
  2331. conftest.cpp:5:9: warning: macro is not used [-Wunused-macros]
  2332. #define PACKAGE_STRING "librevenge 0.0.4"
  2333. ^
  2334. conftest.cpp:6:9: warning: macro is not used [-Wunused-macros]
  2335. #define PACKAGE_BUGREPORT ""
  2336. ^
  2337. conftest.cpp:7:9: warning: macro is not used [-Wunused-macros]
  2338. #define PACKAGE_URL ""
  2339. ^
  2340. conftest.cpp:8:9: warning: macro is not used [-Wunused-macros]
  2341. #define PACKAGE "librevenge"
  2342. ^
  2343. conftest.cpp:9:9: warning: macro is not used [-Wunused-macros]
  2344. #define VERSION "0.0.4"
  2345. ^
  2346. conftest.cpp:10:9: warning: macro is not used [-Wunused-macros]
  2347. #define HAVE_SYS_TYPES_H 1
  2348. ^
  2349. conftest.cpp:11:9: warning: macro is not used [-Wunused-macros]
  2350. #define HAVE_SYS_STAT_H 1
  2351. ^
  2352. conftest.cpp:12:9: warning: macro is not used [-Wunused-macros]
  2353. #define HAVE_STDLIB_H 1
  2354. ^
  2355. conftest.cpp:13:9: warning: macro is not used [-Wunused-macros]
  2356. #define HAVE_STRING_H 1
  2357. ^
  2358. conftest.cpp:14:9: warning: macro is not used [-Wunused-macros]
  2359. #define HAVE_MEMORY_H 1
  2360. ^
  2361. conftest.cpp:15:9: warning: macro is not used [-Wunused-macros]
  2362. #define HAVE_STRINGS_H 1
  2363. ^
  2364. conftest.cpp:16:9: warning: macro is not used [-Wunused-macros]
  2365. #define HAVE_INTTYPES_H 1
  2366. ^
  2367. conftest.cpp:17:9: warning: macro is not used [-Wunused-macros]
  2368. #define HAVE_STDINT_H 1
  2369. ^
  2370. conftest.cpp:18:9: warning: macro is not used [-Wunused-macros]
  2371. #define HAVE_UNISTD_H 1
  2372. ^
  2373. conftest.cpp:19:9: warning: macro is not used [-Wunused-macros]
  2374. #define HAVE_DLFCN_H 1
  2375. ^
  2376. conftest.cpp:21:9: warning: macro is not used [-Wunused-macros]
  2377. #define HAVE_BOOST_ALGORITHM_STRING_HPP 1
  2378. ^
  2379. conftest.cpp:22:9: warning: macro is not used [-Wunused-macros]
  2380. #define HAVE_BOOST_ARCHIVE_ITERATORS_BASE64_FROM_BINARY_HPP 1
  2381. ^
  2382. conftest.cpp:23:9: warning: macro is not used [-Wunused-macros]
  2383. #define HAVE_BOOST_ARCHIVE_ITERATORS_BINARY_FROM_BASE64_HPP 1
  2384. ^
  2385. conftest.cpp:24:9: warning: macro is not used [-Wunused-macros]
  2386. #define HAVE_BOOST_ARCHIVE_ITERATORS_REMOVE_WHITESPACE_HPP 1
  2387. ^
  2388. conftest.cpp:25:9: warning: macro is not used [-Wunused-macros]
  2389. #define HAVE_BOOST_ARCHIVE_ITERATORS_TRANSFORM_WIDTH_HPP 1
  2390. ^
  2391. conftest.cpp:26:9: warning: macro is not used [-Wunused-macros]
  2392. #define HAVE_BOOST_LEXICAL_CAST_HPP 1
  2393. ^
  2394. conftest.cpp:27:9: warning: macro is not used [-Wunused-macros]
  2395. #define HAVE_BOOST_RANGE_ITERATOR_RANGE_HPP 1
  2396. ^
  2397. conftest.cpp:28:9: warning: macro is not used [-Wunused-macros]
  2398. #define HAVE_BOOST_SCOPED_PTR_HPP 1
  2399. ^
  2400. conftest.cpp:29:9: warning: macro is not used [-Wunused-macros]
  2401. #define HAVE_BOOST_SHARED_PTR_HPP 1
  2402. ^
  2403. 42 warnings and 3 errors generated.
  2404. configure:13079: $? = 1
  2405. configure: failed program was:
  2406. | /* confdefs.h */
  2407. | #define PACKAGE_NAME "librevenge"
  2408. | #define PACKAGE_TARNAME "librevenge"
  2409. | #define PACKAGE_VERSION "0.0.4"
  2410. | #define PACKAGE_STRING "librevenge 0.0.4"
  2411. | #define PACKAGE_BUGREPORT ""
  2412. | #define PACKAGE_URL ""
  2413. | #define PACKAGE "librevenge"
  2414. | #define VERSION "0.0.4"
  2415. | #define HAVE_SYS_TYPES_H 1
  2416. | #define HAVE_SYS_STAT_H 1
  2417. | #define HAVE_STDLIB_H 1
  2418. | #define HAVE_STRING_H 1
  2419. | #define HAVE_MEMORY_H 1
  2420. | #define HAVE_STRINGS_H 1
  2421. | #define HAVE_INTTYPES_H 1
  2422. | #define HAVE_STDINT_H 1
  2423. | #define HAVE_UNISTD_H 1
  2424. | #define HAVE_DLFCN_H 1
  2425. | #define LT_OBJDIR ".libs/"
  2426. | #define HAVE_BOOST_ALGORITHM_STRING_HPP 1
  2427. | #define HAVE_BOOST_ARCHIVE_ITERATORS_BASE64_FROM_BINARY_HPP 1
  2428. | #define HAVE_BOOST_ARCHIVE_ITERATORS_BINARY_FROM_BASE64_HPP 1
  2429. | #define HAVE_BOOST_ARCHIVE_ITERATORS_REMOVE_WHITESPACE_HPP 1
  2430. | #define HAVE_BOOST_ARCHIVE_ITERATORS_TRANSFORM_WIDTH_HPP 1
  2431. | #define HAVE_BOOST_LEXICAL_CAST_HPP 1
  2432. | #define HAVE_BOOST_RANGE_ITERATOR_RANGE_HPP 1
  2433. | #define HAVE_BOOST_SCOPED_PTR_HPP 1
  2434. | #define HAVE_BOOST_SHARED_PTR_HPP 1
  2435. | /* end confdefs.h. */
  2436. |
  2437. |
  2438. |
  2439. | #include <boost/spirit/include/classic.hpp>
  2440. configure:13079: result: no
  2441. configure:13088: error: Required boost headers not found.
  2442.  
  2443. ## ---------------- ##
  2444. ## Cache variables. ##
  2445. ## ---------------- ##
  2446.  
  2447. ac_cv_build=x86_64-pc-linux-gnu
  2448. ac_cv_c_compiler_gnu=yes
  2449. ac_cv_cxx_compiler_gnu=yes
  2450. ac_cv_env_CCC_set=
  2451. ac_cv_env_CCC_value=
  2452. ac_cv_env_CC_set=set
  2453. ac_cv_env_CC_value=clang
  2454. ac_cv_env_CFLAGS_set=
  2455. ac_cv_env_CFLAGS_value=
  2456. ac_cv_env_CPPFLAGS_set=set
  2457. ac_cv_env_CPPFLAGS_value=' -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost'
  2458. ac_cv_env_CPPUNIT_CFLAGS_set=set
  2459. ac_cv_env_CPPUNIT_CFLAGS_value=' '
  2460. ac_cv_env_CPPUNIT_LIBS_set=set
  2461. ac_cv_env_CPPUNIT_LIBS_value=' '
  2462. ac_cv_env_CPP_set=
  2463. ac_cv_env_CPP_value=
  2464. ac_cv_env_CXXCPP_set=
  2465. ac_cv_env_CXXCPP_value=
  2466. ac_cv_env_CXXFLAGS_set=set
  2467. ac_cv_env_CXXFLAGS_value='-Wall -Wno-missing-braces -Wnon-virtual-dtor -Wendif-labels -Wextra -Wundef -Wunreachable-code -Wunused-macros -finput-charset=UTF-8 -fmessage-length=0 -fno-common -pipe -Wimplicit-fallthrough -fvisibility-inlines-hidden -fstack-protector-strong -fPIC -Wshadow -Woverloaded-virtual -std=gnu++2a -pthread -O2'
  2468. ac_cv_env_CXX_set=set
  2469. ac_cv_env_CXX_value=clang++
  2470. ac_cv_env_LDFLAGS_set=
  2471. ac_cv_env_LDFLAGS_value=
  2472. ac_cv_env_LIBS_set=
  2473. ac_cv_env_LIBS_value=
  2474. ac_cv_env_LT_SYS_LIBRARY_PATH_set=
  2475. ac_cv_env_LT_SYS_LIBRARY_PATH_value=
  2476. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  2477. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  2478. ac_cv_env_PKG_CONFIG_PATH_set=
  2479. ac_cv_env_PKG_CONFIG_PATH_value=
  2480. ac_cv_env_PKG_CONFIG_set=set
  2481. ac_cv_env_PKG_CONFIG_value=
  2482. ac_cv_env_ZLIB_CFLAGS_set=set
  2483. ac_cv_env_ZLIB_CFLAGS_value=' '
  2484. ac_cv_env_ZLIB_LIBS_set=set
  2485. ac_cv_env_ZLIB_LIBS_value=' -lz'
  2486. ac_cv_env_build_alias_set=
  2487. ac_cv_env_build_alias_value=
  2488. ac_cv_env_host_alias_set=
  2489. ac_cv_env_host_alias_value=
  2490. ac_cv_env_target_alias_set=
  2491. ac_cv_env_target_alias_value=
  2492. ac_cv_header_boost_algorithm_string_hpp=yes
  2493. ac_cv_header_boost_archive_iterators_base64_from_binary_hpp=yes
  2494. ac_cv_header_boost_archive_iterators_binary_from_base64_hpp=yes
  2495. ac_cv_header_boost_archive_iterators_remove_whitespace_hpp=yes
  2496. ac_cv_header_boost_archive_iterators_transform_width_hpp=yes
  2497. ac_cv_header_boost_lexical_cast_hpp=yes
  2498. ac_cv_header_boost_range_iterator_range_hpp=yes
  2499. ac_cv_header_boost_scoped_ptr_hpp=yes
  2500. ac_cv_header_boost_shared_ptr_hpp=yes
  2501. ac_cv_header_boost_spirit_include_classic_hpp=no
  2502. ac_cv_header_dlfcn_h=yes
  2503. ac_cv_header_inttypes_h=yes
  2504. ac_cv_header_memory_h=yes
  2505. ac_cv_header_stdc=no
  2506. ac_cv_header_stdint_h=yes
  2507. ac_cv_header_stdlib_h=yes
  2508. ac_cv_header_string_h=yes
  2509. ac_cv_header_strings_h=yes
  2510. ac_cv_header_sys_stat_h=yes
  2511. ac_cv_header_sys_types_h=yes
  2512. ac_cv_header_unistd_h=yes
  2513. ac_cv_host=x86_64-pc-linux-gnu
  2514. ac_cv_objext=o
  2515. ac_cv_path_EGREP='/usr/bin/grep -E'
  2516. ac_cv_path_FGREP='/usr/bin/grep -F'
  2517. ac_cv_path_GREP=/usr/bin/grep
  2518. ac_cv_path_SED=/usr/bin/sed
  2519. ac_cv_path_install='/usr/bin/install -c'
  2520. ac_cv_path_lt_DD=/usr/bin/dd
  2521. ac_cv_path_mkdir=/usr/bin/mkdir
  2522. ac_cv_prog_AWK=mawk
  2523. ac_cv_prog_CPP='clang -E'
  2524. ac_cv_prog_CXXCPP='clang++ -E'
  2525. ac_cv_prog_ac_ct_CC=clang
  2526. ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
  2527. ac_cv_prog_ac_ct_OBJDUMP=objdump
  2528. ac_cv_prog_ac_ct_RANLIB=ranlib
  2529. ac_cv_prog_ac_ct_STRIP=strip
  2530. ac_cv_prog_cc_c89=
  2531. ac_cv_prog_cc_g=yes
  2532. ac_cv_prog_cxx_g=yes
  2533. ac_cv_prog_make_make_set=yes
  2534. am_cv_CC_dependencies_compiler_type=gcc3
  2535. am_cv_CXX_dependencies_compiler_type=gcc3
  2536. am_cv_ar_interface=ar
  2537. am_cv_make_support_nested_variables=yes
  2538. am_cv_prog_cc_c_o=yes
  2539. lt_cv_ar_at_file=@
  2540. lt_cv_archive_cmds_need_lc=no
  2541. lt_cv_deplibs_check_method=pass_all
  2542. lt_cv_file_magic_cmd='$MAGIC_CMD'
  2543. lt_cv_file_magic_test_file=
  2544. lt_cv_ld_reload_flag=-r
  2545. lt_cv_nm_interface='BSD nm'
  2546. lt_cv_objdir=.libs
  2547. lt_cv_path_LD=/usr/bin/ld
  2548. lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
  2549. lt_cv_path_NM=nm
  2550. lt_cv_path_mainfest_tool=no
  2551. lt_cv_prog_compiler_c_o=yes
  2552. lt_cv_prog_compiler_c_o_CXX=yes
  2553. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  2554. lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
  2555. lt_cv_prog_compiler_pic_works=yes
  2556. lt_cv_prog_compiler_pic_works_CXX=yes
  2557. lt_cv_prog_compiler_rtti_exceptions=yes
  2558. lt_cv_prog_compiler_static_works=yes
  2559. lt_cv_prog_compiler_static_works_CXX=yes
  2560. lt_cv_prog_gnu_ld=yes
  2561. lt_cv_prog_gnu_ldcxx=yes
  2562. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  2563. lt_cv_shlibpath_overrides_runpath=yes
  2564. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
  2565. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
  2566. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
  2567. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  2568. lt_cv_sys_global_symbol_to_import=
  2569. lt_cv_sys_max_cmd_len=1572864
  2570. lt_cv_to_host_file_cmd=func_convert_file_noop
  2571. lt_cv_to_tool_file_cmd=func_convert_file_noop
  2572. lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1'
  2573.  
  2574. ## ----------------- ##
  2575. ## Output variables. ##
  2576. ## ----------------- ##
  2577.  
  2578. ACLOCAL='${SHELL} /core/workdir/UnpackedTarball/librevenge/missing aclocal-1.15'
  2579. AMDEPBACKSLASH='\'
  2580. AMDEP_FALSE='#'
  2581. AMDEP_TRUE=''
  2582. AMTAR='$${TAR-tar}'
  2583. AM_BACKSLASH='\'
  2584. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  2585. AM_DEFAULT_VERBOSITY='0'
  2586. AM_V='$(V)'
  2587. AR='ar'
  2588. AS='as'
  2589. AUTOCONF='${SHELL} /core/workdir/UnpackedTarball/librevenge/missing autoconf'
  2590. AUTOHEADER='${SHELL} /core/workdir/UnpackedTarball/librevenge/missing autoheader'
  2591. AUTOMAKE='${SHELL} /core/workdir/UnpackedTarball/librevenge/missing automake-1.15'
  2592. AWK='mawk'
  2593. BUILD_GENERATORS_FALSE=''
  2594. BUILD_GENERATORS_TRUE=''
  2595. BUILD_PRETTY_PRINTERS_FALSE=''
  2596. BUILD_PRETTY_PRINTERS_TRUE=''
  2597. BUILD_STREAMS_FALSE=''
  2598. BUILD_STREAMS_TRUE=''
  2599. CC='clang'
  2600. CCDEPMODE='depmode=gcc3'
  2601. CFLAGS='-g -O2 -Wall -Wextra -pedantic'
  2602. CPP='clang -E'
  2603. CPPFLAGS=' -I/core/external/boost/include -I/core/workdir/UnpackedTarball/boost'
  2604. CPPUNIT_CFLAGS=' '
  2605. CPPUNIT_LIBS=' '
  2606. CXX='clang++'
  2607. CXXCPP='clang++ -E'
  2608. CXXDEPMODE='depmode=gcc3'
  2609. CXXFLAGS='-Wall -Wno-missing-braces -Wnon-virtual-dtor -Wendif-labels -Wextra -Wundef -Wunreachable-code -Wunused-macros -finput-charset=UTF-8 -fmessage-length=0 -fno-common -pipe -Wimplicit-fallthrough -fvisibility-inlines-hidden -fstack-protector-strong -fPIC -Wshadow -Woverloaded-virtual -std=gnu++2a -pthread -O2 -Wall -Wextra -pedantic -Wshadow -Wunused-variable'
  2610. CYGPATH_W='echo'
  2611. DEBUG_CXXFLAGS='-DNDEBUG'
  2612. DEFS=''
  2613. DEPDIR='.deps'
  2614. DLLTOOL='false'
  2615. DOXYGEN='/usr/bin/doxygen'
  2616. DSYMUTIL=''
  2617. DUMPBIN=''
  2618. ECHO_C=''
  2619. ECHO_N='-n'
  2620. ECHO_T=''
  2621. EGREP='/usr/bin/grep -E'
  2622. ENABLE_TESTS_FALSE=''
  2623. ENABLE_TESTS_TRUE=''
  2624. EXEEXT=''
  2625. FGREP='/usr/bin/grep -F'
  2626. GDB=''
  2627. GDBDATADIR=''
  2628. GREP='/usr/bin/grep'
  2629. HAVE_VISIBILITY_FALSE='#'
  2630. HAVE_VISIBILITY_TRUE=''
  2631. INSTALL_DATA='${INSTALL} -m 644'
  2632. INSTALL_PROGRAM='${INSTALL}'
  2633. INSTALL_SCRIPT='${INSTALL}'
  2634. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  2635. LD='/usr/bin/ld -m elf_x86_64'
  2636. LDFLAGS=''
  2637. LIBOBJS=''
  2638. LIBREVENGE_GENERATORS_WIN32_RESOURCE=''
  2639. LIBREVENGE_STREAM_WIN32_RESOURCE=''
  2640. LIBREVENGE_WIN32_RESOURCE=''
  2641. LIBS=''
  2642. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  2643. LIPO=''
  2644. LN_S='ln -s'
  2645. LTLIBOBJS=''
  2646. LT_AGE='0'
  2647. LT_CURRENT='0'
  2648. LT_REVISION='4'
  2649. LT_SYS_LIBRARY_PATH=''
  2650. MAKEINFO='${SHELL} /core/workdir/UnpackedTarball/librevenge/missing makeinfo'
  2651. MANIFEST_TOOL=':'
  2652. MKDIR_P='/usr/bin/mkdir -p'
  2653. NM='nm'
  2654. NMEDIT=''
  2655. OBJDUMP='objdump'
  2656. OBJEXT='o'
  2657. OS_WIN32_FALSE=''
  2658. OS_WIN32_TRUE='#'
  2659. OTOOL64=''
  2660. OTOOL=''
  2661. PACKAGE='librevenge'
  2662. PACKAGE_BUGREPORT=''
  2663. PACKAGE_NAME='librevenge'
  2664. PACKAGE_STRING='librevenge 0.0.4'
  2665. PACKAGE_TARNAME='librevenge'
  2666. PACKAGE_URL=''
  2667. PACKAGE_VERSION='0.0.4'
  2668. PATH_SEPARATOR=':'
  2669. PKG_CONFIG=''
  2670. PKG_CONFIG_LIBDIR=''
  2671. PKG_CONFIG_PATH=''
  2672. PLATFORM_DARWIN_FALSE=''
  2673. PLATFORM_DARWIN_TRUE='#'
  2674. PLATFORM_WIN32_FALSE=''
  2675. PLATFORM_WIN32_TRUE='#'
  2676. RANLIB='ranlib'
  2677. RVNG_MAJOR_VERSION='0'
  2678. RVNG_MICRO_VERSION='4'
  2679. RVNG_MINOR_VERSION='0'
  2680. RVNG_VERSION='0.0.4'
  2681. SED='/usr/bin/sed'
  2682. SET_MAKE=''
  2683. SHELL='/bin/bash'
  2684. STRIP='strip'
  2685. VERSION='0.0.4'
  2686. WINDRES=''
  2687. WITH_LIBREVENGE_DOCS_FALSE=''
  2688. WITH_LIBREVENGE_DOCS_TRUE=''
  2689. ZLIB_CFLAGS=' '
  2690. ZLIB_LIBS=' -lz'
  2691. ac_ct_AR=''
  2692. ac_ct_CC='clang'
  2693. ac_ct_CXX=''
  2694. ac_ct_DUMPBIN=''
  2695. am__EXEEXT_FALSE=''
  2696. am__EXEEXT_TRUE=''
  2697. am__fastdepCC_FALSE='#'
  2698. am__fastdepCC_TRUE=''
  2699. am__fastdepCXX_FALSE='#'
  2700. am__fastdepCXX_TRUE=''
  2701. am__include='include'
  2702. am__isrc=''
  2703. am__leading_dot='.'
  2704. am__nodep='_no'
  2705. am__quote=''
  2706. am__tar='$${TAR-tar} chof - "$$tardir"'
  2707. am__untar='$${TAR-tar} xf -'
  2708. bindir='${exec_prefix}/bin'
  2709. build='x86_64-pc-linux-gnu'
  2710. build_alias=''
  2711. build_cpu='x86_64'
  2712. build_os='linux-gnu'
  2713. build_vendor='pc'
  2714. datadir='${datarootdir}'
  2715. datarootdir='${prefix}/share'
  2716. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  2717. dvidir='${docdir}'
  2718. exec_prefix='NONE'
  2719. host='x86_64-pc-linux-gnu'
  2720. host_alias=''
  2721. host_cpu='x86_64'
  2722. host_os='linux-gnu'
  2723. host_vendor='pc'
  2724. htmldir='${docdir}'
  2725. includedir='${prefix}/include'
  2726. infodir='${datarootdir}/info'
  2727. install_sh='${SHELL} /core/workdir/UnpackedTarball/librevenge/install-sh'
  2728. libdir='${exec_prefix}/lib'
  2729. libexecdir='${exec_prefix}/libexec'
  2730. localedir='${datarootdir}/locale'
  2731. localstatedir='${prefix}/var'
  2732. mandir='${datarootdir}/man'
  2733. mkdir_p='$(MKDIR_P)'
  2734. oldincludedir='/usr/include'
  2735. pdfdir='${docdir}'
  2736. prefix='NONE'
  2737. program_transform_name='s,x,x,'
  2738. psdir='${docdir}'
  2739. sbindir='${exec_prefix}/sbin'
  2740. sharedstatedir='${prefix}/com'
  2741. sysconfdir='${prefix}/etc'
  2742. target_alias=''
  2743.  
  2744. ## ----------- ##
  2745. ## confdefs.h. ##
  2746. ## ----------- ##
  2747.  
  2748. /* confdefs.h */
  2749. #define PACKAGE_NAME "librevenge"
  2750. #define PACKAGE_TARNAME "librevenge"
  2751. #define PACKAGE_VERSION "0.0.4"
  2752. #define PACKAGE_STRING "librevenge 0.0.4"
  2753. #define PACKAGE_BUGREPORT ""
  2754. #define PACKAGE_URL ""
  2755. #define PACKAGE "librevenge"
  2756. #define VERSION "0.0.4"
  2757. #define HAVE_SYS_TYPES_H 1
  2758. #define HAVE_SYS_STAT_H 1
  2759. #define HAVE_STDLIB_H 1
  2760. #define HAVE_STRING_H 1
  2761. #define HAVE_MEMORY_H 1
  2762. #define HAVE_STRINGS_H 1
  2763. #define HAVE_INTTYPES_H 1
  2764. #define HAVE_STDINT_H 1
  2765. #define HAVE_UNISTD_H 1
  2766. #define HAVE_DLFCN_H 1
  2767. #define LT_OBJDIR ".libs/"
  2768. #define HAVE_BOOST_ALGORITHM_STRING_HPP 1
  2769. #define HAVE_BOOST_ARCHIVE_ITERATORS_BASE64_FROM_BINARY_HPP 1
  2770. #define HAVE_BOOST_ARCHIVE_ITERATORS_BINARY_FROM_BASE64_HPP 1
  2771. #define HAVE_BOOST_ARCHIVE_ITERATORS_REMOVE_WHITESPACE_HPP 1
  2772. #define HAVE_BOOST_ARCHIVE_ITERATORS_TRANSFORM_WIDTH_HPP 1
  2773. #define HAVE_BOOST_LEXICAL_CAST_HPP 1
  2774. #define HAVE_BOOST_RANGE_ITERATOR_RANGE_HPP 1
  2775. #define HAVE_BOOST_SCOPED_PTR_HPP 1
  2776. #define HAVE_BOOST_SHARED_PTR_HPP 1
  2777.  
  2778. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement