Advertisement
Guest User

Untitled

a guest
Jul 24th, 2018
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 156.00 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 OLA configure 0.10.7, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure --disable-osc
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = virus
  14. uname -m = x86_64
  15. uname -r = 2.10.0(0.325/5/3)
  16. uname -s = MINGW64_NT-10.0
  17. uname -v = 2018-02-09 15:25
  18.  
  19. /usr/bin/uname -p = unknown
  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: /mingw64/bin
  31. PATH: /usr/local/bin
  32. PATH: /usr/bin
  33. PATH: /bin
  34. PATH: /c/Windows/System32
  35. PATH: /c/Windows
  36. PATH: /c/Windows/System32/Wbem
  37. PATH: /c/Windows/System32/WindowsPowerShell/v1.0/
  38. PATH: /usr/share/java/gradle/bin
  39. PATH: /usr/bin/site_perl
  40. PATH: /usr/bin/vendor_perl
  41. PATH: /usr/bin/core_perl
  42.  
  43.  
  44. ## ----------- ##
  45. ## Core tests. ##
  46. ## ----------- ##
  47.  
  48. configure:3091: loading site script /mingw64/etc/config.site
  49. | # This file is in public domain.
  50. | # Original author: Karlson2k (Evgeny Grin)
  51. | # Written for MSys2/MinGW64 to help running 'configure' scripts
  52. |
  53. | # Defaults for MinGW64-targeted programs
  54. |
  55. | # Set proper selfname on bash and fallback to default name on other shells
  56. | test -n "${BASH_SOURCE}" 2>/dev/null && config_site_me="${BASH_SOURCE[0]##*/}" || config_site_me=config.site
  57. |
  58. | # Set default 'host' to speedup configure
  59. | if test -z "$build_alias"; then
  60. | build_alias="${MSYSTEM_CHOST-x86_64-w64-mingw32}" && \
  61. | $as_echo "$config_site_me:${as_lineno-$LINENO}: default build_alias set to $build_alias" >&5
  62. | fi
  63. |
  64. | # Set default 'prefix' to "/mingw64"
  65. | if ( test -z "$prefix" || test "x$prefix" = "xNONE" ) && \
  66. | ( test -z "$exec_prefix" || test "x$exec_prefix" = "xNONE" ); then
  67. | prefix="${MSYSTEM_PREFIX-/mingw64}" && \
  68. | $as_echo "$config_site_me:${as_lineno-$LINENO}: default prefix set to $prefix" >&5
  69. | fi
  70. config.site:13: default build_alias set to x86_64-w64-mingw32
  71. config.site:20: default prefix set to /mingw64
  72. configure:3238: checking for a BSD-compatible install
  73. configure:3306: result: /usr/bin/install -c
  74. configure:3317: checking whether build environment is sane
  75. configure:3372: result: yes
  76. configure:3523: checking for a thread-safe mkdir -p
  77. configure:3562: result: /usr/bin/mkdir -p
  78. configure:3569: checking for gawk
  79. configure:3585: found /usr/bin/gawk
  80. configure:3596: result: gawk
  81. configure:3607: checking whether make sets $(MAKE)
  82. configure:3629: result: yes
  83. configure:3658: checking whether make supports nested variables
  84. configure:3675: result: yes
  85. configure:3932: checking for C++ compiler version
  86. configure:3941: clang++ --version >&5
  87. clang version 6.0.1 (tags/RELEASE_601/final)
  88. Target: x86_64-w64-windows-gnu
  89. Thread model: posix
  90. InstalledDir: C:\msys64\mingw64\bin
  91. configure:3952: $? = 0
  92. configure:3941: clang++ -v >&5
  93. clang version 6.0.1 (tags/RELEASE_601/final)
  94. Target: x86_64-w64-windows-gnu
  95. Thread model: posix
  96. InstalledDir: C:\msys64\mingw64\bin
  97. configure:3952: $? = 0
  98. configure:3941: clang++ -V >&5
  99. clang++.exe: error: argument to '-V' is missing (expected 1 value)
  100. clang++.exe: error: no input files
  101. configure:3952: $? = 1
  102. configure:3941: clang++ -qversion >&5
  103. clang++.exe: error: unknown argument: '-qversion'
  104. clang++.exe: error: no input files
  105. configure:3952: $? = 1
  106. configure:3972: checking whether the C++ compiler works
  107. configure:3994: clang++ conftest.cpp >&5
  108. configure:3998: $? = 0
  109. configure:4046: result: yes
  110. configure:4049: checking for C++ compiler default output file name
  111. configure:4051: result: a.exe
  112. configure:4057: checking for suffix of executables
  113. configure:4064: clang++ -o conftest.exe conftest.cpp >&5
  114. configure:4068: $? = 0
  115. configure:4090: result: .exe
  116. configure:4112: checking whether we are cross compiling
  117. configure:4120: clang++ -o conftest.exe conftest.cpp >&5
  118. configure:4124: $? = 0
  119. configure:4131: ./conftest.exe
  120. configure:4135: $? = 0
  121. configure:4150: result: no
  122. configure:4155: checking for suffix of object files
  123. configure:4177: clang++ -c conftest.cpp >&5
  124. configure:4181: $? = 0
  125. configure:4202: result: o
  126. configure:4206: checking whether we are using the GNU C++ compiler
  127. configure:4225: clang++ -c conftest.cpp >&5
  128. configure:4225: $? = 0
  129. configure:4234: result: yes
  130. configure:4243: checking whether clang++ accepts -g
  131. configure:4263: clang++ -c -g conftest.cpp >&5
  132. configure:4263: $? = 0
  133. configure:4304: result: yes
  134. configure:4330: checking whether make supports the include directive
  135. configure:4345: make -f confmf.GNU && cat confinc.out
  136. this is the am__doit target
  137. configure:4348: $? = 0
  138. configure:4367: result: yes (GNU style)
  139. configure:4392: checking dependency style of clang++
  140. configure:4503: result: gcc3
  141. configure:4522: checking for gawk
  142. configure:4549: result: gawk
  143. configure:4608: checking for gcc
  144. configure:4635: result: clang
  145. configure:4864: checking for C compiler version
  146. configure:4873: clang --version >&5
  147. clang version 6.0.1 (tags/RELEASE_601/final)
  148. Target: x86_64-w64-windows-gnu
  149. Thread model: posix
  150. InstalledDir: C:\msys64\mingw64\bin
  151. configure:4884: $? = 0
  152. configure:4873: clang -v >&5
  153. clang version 6.0.1 (tags/RELEASE_601/final)
  154. Target: x86_64-w64-windows-gnu
  155. Thread model: posix
  156. InstalledDir: C:\msys64\mingw64\bin
  157. configure:4884: $? = 0
  158. configure:4873: clang -V >&5
  159. clang.exe: error: argument to '-V' is missing (expected 1 value)
  160. clang.exe: error: no input files
  161. configure:4884: $? = 1
  162. configure:4873: clang -qversion >&5
  163. clang.exe: error: unknown argument: '-qversion'
  164. clang.exe: error: no input files
  165. configure:4884: $? = 1
  166. configure:4888: checking whether we are using the GNU C compiler
  167. configure:4907: clang -c conftest.c >&5
  168. configure:4907: $? = 0
  169. configure:4916: result: yes
  170. configure:4925: checking whether clang accepts -g
  171. configure:4945: clang -c -g conftest.c >&5
  172. configure:4945: $? = 0
  173. configure:4986: result: yes
  174. configure:5003: checking for clang option to accept ISO C89
  175. configure:5066: clang -c -g -O2 conftest.c >&5
  176. configure:5066: $? = 0
  177. configure:5079: result: none needed
  178. configure:5104: checking whether clang understands -c and -o together
  179. configure:5126: clang -c conftest.c -o conftest2.o
  180. configure:5129: $? = 0
  181. configure:5126: clang -c conftest.c -o conftest2.o
  182. configure:5129: $? = 0
  183. configure:5141: result: yes
  184. configure:5160: checking dependency style of clang
  185. configure:5271: result: gcc3
  186. configure:5291: checking how to run the C preprocessor
  187. configure:5322: clang -E conftest.c
  188. configure:5322: $? = 0
  189. configure:5336: clang -E conftest.c
  190. conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
  191. #include <ac_nonexistent.h>
  192. ^~~~~~~~~~~~~~~~~~
  193. 1 error generated.
  194. configure:5336: $? = 1
  195. configure: failed program was:
  196. | /* confdefs.h */
  197. | #define PACKAGE_NAME "OLA"
  198. | #define PACKAGE_TARNAME "ola"
  199. | #define PACKAGE_VERSION "0.10.7"
  200. | #define PACKAGE_STRING "OLA 0.10.7"
  201. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  202. | #define PACKAGE_URL ""
  203. | #define PACKAGE "ola"
  204. | #define VERSION "0.10.7"
  205. | /* end confdefs.h. */
  206. | #include <ac_nonexistent.h>
  207. configure:5361: result: clang -E
  208. configure:5381: clang -E conftest.c
  209. configure:5381: $? = 0
  210. configure:5395: clang -E conftest.c
  211. conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
  212. #include <ac_nonexistent.h>
  213. ^~~~~~~~~~~~~~~~~~
  214. 1 error generated.
  215. configure:5395: $? = 1
  216. configure: failed program was:
  217. | /* confdefs.h */
  218. | #define PACKAGE_NAME "OLA"
  219. | #define PACKAGE_TARNAME "ola"
  220. | #define PACKAGE_VERSION "0.10.7"
  221. | #define PACKAGE_STRING "OLA 0.10.7"
  222. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  223. | #define PACKAGE_URL ""
  224. | #define PACKAGE "ola"
  225. | #define VERSION "0.10.7"
  226. | /* end confdefs.h. */
  227. | #include <ac_nonexistent.h>
  228. configure:5424: checking whether ln -s works
  229. configure:5431: result: no, using cp -pR
  230. configure:5435: checking whether make sets $(MAKE)
  231. configure:5457: result: yes
  232. configure:5469: checking for -std=gnu++98 support
  233. configure:5488: clang++ -c -g -O2 -std=gnu++98 -Wall -Werror conftest.cpp >&5
  234. configure:5488: $? = 0
  235. configure:5498: result: yes
  236. configure:5511: checking for -std=gnu++11 support
  237. configure:5529: clang++ -c -g -O2 -std=gnu++11 -Wall -Werror conftest.cpp >&5
  238. configure:5529: $? = 0
  239. configure:5539: result: yes
  240. configure:5606: checking for pkg-config
  241. configure:5624: found /mingw64/bin/pkg-config
  242. configure:5636: result: /mingw64/bin/pkg-config
  243. configure:5661: checking pkg-config is at least version 0.9.0
  244. configure:5664: result: yes
  245. configure:5680: checking for CPPUNIT1
  246. configure:5687: $PKG_CONFIG --exists --print-errors "cppunit < 1.14.0"
  247. configure:5690: $? = 0
  248. configure:5703: $PKG_CONFIG --exists --print-errors "cppunit < 1.14.0"
  249. configure:5706: $? = 0
  250. configure:5879: result: yes
  251. configure:5905: checking for dirent.h that defines DIR
  252. configure:5924: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  253. configure:5924: $? = 0
  254. configure:5932: result: yes
  255. configure:5945: checking for library containing opendir
  256. configure:5976: clang++ -o conftest.exe -g -O2 -std=gnu++98 conftest.cpp >&5
  257. configure:5976: $? = 0
  258. configure:5993: result: none required
  259. configure:6063: checking for sys/types.h
  260. configure:6063: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  261. configure:6063: $? = 0
  262. configure:6063: result: yes
  263. configure:6063: checking for netinet/in.h
  264. configure:6063: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  265. conftest.cpp:26:10: fatal error: 'netinet/in.h' file not found
  266. #include <netinet/in.h>
  267. ^~~~~~~~~~~~~~
  268. 1 error generated.
  269. configure:6063: $? = 1
  270. configure: failed program was:
  271. | /* confdefs.h */
  272. | #define PACKAGE_NAME "OLA"
  273. | #define PACKAGE_TARNAME "ola"
  274. | #define PACKAGE_VERSION "0.10.7"
  275. | #define PACKAGE_STRING "OLA 0.10.7"
  276. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  277. | #define PACKAGE_URL ""
  278. | #define PACKAGE "ola"
  279. | #define VERSION "0.10.7"
  280. | #define HAVE_DIRENT_H 1
  281. | #define HAVE_SYS_TYPES_H 1
  282. | /* end confdefs.h. */
  283. | #ifdef HAVE_SYS_TYPES_H
  284. | # include <sys/types.h>
  285. | #endif
  286. | #ifdef HAVE_NETINET_IN_H
  287. | # include <netinet/in.h> /* inet_ functions / structs */
  288. | #endif
  289. | #ifdef HAVE_ARPA_NAMESER_H
  290. | # include <arpa/nameser.h> /* DNS HEADER struct */
  291. | #endif
  292. | #ifdef HAVE_NETDB_H
  293. | # include <netdb.h>
  294. | #endif
  295. |
  296. | #include <netinet/in.h>
  297. configure:6063: result: no
  298. configure:6063: checking for arpa/nameser.h
  299. configure:6063: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  300. conftest.cpp:26:10: fatal error: 'arpa/nameser.h' file not found
  301. #include <arpa/nameser.h>
  302. ^~~~~~~~~~~~~~~~
  303. 1 error generated.
  304. configure:6063: $? = 1
  305. configure: failed program was:
  306. | /* confdefs.h */
  307. | #define PACKAGE_NAME "OLA"
  308. | #define PACKAGE_TARNAME "ola"
  309. | #define PACKAGE_VERSION "0.10.7"
  310. | #define PACKAGE_STRING "OLA 0.10.7"
  311. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  312. | #define PACKAGE_URL ""
  313. | #define PACKAGE "ola"
  314. | #define VERSION "0.10.7"
  315. | #define HAVE_DIRENT_H 1
  316. | #define HAVE_SYS_TYPES_H 1
  317. | /* end confdefs.h. */
  318. | #ifdef HAVE_SYS_TYPES_H
  319. | # include <sys/types.h>
  320. | #endif
  321. | #ifdef HAVE_NETINET_IN_H
  322. | # include <netinet/in.h> /* inet_ functions / structs */
  323. | #endif
  324. | #ifdef HAVE_ARPA_NAMESER_H
  325. | # include <arpa/nameser.h> /* DNS HEADER struct */
  326. | #endif
  327. | #ifdef HAVE_NETDB_H
  328. | # include <netdb.h>
  329. | #endif
  330. |
  331. | #include <arpa/nameser.h>
  332. configure:6063: result: no
  333. configure:6063: checking for netdb.h
  334. configure:6063: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  335. conftest.cpp:26:10: fatal error: 'netdb.h' file not found
  336. #include <netdb.h>
  337. ^~~~~~~~~
  338. 1 error generated.
  339. configure:6063: $? = 1
  340. configure: failed program was:
  341. | /* confdefs.h */
  342. | #define PACKAGE_NAME "OLA"
  343. | #define PACKAGE_TARNAME "ola"
  344. | #define PACKAGE_VERSION "0.10.7"
  345. | #define PACKAGE_STRING "OLA 0.10.7"
  346. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  347. | #define PACKAGE_URL ""
  348. | #define PACKAGE "ola"
  349. | #define VERSION "0.10.7"
  350. | #define HAVE_DIRENT_H 1
  351. | #define HAVE_SYS_TYPES_H 1
  352. | /* end confdefs.h. */
  353. | #ifdef HAVE_SYS_TYPES_H
  354. | # include <sys/types.h>
  355. | #endif
  356. | #ifdef HAVE_NETINET_IN_H
  357. | # include <netinet/in.h> /* inet_ functions / structs */
  358. | #endif
  359. | #ifdef HAVE_ARPA_NAMESER_H
  360. | # include <arpa/nameser.h> /* DNS HEADER struct */
  361. | #endif
  362. | #ifdef HAVE_NETDB_H
  363. | # include <netdb.h>
  364. | #endif
  365. |
  366. | #include <netdb.h>
  367. configure:6063: result: no
  368. configure:6063: checking for resolv.h
  369. configure:6063: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  370. conftest.cpp:26:10: fatal error: 'resolv.h' file not found
  371. #include <resolv.h>
  372. ^~~~~~~~~~
  373. 1 error generated.
  374. configure:6063: $? = 1
  375. configure: failed program was:
  376. | /* confdefs.h */
  377. | #define PACKAGE_NAME "OLA"
  378. | #define PACKAGE_TARNAME "ola"
  379. | #define PACKAGE_VERSION "0.10.7"
  380. | #define PACKAGE_STRING "OLA 0.10.7"
  381. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  382. | #define PACKAGE_URL ""
  383. | #define PACKAGE "ola"
  384. | #define VERSION "0.10.7"
  385. | #define HAVE_DIRENT_H 1
  386. | #define HAVE_SYS_TYPES_H 1
  387. | /* end confdefs.h. */
  388. | #ifdef HAVE_SYS_TYPES_H
  389. | # include <sys/types.h>
  390. | #endif
  391. | #ifdef HAVE_NETINET_IN_H
  392. | # include <netinet/in.h> /* inet_ functions / structs */
  393. | #endif
  394. | #ifdef HAVE_ARPA_NAMESER_H
  395. | # include <arpa/nameser.h> /* DNS HEADER struct */
  396. | #endif
  397. | #ifdef HAVE_NETDB_H
  398. | # include <netdb.h>
  399. | #endif
  400. |
  401. | #include <resolv.h>
  402. configure:6063: result: no
  403. configure:6091: checking how to run the C++ preprocessor
  404. configure:6118: clang++ -E conftest.cpp
  405. configure:6118: $? = 0
  406. configure:6132: clang++ -E conftest.cpp
  407. conftest.cpp:13:10: fatal error: 'ac_nonexistent.h' file not found
  408. #include <ac_nonexistent.h>
  409. ^~~~~~~~~~~~~~~~~~
  410. 1 error generated.
  411. configure:6132: $? = 1
  412. configure: failed program was:
  413. | /* confdefs.h */
  414. | #define PACKAGE_NAME "OLA"
  415. | #define PACKAGE_TARNAME "ola"
  416. | #define PACKAGE_VERSION "0.10.7"
  417. | #define PACKAGE_STRING "OLA 0.10.7"
  418. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  419. | #define PACKAGE_URL ""
  420. | #define PACKAGE "ola"
  421. | #define VERSION "0.10.7"
  422. | #define HAVE_DIRENT_H 1
  423. | #define HAVE_SYS_TYPES_H 1
  424. | /* end confdefs.h. */
  425. | #include <ac_nonexistent.h>
  426. configure:6157: result: clang++ -E
  427. configure:6177: clang++ -E conftest.cpp
  428. configure:6177: $? = 0
  429. configure:6191: clang++ -E conftest.cpp
  430. conftest.cpp:13:10: fatal error: 'ac_nonexistent.h' file not found
  431. #include <ac_nonexistent.h>
  432. ^~~~~~~~~~~~~~~~~~
  433. 1 error generated.
  434. configure:6191: $? = 1
  435. configure: failed program was:
  436. | /* confdefs.h */
  437. | #define PACKAGE_NAME "OLA"
  438. | #define PACKAGE_TARNAME "ola"
  439. | #define PACKAGE_VERSION "0.10.7"
  440. | #define PACKAGE_STRING "OLA 0.10.7"
  441. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  442. | #define PACKAGE_URL ""
  443. | #define PACKAGE "ola"
  444. | #define VERSION "0.10.7"
  445. | #define HAVE_DIRENT_H 1
  446. | #define HAVE_SYS_TYPES_H 1
  447. | /* end confdefs.h. */
  448. | #include <ac_nonexistent.h>
  449. configure:6220: checking for grep that handles long lines and -e
  450. configure:6278: result: /usr/bin/grep
  451. configure:6283: checking for egrep
  452. configure:6345: result: /usr/bin/grep -E
  453. configure:6350: checking for ANSI C header files
  454. configure:6370: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  455. configure:6370: $? = 0
  456. configure:6443: clang++ -o conftest.exe -g -O2 -std=gnu++98 conftest.cpp >&5
  457. configure:6443: $? = 0
  458. configure:6443: ./conftest.exe
  459. configure:6443: $? = 0
  460. configure:6454: result: yes
  461. configure:6468: checking for sys/types.h
  462. configure:6468: result: yes
  463. configure:6468: checking for sys/stat.h
  464. configure:6468: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  465. configure:6468: $? = 0
  466. configure:6468: result: yes
  467. configure:6468: checking for stdlib.h
  468. configure:6468: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  469. configure:6468: $? = 0
  470. configure:6468: result: yes
  471. configure:6468: checking for string.h
  472. configure:6468: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  473. configure:6468: $? = 0
  474. configure:6468: result: yes
  475. configure:6468: checking for memory.h
  476. configure:6468: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  477. configure:6468: $? = 0
  478. configure:6468: result: yes
  479. configure:6468: checking for strings.h
  480. configure:6468: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  481. configure:6468: $? = 0
  482. configure:6468: result: yes
  483. configure:6468: checking for inttypes.h
  484. configure:6468: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  485. configure:6468: $? = 0
  486. configure:6468: result: yes
  487. configure:6468: checking for stdint.h
  488. configure:6468: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  489. configure:6468: $? = 0
  490. configure:6468: result: yes
  491. configure:6468: checking for unistd.h
  492. configure:6468: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  493. configure:6468: $? = 0
  494. configure:6468: result: yes
  495. configure:6482: checking errno.h usability
  496. configure:6482: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  497. configure:6482: $? = 0
  498. configure:6482: result: yes
  499. configure:6482: checking errno.h presence
  500. configure:6482: clang++ -E conftest.cpp
  501. configure:6482: $? = 0
  502. configure:6482: result: yes
  503. configure:6482: checking for errno.h
  504. configure:6482: result: yes
  505. configure:6501: checking arpa/inet.h usability
  506. configure:6501: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  507. conftest.cpp:57:10: fatal error: 'arpa/inet.h' file not found
  508. #include <arpa/inet.h>
  509. ^~~~~~~~~~~~~
  510. 1 error generated.
  511. configure:6501: $? = 1
  512. configure: failed program was:
  513. | /* confdefs.h */
  514. | #define PACKAGE_NAME "OLA"
  515. | #define PACKAGE_TARNAME "ola"
  516. | #define PACKAGE_VERSION "0.10.7"
  517. | #define PACKAGE_STRING "OLA 0.10.7"
  518. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  519. | #define PACKAGE_URL ""
  520. | #define PACKAGE "ola"
  521. | #define VERSION "0.10.7"
  522. | #define HAVE_DIRENT_H 1
  523. | #define HAVE_SYS_TYPES_H 1
  524. | #define STDC_HEADERS 1
  525. | #define HAVE_SYS_TYPES_H 1
  526. | #define HAVE_SYS_STAT_H 1
  527. | #define HAVE_STDLIB_H 1
  528. | #define HAVE_STRING_H 1
  529. | #define HAVE_MEMORY_H 1
  530. | #define HAVE_STRINGS_H 1
  531. | #define HAVE_INTTYPES_H 1
  532. | #define HAVE_STDINT_H 1
  533. | #define HAVE_UNISTD_H 1
  534. | #define HAVE_ERRNO_H 1
  535. | /* end confdefs.h. */
  536. | #include <stdio.h>
  537. | #ifdef HAVE_SYS_TYPES_H
  538. | # include <sys/types.h>
  539. | #endif
  540. | #ifdef HAVE_SYS_STAT_H
  541. | # include <sys/stat.h>
  542. | #endif
  543. | #ifdef STDC_HEADERS
  544. | # include <stdlib.h>
  545. | # include <stddef.h>
  546. | #else
  547. | # ifdef HAVE_STDLIB_H
  548. | # include <stdlib.h>
  549. | # endif
  550. | #endif
  551. | #ifdef HAVE_STRING_H
  552. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  553. | # include <memory.h>
  554. | # endif
  555. | # include <string.h>
  556. | #endif
  557. | #ifdef HAVE_STRINGS_H
  558. | # include <strings.h>
  559. | #endif
  560. | #ifdef HAVE_INTTYPES_H
  561. | # include <inttypes.h>
  562. | #endif
  563. | #ifdef HAVE_STDINT_H
  564. | # include <stdint.h>
  565. | #endif
  566. | #ifdef HAVE_UNISTD_H
  567. | # include <unistd.h>
  568. | #endif
  569. | #include <arpa/inet.h>
  570. configure:6501: result: no
  571. configure:6501: checking arpa/inet.h presence
  572. configure:6501: clang++ -E conftest.cpp
  573. conftest.cpp:24:10: fatal error: 'arpa/inet.h' file not found
  574. #include <arpa/inet.h>
  575. ^~~~~~~~~~~~~
  576. 1 error generated.
  577. configure:6501: $? = 1
  578. configure: failed program was:
  579. | /* confdefs.h */
  580. | #define PACKAGE_NAME "OLA"
  581. | #define PACKAGE_TARNAME "ola"
  582. | #define PACKAGE_VERSION "0.10.7"
  583. | #define PACKAGE_STRING "OLA 0.10.7"
  584. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  585. | #define PACKAGE_URL ""
  586. | #define PACKAGE "ola"
  587. | #define VERSION "0.10.7"
  588. | #define HAVE_DIRENT_H 1
  589. | #define HAVE_SYS_TYPES_H 1
  590. | #define STDC_HEADERS 1
  591. | #define HAVE_SYS_TYPES_H 1
  592. | #define HAVE_SYS_STAT_H 1
  593. | #define HAVE_STDLIB_H 1
  594. | #define HAVE_STRING_H 1
  595. | #define HAVE_MEMORY_H 1
  596. | #define HAVE_STRINGS_H 1
  597. | #define HAVE_INTTYPES_H 1
  598. | #define HAVE_STDINT_H 1
  599. | #define HAVE_UNISTD_H 1
  600. | #define HAVE_ERRNO_H 1
  601. | /* end confdefs.h. */
  602. | #include <arpa/inet.h>
  603. configure:6501: result: no
  604. configure:6501: checking for arpa/inet.h
  605. configure:6501: result: no
  606. configure:6501: checking bits/sockaddr.h usability
  607. configure:6501: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  608. conftest.cpp:57:10: fatal error: 'bits/sockaddr.h' file not found
  609. #include <bits/sockaddr.h>
  610. ^~~~~~~~~~~~~~~~~
  611. 1 error generated.
  612. configure:6501: $? = 1
  613. configure: failed program was:
  614. | /* confdefs.h */
  615. | #define PACKAGE_NAME "OLA"
  616. | #define PACKAGE_TARNAME "ola"
  617. | #define PACKAGE_VERSION "0.10.7"
  618. | #define PACKAGE_STRING "OLA 0.10.7"
  619. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  620. | #define PACKAGE_URL ""
  621. | #define PACKAGE "ola"
  622. | #define VERSION "0.10.7"
  623. | #define HAVE_DIRENT_H 1
  624. | #define HAVE_SYS_TYPES_H 1
  625. | #define STDC_HEADERS 1
  626. | #define HAVE_SYS_TYPES_H 1
  627. | #define HAVE_SYS_STAT_H 1
  628. | #define HAVE_STDLIB_H 1
  629. | #define HAVE_STRING_H 1
  630. | #define HAVE_MEMORY_H 1
  631. | #define HAVE_STRINGS_H 1
  632. | #define HAVE_INTTYPES_H 1
  633. | #define HAVE_STDINT_H 1
  634. | #define HAVE_UNISTD_H 1
  635. | #define HAVE_ERRNO_H 1
  636. | /* end confdefs.h. */
  637. | #include <stdio.h>
  638. | #ifdef HAVE_SYS_TYPES_H
  639. | # include <sys/types.h>
  640. | #endif
  641. | #ifdef HAVE_SYS_STAT_H
  642. | # include <sys/stat.h>
  643. | #endif
  644. | #ifdef STDC_HEADERS
  645. | # include <stdlib.h>
  646. | # include <stddef.h>
  647. | #else
  648. | # ifdef HAVE_STDLIB_H
  649. | # include <stdlib.h>
  650. | # endif
  651. | #endif
  652. | #ifdef HAVE_STRING_H
  653. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  654. | # include <memory.h>
  655. | # endif
  656. | # include <string.h>
  657. | #endif
  658. | #ifdef HAVE_STRINGS_H
  659. | # include <strings.h>
  660. | #endif
  661. | #ifdef HAVE_INTTYPES_H
  662. | # include <inttypes.h>
  663. | #endif
  664. | #ifdef HAVE_STDINT_H
  665. | # include <stdint.h>
  666. | #endif
  667. | #ifdef HAVE_UNISTD_H
  668. | # include <unistd.h>
  669. | #endif
  670. | #include <bits/sockaddr.h>
  671. configure:6501: result: no
  672. configure:6501: checking bits/sockaddr.h presence
  673. configure:6501: clang++ -E conftest.cpp
  674. conftest.cpp:24:10: fatal error: 'bits/sockaddr.h' file not found
  675. #include <bits/sockaddr.h>
  676. ^~~~~~~~~~~~~~~~~
  677. 1 error generated.
  678. configure:6501: $? = 1
  679. configure: failed program was:
  680. | /* confdefs.h */
  681. | #define PACKAGE_NAME "OLA"
  682. | #define PACKAGE_TARNAME "ola"
  683. | #define PACKAGE_VERSION "0.10.7"
  684. | #define PACKAGE_STRING "OLA 0.10.7"
  685. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  686. | #define PACKAGE_URL ""
  687. | #define PACKAGE "ola"
  688. | #define VERSION "0.10.7"
  689. | #define HAVE_DIRENT_H 1
  690. | #define HAVE_SYS_TYPES_H 1
  691. | #define STDC_HEADERS 1
  692. | #define HAVE_SYS_TYPES_H 1
  693. | #define HAVE_SYS_STAT_H 1
  694. | #define HAVE_STDLIB_H 1
  695. | #define HAVE_STRING_H 1
  696. | #define HAVE_MEMORY_H 1
  697. | #define HAVE_STRINGS_H 1
  698. | #define HAVE_INTTYPES_H 1
  699. | #define HAVE_STDINT_H 1
  700. | #define HAVE_UNISTD_H 1
  701. | #define HAVE_ERRNO_H 1
  702. | /* end confdefs.h. */
  703. | #include <bits/sockaddr.h>
  704. configure:6501: result: no
  705. configure:6501: checking for bits/sockaddr.h
  706. configure:6501: result: no
  707. configure:6501: checking fcntl.h usability
  708. configure:6501: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  709. configure:6501: $? = 0
  710. configure:6501: result: yes
  711. configure:6501: checking fcntl.h presence
  712. configure:6501: clang++ -E conftest.cpp
  713. configure:6501: $? = 0
  714. configure:6501: result: yes
  715. configure:6501: checking for fcntl.h
  716. configure:6501: result: yes
  717. configure:6501: checking float.h usability
  718. configure:6501: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  719. configure:6501: $? = 0
  720. configure:6501: result: yes
  721. configure:6501: checking float.h presence
  722. configure:6501: clang++ -E conftest.cpp
  723. configure:6501: $? = 0
  724. configure:6501: result: yes
  725. configure:6501: checking for float.h
  726. configure:6501: result: yes
  727. configure:6501: checking limits.h usability
  728. configure:6501: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  729. configure:6501: $? = 0
  730. configure:6501: result: yes
  731. configure:6501: checking limits.h presence
  732. configure:6501: clang++ -E conftest.cpp
  733. configure:6501: $? = 0
  734. configure:6501: result: yes
  735. configure:6501: checking for limits.h
  736. configure:6501: result: yes
  737. configure:6501: checking malloc.h usability
  738. configure:6501: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  739. configure:6501: $? = 0
  740. configure:6501: result: yes
  741. configure:6501: checking malloc.h presence
  742. configure:6501: clang++ -E conftest.cpp
  743. configure:6501: $? = 0
  744. configure:6501: result: yes
  745. configure:6501: checking for malloc.h
  746. configure:6501: result: yes
  747. configure:6501: checking for netinet/in.h
  748. configure:6501: result: no
  749. configure:6501: checking for stdint.h
  750. configure:6501: result: yes
  751. configure:6501: checking for stdlib.h
  752. configure:6501: result: yes
  753. configure:6501: checking for string.h
  754. configure:6501: result: yes
  755. configure:6501: checking for strings.h
  756. configure:6501: result: yes
  757. configure:6501: checking sys/file.h usability
  758. configure:6501: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  759. configure:6501: $? = 0
  760. configure:6501: result: yes
  761. configure:6501: checking sys/file.h presence
  762. configure:6501: clang++ -E conftest.cpp
  763. configure:6501: $? = 0
  764. configure:6501: result: yes
  765. configure:6501: checking for sys/file.h
  766. configure:6501: result: yes
  767. configure:6501: checking sys/ioctl.h usability
  768. configure:6501: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  769. conftest.cpp:66:10: fatal error: 'sys/ioctl.h' file not found
  770. #include <sys/ioctl.h>
  771. ^~~~~~~~~~~~~
  772. 1 error generated.
  773. configure:6501: $? = 1
  774. configure: failed program was:
  775. | /* confdefs.h */
  776. | #define PACKAGE_NAME "OLA"
  777. | #define PACKAGE_TARNAME "ola"
  778. | #define PACKAGE_VERSION "0.10.7"
  779. | #define PACKAGE_STRING "OLA 0.10.7"
  780. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  781. | #define PACKAGE_URL ""
  782. | #define PACKAGE "ola"
  783. | #define VERSION "0.10.7"
  784. | #define HAVE_DIRENT_H 1
  785. | #define HAVE_SYS_TYPES_H 1
  786. | #define STDC_HEADERS 1
  787. | #define HAVE_SYS_TYPES_H 1
  788. | #define HAVE_SYS_STAT_H 1
  789. | #define HAVE_STDLIB_H 1
  790. | #define HAVE_STRING_H 1
  791. | #define HAVE_MEMORY_H 1
  792. | #define HAVE_STRINGS_H 1
  793. | #define HAVE_INTTYPES_H 1
  794. | #define HAVE_STDINT_H 1
  795. | #define HAVE_UNISTD_H 1
  796. | #define HAVE_ERRNO_H 1
  797. | #define HAVE_FCNTL_H 1
  798. | #define HAVE_FLOAT_H 1
  799. | #define HAVE_LIMITS_H 1
  800. | #define HAVE_MALLOC_H 1
  801. | #define HAVE_STDINT_H 1
  802. | #define HAVE_STDLIB_H 1
  803. | #define HAVE_STRING_H 1
  804. | #define HAVE_STRINGS_H 1
  805. | #define HAVE_SYS_FILE_H 1
  806. | /* end confdefs.h. */
  807. | #include <stdio.h>
  808. | #ifdef HAVE_SYS_TYPES_H
  809. | # include <sys/types.h>
  810. | #endif
  811. | #ifdef HAVE_SYS_STAT_H
  812. | # include <sys/stat.h>
  813. | #endif
  814. | #ifdef STDC_HEADERS
  815. | # include <stdlib.h>
  816. | # include <stddef.h>
  817. | #else
  818. | # ifdef HAVE_STDLIB_H
  819. | # include <stdlib.h>
  820. | # endif
  821. | #endif
  822. | #ifdef HAVE_STRING_H
  823. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  824. | # include <memory.h>
  825. | # endif
  826. | # include <string.h>
  827. | #endif
  828. | #ifdef HAVE_STRINGS_H
  829. | # include <strings.h>
  830. | #endif
  831. | #ifdef HAVE_INTTYPES_H
  832. | # include <inttypes.h>
  833. | #endif
  834. | #ifdef HAVE_STDINT_H
  835. | # include <stdint.h>
  836. | #endif
  837. | #ifdef HAVE_UNISTD_H
  838. | # include <unistd.h>
  839. | #endif
  840. | #include <sys/ioctl.h>
  841. configure:6501: result: no
  842. configure:6501: checking sys/ioctl.h presence
  843. configure:6501: clang++ -E conftest.cpp
  844. conftest.cpp:33:10: fatal error: 'sys/ioctl.h' file not found
  845. #include <sys/ioctl.h>
  846. ^~~~~~~~~~~~~
  847. 1 error generated.
  848. configure:6501: $? = 1
  849. configure: failed program was:
  850. | /* confdefs.h */
  851. | #define PACKAGE_NAME "OLA"
  852. | #define PACKAGE_TARNAME "ola"
  853. | #define PACKAGE_VERSION "0.10.7"
  854. | #define PACKAGE_STRING "OLA 0.10.7"
  855. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  856. | #define PACKAGE_URL ""
  857. | #define PACKAGE "ola"
  858. | #define VERSION "0.10.7"
  859. | #define HAVE_DIRENT_H 1
  860. | #define HAVE_SYS_TYPES_H 1
  861. | #define STDC_HEADERS 1
  862. | #define HAVE_SYS_TYPES_H 1
  863. | #define HAVE_SYS_STAT_H 1
  864. | #define HAVE_STDLIB_H 1
  865. | #define HAVE_STRING_H 1
  866. | #define HAVE_MEMORY_H 1
  867. | #define HAVE_STRINGS_H 1
  868. | #define HAVE_INTTYPES_H 1
  869. | #define HAVE_STDINT_H 1
  870. | #define HAVE_UNISTD_H 1
  871. | #define HAVE_ERRNO_H 1
  872. | #define HAVE_FCNTL_H 1
  873. | #define HAVE_FLOAT_H 1
  874. | #define HAVE_LIMITS_H 1
  875. | #define HAVE_MALLOC_H 1
  876. | #define HAVE_STDINT_H 1
  877. | #define HAVE_STDLIB_H 1
  878. | #define HAVE_STRING_H 1
  879. | #define HAVE_STRINGS_H 1
  880. | #define HAVE_SYS_FILE_H 1
  881. | /* end confdefs.h. */
  882. | #include <sys/ioctl.h>
  883. configure:6501: result: no
  884. configure:6501: checking for sys/ioctl.h
  885. configure:6501: result: no
  886. configure:6501: checking sys/socket.h usability
  887. configure:6501: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  888. conftest.cpp:66:10: fatal error: 'sys/socket.h' file not found
  889. #include <sys/socket.h>
  890. ^~~~~~~~~~~~~~
  891. 1 error generated.
  892. configure:6501: $? = 1
  893. configure: failed program was:
  894. | /* confdefs.h */
  895. | #define PACKAGE_NAME "OLA"
  896. | #define PACKAGE_TARNAME "ola"
  897. | #define PACKAGE_VERSION "0.10.7"
  898. | #define PACKAGE_STRING "OLA 0.10.7"
  899. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  900. | #define PACKAGE_URL ""
  901. | #define PACKAGE "ola"
  902. | #define VERSION "0.10.7"
  903. | #define HAVE_DIRENT_H 1
  904. | #define HAVE_SYS_TYPES_H 1
  905. | #define STDC_HEADERS 1
  906. | #define HAVE_SYS_TYPES_H 1
  907. | #define HAVE_SYS_STAT_H 1
  908. | #define HAVE_STDLIB_H 1
  909. | #define HAVE_STRING_H 1
  910. | #define HAVE_MEMORY_H 1
  911. | #define HAVE_STRINGS_H 1
  912. | #define HAVE_INTTYPES_H 1
  913. | #define HAVE_STDINT_H 1
  914. | #define HAVE_UNISTD_H 1
  915. | #define HAVE_ERRNO_H 1
  916. | #define HAVE_FCNTL_H 1
  917. | #define HAVE_FLOAT_H 1
  918. | #define HAVE_LIMITS_H 1
  919. | #define HAVE_MALLOC_H 1
  920. | #define HAVE_STDINT_H 1
  921. | #define HAVE_STDLIB_H 1
  922. | #define HAVE_STRING_H 1
  923. | #define HAVE_STRINGS_H 1
  924. | #define HAVE_SYS_FILE_H 1
  925. | /* end confdefs.h. */
  926. | #include <stdio.h>
  927. | #ifdef HAVE_SYS_TYPES_H
  928. | # include <sys/types.h>
  929. | #endif
  930. | #ifdef HAVE_SYS_STAT_H
  931. | # include <sys/stat.h>
  932. | #endif
  933. | #ifdef STDC_HEADERS
  934. | # include <stdlib.h>
  935. | # include <stddef.h>
  936. | #else
  937. | # ifdef HAVE_STDLIB_H
  938. | # include <stdlib.h>
  939. | # endif
  940. | #endif
  941. | #ifdef HAVE_STRING_H
  942. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  943. | # include <memory.h>
  944. | # endif
  945. | # include <string.h>
  946. | #endif
  947. | #ifdef HAVE_STRINGS_H
  948. | # include <strings.h>
  949. | #endif
  950. | #ifdef HAVE_INTTYPES_H
  951. | # include <inttypes.h>
  952. | #endif
  953. | #ifdef HAVE_STDINT_H
  954. | # include <stdint.h>
  955. | #endif
  956. | #ifdef HAVE_UNISTD_H
  957. | # include <unistd.h>
  958. | #endif
  959. | #include <sys/socket.h>
  960. configure:6501: result: no
  961. configure:6501: checking sys/socket.h presence
  962. configure:6501: clang++ -E conftest.cpp
  963. conftest.cpp:33:10: fatal error: 'sys/socket.h' file not found
  964. #include <sys/socket.h>
  965. ^~~~~~~~~~~~~~
  966. 1 error generated.
  967. configure:6501: $? = 1
  968. configure: failed program was:
  969. | /* confdefs.h */
  970. | #define PACKAGE_NAME "OLA"
  971. | #define PACKAGE_TARNAME "ola"
  972. | #define PACKAGE_VERSION "0.10.7"
  973. | #define PACKAGE_STRING "OLA 0.10.7"
  974. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  975. | #define PACKAGE_URL ""
  976. | #define PACKAGE "ola"
  977. | #define VERSION "0.10.7"
  978. | #define HAVE_DIRENT_H 1
  979. | #define HAVE_SYS_TYPES_H 1
  980. | #define STDC_HEADERS 1
  981. | #define HAVE_SYS_TYPES_H 1
  982. | #define HAVE_SYS_STAT_H 1
  983. | #define HAVE_STDLIB_H 1
  984. | #define HAVE_STRING_H 1
  985. | #define HAVE_MEMORY_H 1
  986. | #define HAVE_STRINGS_H 1
  987. | #define HAVE_INTTYPES_H 1
  988. | #define HAVE_STDINT_H 1
  989. | #define HAVE_UNISTD_H 1
  990. | #define HAVE_ERRNO_H 1
  991. | #define HAVE_FCNTL_H 1
  992. | #define HAVE_FLOAT_H 1
  993. | #define HAVE_LIMITS_H 1
  994. | #define HAVE_MALLOC_H 1
  995. | #define HAVE_STDINT_H 1
  996. | #define HAVE_STDLIB_H 1
  997. | #define HAVE_STRING_H 1
  998. | #define HAVE_STRINGS_H 1
  999. | #define HAVE_SYS_FILE_H 1
  1000. | /* end confdefs.h. */
  1001. | #include <sys/socket.h>
  1002. configure:6501: result: no
  1003. configure:6501: checking for sys/socket.h
  1004. configure:6501: result: no
  1005. configure:6501: checking sys/time.h usability
  1006. configure:6501: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  1007. configure:6501: $? = 0
  1008. configure:6501: result: yes
  1009. configure:6501: checking sys/time.h presence
  1010. configure:6501: clang++ -E conftest.cpp
  1011. configure:6501: $? = 0
  1012. configure:6501: result: yes
  1013. configure:6501: checking for sys/time.h
  1014. configure:6501: result: yes
  1015. configure:6501: checking sys/timeb.h usability
  1016. configure:6501: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  1017. configure:6501: $? = 0
  1018. configure:6501: result: yes
  1019. configure:6501: checking sys/timeb.h presence
  1020. configure:6501: clang++ -E conftest.cpp
  1021. configure:6501: $? = 0
  1022. configure:6501: result: yes
  1023. configure:6501: checking for sys/timeb.h
  1024. configure:6501: result: yes
  1025. configure:6501: checking syslog.h usability
  1026. configure:6501: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  1027. conftest.cpp:68:10: fatal error: 'syslog.h' file not found
  1028. #include <syslog.h>
  1029. ^~~~~~~~~~
  1030. 1 error generated.
  1031. configure:6501: $? = 1
  1032. configure: failed program was:
  1033. | /* confdefs.h */
  1034. | #define PACKAGE_NAME "OLA"
  1035. | #define PACKAGE_TARNAME "ola"
  1036. | #define PACKAGE_VERSION "0.10.7"
  1037. | #define PACKAGE_STRING "OLA 0.10.7"
  1038. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  1039. | #define PACKAGE_URL ""
  1040. | #define PACKAGE "ola"
  1041. | #define VERSION "0.10.7"
  1042. | #define HAVE_DIRENT_H 1
  1043. | #define HAVE_SYS_TYPES_H 1
  1044. | #define STDC_HEADERS 1
  1045. | #define HAVE_SYS_TYPES_H 1
  1046. | #define HAVE_SYS_STAT_H 1
  1047. | #define HAVE_STDLIB_H 1
  1048. | #define HAVE_STRING_H 1
  1049. | #define HAVE_MEMORY_H 1
  1050. | #define HAVE_STRINGS_H 1
  1051. | #define HAVE_INTTYPES_H 1
  1052. | #define HAVE_STDINT_H 1
  1053. | #define HAVE_UNISTD_H 1
  1054. | #define HAVE_ERRNO_H 1
  1055. | #define HAVE_FCNTL_H 1
  1056. | #define HAVE_FLOAT_H 1
  1057. | #define HAVE_LIMITS_H 1
  1058. | #define HAVE_MALLOC_H 1
  1059. | #define HAVE_STDINT_H 1
  1060. | #define HAVE_STDLIB_H 1
  1061. | #define HAVE_STRING_H 1
  1062. | #define HAVE_STRINGS_H 1
  1063. | #define HAVE_SYS_FILE_H 1
  1064. | #define HAVE_SYS_TIME_H 1
  1065. | #define HAVE_SYS_TIMEB_H 1
  1066. | /* end confdefs.h. */
  1067. | #include <stdio.h>
  1068. | #ifdef HAVE_SYS_TYPES_H
  1069. | # include <sys/types.h>
  1070. | #endif
  1071. | #ifdef HAVE_SYS_STAT_H
  1072. | # include <sys/stat.h>
  1073. | #endif
  1074. | #ifdef STDC_HEADERS
  1075. | # include <stdlib.h>
  1076. | # include <stddef.h>
  1077. | #else
  1078. | # ifdef HAVE_STDLIB_H
  1079. | # include <stdlib.h>
  1080. | # endif
  1081. | #endif
  1082. | #ifdef HAVE_STRING_H
  1083. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1084. | # include <memory.h>
  1085. | # endif
  1086. | # include <string.h>
  1087. | #endif
  1088. | #ifdef HAVE_STRINGS_H
  1089. | # include <strings.h>
  1090. | #endif
  1091. | #ifdef HAVE_INTTYPES_H
  1092. | # include <inttypes.h>
  1093. | #endif
  1094. | #ifdef HAVE_STDINT_H
  1095. | # include <stdint.h>
  1096. | #endif
  1097. | #ifdef HAVE_UNISTD_H
  1098. | # include <unistd.h>
  1099. | #endif
  1100. | #include <syslog.h>
  1101. configure:6501: result: no
  1102. configure:6501: checking syslog.h presence
  1103. configure:6501: clang++ -E conftest.cpp
  1104. conftest.cpp:35:10: fatal error: 'syslog.h' file not found
  1105. #include <syslog.h>
  1106. ^~~~~~~~~~
  1107. 1 error generated.
  1108. configure:6501: $? = 1
  1109. configure: failed program was:
  1110. | /* confdefs.h */
  1111. | #define PACKAGE_NAME "OLA"
  1112. | #define PACKAGE_TARNAME "ola"
  1113. | #define PACKAGE_VERSION "0.10.7"
  1114. | #define PACKAGE_STRING "OLA 0.10.7"
  1115. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  1116. | #define PACKAGE_URL ""
  1117. | #define PACKAGE "ola"
  1118. | #define VERSION "0.10.7"
  1119. | #define HAVE_DIRENT_H 1
  1120. | #define HAVE_SYS_TYPES_H 1
  1121. | #define STDC_HEADERS 1
  1122. | #define HAVE_SYS_TYPES_H 1
  1123. | #define HAVE_SYS_STAT_H 1
  1124. | #define HAVE_STDLIB_H 1
  1125. | #define HAVE_STRING_H 1
  1126. | #define HAVE_MEMORY_H 1
  1127. | #define HAVE_STRINGS_H 1
  1128. | #define HAVE_INTTYPES_H 1
  1129. | #define HAVE_STDINT_H 1
  1130. | #define HAVE_UNISTD_H 1
  1131. | #define HAVE_ERRNO_H 1
  1132. | #define HAVE_FCNTL_H 1
  1133. | #define HAVE_FLOAT_H 1
  1134. | #define HAVE_LIMITS_H 1
  1135. | #define HAVE_MALLOC_H 1
  1136. | #define HAVE_STDINT_H 1
  1137. | #define HAVE_STDLIB_H 1
  1138. | #define HAVE_STRING_H 1
  1139. | #define HAVE_STRINGS_H 1
  1140. | #define HAVE_SYS_FILE_H 1
  1141. | #define HAVE_SYS_TIME_H 1
  1142. | #define HAVE_SYS_TIMEB_H 1
  1143. | /* end confdefs.h. */
  1144. | #include <syslog.h>
  1145. configure:6501: result: no
  1146. configure:6501: checking for syslog.h
  1147. configure:6501: result: no
  1148. configure:6501: checking termios.h usability
  1149. configure:6501: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  1150. conftest.cpp:68:10: fatal error: 'termios.h' file not found
  1151. #include <termios.h>
  1152. ^~~~~~~~~~~
  1153. 1 error generated.
  1154. configure:6501: $? = 1
  1155. configure: failed program was:
  1156. | /* confdefs.h */
  1157. | #define PACKAGE_NAME "OLA"
  1158. | #define PACKAGE_TARNAME "ola"
  1159. | #define PACKAGE_VERSION "0.10.7"
  1160. | #define PACKAGE_STRING "OLA 0.10.7"
  1161. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  1162. | #define PACKAGE_URL ""
  1163. | #define PACKAGE "ola"
  1164. | #define VERSION "0.10.7"
  1165. | #define HAVE_DIRENT_H 1
  1166. | #define HAVE_SYS_TYPES_H 1
  1167. | #define STDC_HEADERS 1
  1168. | #define HAVE_SYS_TYPES_H 1
  1169. | #define HAVE_SYS_STAT_H 1
  1170. | #define HAVE_STDLIB_H 1
  1171. | #define HAVE_STRING_H 1
  1172. | #define HAVE_MEMORY_H 1
  1173. | #define HAVE_STRINGS_H 1
  1174. | #define HAVE_INTTYPES_H 1
  1175. | #define HAVE_STDINT_H 1
  1176. | #define HAVE_UNISTD_H 1
  1177. | #define HAVE_ERRNO_H 1
  1178. | #define HAVE_FCNTL_H 1
  1179. | #define HAVE_FLOAT_H 1
  1180. | #define HAVE_LIMITS_H 1
  1181. | #define HAVE_MALLOC_H 1
  1182. | #define HAVE_STDINT_H 1
  1183. | #define HAVE_STDLIB_H 1
  1184. | #define HAVE_STRING_H 1
  1185. | #define HAVE_STRINGS_H 1
  1186. | #define HAVE_SYS_FILE_H 1
  1187. | #define HAVE_SYS_TIME_H 1
  1188. | #define HAVE_SYS_TIMEB_H 1
  1189. | /* end confdefs.h. */
  1190. | #include <stdio.h>
  1191. | #ifdef HAVE_SYS_TYPES_H
  1192. | # include <sys/types.h>
  1193. | #endif
  1194. | #ifdef HAVE_SYS_STAT_H
  1195. | # include <sys/stat.h>
  1196. | #endif
  1197. | #ifdef STDC_HEADERS
  1198. | # include <stdlib.h>
  1199. | # include <stddef.h>
  1200. | #else
  1201. | # ifdef HAVE_STDLIB_H
  1202. | # include <stdlib.h>
  1203. | # endif
  1204. | #endif
  1205. | #ifdef HAVE_STRING_H
  1206. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1207. | # include <memory.h>
  1208. | # endif
  1209. | # include <string.h>
  1210. | #endif
  1211. | #ifdef HAVE_STRINGS_H
  1212. | # include <strings.h>
  1213. | #endif
  1214. | #ifdef HAVE_INTTYPES_H
  1215. | # include <inttypes.h>
  1216. | #endif
  1217. | #ifdef HAVE_STDINT_H
  1218. | # include <stdint.h>
  1219. | #endif
  1220. | #ifdef HAVE_UNISTD_H
  1221. | # include <unistd.h>
  1222. | #endif
  1223. | #include <termios.h>
  1224. configure:6501: result: no
  1225. configure:6501: checking termios.h presence
  1226. configure:6501: clang++ -E conftest.cpp
  1227. conftest.cpp:35:10: fatal error: 'termios.h' file not found
  1228. #include <termios.h>
  1229. ^~~~~~~~~~~
  1230. 1 error generated.
  1231. configure:6501: $? = 1
  1232. configure: failed program was:
  1233. | /* confdefs.h */
  1234. | #define PACKAGE_NAME "OLA"
  1235. | #define PACKAGE_TARNAME "ola"
  1236. | #define PACKAGE_VERSION "0.10.7"
  1237. | #define PACKAGE_STRING "OLA 0.10.7"
  1238. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  1239. | #define PACKAGE_URL ""
  1240. | #define PACKAGE "ola"
  1241. | #define VERSION "0.10.7"
  1242. | #define HAVE_DIRENT_H 1
  1243. | #define HAVE_SYS_TYPES_H 1
  1244. | #define STDC_HEADERS 1
  1245. | #define HAVE_SYS_TYPES_H 1
  1246. | #define HAVE_SYS_STAT_H 1
  1247. | #define HAVE_STDLIB_H 1
  1248. | #define HAVE_STRING_H 1
  1249. | #define HAVE_MEMORY_H 1
  1250. | #define HAVE_STRINGS_H 1
  1251. | #define HAVE_INTTYPES_H 1
  1252. | #define HAVE_STDINT_H 1
  1253. | #define HAVE_UNISTD_H 1
  1254. | #define HAVE_ERRNO_H 1
  1255. | #define HAVE_FCNTL_H 1
  1256. | #define HAVE_FLOAT_H 1
  1257. | #define HAVE_LIMITS_H 1
  1258. | #define HAVE_MALLOC_H 1
  1259. | #define HAVE_STDINT_H 1
  1260. | #define HAVE_STDLIB_H 1
  1261. | #define HAVE_STRING_H 1
  1262. | #define HAVE_STRINGS_H 1
  1263. | #define HAVE_SYS_FILE_H 1
  1264. | #define HAVE_SYS_TIME_H 1
  1265. | #define HAVE_SYS_TIMEB_H 1
  1266. | /* end confdefs.h. */
  1267. | #include <termios.h>
  1268. configure:6501: result: no
  1269. configure:6501: checking for termios.h
  1270. configure:6501: result: no
  1271. configure:6501: checking for unistd.h
  1272. configure:6501: result: yes
  1273. configure:6516: checking asm/termios.h usability
  1274. configure:6516: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  1275. conftest.cpp:69:10: fatal error: 'asm/termios.h' file not found
  1276. #include <asm/termios.h>
  1277. ^~~~~~~~~~~~~~~
  1278. 1 error generated.
  1279. configure:6516: $? = 1
  1280. configure: failed program was:
  1281. | /* confdefs.h */
  1282. | #define PACKAGE_NAME "OLA"
  1283. | #define PACKAGE_TARNAME "ola"
  1284. | #define PACKAGE_VERSION "0.10.7"
  1285. | #define PACKAGE_STRING "OLA 0.10.7"
  1286. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  1287. | #define PACKAGE_URL ""
  1288. | #define PACKAGE "ola"
  1289. | #define VERSION "0.10.7"
  1290. | #define HAVE_DIRENT_H 1
  1291. | #define HAVE_SYS_TYPES_H 1
  1292. | #define STDC_HEADERS 1
  1293. | #define HAVE_SYS_TYPES_H 1
  1294. | #define HAVE_SYS_STAT_H 1
  1295. | #define HAVE_STDLIB_H 1
  1296. | #define HAVE_STRING_H 1
  1297. | #define HAVE_MEMORY_H 1
  1298. | #define HAVE_STRINGS_H 1
  1299. | #define HAVE_INTTYPES_H 1
  1300. | #define HAVE_STDINT_H 1
  1301. | #define HAVE_UNISTD_H 1
  1302. | #define HAVE_ERRNO_H 1
  1303. | #define HAVE_FCNTL_H 1
  1304. | #define HAVE_FLOAT_H 1
  1305. | #define HAVE_LIMITS_H 1
  1306. | #define HAVE_MALLOC_H 1
  1307. | #define HAVE_STDINT_H 1
  1308. | #define HAVE_STDLIB_H 1
  1309. | #define HAVE_STRING_H 1
  1310. | #define HAVE_STRINGS_H 1
  1311. | #define HAVE_SYS_FILE_H 1
  1312. | #define HAVE_SYS_TIME_H 1
  1313. | #define HAVE_SYS_TIMEB_H 1
  1314. | #define HAVE_UNISTD_H 1
  1315. | /* end confdefs.h. */
  1316. | #include <stdio.h>
  1317. | #ifdef HAVE_SYS_TYPES_H
  1318. | # include <sys/types.h>
  1319. | #endif
  1320. | #ifdef HAVE_SYS_STAT_H
  1321. | # include <sys/stat.h>
  1322. | #endif
  1323. | #ifdef STDC_HEADERS
  1324. | # include <stdlib.h>
  1325. | # include <stddef.h>
  1326. | #else
  1327. | # ifdef HAVE_STDLIB_H
  1328. | # include <stdlib.h>
  1329. | # endif
  1330. | #endif
  1331. | #ifdef HAVE_STRING_H
  1332. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1333. | # include <memory.h>
  1334. | # endif
  1335. | # include <string.h>
  1336. | #endif
  1337. | #ifdef HAVE_STRINGS_H
  1338. | # include <strings.h>
  1339. | #endif
  1340. | #ifdef HAVE_INTTYPES_H
  1341. | # include <inttypes.h>
  1342. | #endif
  1343. | #ifdef HAVE_STDINT_H
  1344. | # include <stdint.h>
  1345. | #endif
  1346. | #ifdef HAVE_UNISTD_H
  1347. | # include <unistd.h>
  1348. | #endif
  1349. | #include <asm/termios.h>
  1350. configure:6516: result: no
  1351. configure:6516: checking asm/termios.h presence
  1352. configure:6516: clang++ -E conftest.cpp
  1353. conftest.cpp:36:10: fatal error: 'asm/termios.h' file not found
  1354. #include <asm/termios.h>
  1355. ^~~~~~~~~~~~~~~
  1356. 1 error generated.
  1357. configure:6516: $? = 1
  1358. configure: failed program was:
  1359. | /* confdefs.h */
  1360. | #define PACKAGE_NAME "OLA"
  1361. | #define PACKAGE_TARNAME "ola"
  1362. | #define PACKAGE_VERSION "0.10.7"
  1363. | #define PACKAGE_STRING "OLA 0.10.7"
  1364. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  1365. | #define PACKAGE_URL ""
  1366. | #define PACKAGE "ola"
  1367. | #define VERSION "0.10.7"
  1368. | #define HAVE_DIRENT_H 1
  1369. | #define HAVE_SYS_TYPES_H 1
  1370. | #define STDC_HEADERS 1
  1371. | #define HAVE_SYS_TYPES_H 1
  1372. | #define HAVE_SYS_STAT_H 1
  1373. | #define HAVE_STDLIB_H 1
  1374. | #define HAVE_STRING_H 1
  1375. | #define HAVE_MEMORY_H 1
  1376. | #define HAVE_STRINGS_H 1
  1377. | #define HAVE_INTTYPES_H 1
  1378. | #define HAVE_STDINT_H 1
  1379. | #define HAVE_UNISTD_H 1
  1380. | #define HAVE_ERRNO_H 1
  1381. | #define HAVE_FCNTL_H 1
  1382. | #define HAVE_FLOAT_H 1
  1383. | #define HAVE_LIMITS_H 1
  1384. | #define HAVE_MALLOC_H 1
  1385. | #define HAVE_STDINT_H 1
  1386. | #define HAVE_STDLIB_H 1
  1387. | #define HAVE_STRING_H 1
  1388. | #define HAVE_STRINGS_H 1
  1389. | #define HAVE_SYS_FILE_H 1
  1390. | #define HAVE_SYS_TIME_H 1
  1391. | #define HAVE_SYS_TIMEB_H 1
  1392. | #define HAVE_UNISTD_H 1
  1393. | /* end confdefs.h. */
  1394. | #include <asm/termios.h>
  1395. configure:6516: result: no
  1396. configure:6516: checking for asm/termios.h
  1397. configure:6516: result: no
  1398. configure:6516: checking assert.h usability
  1399. configure:6516: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  1400. configure:6516: $? = 0
  1401. configure:6516: result: yes
  1402. configure:6516: checking assert.h presence
  1403. configure:6516: clang++ -E conftest.cpp
  1404. configure:6516: $? = 0
  1405. configure:6516: result: yes
  1406. configure:6516: checking for assert.h
  1407. configure:6516: result: yes
  1408. configure:6516: checking dlfcn.h usability
  1409. configure:6516: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  1410. conftest.cpp:70:10: fatal error: 'dlfcn.h' file not found
  1411. #include <dlfcn.h>
  1412. ^~~~~~~~~
  1413. 1 error generated.
  1414. configure:6516: $? = 1
  1415. configure: failed program was:
  1416. | /* confdefs.h */
  1417. | #define PACKAGE_NAME "OLA"
  1418. | #define PACKAGE_TARNAME "ola"
  1419. | #define PACKAGE_VERSION "0.10.7"
  1420. | #define PACKAGE_STRING "OLA 0.10.7"
  1421. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  1422. | #define PACKAGE_URL ""
  1423. | #define PACKAGE "ola"
  1424. | #define VERSION "0.10.7"
  1425. | #define HAVE_DIRENT_H 1
  1426. | #define HAVE_SYS_TYPES_H 1
  1427. | #define STDC_HEADERS 1
  1428. | #define HAVE_SYS_TYPES_H 1
  1429. | #define HAVE_SYS_STAT_H 1
  1430. | #define HAVE_STDLIB_H 1
  1431. | #define HAVE_STRING_H 1
  1432. | #define HAVE_MEMORY_H 1
  1433. | #define HAVE_STRINGS_H 1
  1434. | #define HAVE_INTTYPES_H 1
  1435. | #define HAVE_STDINT_H 1
  1436. | #define HAVE_UNISTD_H 1
  1437. | #define HAVE_ERRNO_H 1
  1438. | #define HAVE_FCNTL_H 1
  1439. | #define HAVE_FLOAT_H 1
  1440. | #define HAVE_LIMITS_H 1
  1441. | #define HAVE_MALLOC_H 1
  1442. | #define HAVE_STDINT_H 1
  1443. | #define HAVE_STDLIB_H 1
  1444. | #define HAVE_STRING_H 1
  1445. | #define HAVE_STRINGS_H 1
  1446. | #define HAVE_SYS_FILE_H 1
  1447. | #define HAVE_SYS_TIME_H 1
  1448. | #define HAVE_SYS_TIMEB_H 1
  1449. | #define HAVE_UNISTD_H 1
  1450. | #define HAVE_ASSERT_H 1
  1451. | /* end confdefs.h. */
  1452. | #include <stdio.h>
  1453. | #ifdef HAVE_SYS_TYPES_H
  1454. | # include <sys/types.h>
  1455. | #endif
  1456. | #ifdef HAVE_SYS_STAT_H
  1457. | # include <sys/stat.h>
  1458. | #endif
  1459. | #ifdef STDC_HEADERS
  1460. | # include <stdlib.h>
  1461. | # include <stddef.h>
  1462. | #else
  1463. | # ifdef HAVE_STDLIB_H
  1464. | # include <stdlib.h>
  1465. | # endif
  1466. | #endif
  1467. | #ifdef HAVE_STRING_H
  1468. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1469. | # include <memory.h>
  1470. | # endif
  1471. | # include <string.h>
  1472. | #endif
  1473. | #ifdef HAVE_STRINGS_H
  1474. | # include <strings.h>
  1475. | #endif
  1476. | #ifdef HAVE_INTTYPES_H
  1477. | # include <inttypes.h>
  1478. | #endif
  1479. | #ifdef HAVE_STDINT_H
  1480. | # include <stdint.h>
  1481. | #endif
  1482. | #ifdef HAVE_UNISTD_H
  1483. | # include <unistd.h>
  1484. | #endif
  1485. | #include <dlfcn.h>
  1486. configure:6516: result: no
  1487. configure:6516: checking dlfcn.h presence
  1488. configure:6516: clang++ -E conftest.cpp
  1489. conftest.cpp:37:10: fatal error: 'dlfcn.h' file not found
  1490. #include <dlfcn.h>
  1491. ^~~~~~~~~
  1492. 1 error generated.
  1493. configure:6516: $? = 1
  1494. configure: failed program was:
  1495. | /* confdefs.h */
  1496. | #define PACKAGE_NAME "OLA"
  1497. | #define PACKAGE_TARNAME "ola"
  1498. | #define PACKAGE_VERSION "0.10.7"
  1499. | #define PACKAGE_STRING "OLA 0.10.7"
  1500. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  1501. | #define PACKAGE_URL ""
  1502. | #define PACKAGE "ola"
  1503. | #define VERSION "0.10.7"
  1504. | #define HAVE_DIRENT_H 1
  1505. | #define HAVE_SYS_TYPES_H 1
  1506. | #define STDC_HEADERS 1
  1507. | #define HAVE_SYS_TYPES_H 1
  1508. | #define HAVE_SYS_STAT_H 1
  1509. | #define HAVE_STDLIB_H 1
  1510. | #define HAVE_STRING_H 1
  1511. | #define HAVE_MEMORY_H 1
  1512. | #define HAVE_STRINGS_H 1
  1513. | #define HAVE_INTTYPES_H 1
  1514. | #define HAVE_STDINT_H 1
  1515. | #define HAVE_UNISTD_H 1
  1516. | #define HAVE_ERRNO_H 1
  1517. | #define HAVE_FCNTL_H 1
  1518. | #define HAVE_FLOAT_H 1
  1519. | #define HAVE_LIMITS_H 1
  1520. | #define HAVE_MALLOC_H 1
  1521. | #define HAVE_STDINT_H 1
  1522. | #define HAVE_STDLIB_H 1
  1523. | #define HAVE_STRING_H 1
  1524. | #define HAVE_STRINGS_H 1
  1525. | #define HAVE_SYS_FILE_H 1
  1526. | #define HAVE_SYS_TIME_H 1
  1527. | #define HAVE_SYS_TIMEB_H 1
  1528. | #define HAVE_UNISTD_H 1
  1529. | #define HAVE_ASSERT_H 1
  1530. | /* end confdefs.h. */
  1531. | #include <dlfcn.h>
  1532. configure:6516: result: no
  1533. configure:6516: checking for dlfcn.h
  1534. configure:6516: result: no
  1535. configure:6516: checking endian.h usability
  1536. configure:6516: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  1537. conftest.cpp:70:10: fatal error: 'endian.h' file not found
  1538. #include <endian.h>
  1539. ^~~~~~~~~~
  1540. 1 error generated.
  1541. configure:6516: $? = 1
  1542. configure: failed program was:
  1543. | /* confdefs.h */
  1544. | #define PACKAGE_NAME "OLA"
  1545. | #define PACKAGE_TARNAME "ola"
  1546. | #define PACKAGE_VERSION "0.10.7"
  1547. | #define PACKAGE_STRING "OLA 0.10.7"
  1548. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  1549. | #define PACKAGE_URL ""
  1550. | #define PACKAGE "ola"
  1551. | #define VERSION "0.10.7"
  1552. | #define HAVE_DIRENT_H 1
  1553. | #define HAVE_SYS_TYPES_H 1
  1554. | #define STDC_HEADERS 1
  1555. | #define HAVE_SYS_TYPES_H 1
  1556. | #define HAVE_SYS_STAT_H 1
  1557. | #define HAVE_STDLIB_H 1
  1558. | #define HAVE_STRING_H 1
  1559. | #define HAVE_MEMORY_H 1
  1560. | #define HAVE_STRINGS_H 1
  1561. | #define HAVE_INTTYPES_H 1
  1562. | #define HAVE_STDINT_H 1
  1563. | #define HAVE_UNISTD_H 1
  1564. | #define HAVE_ERRNO_H 1
  1565. | #define HAVE_FCNTL_H 1
  1566. | #define HAVE_FLOAT_H 1
  1567. | #define HAVE_LIMITS_H 1
  1568. | #define HAVE_MALLOC_H 1
  1569. | #define HAVE_STDINT_H 1
  1570. | #define HAVE_STDLIB_H 1
  1571. | #define HAVE_STRING_H 1
  1572. | #define HAVE_STRINGS_H 1
  1573. | #define HAVE_SYS_FILE_H 1
  1574. | #define HAVE_SYS_TIME_H 1
  1575. | #define HAVE_SYS_TIMEB_H 1
  1576. | #define HAVE_UNISTD_H 1
  1577. | #define HAVE_ASSERT_H 1
  1578. | /* end confdefs.h. */
  1579. | #include <stdio.h>
  1580. | #ifdef HAVE_SYS_TYPES_H
  1581. | # include <sys/types.h>
  1582. | #endif
  1583. | #ifdef HAVE_SYS_STAT_H
  1584. | # include <sys/stat.h>
  1585. | #endif
  1586. | #ifdef STDC_HEADERS
  1587. | # include <stdlib.h>
  1588. | # include <stddef.h>
  1589. | #else
  1590. | # ifdef HAVE_STDLIB_H
  1591. | # include <stdlib.h>
  1592. | # endif
  1593. | #endif
  1594. | #ifdef HAVE_STRING_H
  1595. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1596. | # include <memory.h>
  1597. | # endif
  1598. | # include <string.h>
  1599. | #endif
  1600. | #ifdef HAVE_STRINGS_H
  1601. | # include <strings.h>
  1602. | #endif
  1603. | #ifdef HAVE_INTTYPES_H
  1604. | # include <inttypes.h>
  1605. | #endif
  1606. | #ifdef HAVE_STDINT_H
  1607. | # include <stdint.h>
  1608. | #endif
  1609. | #ifdef HAVE_UNISTD_H
  1610. | # include <unistd.h>
  1611. | #endif
  1612. | #include <endian.h>
  1613. configure:6516: result: no
  1614. configure:6516: checking endian.h presence
  1615. configure:6516: clang++ -E conftest.cpp
  1616. conftest.cpp:37:10: fatal error: 'endian.h' file not found
  1617. #include <endian.h>
  1618. ^~~~~~~~~~
  1619. 1 error generated.
  1620. configure:6516: $? = 1
  1621. configure: failed program was:
  1622. | /* confdefs.h */
  1623. | #define PACKAGE_NAME "OLA"
  1624. | #define PACKAGE_TARNAME "ola"
  1625. | #define PACKAGE_VERSION "0.10.7"
  1626. | #define PACKAGE_STRING "OLA 0.10.7"
  1627. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  1628. | #define PACKAGE_URL ""
  1629. | #define PACKAGE "ola"
  1630. | #define VERSION "0.10.7"
  1631. | #define HAVE_DIRENT_H 1
  1632. | #define HAVE_SYS_TYPES_H 1
  1633. | #define STDC_HEADERS 1
  1634. | #define HAVE_SYS_TYPES_H 1
  1635. | #define HAVE_SYS_STAT_H 1
  1636. | #define HAVE_STDLIB_H 1
  1637. | #define HAVE_STRING_H 1
  1638. | #define HAVE_MEMORY_H 1
  1639. | #define HAVE_STRINGS_H 1
  1640. | #define HAVE_INTTYPES_H 1
  1641. | #define HAVE_STDINT_H 1
  1642. | #define HAVE_UNISTD_H 1
  1643. | #define HAVE_ERRNO_H 1
  1644. | #define HAVE_FCNTL_H 1
  1645. | #define HAVE_FLOAT_H 1
  1646. | #define HAVE_LIMITS_H 1
  1647. | #define HAVE_MALLOC_H 1
  1648. | #define HAVE_STDINT_H 1
  1649. | #define HAVE_STDLIB_H 1
  1650. | #define HAVE_STRING_H 1
  1651. | #define HAVE_STRINGS_H 1
  1652. | #define HAVE_SYS_FILE_H 1
  1653. | #define HAVE_SYS_TIME_H 1
  1654. | #define HAVE_SYS_TIMEB_H 1
  1655. | #define HAVE_UNISTD_H 1
  1656. | #define HAVE_ASSERT_H 1
  1657. | /* end confdefs.h. */
  1658. | #include <endian.h>
  1659. configure:6516: result: no
  1660. configure:6516: checking for endian.h
  1661. configure:6516: result: no
  1662. configure:6516: checking execinfo.h usability
  1663. configure:6516: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  1664. conftest.cpp:70:10: fatal error: 'execinfo.h' file not found
  1665. #include <execinfo.h>
  1666. ^~~~~~~~~~~~
  1667. 1 error generated.
  1668. configure:6516: $? = 1
  1669. configure: failed program was:
  1670. | /* confdefs.h */
  1671. | #define PACKAGE_NAME "OLA"
  1672. | #define PACKAGE_TARNAME "ola"
  1673. | #define PACKAGE_VERSION "0.10.7"
  1674. | #define PACKAGE_STRING "OLA 0.10.7"
  1675. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  1676. | #define PACKAGE_URL ""
  1677. | #define PACKAGE "ola"
  1678. | #define VERSION "0.10.7"
  1679. | #define HAVE_DIRENT_H 1
  1680. | #define HAVE_SYS_TYPES_H 1
  1681. | #define STDC_HEADERS 1
  1682. | #define HAVE_SYS_TYPES_H 1
  1683. | #define HAVE_SYS_STAT_H 1
  1684. | #define HAVE_STDLIB_H 1
  1685. | #define HAVE_STRING_H 1
  1686. | #define HAVE_MEMORY_H 1
  1687. | #define HAVE_STRINGS_H 1
  1688. | #define HAVE_INTTYPES_H 1
  1689. | #define HAVE_STDINT_H 1
  1690. | #define HAVE_UNISTD_H 1
  1691. | #define HAVE_ERRNO_H 1
  1692. | #define HAVE_FCNTL_H 1
  1693. | #define HAVE_FLOAT_H 1
  1694. | #define HAVE_LIMITS_H 1
  1695. | #define HAVE_MALLOC_H 1
  1696. | #define HAVE_STDINT_H 1
  1697. | #define HAVE_STDLIB_H 1
  1698. | #define HAVE_STRING_H 1
  1699. | #define HAVE_STRINGS_H 1
  1700. | #define HAVE_SYS_FILE_H 1
  1701. | #define HAVE_SYS_TIME_H 1
  1702. | #define HAVE_SYS_TIMEB_H 1
  1703. | #define HAVE_UNISTD_H 1
  1704. | #define HAVE_ASSERT_H 1
  1705. | /* end confdefs.h. */
  1706. | #include <stdio.h>
  1707. | #ifdef HAVE_SYS_TYPES_H
  1708. | # include <sys/types.h>
  1709. | #endif
  1710. | #ifdef HAVE_SYS_STAT_H
  1711. | # include <sys/stat.h>
  1712. | #endif
  1713. | #ifdef STDC_HEADERS
  1714. | # include <stdlib.h>
  1715. | # include <stddef.h>
  1716. | #else
  1717. | # ifdef HAVE_STDLIB_H
  1718. | # include <stdlib.h>
  1719. | # endif
  1720. | #endif
  1721. | #ifdef HAVE_STRING_H
  1722. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1723. | # include <memory.h>
  1724. | # endif
  1725. | # include <string.h>
  1726. | #endif
  1727. | #ifdef HAVE_STRINGS_H
  1728. | # include <strings.h>
  1729. | #endif
  1730. | #ifdef HAVE_INTTYPES_H
  1731. | # include <inttypes.h>
  1732. | #endif
  1733. | #ifdef HAVE_STDINT_H
  1734. | # include <stdint.h>
  1735. | #endif
  1736. | #ifdef HAVE_UNISTD_H
  1737. | # include <unistd.h>
  1738. | #endif
  1739. | #include <execinfo.h>
  1740. configure:6516: result: no
  1741. configure:6516: checking execinfo.h presence
  1742. configure:6516: clang++ -E conftest.cpp
  1743. conftest.cpp:37:10: fatal error: 'execinfo.h' file not found
  1744. #include <execinfo.h>
  1745. ^~~~~~~~~~~~
  1746. 1 error generated.
  1747. configure:6516: $? = 1
  1748. configure: failed program was:
  1749. | /* confdefs.h */
  1750. | #define PACKAGE_NAME "OLA"
  1751. | #define PACKAGE_TARNAME "ola"
  1752. | #define PACKAGE_VERSION "0.10.7"
  1753. | #define PACKAGE_STRING "OLA 0.10.7"
  1754. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  1755. | #define PACKAGE_URL ""
  1756. | #define PACKAGE "ola"
  1757. | #define VERSION "0.10.7"
  1758. | #define HAVE_DIRENT_H 1
  1759. | #define HAVE_SYS_TYPES_H 1
  1760. | #define STDC_HEADERS 1
  1761. | #define HAVE_SYS_TYPES_H 1
  1762. | #define HAVE_SYS_STAT_H 1
  1763. | #define HAVE_STDLIB_H 1
  1764. | #define HAVE_STRING_H 1
  1765. | #define HAVE_MEMORY_H 1
  1766. | #define HAVE_STRINGS_H 1
  1767. | #define HAVE_INTTYPES_H 1
  1768. | #define HAVE_STDINT_H 1
  1769. | #define HAVE_UNISTD_H 1
  1770. | #define HAVE_ERRNO_H 1
  1771. | #define HAVE_FCNTL_H 1
  1772. | #define HAVE_FLOAT_H 1
  1773. | #define HAVE_LIMITS_H 1
  1774. | #define HAVE_MALLOC_H 1
  1775. | #define HAVE_STDINT_H 1
  1776. | #define HAVE_STDLIB_H 1
  1777. | #define HAVE_STRING_H 1
  1778. | #define HAVE_STRINGS_H 1
  1779. | #define HAVE_SYS_FILE_H 1
  1780. | #define HAVE_SYS_TIME_H 1
  1781. | #define HAVE_SYS_TIMEB_H 1
  1782. | #define HAVE_UNISTD_H 1
  1783. | #define HAVE_ASSERT_H 1
  1784. | /* end confdefs.h. */
  1785. | #include <execinfo.h>
  1786. configure:6516: result: no
  1787. configure:6516: checking for execinfo.h
  1788. configure:6516: result: no
  1789. configure:6516: checking linux/if_packet.h usability
  1790. configure:6516: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  1791. conftest.cpp:70:10: fatal error: 'linux/if_packet.h' file not found
  1792. #include <linux/if_packet.h>
  1793. ^~~~~~~~~~~~~~~~~~~
  1794. 1 error generated.
  1795. configure:6516: $? = 1
  1796. configure: failed program was:
  1797. | /* confdefs.h */
  1798. | #define PACKAGE_NAME "OLA"
  1799. | #define PACKAGE_TARNAME "ola"
  1800. | #define PACKAGE_VERSION "0.10.7"
  1801. | #define PACKAGE_STRING "OLA 0.10.7"
  1802. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  1803. | #define PACKAGE_URL ""
  1804. | #define PACKAGE "ola"
  1805. | #define VERSION "0.10.7"
  1806. | #define HAVE_DIRENT_H 1
  1807. | #define HAVE_SYS_TYPES_H 1
  1808. | #define STDC_HEADERS 1
  1809. | #define HAVE_SYS_TYPES_H 1
  1810. | #define HAVE_SYS_STAT_H 1
  1811. | #define HAVE_STDLIB_H 1
  1812. | #define HAVE_STRING_H 1
  1813. | #define HAVE_MEMORY_H 1
  1814. | #define HAVE_STRINGS_H 1
  1815. | #define HAVE_INTTYPES_H 1
  1816. | #define HAVE_STDINT_H 1
  1817. | #define HAVE_UNISTD_H 1
  1818. | #define HAVE_ERRNO_H 1
  1819. | #define HAVE_FCNTL_H 1
  1820. | #define HAVE_FLOAT_H 1
  1821. | #define HAVE_LIMITS_H 1
  1822. | #define HAVE_MALLOC_H 1
  1823. | #define HAVE_STDINT_H 1
  1824. | #define HAVE_STDLIB_H 1
  1825. | #define HAVE_STRING_H 1
  1826. | #define HAVE_STRINGS_H 1
  1827. | #define HAVE_SYS_FILE_H 1
  1828. | #define HAVE_SYS_TIME_H 1
  1829. | #define HAVE_SYS_TIMEB_H 1
  1830. | #define HAVE_UNISTD_H 1
  1831. | #define HAVE_ASSERT_H 1
  1832. | /* end confdefs.h. */
  1833. | #include <stdio.h>
  1834. | #ifdef HAVE_SYS_TYPES_H
  1835. | # include <sys/types.h>
  1836. | #endif
  1837. | #ifdef HAVE_SYS_STAT_H
  1838. | # include <sys/stat.h>
  1839. | #endif
  1840. | #ifdef STDC_HEADERS
  1841. | # include <stdlib.h>
  1842. | # include <stddef.h>
  1843. | #else
  1844. | # ifdef HAVE_STDLIB_H
  1845. | # include <stdlib.h>
  1846. | # endif
  1847. | #endif
  1848. | #ifdef HAVE_STRING_H
  1849. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1850. | # include <memory.h>
  1851. | # endif
  1852. | # include <string.h>
  1853. | #endif
  1854. | #ifdef HAVE_STRINGS_H
  1855. | # include <strings.h>
  1856. | #endif
  1857. | #ifdef HAVE_INTTYPES_H
  1858. | # include <inttypes.h>
  1859. | #endif
  1860. | #ifdef HAVE_STDINT_H
  1861. | # include <stdint.h>
  1862. | #endif
  1863. | #ifdef HAVE_UNISTD_H
  1864. | # include <unistd.h>
  1865. | #endif
  1866. | #include <linux/if_packet.h>
  1867. configure:6516: result: no
  1868. configure:6516: checking linux/if_packet.h presence
  1869. configure:6516: clang++ -E conftest.cpp
  1870. conftest.cpp:37:10: fatal error: 'linux/if_packet.h' file not found
  1871. #include <linux/if_packet.h>
  1872. ^~~~~~~~~~~~~~~~~~~
  1873. 1 error generated.
  1874. configure:6516: $? = 1
  1875. configure: failed program was:
  1876. | /* confdefs.h */
  1877. | #define PACKAGE_NAME "OLA"
  1878. | #define PACKAGE_TARNAME "ola"
  1879. | #define PACKAGE_VERSION "0.10.7"
  1880. | #define PACKAGE_STRING "OLA 0.10.7"
  1881. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  1882. | #define PACKAGE_URL ""
  1883. | #define PACKAGE "ola"
  1884. | #define VERSION "0.10.7"
  1885. | #define HAVE_DIRENT_H 1
  1886. | #define HAVE_SYS_TYPES_H 1
  1887. | #define STDC_HEADERS 1
  1888. | #define HAVE_SYS_TYPES_H 1
  1889. | #define HAVE_SYS_STAT_H 1
  1890. | #define HAVE_STDLIB_H 1
  1891. | #define HAVE_STRING_H 1
  1892. | #define HAVE_MEMORY_H 1
  1893. | #define HAVE_STRINGS_H 1
  1894. | #define HAVE_INTTYPES_H 1
  1895. | #define HAVE_STDINT_H 1
  1896. | #define HAVE_UNISTD_H 1
  1897. | #define HAVE_ERRNO_H 1
  1898. | #define HAVE_FCNTL_H 1
  1899. | #define HAVE_FLOAT_H 1
  1900. | #define HAVE_LIMITS_H 1
  1901. | #define HAVE_MALLOC_H 1
  1902. | #define HAVE_STDINT_H 1
  1903. | #define HAVE_STDLIB_H 1
  1904. | #define HAVE_STRING_H 1
  1905. | #define HAVE_STRINGS_H 1
  1906. | #define HAVE_SYS_FILE_H 1
  1907. | #define HAVE_SYS_TIME_H 1
  1908. | #define HAVE_SYS_TIMEB_H 1
  1909. | #define HAVE_UNISTD_H 1
  1910. | #define HAVE_ASSERT_H 1
  1911. | /* end confdefs.h. */
  1912. | #include <linux/if_packet.h>
  1913. configure:6516: result: no
  1914. configure:6516: checking for linux/if_packet.h
  1915. configure:6516: result: no
  1916. configure:6516: checking math.h usability
  1917. configure:6516: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  1918. configure:6516: $? = 0
  1919. configure:6516: result: yes
  1920. configure:6516: checking math.h presence
  1921. configure:6516: clang++ -E conftest.cpp
  1922. configure:6516: $? = 0
  1923. configure:6516: result: yes
  1924. configure:6516: checking for math.h
  1925. configure:6516: result: yes
  1926. configure:6516: checking net/ethernet.h usability
  1927. configure:6516: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  1928. conftest.cpp:71:10: fatal error: 'net/ethernet.h' file not found
  1929. #include <net/ethernet.h>
  1930. ^~~~~~~~~~~~~~~~
  1931. 1 error generated.
  1932. configure:6516: $? = 1
  1933. configure: failed program was:
  1934. | /* confdefs.h */
  1935. | #define PACKAGE_NAME "OLA"
  1936. | #define PACKAGE_TARNAME "ola"
  1937. | #define PACKAGE_VERSION "0.10.7"
  1938. | #define PACKAGE_STRING "OLA 0.10.7"
  1939. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  1940. | #define PACKAGE_URL ""
  1941. | #define PACKAGE "ola"
  1942. | #define VERSION "0.10.7"
  1943. | #define HAVE_DIRENT_H 1
  1944. | #define HAVE_SYS_TYPES_H 1
  1945. | #define STDC_HEADERS 1
  1946. | #define HAVE_SYS_TYPES_H 1
  1947. | #define HAVE_SYS_STAT_H 1
  1948. | #define HAVE_STDLIB_H 1
  1949. | #define HAVE_STRING_H 1
  1950. | #define HAVE_MEMORY_H 1
  1951. | #define HAVE_STRINGS_H 1
  1952. | #define HAVE_INTTYPES_H 1
  1953. | #define HAVE_STDINT_H 1
  1954. | #define HAVE_UNISTD_H 1
  1955. | #define HAVE_ERRNO_H 1
  1956. | #define HAVE_FCNTL_H 1
  1957. | #define HAVE_FLOAT_H 1
  1958. | #define HAVE_LIMITS_H 1
  1959. | #define HAVE_MALLOC_H 1
  1960. | #define HAVE_STDINT_H 1
  1961. | #define HAVE_STDLIB_H 1
  1962. | #define HAVE_STRING_H 1
  1963. | #define HAVE_STRINGS_H 1
  1964. | #define HAVE_SYS_FILE_H 1
  1965. | #define HAVE_SYS_TIME_H 1
  1966. | #define HAVE_SYS_TIMEB_H 1
  1967. | #define HAVE_UNISTD_H 1
  1968. | #define HAVE_ASSERT_H 1
  1969. | #define HAVE_MATH_H 1
  1970. | /* end confdefs.h. */
  1971. | #include <stdio.h>
  1972. | #ifdef HAVE_SYS_TYPES_H
  1973. | # include <sys/types.h>
  1974. | #endif
  1975. | #ifdef HAVE_SYS_STAT_H
  1976. | # include <sys/stat.h>
  1977. | #endif
  1978. | #ifdef STDC_HEADERS
  1979. | # include <stdlib.h>
  1980. | # include <stddef.h>
  1981. | #else
  1982. | # ifdef HAVE_STDLIB_H
  1983. | # include <stdlib.h>
  1984. | # endif
  1985. | #endif
  1986. | #ifdef HAVE_STRING_H
  1987. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1988. | # include <memory.h>
  1989. | # endif
  1990. | # include <string.h>
  1991. | #endif
  1992. | #ifdef HAVE_STRINGS_H
  1993. | # include <strings.h>
  1994. | #endif
  1995. | #ifdef HAVE_INTTYPES_H
  1996. | # include <inttypes.h>
  1997. | #endif
  1998. | #ifdef HAVE_STDINT_H
  1999. | # include <stdint.h>
  2000. | #endif
  2001. | #ifdef HAVE_UNISTD_H
  2002. | # include <unistd.h>
  2003. | #endif
  2004. | #include <net/ethernet.h>
  2005. configure:6516: result: no
  2006. configure:6516: checking net/ethernet.h presence
  2007. configure:6516: clang++ -E conftest.cpp
  2008. conftest.cpp:38:10: fatal error: 'net/ethernet.h' file not found
  2009. #include <net/ethernet.h>
  2010. ^~~~~~~~~~~~~~~~
  2011. 1 error generated.
  2012. configure:6516: $? = 1
  2013. configure: failed program was:
  2014. | /* confdefs.h */
  2015. | #define PACKAGE_NAME "OLA"
  2016. | #define PACKAGE_TARNAME "ola"
  2017. | #define PACKAGE_VERSION "0.10.7"
  2018. | #define PACKAGE_STRING "OLA 0.10.7"
  2019. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  2020. | #define PACKAGE_URL ""
  2021. | #define PACKAGE "ola"
  2022. | #define VERSION "0.10.7"
  2023. | #define HAVE_DIRENT_H 1
  2024. | #define HAVE_SYS_TYPES_H 1
  2025. | #define STDC_HEADERS 1
  2026. | #define HAVE_SYS_TYPES_H 1
  2027. | #define HAVE_SYS_STAT_H 1
  2028. | #define HAVE_STDLIB_H 1
  2029. | #define HAVE_STRING_H 1
  2030. | #define HAVE_MEMORY_H 1
  2031. | #define HAVE_STRINGS_H 1
  2032. | #define HAVE_INTTYPES_H 1
  2033. | #define HAVE_STDINT_H 1
  2034. | #define HAVE_UNISTD_H 1
  2035. | #define HAVE_ERRNO_H 1
  2036. | #define HAVE_FCNTL_H 1
  2037. | #define HAVE_FLOAT_H 1
  2038. | #define HAVE_LIMITS_H 1
  2039. | #define HAVE_MALLOC_H 1
  2040. | #define HAVE_STDINT_H 1
  2041. | #define HAVE_STDLIB_H 1
  2042. | #define HAVE_STRING_H 1
  2043. | #define HAVE_STRINGS_H 1
  2044. | #define HAVE_SYS_FILE_H 1
  2045. | #define HAVE_SYS_TIME_H 1
  2046. | #define HAVE_SYS_TIMEB_H 1
  2047. | #define HAVE_UNISTD_H 1
  2048. | #define HAVE_ASSERT_H 1
  2049. | #define HAVE_MATH_H 1
  2050. | /* end confdefs.h. */
  2051. | #include <net/ethernet.h>
  2052. configure:6516: result: no
  2053. configure:6516: checking for net/ethernet.h
  2054. configure:6516: result: no
  2055. configure:6516: checking stropts.h usability
  2056. configure:6516: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  2057. conftest.cpp:71:10: fatal error: 'stropts.h' file not found
  2058. #include <stropts.h>
  2059. ^~~~~~~~~~~
  2060. 1 error generated.
  2061. configure:6516: $? = 1
  2062. configure: failed program was:
  2063. | /* confdefs.h */
  2064. | #define PACKAGE_NAME "OLA"
  2065. | #define PACKAGE_TARNAME "ola"
  2066. | #define PACKAGE_VERSION "0.10.7"
  2067. | #define PACKAGE_STRING "OLA 0.10.7"
  2068. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  2069. | #define PACKAGE_URL ""
  2070. | #define PACKAGE "ola"
  2071. | #define VERSION "0.10.7"
  2072. | #define HAVE_DIRENT_H 1
  2073. | #define HAVE_SYS_TYPES_H 1
  2074. | #define STDC_HEADERS 1
  2075. | #define HAVE_SYS_TYPES_H 1
  2076. | #define HAVE_SYS_STAT_H 1
  2077. | #define HAVE_STDLIB_H 1
  2078. | #define HAVE_STRING_H 1
  2079. | #define HAVE_MEMORY_H 1
  2080. | #define HAVE_STRINGS_H 1
  2081. | #define HAVE_INTTYPES_H 1
  2082. | #define HAVE_STDINT_H 1
  2083. | #define HAVE_UNISTD_H 1
  2084. | #define HAVE_ERRNO_H 1
  2085. | #define HAVE_FCNTL_H 1
  2086. | #define HAVE_FLOAT_H 1
  2087. | #define HAVE_LIMITS_H 1
  2088. | #define HAVE_MALLOC_H 1
  2089. | #define HAVE_STDINT_H 1
  2090. | #define HAVE_STDLIB_H 1
  2091. | #define HAVE_STRING_H 1
  2092. | #define HAVE_STRINGS_H 1
  2093. | #define HAVE_SYS_FILE_H 1
  2094. | #define HAVE_SYS_TIME_H 1
  2095. | #define HAVE_SYS_TIMEB_H 1
  2096. | #define HAVE_UNISTD_H 1
  2097. | #define HAVE_ASSERT_H 1
  2098. | #define HAVE_MATH_H 1
  2099. | /* end confdefs.h. */
  2100. | #include <stdio.h>
  2101. | #ifdef HAVE_SYS_TYPES_H
  2102. | # include <sys/types.h>
  2103. | #endif
  2104. | #ifdef HAVE_SYS_STAT_H
  2105. | # include <sys/stat.h>
  2106. | #endif
  2107. | #ifdef STDC_HEADERS
  2108. | # include <stdlib.h>
  2109. | # include <stddef.h>
  2110. | #else
  2111. | # ifdef HAVE_STDLIB_H
  2112. | # include <stdlib.h>
  2113. | # endif
  2114. | #endif
  2115. | #ifdef HAVE_STRING_H
  2116. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2117. | # include <memory.h>
  2118. | # endif
  2119. | # include <string.h>
  2120. | #endif
  2121. | #ifdef HAVE_STRINGS_H
  2122. | # include <strings.h>
  2123. | #endif
  2124. | #ifdef HAVE_INTTYPES_H
  2125. | # include <inttypes.h>
  2126. | #endif
  2127. | #ifdef HAVE_STDINT_H
  2128. | # include <stdint.h>
  2129. | #endif
  2130. | #ifdef HAVE_UNISTD_H
  2131. | # include <unistd.h>
  2132. | #endif
  2133. | #include <stropts.h>
  2134. configure:6516: result: no
  2135. configure:6516: checking stropts.h presence
  2136. configure:6516: clang++ -E conftest.cpp
  2137. conftest.cpp:38:10: fatal error: 'stropts.h' file not found
  2138. #include <stropts.h>
  2139. ^~~~~~~~~~~
  2140. 1 error generated.
  2141. configure:6516: $? = 1
  2142. configure: failed program was:
  2143. | /* confdefs.h */
  2144. | #define PACKAGE_NAME "OLA"
  2145. | #define PACKAGE_TARNAME "ola"
  2146. | #define PACKAGE_VERSION "0.10.7"
  2147. | #define PACKAGE_STRING "OLA 0.10.7"
  2148. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  2149. | #define PACKAGE_URL ""
  2150. | #define PACKAGE "ola"
  2151. | #define VERSION "0.10.7"
  2152. | #define HAVE_DIRENT_H 1
  2153. | #define HAVE_SYS_TYPES_H 1
  2154. | #define STDC_HEADERS 1
  2155. | #define HAVE_SYS_TYPES_H 1
  2156. | #define HAVE_SYS_STAT_H 1
  2157. | #define HAVE_STDLIB_H 1
  2158. | #define HAVE_STRING_H 1
  2159. | #define HAVE_MEMORY_H 1
  2160. | #define HAVE_STRINGS_H 1
  2161. | #define HAVE_INTTYPES_H 1
  2162. | #define HAVE_STDINT_H 1
  2163. | #define HAVE_UNISTD_H 1
  2164. | #define HAVE_ERRNO_H 1
  2165. | #define HAVE_FCNTL_H 1
  2166. | #define HAVE_FLOAT_H 1
  2167. | #define HAVE_LIMITS_H 1
  2168. | #define HAVE_MALLOC_H 1
  2169. | #define HAVE_STDINT_H 1
  2170. | #define HAVE_STDLIB_H 1
  2171. | #define HAVE_STRING_H 1
  2172. | #define HAVE_STRINGS_H 1
  2173. | #define HAVE_SYS_FILE_H 1
  2174. | #define HAVE_SYS_TIME_H 1
  2175. | #define HAVE_SYS_TIMEB_H 1
  2176. | #define HAVE_UNISTD_H 1
  2177. | #define HAVE_ASSERT_H 1
  2178. | #define HAVE_MATH_H 1
  2179. | /* end confdefs.h. */
  2180. | #include <stropts.h>
  2181. configure:6516: result: no
  2182. configure:6516: checking for stropts.h
  2183. configure:6516: result: no
  2184. configure:6516: checking sys/param.h usability
  2185. configure:6516: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  2186. configure:6516: $? = 0
  2187. configure:6516: result: yes
  2188. configure:6516: checking sys/param.h presence
  2189. configure:6516: clang++ -E conftest.cpp
  2190. configure:6516: $? = 0
  2191. configure:6516: result: yes
  2192. configure:6516: checking for sys/param.h
  2193. configure:6516: result: yes
  2194. configure:6516: checking for sys/types.h
  2195. configure:6516: result: yes
  2196. configure:6516: checking sys/uio.h usability
  2197. configure:6516: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  2198. conftest.cpp:73:10: fatal error: 'sys/uio.h' file not found
  2199. #include <sys/uio.h>
  2200. ^~~~~~~~~~~
  2201. 1 error generated.
  2202. configure:6516: $? = 1
  2203. configure: failed program was:
  2204. | /* confdefs.h */
  2205. | #define PACKAGE_NAME "OLA"
  2206. | #define PACKAGE_TARNAME "ola"
  2207. | #define PACKAGE_VERSION "0.10.7"
  2208. | #define PACKAGE_STRING "OLA 0.10.7"
  2209. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  2210. | #define PACKAGE_URL ""
  2211. | #define PACKAGE "ola"
  2212. | #define VERSION "0.10.7"
  2213. | #define HAVE_DIRENT_H 1
  2214. | #define HAVE_SYS_TYPES_H 1
  2215. | #define STDC_HEADERS 1
  2216. | #define HAVE_SYS_TYPES_H 1
  2217. | #define HAVE_SYS_STAT_H 1
  2218. | #define HAVE_STDLIB_H 1
  2219. | #define HAVE_STRING_H 1
  2220. | #define HAVE_MEMORY_H 1
  2221. | #define HAVE_STRINGS_H 1
  2222. | #define HAVE_INTTYPES_H 1
  2223. | #define HAVE_STDINT_H 1
  2224. | #define HAVE_UNISTD_H 1
  2225. | #define HAVE_ERRNO_H 1
  2226. | #define HAVE_FCNTL_H 1
  2227. | #define HAVE_FLOAT_H 1
  2228. | #define HAVE_LIMITS_H 1
  2229. | #define HAVE_MALLOC_H 1
  2230. | #define HAVE_STDINT_H 1
  2231. | #define HAVE_STDLIB_H 1
  2232. | #define HAVE_STRING_H 1
  2233. | #define HAVE_STRINGS_H 1
  2234. | #define HAVE_SYS_FILE_H 1
  2235. | #define HAVE_SYS_TIME_H 1
  2236. | #define HAVE_SYS_TIMEB_H 1
  2237. | #define HAVE_UNISTD_H 1
  2238. | #define HAVE_ASSERT_H 1
  2239. | #define HAVE_MATH_H 1
  2240. | #define HAVE_SYS_PARAM_H 1
  2241. | #define HAVE_SYS_TYPES_H 1
  2242. | /* end confdefs.h. */
  2243. | #include <stdio.h>
  2244. | #ifdef HAVE_SYS_TYPES_H
  2245. | # include <sys/types.h>
  2246. | #endif
  2247. | #ifdef HAVE_SYS_STAT_H
  2248. | # include <sys/stat.h>
  2249. | #endif
  2250. | #ifdef STDC_HEADERS
  2251. | # include <stdlib.h>
  2252. | # include <stddef.h>
  2253. | #else
  2254. | # ifdef HAVE_STDLIB_H
  2255. | # include <stdlib.h>
  2256. | # endif
  2257. | #endif
  2258. | #ifdef HAVE_STRING_H
  2259. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2260. | # include <memory.h>
  2261. | # endif
  2262. | # include <string.h>
  2263. | #endif
  2264. | #ifdef HAVE_STRINGS_H
  2265. | # include <strings.h>
  2266. | #endif
  2267. | #ifdef HAVE_INTTYPES_H
  2268. | # include <inttypes.h>
  2269. | #endif
  2270. | #ifdef HAVE_STDINT_H
  2271. | # include <stdint.h>
  2272. | #endif
  2273. | #ifdef HAVE_UNISTD_H
  2274. | # include <unistd.h>
  2275. | #endif
  2276. | #include <sys/uio.h>
  2277. configure:6516: result: no
  2278. configure:6516: checking sys/uio.h presence
  2279. configure:6516: clang++ -E conftest.cpp
  2280. conftest.cpp:40:10: fatal error: 'sys/uio.h' file not found
  2281. #include <sys/uio.h>
  2282. ^~~~~~~~~~~
  2283. 1 error generated.
  2284. configure:6516: $? = 1
  2285. configure: failed program was:
  2286. | /* confdefs.h */
  2287. | #define PACKAGE_NAME "OLA"
  2288. | #define PACKAGE_TARNAME "ola"
  2289. | #define PACKAGE_VERSION "0.10.7"
  2290. | #define PACKAGE_STRING "OLA 0.10.7"
  2291. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  2292. | #define PACKAGE_URL ""
  2293. | #define PACKAGE "ola"
  2294. | #define VERSION "0.10.7"
  2295. | #define HAVE_DIRENT_H 1
  2296. | #define HAVE_SYS_TYPES_H 1
  2297. | #define STDC_HEADERS 1
  2298. | #define HAVE_SYS_TYPES_H 1
  2299. | #define HAVE_SYS_STAT_H 1
  2300. | #define HAVE_STDLIB_H 1
  2301. | #define HAVE_STRING_H 1
  2302. | #define HAVE_MEMORY_H 1
  2303. | #define HAVE_STRINGS_H 1
  2304. | #define HAVE_INTTYPES_H 1
  2305. | #define HAVE_STDINT_H 1
  2306. | #define HAVE_UNISTD_H 1
  2307. | #define HAVE_ERRNO_H 1
  2308. | #define HAVE_FCNTL_H 1
  2309. | #define HAVE_FLOAT_H 1
  2310. | #define HAVE_LIMITS_H 1
  2311. | #define HAVE_MALLOC_H 1
  2312. | #define HAVE_STDINT_H 1
  2313. | #define HAVE_STDLIB_H 1
  2314. | #define HAVE_STRING_H 1
  2315. | #define HAVE_STRINGS_H 1
  2316. | #define HAVE_SYS_FILE_H 1
  2317. | #define HAVE_SYS_TIME_H 1
  2318. | #define HAVE_SYS_TIMEB_H 1
  2319. | #define HAVE_UNISTD_H 1
  2320. | #define HAVE_ASSERT_H 1
  2321. | #define HAVE_MATH_H 1
  2322. | #define HAVE_SYS_PARAM_H 1
  2323. | #define HAVE_SYS_TYPES_H 1
  2324. | /* end confdefs.h. */
  2325. | #include <sys/uio.h>
  2326. configure:6516: result: no
  2327. configure:6516: checking for sys/uio.h
  2328. configure:6516: result: no
  2329. configure:6516: checking sysexits.h usability
  2330. configure:6516: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  2331. conftest.cpp:73:10: fatal error: 'sysexits.h' file not found
  2332. #include <sysexits.h>
  2333. ^~~~~~~~~~~~
  2334. 1 error generated.
  2335. configure:6516: $? = 1
  2336. configure: failed program was:
  2337. | /* confdefs.h */
  2338. | #define PACKAGE_NAME "OLA"
  2339. | #define PACKAGE_TARNAME "ola"
  2340. | #define PACKAGE_VERSION "0.10.7"
  2341. | #define PACKAGE_STRING "OLA 0.10.7"
  2342. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  2343. | #define PACKAGE_URL ""
  2344. | #define PACKAGE "ola"
  2345. | #define VERSION "0.10.7"
  2346. | #define HAVE_DIRENT_H 1
  2347. | #define HAVE_SYS_TYPES_H 1
  2348. | #define STDC_HEADERS 1
  2349. | #define HAVE_SYS_TYPES_H 1
  2350. | #define HAVE_SYS_STAT_H 1
  2351. | #define HAVE_STDLIB_H 1
  2352. | #define HAVE_STRING_H 1
  2353. | #define HAVE_MEMORY_H 1
  2354. | #define HAVE_STRINGS_H 1
  2355. | #define HAVE_INTTYPES_H 1
  2356. | #define HAVE_STDINT_H 1
  2357. | #define HAVE_UNISTD_H 1
  2358. | #define HAVE_ERRNO_H 1
  2359. | #define HAVE_FCNTL_H 1
  2360. | #define HAVE_FLOAT_H 1
  2361. | #define HAVE_LIMITS_H 1
  2362. | #define HAVE_MALLOC_H 1
  2363. | #define HAVE_STDINT_H 1
  2364. | #define HAVE_STDLIB_H 1
  2365. | #define HAVE_STRING_H 1
  2366. | #define HAVE_STRINGS_H 1
  2367. | #define HAVE_SYS_FILE_H 1
  2368. | #define HAVE_SYS_TIME_H 1
  2369. | #define HAVE_SYS_TIMEB_H 1
  2370. | #define HAVE_UNISTD_H 1
  2371. | #define HAVE_ASSERT_H 1
  2372. | #define HAVE_MATH_H 1
  2373. | #define HAVE_SYS_PARAM_H 1
  2374. | #define HAVE_SYS_TYPES_H 1
  2375. | /* end confdefs.h. */
  2376. | #include <stdio.h>
  2377. | #ifdef HAVE_SYS_TYPES_H
  2378. | # include <sys/types.h>
  2379. | #endif
  2380. | #ifdef HAVE_SYS_STAT_H
  2381. | # include <sys/stat.h>
  2382. | #endif
  2383. | #ifdef STDC_HEADERS
  2384. | # include <stdlib.h>
  2385. | # include <stddef.h>
  2386. | #else
  2387. | # ifdef HAVE_STDLIB_H
  2388. | # include <stdlib.h>
  2389. | # endif
  2390. | #endif
  2391. | #ifdef HAVE_STRING_H
  2392. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2393. | # include <memory.h>
  2394. | # endif
  2395. | # include <string.h>
  2396. | #endif
  2397. | #ifdef HAVE_STRINGS_H
  2398. | # include <strings.h>
  2399. | #endif
  2400. | #ifdef HAVE_INTTYPES_H
  2401. | # include <inttypes.h>
  2402. | #endif
  2403. | #ifdef HAVE_STDINT_H
  2404. | # include <stdint.h>
  2405. | #endif
  2406. | #ifdef HAVE_UNISTD_H
  2407. | # include <unistd.h>
  2408. | #endif
  2409. | #include <sysexits.h>
  2410. configure:6516: result: no
  2411. configure:6516: checking sysexits.h presence
  2412. configure:6516: clang++ -E conftest.cpp
  2413. conftest.cpp:40:10: fatal error: 'sysexits.h' file not found
  2414. #include <sysexits.h>
  2415. ^~~~~~~~~~~~
  2416. 1 error generated.
  2417. configure:6516: $? = 1
  2418. configure: failed program was:
  2419. | /* confdefs.h */
  2420. | #define PACKAGE_NAME "OLA"
  2421. | #define PACKAGE_TARNAME "ola"
  2422. | #define PACKAGE_VERSION "0.10.7"
  2423. | #define PACKAGE_STRING "OLA 0.10.7"
  2424. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  2425. | #define PACKAGE_URL ""
  2426. | #define PACKAGE "ola"
  2427. | #define VERSION "0.10.7"
  2428. | #define HAVE_DIRENT_H 1
  2429. | #define HAVE_SYS_TYPES_H 1
  2430. | #define STDC_HEADERS 1
  2431. | #define HAVE_SYS_TYPES_H 1
  2432. | #define HAVE_SYS_STAT_H 1
  2433. | #define HAVE_STDLIB_H 1
  2434. | #define HAVE_STRING_H 1
  2435. | #define HAVE_MEMORY_H 1
  2436. | #define HAVE_STRINGS_H 1
  2437. | #define HAVE_INTTYPES_H 1
  2438. | #define HAVE_STDINT_H 1
  2439. | #define HAVE_UNISTD_H 1
  2440. | #define HAVE_ERRNO_H 1
  2441. | #define HAVE_FCNTL_H 1
  2442. | #define HAVE_FLOAT_H 1
  2443. | #define HAVE_LIMITS_H 1
  2444. | #define HAVE_MALLOC_H 1
  2445. | #define HAVE_STDINT_H 1
  2446. | #define HAVE_STDLIB_H 1
  2447. | #define HAVE_STRING_H 1
  2448. | #define HAVE_STRINGS_H 1
  2449. | #define HAVE_SYS_FILE_H 1
  2450. | #define HAVE_SYS_TIME_H 1
  2451. | #define HAVE_SYS_TIMEB_H 1
  2452. | #define HAVE_UNISTD_H 1
  2453. | #define HAVE_ASSERT_H 1
  2454. | #define HAVE_MATH_H 1
  2455. | #define HAVE_SYS_PARAM_H 1
  2456. | #define HAVE_SYS_TYPES_H 1
  2457. | /* end confdefs.h. */
  2458. | #include <sysexits.h>
  2459. configure:6516: result: no
  2460. configure:6516: checking for sysexits.h
  2461. configure:6516: result: no
  2462. configure:6529: checking winsock2.h usability
  2463. configure:6529: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  2464. configure:6529: $? = 0
  2465. configure:6529: result: yes
  2466. configure:6529: checking winsock2.h presence
  2467. configure:6529: clang++ -E conftest.cpp
  2468. configure:6529: $? = 0
  2469. configure:6529: result: yes
  2470. configure:6529: checking for winsock2.h
  2471. configure:6529: result: yes
  2472. configure:6529: checking winerror.h usability
  2473. configure:6529: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  2474. configure:6529: $? = 0
  2475. configure:6529: result: yes
  2476. configure:6529: checking winerror.h presence
  2477. configure:6529: clang++ -E conftest.cpp
  2478. configure:6529: $? = 0
  2479. configure:6529: result: yes
  2480. configure:6529: checking for winerror.h
  2481. configure:6529: result: yes
  2482. configure:6541: checking random usability
  2483. configure:6541: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  2484. In file included from conftest.cpp:75:
  2485. In file included from C:\msys64\mingw64\include\c++\7.3.0\random:35:
  2486. C:\msys64\mingw64\include\c++\7.3.0\bits/c++0x_warning.h:32:2: error: This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
  2487. #error This file requires compiler and library support \
  2488. ^
  2489. 1 error generated.
  2490. configure:6541: $? = 1
  2491. configure: failed program was:
  2492. | /* confdefs.h */
  2493. | #define PACKAGE_NAME "OLA"
  2494. | #define PACKAGE_TARNAME "ola"
  2495. | #define PACKAGE_VERSION "0.10.7"
  2496. | #define PACKAGE_STRING "OLA 0.10.7"
  2497. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  2498. | #define PACKAGE_URL ""
  2499. | #define PACKAGE "ola"
  2500. | #define VERSION "0.10.7"
  2501. | #define HAVE_DIRENT_H 1
  2502. | #define HAVE_SYS_TYPES_H 1
  2503. | #define STDC_HEADERS 1
  2504. | #define HAVE_SYS_TYPES_H 1
  2505. | #define HAVE_SYS_STAT_H 1
  2506. | #define HAVE_STDLIB_H 1
  2507. | #define HAVE_STRING_H 1
  2508. | #define HAVE_MEMORY_H 1
  2509. | #define HAVE_STRINGS_H 1
  2510. | #define HAVE_INTTYPES_H 1
  2511. | #define HAVE_STDINT_H 1
  2512. | #define HAVE_UNISTD_H 1
  2513. | #define HAVE_ERRNO_H 1
  2514. | #define HAVE_FCNTL_H 1
  2515. | #define HAVE_FLOAT_H 1
  2516. | #define HAVE_LIMITS_H 1
  2517. | #define HAVE_MALLOC_H 1
  2518. | #define HAVE_STDINT_H 1
  2519. | #define HAVE_STDLIB_H 1
  2520. | #define HAVE_STRING_H 1
  2521. | #define HAVE_STRINGS_H 1
  2522. | #define HAVE_SYS_FILE_H 1
  2523. | #define HAVE_SYS_TIME_H 1
  2524. | #define HAVE_SYS_TIMEB_H 1
  2525. | #define HAVE_UNISTD_H 1
  2526. | #define HAVE_ASSERT_H 1
  2527. | #define HAVE_MATH_H 1
  2528. | #define HAVE_SYS_PARAM_H 1
  2529. | #define HAVE_SYS_TYPES_H 1
  2530. | #define HAVE_WINSOCK2_H 1
  2531. | #define HAVE_WINERROR_H 1
  2532. | /* end confdefs.h. */
  2533. | #include <stdio.h>
  2534. | #ifdef HAVE_SYS_TYPES_H
  2535. | # include <sys/types.h>
  2536. | #endif
  2537. | #ifdef HAVE_SYS_STAT_H
  2538. | # include <sys/stat.h>
  2539. | #endif
  2540. | #ifdef STDC_HEADERS
  2541. | # include <stdlib.h>
  2542. | # include <stddef.h>
  2543. | #else
  2544. | # ifdef HAVE_STDLIB_H
  2545. | # include <stdlib.h>
  2546. | # endif
  2547. | #endif
  2548. | #ifdef HAVE_STRING_H
  2549. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2550. | # include <memory.h>
  2551. | # endif
  2552. | # include <string.h>
  2553. | #endif
  2554. | #ifdef HAVE_STRINGS_H
  2555. | # include <strings.h>
  2556. | #endif
  2557. | #ifdef HAVE_INTTYPES_H
  2558. | # include <inttypes.h>
  2559. | #endif
  2560. | #ifdef HAVE_STDINT_H
  2561. | # include <stdint.h>
  2562. | #endif
  2563. | #ifdef HAVE_UNISTD_H
  2564. | # include <unistd.h>
  2565. | #endif
  2566. | #include <random>
  2567. configure:6541: result: no
  2568. configure:6541: checking random presence
  2569. configure:6541: clang++ -E conftest.cpp
  2570. configure:6541: $? = 0
  2571. configure:6541: result: yes
  2572. configure:6541: WARNING: random: present but cannot be compiled
  2573. configure:6541: WARNING: random: check for missing prerequisite headers?
  2574. configure:6541: WARNING: random: see the Autoconf documentation
  2575. configure:6541: WARNING: random: section "Present But Cannot Be Compiled"
  2576. configure:6541: WARNING: random: proceeding with the compiler's result
  2577. configure:6541: checking for random
  2578. configure:6541: result: no
  2579. configure:6555: checking for sys/sysctl.h
  2580. configure:6555: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  2581. conftest.cpp:47:10: fatal error: 'sys/sysctl.h' file not found
  2582. #include <sys/sysctl.h>
  2583. ^~~~~~~~~~~~~~
  2584. 1 error generated.
  2585. configure:6555: $? = 1
  2586. configure: failed program was:
  2587. | /* confdefs.h */
  2588. | #define PACKAGE_NAME "OLA"
  2589. | #define PACKAGE_TARNAME "ola"
  2590. | #define PACKAGE_VERSION "0.10.7"
  2591. | #define PACKAGE_STRING "OLA 0.10.7"
  2592. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  2593. | #define PACKAGE_URL ""
  2594. | #define PACKAGE "ola"
  2595. | #define VERSION "0.10.7"
  2596. | #define HAVE_DIRENT_H 1
  2597. | #define HAVE_SYS_TYPES_H 1
  2598. | #define STDC_HEADERS 1
  2599. | #define HAVE_SYS_TYPES_H 1
  2600. | #define HAVE_SYS_STAT_H 1
  2601. | #define HAVE_STDLIB_H 1
  2602. | #define HAVE_STRING_H 1
  2603. | #define HAVE_MEMORY_H 1
  2604. | #define HAVE_STRINGS_H 1
  2605. | #define HAVE_INTTYPES_H 1
  2606. | #define HAVE_STDINT_H 1
  2607. | #define HAVE_UNISTD_H 1
  2608. | #define HAVE_ERRNO_H 1
  2609. | #define HAVE_FCNTL_H 1
  2610. | #define HAVE_FLOAT_H 1
  2611. | #define HAVE_LIMITS_H 1
  2612. | #define HAVE_MALLOC_H 1
  2613. | #define HAVE_STDINT_H 1
  2614. | #define HAVE_STDLIB_H 1
  2615. | #define HAVE_STRING_H 1
  2616. | #define HAVE_STRINGS_H 1
  2617. | #define HAVE_SYS_FILE_H 1
  2618. | #define HAVE_SYS_TIME_H 1
  2619. | #define HAVE_SYS_TIMEB_H 1
  2620. | #define HAVE_UNISTD_H 1
  2621. | #define HAVE_ASSERT_H 1
  2622. | #define HAVE_MATH_H 1
  2623. | #define HAVE_SYS_PARAM_H 1
  2624. | #define HAVE_SYS_TYPES_H 1
  2625. | #define HAVE_WINSOCK2_H 1
  2626. | #define HAVE_WINERROR_H 1
  2627. | /* end confdefs.h. */
  2628. | #ifdef HAVE_SYS_PARAM_H
  2629. | #include <sys/param.h>
  2630. | #endif
  2631. |
  2632. |
  2633. | #include <sys/sysctl.h>
  2634. configure:6555: result: no
  2635. configure:6575: checking for net/if.h
  2636. configure:6575: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  2637. conftest.cpp:50:10: fatal error: 'net/if.h' file not found
  2638. #include <net/if.h>
  2639. ^~~~~~~~~~
  2640. 1 error generated.
  2641. configure:6575: $? = 1
  2642. configure: failed program was:
  2643. | /* confdefs.h */
  2644. | #define PACKAGE_NAME "OLA"
  2645. | #define PACKAGE_TARNAME "ola"
  2646. | #define PACKAGE_VERSION "0.10.7"
  2647. | #define PACKAGE_STRING "OLA 0.10.7"
  2648. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  2649. | #define PACKAGE_URL ""
  2650. | #define PACKAGE "ola"
  2651. | #define VERSION "0.10.7"
  2652. | #define HAVE_DIRENT_H 1
  2653. | #define HAVE_SYS_TYPES_H 1
  2654. | #define STDC_HEADERS 1
  2655. | #define HAVE_SYS_TYPES_H 1
  2656. | #define HAVE_SYS_STAT_H 1
  2657. | #define HAVE_STDLIB_H 1
  2658. | #define HAVE_STRING_H 1
  2659. | #define HAVE_MEMORY_H 1
  2660. | #define HAVE_STRINGS_H 1
  2661. | #define HAVE_INTTYPES_H 1
  2662. | #define HAVE_STDINT_H 1
  2663. | #define HAVE_UNISTD_H 1
  2664. | #define HAVE_ERRNO_H 1
  2665. | #define HAVE_FCNTL_H 1
  2666. | #define HAVE_FLOAT_H 1
  2667. | #define HAVE_LIMITS_H 1
  2668. | #define HAVE_MALLOC_H 1
  2669. | #define HAVE_STDINT_H 1
  2670. | #define HAVE_STDLIB_H 1
  2671. | #define HAVE_STRING_H 1
  2672. | #define HAVE_STRINGS_H 1
  2673. | #define HAVE_SYS_FILE_H 1
  2674. | #define HAVE_SYS_TIME_H 1
  2675. | #define HAVE_SYS_TIMEB_H 1
  2676. | #define HAVE_UNISTD_H 1
  2677. | #define HAVE_ASSERT_H 1
  2678. | #define HAVE_MATH_H 1
  2679. | #define HAVE_SYS_PARAM_H 1
  2680. | #define HAVE_SYS_TYPES_H 1
  2681. | #define HAVE_WINSOCK2_H 1
  2682. | #define HAVE_WINERROR_H 1
  2683. | /* end confdefs.h. */
  2684. | #ifdef HAVE_SYS_TYPES_H
  2685. | #include <sys/types.h>
  2686. | #endif
  2687. | #ifdef HAVE_SYS_SOCKET_H
  2688. | #include <sys/socket.h>
  2689. | #endif
  2690. |
  2691. |
  2692. | #include <net/if.h>
  2693. configure:6575: result: no
  2694. configure:6575: checking for net/if_arp.h
  2695. configure:6575: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  2696. conftest.cpp:50:10: fatal error: 'net/if_arp.h' file not found
  2697. #include <net/if_arp.h>
  2698. ^~~~~~~~~~~~~~
  2699. 1 error generated.
  2700. configure:6575: $? = 1
  2701. configure: failed program was:
  2702. | /* confdefs.h */
  2703. | #define PACKAGE_NAME "OLA"
  2704. | #define PACKAGE_TARNAME "ola"
  2705. | #define PACKAGE_VERSION "0.10.7"
  2706. | #define PACKAGE_STRING "OLA 0.10.7"
  2707. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  2708. | #define PACKAGE_URL ""
  2709. | #define PACKAGE "ola"
  2710. | #define VERSION "0.10.7"
  2711. | #define HAVE_DIRENT_H 1
  2712. | #define HAVE_SYS_TYPES_H 1
  2713. | #define STDC_HEADERS 1
  2714. | #define HAVE_SYS_TYPES_H 1
  2715. | #define HAVE_SYS_STAT_H 1
  2716. | #define HAVE_STDLIB_H 1
  2717. | #define HAVE_STRING_H 1
  2718. | #define HAVE_MEMORY_H 1
  2719. | #define HAVE_STRINGS_H 1
  2720. | #define HAVE_INTTYPES_H 1
  2721. | #define HAVE_STDINT_H 1
  2722. | #define HAVE_UNISTD_H 1
  2723. | #define HAVE_ERRNO_H 1
  2724. | #define HAVE_FCNTL_H 1
  2725. | #define HAVE_FLOAT_H 1
  2726. | #define HAVE_LIMITS_H 1
  2727. | #define HAVE_MALLOC_H 1
  2728. | #define HAVE_STDINT_H 1
  2729. | #define HAVE_STDLIB_H 1
  2730. | #define HAVE_STRING_H 1
  2731. | #define HAVE_STRINGS_H 1
  2732. | #define HAVE_SYS_FILE_H 1
  2733. | #define HAVE_SYS_TIME_H 1
  2734. | #define HAVE_SYS_TIMEB_H 1
  2735. | #define HAVE_UNISTD_H 1
  2736. | #define HAVE_ASSERT_H 1
  2737. | #define HAVE_MATH_H 1
  2738. | #define HAVE_SYS_PARAM_H 1
  2739. | #define HAVE_SYS_TYPES_H 1
  2740. | #define HAVE_WINSOCK2_H 1
  2741. | #define HAVE_WINERROR_H 1
  2742. | /* end confdefs.h. */
  2743. | #ifdef HAVE_SYS_TYPES_H
  2744. | #include <sys/types.h>
  2745. | #endif
  2746. | #ifdef HAVE_SYS_SOCKET_H
  2747. | #include <sys/socket.h>
  2748. | #endif
  2749. |
  2750. |
  2751. | #include <net/if_arp.h>
  2752. configure:6575: result: no
  2753. configure:6575: checking for net/route.h
  2754. configure:6575: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  2755. conftest.cpp:50:10: fatal error: 'net/route.h' file not found
  2756. #include <net/route.h>
  2757. ^~~~~~~~~~~~~
  2758. 1 error generated.
  2759. configure:6575: $? = 1
  2760. configure: failed program was:
  2761. | /* confdefs.h */
  2762. | #define PACKAGE_NAME "OLA"
  2763. | #define PACKAGE_TARNAME "ola"
  2764. | #define PACKAGE_VERSION "0.10.7"
  2765. | #define PACKAGE_STRING "OLA 0.10.7"
  2766. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  2767. | #define PACKAGE_URL ""
  2768. | #define PACKAGE "ola"
  2769. | #define VERSION "0.10.7"
  2770. | #define HAVE_DIRENT_H 1
  2771. | #define HAVE_SYS_TYPES_H 1
  2772. | #define STDC_HEADERS 1
  2773. | #define HAVE_SYS_TYPES_H 1
  2774. | #define HAVE_SYS_STAT_H 1
  2775. | #define HAVE_STDLIB_H 1
  2776. | #define HAVE_STRING_H 1
  2777. | #define HAVE_MEMORY_H 1
  2778. | #define HAVE_STRINGS_H 1
  2779. | #define HAVE_INTTYPES_H 1
  2780. | #define HAVE_STDINT_H 1
  2781. | #define HAVE_UNISTD_H 1
  2782. | #define HAVE_ERRNO_H 1
  2783. | #define HAVE_FCNTL_H 1
  2784. | #define HAVE_FLOAT_H 1
  2785. | #define HAVE_LIMITS_H 1
  2786. | #define HAVE_MALLOC_H 1
  2787. | #define HAVE_STDINT_H 1
  2788. | #define HAVE_STDLIB_H 1
  2789. | #define HAVE_STRING_H 1
  2790. | #define HAVE_STRINGS_H 1
  2791. | #define HAVE_SYS_FILE_H 1
  2792. | #define HAVE_SYS_TIME_H 1
  2793. | #define HAVE_SYS_TIMEB_H 1
  2794. | #define HAVE_UNISTD_H 1
  2795. | #define HAVE_ASSERT_H 1
  2796. | #define HAVE_MATH_H 1
  2797. | #define HAVE_SYS_PARAM_H 1
  2798. | #define HAVE_SYS_TYPES_H 1
  2799. | #define HAVE_WINSOCK2_H 1
  2800. | #define HAVE_WINERROR_H 1
  2801. | /* end confdefs.h. */
  2802. | #ifdef HAVE_SYS_TYPES_H
  2803. | #include <sys/types.h>
  2804. | #endif
  2805. | #ifdef HAVE_SYS_SOCKET_H
  2806. | #include <sys/socket.h>
  2807. | #endif
  2808. |
  2809. |
  2810. | #include <net/route.h>
  2811. configure:6575: result: no
  2812. configure:6596: checking for net/if_ether.h
  2813. configure:6596: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  2814. conftest.cpp:47:10: fatal error: 'net/if_ether.h' file not found
  2815. #include <net/if_ether.h>
  2816. ^~~~~~~~~~~~~~~~
  2817. 1 error generated.
  2818. configure:6596: $? = 1
  2819. configure: failed program was:
  2820. | /* confdefs.h */
  2821. | #define PACKAGE_NAME "OLA"
  2822. | #define PACKAGE_TARNAME "ola"
  2823. | #define PACKAGE_VERSION "0.10.7"
  2824. | #define PACKAGE_STRING "OLA 0.10.7"
  2825. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  2826. | #define PACKAGE_URL ""
  2827. | #define PACKAGE "ola"
  2828. | #define VERSION "0.10.7"
  2829. | #define HAVE_DIRENT_H 1
  2830. | #define HAVE_SYS_TYPES_H 1
  2831. | #define STDC_HEADERS 1
  2832. | #define HAVE_SYS_TYPES_H 1
  2833. | #define HAVE_SYS_STAT_H 1
  2834. | #define HAVE_STDLIB_H 1
  2835. | #define HAVE_STRING_H 1
  2836. | #define HAVE_MEMORY_H 1
  2837. | #define HAVE_STRINGS_H 1
  2838. | #define HAVE_INTTYPES_H 1
  2839. | #define HAVE_STDINT_H 1
  2840. | #define HAVE_UNISTD_H 1
  2841. | #define HAVE_ERRNO_H 1
  2842. | #define HAVE_FCNTL_H 1
  2843. | #define HAVE_FLOAT_H 1
  2844. | #define HAVE_LIMITS_H 1
  2845. | #define HAVE_MALLOC_H 1
  2846. | #define HAVE_STDINT_H 1
  2847. | #define HAVE_STDLIB_H 1
  2848. | #define HAVE_STRING_H 1
  2849. | #define HAVE_STRINGS_H 1
  2850. | #define HAVE_SYS_FILE_H 1
  2851. | #define HAVE_SYS_TIME_H 1
  2852. | #define HAVE_SYS_TIMEB_H 1
  2853. | #define HAVE_UNISTD_H 1
  2854. | #define HAVE_ASSERT_H 1
  2855. | #define HAVE_MATH_H 1
  2856. | #define HAVE_SYS_PARAM_H 1
  2857. | #define HAVE_SYS_TYPES_H 1
  2858. | #define HAVE_WINSOCK2_H 1
  2859. | #define HAVE_WINERROR_H 1
  2860. | /* end confdefs.h. */
  2861. | #ifdef HAVE_NET_IF_H
  2862. | #include <net/if.h>
  2863. | #endif
  2864. |
  2865. |
  2866. | #include <net/if_ether.h>
  2867. configure:6596: result: no
  2868. configure:6614: checking for netinet/if_ether.h
  2869. configure:6614: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  2870. conftest.cpp:59:10: fatal error: 'netinet/if_ether.h' file not found
  2871. #include <netinet/if_ether.h>
  2872. ^~~~~~~~~~~~~~~~~~~~
  2873. 1 error generated.
  2874. configure:6614: $? = 1
  2875. configure: failed program was:
  2876. | /* confdefs.h */
  2877. | #define PACKAGE_NAME "OLA"
  2878. | #define PACKAGE_TARNAME "ola"
  2879. | #define PACKAGE_VERSION "0.10.7"
  2880. | #define PACKAGE_STRING "OLA 0.10.7"
  2881. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  2882. | #define PACKAGE_URL ""
  2883. | #define PACKAGE "ola"
  2884. | #define VERSION "0.10.7"
  2885. | #define HAVE_DIRENT_H 1
  2886. | #define HAVE_SYS_TYPES_H 1
  2887. | #define STDC_HEADERS 1
  2888. | #define HAVE_SYS_TYPES_H 1
  2889. | #define HAVE_SYS_STAT_H 1
  2890. | #define HAVE_STDLIB_H 1
  2891. | #define HAVE_STRING_H 1
  2892. | #define HAVE_MEMORY_H 1
  2893. | #define HAVE_STRINGS_H 1
  2894. | #define HAVE_INTTYPES_H 1
  2895. | #define HAVE_STDINT_H 1
  2896. | #define HAVE_UNISTD_H 1
  2897. | #define HAVE_ERRNO_H 1
  2898. | #define HAVE_FCNTL_H 1
  2899. | #define HAVE_FLOAT_H 1
  2900. | #define HAVE_LIMITS_H 1
  2901. | #define HAVE_MALLOC_H 1
  2902. | #define HAVE_STDINT_H 1
  2903. | #define HAVE_STDLIB_H 1
  2904. | #define HAVE_STRING_H 1
  2905. | #define HAVE_STRINGS_H 1
  2906. | #define HAVE_SYS_FILE_H 1
  2907. | #define HAVE_SYS_TIME_H 1
  2908. | #define HAVE_SYS_TIMEB_H 1
  2909. | #define HAVE_UNISTD_H 1
  2910. | #define HAVE_ASSERT_H 1
  2911. | #define HAVE_MATH_H 1
  2912. | #define HAVE_SYS_PARAM_H 1
  2913. | #define HAVE_SYS_TYPES_H 1
  2914. | #define HAVE_WINSOCK2_H 1
  2915. | #define HAVE_WINERROR_H 1
  2916. | /* end confdefs.h. */
  2917. | #ifdef HAVE_SYS_TYPES_H
  2918. | #include <sys/types.h>
  2919. | #endif
  2920. | #ifdef HAVE_SYS_SOCKET_H
  2921. | #include <sys/socket.h>
  2922. | #endif
  2923. | #ifdef HAVE_NET_IF_H
  2924. | #include <net/if.h>
  2925. | #endif
  2926. | #ifdef HAVE_NET_IF_ARP_H
  2927. | #include <net/if_arp.h>
  2928. | #endif
  2929. | #ifdef HAVE_ARPA_INET_H
  2930. | #include <arpa/inet.h>
  2931. | #endif
  2932. |
  2933. |
  2934. | #include <netinet/if_ether.h>
  2935. configure:6614: result: no
  2936. configure:6645: checking for linux/netlink.h
  2937. configure:6645: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  2938. conftest.cpp:47:10: fatal error: 'linux/netlink.h' file not found
  2939. #include <linux/netlink.h>
  2940. ^~~~~~~~~~~~~~~~~
  2941. 1 error generated.
  2942. configure:6645: $? = 1
  2943. configure: failed program was:
  2944. | /* confdefs.h */
  2945. | #define PACKAGE_NAME "OLA"
  2946. | #define PACKAGE_TARNAME "ola"
  2947. | #define PACKAGE_VERSION "0.10.7"
  2948. | #define PACKAGE_STRING "OLA 0.10.7"
  2949. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  2950. | #define PACKAGE_URL ""
  2951. | #define PACKAGE "ola"
  2952. | #define VERSION "0.10.7"
  2953. | #define HAVE_DIRENT_H 1
  2954. | #define HAVE_SYS_TYPES_H 1
  2955. | #define STDC_HEADERS 1
  2956. | #define HAVE_SYS_TYPES_H 1
  2957. | #define HAVE_SYS_STAT_H 1
  2958. | #define HAVE_STDLIB_H 1
  2959. | #define HAVE_STRING_H 1
  2960. | #define HAVE_MEMORY_H 1
  2961. | #define HAVE_STRINGS_H 1
  2962. | #define HAVE_INTTYPES_H 1
  2963. | #define HAVE_STDINT_H 1
  2964. | #define HAVE_UNISTD_H 1
  2965. | #define HAVE_ERRNO_H 1
  2966. | #define HAVE_FCNTL_H 1
  2967. | #define HAVE_FLOAT_H 1
  2968. | #define HAVE_LIMITS_H 1
  2969. | #define HAVE_MALLOC_H 1
  2970. | #define HAVE_STDINT_H 1
  2971. | #define HAVE_STDLIB_H 1
  2972. | #define HAVE_STRING_H 1
  2973. | #define HAVE_STRINGS_H 1
  2974. | #define HAVE_SYS_FILE_H 1
  2975. | #define HAVE_SYS_TIME_H 1
  2976. | #define HAVE_SYS_TIMEB_H 1
  2977. | #define HAVE_UNISTD_H 1
  2978. | #define HAVE_ASSERT_H 1
  2979. | #define HAVE_MATH_H 1
  2980. | #define HAVE_SYS_PARAM_H 1
  2981. | #define HAVE_SYS_TYPES_H 1
  2982. | #define HAVE_WINSOCK2_H 1
  2983. | #define HAVE_WINERROR_H 1
  2984. | /* end confdefs.h. */
  2985. | #ifdef HAVE_BITS_SOCKADDR_H
  2986. | #include <bits/sockaddr.h>
  2987. | #endif
  2988. |
  2989. |
  2990. | #include <linux/netlink.h>
  2991. configure:6645: result: no
  2992. configure:6645: checking for linux/rtnetlink.h
  2993. configure:6645: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  2994. conftest.cpp:47:10: fatal error: 'linux/rtnetlink.h' file not found
  2995. #include <linux/rtnetlink.h>
  2996. ^~~~~~~~~~~~~~~~~~~
  2997. 1 error generated.
  2998. configure:6645: $? = 1
  2999. configure: failed program was:
  3000. | /* confdefs.h */
  3001. | #define PACKAGE_NAME "OLA"
  3002. | #define PACKAGE_TARNAME "ola"
  3003. | #define PACKAGE_VERSION "0.10.7"
  3004. | #define PACKAGE_STRING "OLA 0.10.7"
  3005. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  3006. | #define PACKAGE_URL ""
  3007. | #define PACKAGE "ola"
  3008. | #define VERSION "0.10.7"
  3009. | #define HAVE_DIRENT_H 1
  3010. | #define HAVE_SYS_TYPES_H 1
  3011. | #define STDC_HEADERS 1
  3012. | #define HAVE_SYS_TYPES_H 1
  3013. | #define HAVE_SYS_STAT_H 1
  3014. | #define HAVE_STDLIB_H 1
  3015. | #define HAVE_STRING_H 1
  3016. | #define HAVE_MEMORY_H 1
  3017. | #define HAVE_STRINGS_H 1
  3018. | #define HAVE_INTTYPES_H 1
  3019. | #define HAVE_STDINT_H 1
  3020. | #define HAVE_UNISTD_H 1
  3021. | #define HAVE_ERRNO_H 1
  3022. | #define HAVE_FCNTL_H 1
  3023. | #define HAVE_FLOAT_H 1
  3024. | #define HAVE_LIMITS_H 1
  3025. | #define HAVE_MALLOC_H 1
  3026. | #define HAVE_STDINT_H 1
  3027. | #define HAVE_STDLIB_H 1
  3028. | #define HAVE_STRING_H 1
  3029. | #define HAVE_STRINGS_H 1
  3030. | #define HAVE_SYS_FILE_H 1
  3031. | #define HAVE_SYS_TIME_H 1
  3032. | #define HAVE_SYS_TIMEB_H 1
  3033. | #define HAVE_UNISTD_H 1
  3034. | #define HAVE_ASSERT_H 1
  3035. | #define HAVE_MATH_H 1
  3036. | #define HAVE_SYS_PARAM_H 1
  3037. | #define HAVE_SYS_TYPES_H 1
  3038. | #define HAVE_WINSOCK2_H 1
  3039. | #define HAVE_WINERROR_H 1
  3040. | /* end confdefs.h. */
  3041. | #ifdef HAVE_BITS_SOCKADDR_H
  3042. | #include <bits/sockaddr.h>
  3043. | #endif
  3044. |
  3045. |
  3046. | #include <linux/rtnetlink.h>
  3047. configure:6645: result: no
  3048. configure:6661: checking for stdbool.h that conforms to C99
  3049. configure:6728: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  3050. conftest.cpp:91:24: warning: address of 's' will always evaluate to 'true' [-Wpointer-bool-conversion]
  3051. bool e = &s;
  3052. ~ ^
  3053. conftest.cpp:95:23: warning: address of array 'a' will always evaluate to 'true' [-Wpointer-bool-conversion]
  3054. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  3055. ~^
  3056. conftest.cpp:95:28: warning: address of array 'b' will always evaluate to 'true' [-Wpointer-bool-conversion]
  3057. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  3058. ~^
  3059. conftest.cpp:95:33: warning: address of array 'c' will always evaluate to 'true' [-Wpointer-bool-conversion]
  3060. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  3061. ~^
  3062. conftest.cpp:95:38: warning: address of array 'd' will always evaluate to 'true' [-Wpointer-bool-conversion]
  3063. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  3064. ~^
  3065. conftest.cpp:95:48: warning: address of array 'f' will always evaluate to 'true' [-Wpointer-bool-conversion]
  3066. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  3067. ~^
  3068. conftest.cpp:95:53: warning: address of array 'g' will always evaluate to 'true' [-Wpointer-bool-conversion]
  3069. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  3070. ~^
  3071. conftest.cpp:95:58: warning: address of array 'h' will always evaluate to 'true' [-Wpointer-bool-conversion]
  3072. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  3073. ~^
  3074. conftest.cpp:95:63: warning: address of array 'i' will always evaluate to 'true' [-Wpointer-bool-conversion]
  3075. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  3076. ~^
  3077. conftest.cpp:96:30: warning: address of array 'n' will always evaluate to 'true' [-Wpointer-bool-conversion]
  3078. ~^
  3079. conftest.cpp:96:35: warning: address of array 'o' will always evaluate to 'true' [-Wpointer-bool-conversion]
  3080. ~^
  3081. conftest.cpp:96:40: warning: address of array 'p' will always evaluate to 'true' [-Wpointer-bool-conversion]
  3082. ~^
  3083. 12 warnings generated.
  3084. configure:6728: $? = 0
  3085. configure:6735: result: yes
  3086. configure:6737: checking for _Bool
  3087. configure:6737: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  3088. conftest.cpp:78:13: error: use of undeclared identifier '_Bool'
  3089. if (sizeof (_Bool))
  3090. ^
  3091. 1 error generated.
  3092. configure:6737: $? = 1
  3093. configure: failed program was:
  3094. | /* confdefs.h */
  3095. | #define PACKAGE_NAME "OLA"
  3096. | #define PACKAGE_TARNAME "ola"
  3097. | #define PACKAGE_VERSION "0.10.7"
  3098. | #define PACKAGE_STRING "OLA 0.10.7"
  3099. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  3100. | #define PACKAGE_URL ""
  3101. | #define PACKAGE "ola"
  3102. | #define VERSION "0.10.7"
  3103. | #define HAVE_DIRENT_H 1
  3104. | #define HAVE_SYS_TYPES_H 1
  3105. | #define STDC_HEADERS 1
  3106. | #define HAVE_SYS_TYPES_H 1
  3107. | #define HAVE_SYS_STAT_H 1
  3108. | #define HAVE_STDLIB_H 1
  3109. | #define HAVE_STRING_H 1
  3110. | #define HAVE_MEMORY_H 1
  3111. | #define HAVE_STRINGS_H 1
  3112. | #define HAVE_INTTYPES_H 1
  3113. | #define HAVE_STDINT_H 1
  3114. | #define HAVE_UNISTD_H 1
  3115. | #define HAVE_ERRNO_H 1
  3116. | #define HAVE_FCNTL_H 1
  3117. | #define HAVE_FLOAT_H 1
  3118. | #define HAVE_LIMITS_H 1
  3119. | #define HAVE_MALLOC_H 1
  3120. | #define HAVE_STDINT_H 1
  3121. | #define HAVE_STDLIB_H 1
  3122. | #define HAVE_STRING_H 1
  3123. | #define HAVE_STRINGS_H 1
  3124. | #define HAVE_SYS_FILE_H 1
  3125. | #define HAVE_SYS_TIME_H 1
  3126. | #define HAVE_SYS_TIMEB_H 1
  3127. | #define HAVE_UNISTD_H 1
  3128. | #define HAVE_ASSERT_H 1
  3129. | #define HAVE_MATH_H 1
  3130. | #define HAVE_SYS_PARAM_H 1
  3131. | #define HAVE_SYS_TYPES_H 1
  3132. | #define HAVE_WINSOCK2_H 1
  3133. | #define HAVE_WINERROR_H 1
  3134. | /* end confdefs.h. */
  3135. | #include <stdio.h>
  3136. | #ifdef HAVE_SYS_TYPES_H
  3137. | # include <sys/types.h>
  3138. | #endif
  3139. | #ifdef HAVE_SYS_STAT_H
  3140. | # include <sys/stat.h>
  3141. | #endif
  3142. | #ifdef STDC_HEADERS
  3143. | # include <stdlib.h>
  3144. | # include <stddef.h>
  3145. | #else
  3146. | # ifdef HAVE_STDLIB_H
  3147. | # include <stdlib.h>
  3148. | # endif
  3149. | #endif
  3150. | #ifdef HAVE_STRING_H
  3151. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3152. | # include <memory.h>
  3153. | # endif
  3154. | # include <string.h>
  3155. | #endif
  3156. | #ifdef HAVE_STRINGS_H
  3157. | # include <strings.h>
  3158. | #endif
  3159. | #ifdef HAVE_INTTYPES_H
  3160. | # include <inttypes.h>
  3161. | #endif
  3162. | #ifdef HAVE_STDINT_H
  3163. | # include <stdint.h>
  3164. | #endif
  3165. | #ifdef HAVE_UNISTD_H
  3166. | # include <unistd.h>
  3167. | #endif
  3168. | int
  3169. | main ()
  3170. | {
  3171. | if (sizeof (_Bool))
  3172. | return 0;
  3173. | ;
  3174. | return 0;
  3175. | }
  3176. configure:6737: result: no
  3177. configure:6754: checking for uid_t in sys/types.h
  3178. configure:6773: result: no
  3179. configure:6784: checking for inline
  3180. configure:6800: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  3181. configure:6800: $? = 0
  3182. configure:6808: result: inline
  3183. configure:6826: checking for int16_t
  3184. configure:6826: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  3185. configure:6826: $? = 0
  3186. configure:6826: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  3187. conftest.cpp:82:24: error: 'test_array' declared as an array with a negative size
  3188. static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
  3189. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3190. 1 error generated.
  3191. configure:6826: $? = 1
  3192. configure: failed program was:
  3193. | /* confdefs.h */
  3194. | #define PACKAGE_NAME "OLA"
  3195. | #define PACKAGE_TARNAME "ola"
  3196. | #define PACKAGE_VERSION "0.10.7"
  3197. | #define PACKAGE_STRING "OLA 0.10.7"
  3198. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  3199. | #define PACKAGE_URL ""
  3200. | #define PACKAGE "ola"
  3201. | #define VERSION "0.10.7"
  3202. | #define HAVE_DIRENT_H 1
  3203. | #define HAVE_SYS_TYPES_H 1
  3204. | #define STDC_HEADERS 1
  3205. | #define HAVE_SYS_TYPES_H 1
  3206. | #define HAVE_SYS_STAT_H 1
  3207. | #define HAVE_STDLIB_H 1
  3208. | #define HAVE_STRING_H 1
  3209. | #define HAVE_MEMORY_H 1
  3210. | #define HAVE_STRINGS_H 1
  3211. | #define HAVE_INTTYPES_H 1
  3212. | #define HAVE_STDINT_H 1
  3213. | #define HAVE_UNISTD_H 1
  3214. | #define HAVE_ERRNO_H 1
  3215. | #define HAVE_FCNTL_H 1
  3216. | #define HAVE_FLOAT_H 1
  3217. | #define HAVE_LIMITS_H 1
  3218. | #define HAVE_MALLOC_H 1
  3219. | #define HAVE_STDINT_H 1
  3220. | #define HAVE_STDLIB_H 1
  3221. | #define HAVE_STRING_H 1
  3222. | #define HAVE_STRINGS_H 1
  3223. | #define HAVE_SYS_FILE_H 1
  3224. | #define HAVE_SYS_TIME_H 1
  3225. | #define HAVE_SYS_TIMEB_H 1
  3226. | #define HAVE_UNISTD_H 1
  3227. | #define HAVE_ASSERT_H 1
  3228. | #define HAVE_MATH_H 1
  3229. | #define HAVE_SYS_PARAM_H 1
  3230. | #define HAVE_SYS_TYPES_H 1
  3231. | #define HAVE_WINSOCK2_H 1
  3232. | #define HAVE_WINERROR_H 1
  3233. | #define HAVE_STDBOOL_H 1
  3234. | #define uid_t int
  3235. | #define gid_t int
  3236. | /* end confdefs.h. */
  3237. | #include <stdio.h>
  3238. | #ifdef HAVE_SYS_TYPES_H
  3239. | # include <sys/types.h>
  3240. | #endif
  3241. | #ifdef HAVE_SYS_STAT_H
  3242. | # include <sys/stat.h>
  3243. | #endif
  3244. | #ifdef STDC_HEADERS
  3245. | # include <stdlib.h>
  3246. | # include <stddef.h>
  3247. | #else
  3248. | # ifdef HAVE_STDLIB_H
  3249. | # include <stdlib.h>
  3250. | # endif
  3251. | #endif
  3252. | #ifdef HAVE_STRING_H
  3253. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3254. | # include <memory.h>
  3255. | # endif
  3256. | # include <string.h>
  3257. | #endif
  3258. | #ifdef HAVE_STRINGS_H
  3259. | # include <strings.h>
  3260. | #endif
  3261. | #ifdef HAVE_INTTYPES_H
  3262. | # include <inttypes.h>
  3263. | #endif
  3264. | #ifdef HAVE_STDINT_H
  3265. | # include <stdint.h>
  3266. | #endif
  3267. | #ifdef HAVE_UNISTD_H
  3268. | # include <unistd.h>
  3269. | #endif
  3270. | enum { N = 16 / 2 - 1 };
  3271. | int
  3272. | main ()
  3273. | {
  3274. | static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
  3275. | < (int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 2))];
  3276. | test_array [0] = 0;
  3277. | return test_array [0];
  3278. |
  3279. | ;
  3280. | return 0;
  3281. | }
  3282. configure:6826: result: yes
  3283. configure:6837: checking for int32_t
  3284. configure:6837: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  3285. configure:6837: $? = 0
  3286. configure:6837: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  3287. conftest.cpp:82:24: error: 'test_array' declared as an array with a negative size
  3288. static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
  3289. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3290. 1 error generated.
  3291. configure:6837: $? = 1
  3292. configure: failed program was:
  3293. | /* confdefs.h */
  3294. | #define PACKAGE_NAME "OLA"
  3295. | #define PACKAGE_TARNAME "ola"
  3296. | #define PACKAGE_VERSION "0.10.7"
  3297. | #define PACKAGE_STRING "OLA 0.10.7"
  3298. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  3299. | #define PACKAGE_URL ""
  3300. | #define PACKAGE "ola"
  3301. | #define VERSION "0.10.7"
  3302. | #define HAVE_DIRENT_H 1
  3303. | #define HAVE_SYS_TYPES_H 1
  3304. | #define STDC_HEADERS 1
  3305. | #define HAVE_SYS_TYPES_H 1
  3306. | #define HAVE_SYS_STAT_H 1
  3307. | #define HAVE_STDLIB_H 1
  3308. | #define HAVE_STRING_H 1
  3309. | #define HAVE_MEMORY_H 1
  3310. | #define HAVE_STRINGS_H 1
  3311. | #define HAVE_INTTYPES_H 1
  3312. | #define HAVE_STDINT_H 1
  3313. | #define HAVE_UNISTD_H 1
  3314. | #define HAVE_ERRNO_H 1
  3315. | #define HAVE_FCNTL_H 1
  3316. | #define HAVE_FLOAT_H 1
  3317. | #define HAVE_LIMITS_H 1
  3318. | #define HAVE_MALLOC_H 1
  3319. | #define HAVE_STDINT_H 1
  3320. | #define HAVE_STDLIB_H 1
  3321. | #define HAVE_STRING_H 1
  3322. | #define HAVE_STRINGS_H 1
  3323. | #define HAVE_SYS_FILE_H 1
  3324. | #define HAVE_SYS_TIME_H 1
  3325. | #define HAVE_SYS_TIMEB_H 1
  3326. | #define HAVE_UNISTD_H 1
  3327. | #define HAVE_ASSERT_H 1
  3328. | #define HAVE_MATH_H 1
  3329. | #define HAVE_SYS_PARAM_H 1
  3330. | #define HAVE_SYS_TYPES_H 1
  3331. | #define HAVE_WINSOCK2_H 1
  3332. | #define HAVE_WINERROR_H 1
  3333. | #define HAVE_STDBOOL_H 1
  3334. | #define uid_t int
  3335. | #define gid_t int
  3336. | /* end confdefs.h. */
  3337. | #include <stdio.h>
  3338. | #ifdef HAVE_SYS_TYPES_H
  3339. | # include <sys/types.h>
  3340. | #endif
  3341. | #ifdef HAVE_SYS_STAT_H
  3342. | # include <sys/stat.h>
  3343. | #endif
  3344. | #ifdef STDC_HEADERS
  3345. | # include <stdlib.h>
  3346. | # include <stddef.h>
  3347. | #else
  3348. | # ifdef HAVE_STDLIB_H
  3349. | # include <stdlib.h>
  3350. | # endif
  3351. | #endif
  3352. | #ifdef HAVE_STRING_H
  3353. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3354. | # include <memory.h>
  3355. | # endif
  3356. | # include <string.h>
  3357. | #endif
  3358. | #ifdef HAVE_STRINGS_H
  3359. | # include <strings.h>
  3360. | #endif
  3361. | #ifdef HAVE_INTTYPES_H
  3362. | # include <inttypes.h>
  3363. | #endif
  3364. | #ifdef HAVE_STDINT_H
  3365. | # include <stdint.h>
  3366. | #endif
  3367. | #ifdef HAVE_UNISTD_H
  3368. | # include <unistd.h>
  3369. | #endif
  3370. | enum { N = 32 / 2 - 1 };
  3371. | int
  3372. | main ()
  3373. | {
  3374. | static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
  3375. | < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
  3376. | test_array [0] = 0;
  3377. | return test_array [0];
  3378. |
  3379. | ;
  3380. | return 0;
  3381. | }
  3382. configure:6837: result: yes
  3383. configure:6848: checking for int64_t
  3384. configure:6848: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  3385. configure:6848: $? = 0
  3386. configure:6848: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  3387. conftest.cpp:82:24: error: 'test_array' declared as an array with a negative size
  3388. static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
  3389. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3390. 1 error generated.
  3391. configure:6848: $? = 1
  3392. configure: failed program was:
  3393. | /* confdefs.h */
  3394. | #define PACKAGE_NAME "OLA"
  3395. | #define PACKAGE_TARNAME "ola"
  3396. | #define PACKAGE_VERSION "0.10.7"
  3397. | #define PACKAGE_STRING "OLA 0.10.7"
  3398. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  3399. | #define PACKAGE_URL ""
  3400. | #define PACKAGE "ola"
  3401. | #define VERSION "0.10.7"
  3402. | #define HAVE_DIRENT_H 1
  3403. | #define HAVE_SYS_TYPES_H 1
  3404. | #define STDC_HEADERS 1
  3405. | #define HAVE_SYS_TYPES_H 1
  3406. | #define HAVE_SYS_STAT_H 1
  3407. | #define HAVE_STDLIB_H 1
  3408. | #define HAVE_STRING_H 1
  3409. | #define HAVE_MEMORY_H 1
  3410. | #define HAVE_STRINGS_H 1
  3411. | #define HAVE_INTTYPES_H 1
  3412. | #define HAVE_STDINT_H 1
  3413. | #define HAVE_UNISTD_H 1
  3414. | #define HAVE_ERRNO_H 1
  3415. | #define HAVE_FCNTL_H 1
  3416. | #define HAVE_FLOAT_H 1
  3417. | #define HAVE_LIMITS_H 1
  3418. | #define HAVE_MALLOC_H 1
  3419. | #define HAVE_STDINT_H 1
  3420. | #define HAVE_STDLIB_H 1
  3421. | #define HAVE_STRING_H 1
  3422. | #define HAVE_STRINGS_H 1
  3423. | #define HAVE_SYS_FILE_H 1
  3424. | #define HAVE_SYS_TIME_H 1
  3425. | #define HAVE_SYS_TIMEB_H 1
  3426. | #define HAVE_UNISTD_H 1
  3427. | #define HAVE_ASSERT_H 1
  3428. | #define HAVE_MATH_H 1
  3429. | #define HAVE_SYS_PARAM_H 1
  3430. | #define HAVE_SYS_TYPES_H 1
  3431. | #define HAVE_WINSOCK2_H 1
  3432. | #define HAVE_WINERROR_H 1
  3433. | #define HAVE_STDBOOL_H 1
  3434. | #define uid_t int
  3435. | #define gid_t int
  3436. | /* end confdefs.h. */
  3437. | #include <stdio.h>
  3438. | #ifdef HAVE_SYS_TYPES_H
  3439. | # include <sys/types.h>
  3440. | #endif
  3441. | #ifdef HAVE_SYS_STAT_H
  3442. | # include <sys/stat.h>
  3443. | #endif
  3444. | #ifdef STDC_HEADERS
  3445. | # include <stdlib.h>
  3446. | # include <stddef.h>
  3447. | #else
  3448. | # ifdef HAVE_STDLIB_H
  3449. | # include <stdlib.h>
  3450. | # endif
  3451. | #endif
  3452. | #ifdef HAVE_STRING_H
  3453. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3454. | # include <memory.h>
  3455. | # endif
  3456. | # include <string.h>
  3457. | #endif
  3458. | #ifdef HAVE_STRINGS_H
  3459. | # include <strings.h>
  3460. | #endif
  3461. | #ifdef HAVE_INTTYPES_H
  3462. | # include <inttypes.h>
  3463. | #endif
  3464. | #ifdef HAVE_STDINT_H
  3465. | # include <stdint.h>
  3466. | #endif
  3467. | #ifdef HAVE_UNISTD_H
  3468. | # include <unistd.h>
  3469. | #endif
  3470. | enum { N = 64 / 2 - 1 };
  3471. | int
  3472. | main ()
  3473. | {
  3474. | static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
  3475. | < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
  3476. | test_array [0] = 0;
  3477. | return test_array [0];
  3478. |
  3479. | ;
  3480. | return 0;
  3481. | }
  3482. configure:6848: result: yes
  3483. configure:6859: checking for int8_t
  3484. configure:6859: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  3485. configure:6859: $? = 0
  3486. configure:6859: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  3487. conftest.cpp:82:24: error: 'test_array' declared as an array with a negative size
  3488. static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)
  3489. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3490. 1 error generated.
  3491. configure:6859: $? = 1
  3492. configure: failed program was:
  3493. | /* confdefs.h */
  3494. | #define PACKAGE_NAME "OLA"
  3495. | #define PACKAGE_TARNAME "ola"
  3496. | #define PACKAGE_VERSION "0.10.7"
  3497. | #define PACKAGE_STRING "OLA 0.10.7"
  3498. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  3499. | #define PACKAGE_URL ""
  3500. | #define PACKAGE "ola"
  3501. | #define VERSION "0.10.7"
  3502. | #define HAVE_DIRENT_H 1
  3503. | #define HAVE_SYS_TYPES_H 1
  3504. | #define STDC_HEADERS 1
  3505. | #define HAVE_SYS_TYPES_H 1
  3506. | #define HAVE_SYS_STAT_H 1
  3507. | #define HAVE_STDLIB_H 1
  3508. | #define HAVE_STRING_H 1
  3509. | #define HAVE_MEMORY_H 1
  3510. | #define HAVE_STRINGS_H 1
  3511. | #define HAVE_INTTYPES_H 1
  3512. | #define HAVE_STDINT_H 1
  3513. | #define HAVE_UNISTD_H 1
  3514. | #define HAVE_ERRNO_H 1
  3515. | #define HAVE_FCNTL_H 1
  3516. | #define HAVE_FLOAT_H 1
  3517. | #define HAVE_LIMITS_H 1
  3518. | #define HAVE_MALLOC_H 1
  3519. | #define HAVE_STDINT_H 1
  3520. | #define HAVE_STDLIB_H 1
  3521. | #define HAVE_STRING_H 1
  3522. | #define HAVE_STRINGS_H 1
  3523. | #define HAVE_SYS_FILE_H 1
  3524. | #define HAVE_SYS_TIME_H 1
  3525. | #define HAVE_SYS_TIMEB_H 1
  3526. | #define HAVE_UNISTD_H 1
  3527. | #define HAVE_ASSERT_H 1
  3528. | #define HAVE_MATH_H 1
  3529. | #define HAVE_SYS_PARAM_H 1
  3530. | #define HAVE_SYS_TYPES_H 1
  3531. | #define HAVE_WINSOCK2_H 1
  3532. | #define HAVE_WINERROR_H 1
  3533. | #define HAVE_STDBOOL_H 1
  3534. | #define uid_t int
  3535. | #define gid_t int
  3536. | /* end confdefs.h. */
  3537. | #include <stdio.h>
  3538. | #ifdef HAVE_SYS_TYPES_H
  3539. | # include <sys/types.h>
  3540. | #endif
  3541. | #ifdef HAVE_SYS_STAT_H
  3542. | # include <sys/stat.h>
  3543. | #endif
  3544. | #ifdef STDC_HEADERS
  3545. | # include <stdlib.h>
  3546. | # include <stddef.h>
  3547. | #else
  3548. | # ifdef HAVE_STDLIB_H
  3549. | # include <stdlib.h>
  3550. | # endif
  3551. | #endif
  3552. | #ifdef HAVE_STRING_H
  3553. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3554. | # include <memory.h>
  3555. | # endif
  3556. | # include <string.h>
  3557. | #endif
  3558. | #ifdef HAVE_STRINGS_H
  3559. | # include <strings.h>
  3560. | #endif
  3561. | #ifdef HAVE_INTTYPES_H
  3562. | # include <inttypes.h>
  3563. | #endif
  3564. | #ifdef HAVE_STDINT_H
  3565. | # include <stdint.h>
  3566. | #endif
  3567. | #ifdef HAVE_UNISTD_H
  3568. | # include <unistd.h>
  3569. | #endif
  3570. | enum { N = 8 / 2 - 1 };
  3571. | int
  3572. | main ()
  3573. | {
  3574. | static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)
  3575. | < (int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 2))];
  3576. | test_array [0] = 0;
  3577. | return test_array [0];
  3578. |
  3579. | ;
  3580. | return 0;
  3581. | }
  3582. configure:6859: result: yes
  3583. configure:6870: checking for pid_t
  3584. configure:6870: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  3585. configure:6870: $? = 0
  3586. configure:6870: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  3587. conftest.cpp:81:20: error: expected expression
  3588. if (sizeof ((pid_t)))
  3589. ^
  3590. 1 error generated.
  3591. configure:6870: $? = 1
  3592. configure: failed program was:
  3593. | /* confdefs.h */
  3594. | #define PACKAGE_NAME "OLA"
  3595. | #define PACKAGE_TARNAME "ola"
  3596. | #define PACKAGE_VERSION "0.10.7"
  3597. | #define PACKAGE_STRING "OLA 0.10.7"
  3598. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  3599. | #define PACKAGE_URL ""
  3600. | #define PACKAGE "ola"
  3601. | #define VERSION "0.10.7"
  3602. | #define HAVE_DIRENT_H 1
  3603. | #define HAVE_SYS_TYPES_H 1
  3604. | #define STDC_HEADERS 1
  3605. | #define HAVE_SYS_TYPES_H 1
  3606. | #define HAVE_SYS_STAT_H 1
  3607. | #define HAVE_STDLIB_H 1
  3608. | #define HAVE_STRING_H 1
  3609. | #define HAVE_MEMORY_H 1
  3610. | #define HAVE_STRINGS_H 1
  3611. | #define HAVE_INTTYPES_H 1
  3612. | #define HAVE_STDINT_H 1
  3613. | #define HAVE_UNISTD_H 1
  3614. | #define HAVE_ERRNO_H 1
  3615. | #define HAVE_FCNTL_H 1
  3616. | #define HAVE_FLOAT_H 1
  3617. | #define HAVE_LIMITS_H 1
  3618. | #define HAVE_MALLOC_H 1
  3619. | #define HAVE_STDINT_H 1
  3620. | #define HAVE_STDLIB_H 1
  3621. | #define HAVE_STRING_H 1
  3622. | #define HAVE_STRINGS_H 1
  3623. | #define HAVE_SYS_FILE_H 1
  3624. | #define HAVE_SYS_TIME_H 1
  3625. | #define HAVE_SYS_TIMEB_H 1
  3626. | #define HAVE_UNISTD_H 1
  3627. | #define HAVE_ASSERT_H 1
  3628. | #define HAVE_MATH_H 1
  3629. | #define HAVE_SYS_PARAM_H 1
  3630. | #define HAVE_SYS_TYPES_H 1
  3631. | #define HAVE_WINSOCK2_H 1
  3632. | #define HAVE_WINERROR_H 1
  3633. | #define HAVE_STDBOOL_H 1
  3634. | #define uid_t int
  3635. | #define gid_t int
  3636. | /* end confdefs.h. */
  3637. | #include <stdio.h>
  3638. | #ifdef HAVE_SYS_TYPES_H
  3639. | # include <sys/types.h>
  3640. | #endif
  3641. | #ifdef HAVE_SYS_STAT_H
  3642. | # include <sys/stat.h>
  3643. | #endif
  3644. | #ifdef STDC_HEADERS
  3645. | # include <stdlib.h>
  3646. | # include <stddef.h>
  3647. | #else
  3648. | # ifdef HAVE_STDLIB_H
  3649. | # include <stdlib.h>
  3650. | # endif
  3651. | #endif
  3652. | #ifdef HAVE_STRING_H
  3653. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3654. | # include <memory.h>
  3655. | # endif
  3656. | # include <string.h>
  3657. | #endif
  3658. | #ifdef HAVE_STRINGS_H
  3659. | # include <strings.h>
  3660. | #endif
  3661. | #ifdef HAVE_INTTYPES_H
  3662. | # include <inttypes.h>
  3663. | #endif
  3664. | #ifdef HAVE_STDINT_H
  3665. | # include <stdint.h>
  3666. | #endif
  3667. | #ifdef HAVE_UNISTD_H
  3668. | # include <unistd.h>
  3669. | #endif
  3670. | int
  3671. | main ()
  3672. | {
  3673. | if (sizeof ((pid_t)))
  3674. | return 0;
  3675. | ;
  3676. | return 0;
  3677. | }
  3678. configure:6870: result: yes
  3679. configure:6881: checking for C/C++ restrict keyword
  3680. configure:6906: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  3681. configure:6906: $? = 0
  3682. configure:6914: result: __restrict
  3683. configure:6927: checking for size_t
  3684. configure:6927: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  3685. configure:6927: $? = 0
  3686. configure:6927: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  3687. conftest.cpp:82:21: error: expected expression
  3688. if (sizeof ((size_t)))
  3689. ^
  3690. 1 error generated.
  3691. configure:6927: $? = 1
  3692. configure: failed program was:
  3693. | /* confdefs.h */
  3694. | #define PACKAGE_NAME "OLA"
  3695. | #define PACKAGE_TARNAME "ola"
  3696. | #define PACKAGE_VERSION "0.10.7"
  3697. | #define PACKAGE_STRING "OLA 0.10.7"
  3698. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  3699. | #define PACKAGE_URL ""
  3700. | #define PACKAGE "ola"
  3701. | #define VERSION "0.10.7"
  3702. | #define HAVE_DIRENT_H 1
  3703. | #define HAVE_SYS_TYPES_H 1
  3704. | #define STDC_HEADERS 1
  3705. | #define HAVE_SYS_TYPES_H 1
  3706. | #define HAVE_SYS_STAT_H 1
  3707. | #define HAVE_STDLIB_H 1
  3708. | #define HAVE_STRING_H 1
  3709. | #define HAVE_MEMORY_H 1
  3710. | #define HAVE_STRINGS_H 1
  3711. | #define HAVE_INTTYPES_H 1
  3712. | #define HAVE_STDINT_H 1
  3713. | #define HAVE_UNISTD_H 1
  3714. | #define HAVE_ERRNO_H 1
  3715. | #define HAVE_FCNTL_H 1
  3716. | #define HAVE_FLOAT_H 1
  3717. | #define HAVE_LIMITS_H 1
  3718. | #define HAVE_MALLOC_H 1
  3719. | #define HAVE_STDINT_H 1
  3720. | #define HAVE_STDLIB_H 1
  3721. | #define HAVE_STRING_H 1
  3722. | #define HAVE_STRINGS_H 1
  3723. | #define HAVE_SYS_FILE_H 1
  3724. | #define HAVE_SYS_TIME_H 1
  3725. | #define HAVE_SYS_TIMEB_H 1
  3726. | #define HAVE_UNISTD_H 1
  3727. | #define HAVE_ASSERT_H 1
  3728. | #define HAVE_MATH_H 1
  3729. | #define HAVE_SYS_PARAM_H 1
  3730. | #define HAVE_SYS_TYPES_H 1
  3731. | #define HAVE_WINSOCK2_H 1
  3732. | #define HAVE_WINERROR_H 1
  3733. | #define HAVE_STDBOOL_H 1
  3734. | #define uid_t int
  3735. | #define gid_t int
  3736. | #define restrict __restrict
  3737. | /* end confdefs.h. */
  3738. | #include <stdio.h>
  3739. | #ifdef HAVE_SYS_TYPES_H
  3740. | # include <sys/types.h>
  3741. | #endif
  3742. | #ifdef HAVE_SYS_STAT_H
  3743. | # include <sys/stat.h>
  3744. | #endif
  3745. | #ifdef STDC_HEADERS
  3746. | # include <stdlib.h>
  3747. | # include <stddef.h>
  3748. | #else
  3749. | # ifdef HAVE_STDLIB_H
  3750. | # include <stdlib.h>
  3751. | # endif
  3752. | #endif
  3753. | #ifdef HAVE_STRING_H
  3754. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3755. | # include <memory.h>
  3756. | # endif
  3757. | # include <string.h>
  3758. | #endif
  3759. | #ifdef HAVE_STRINGS_H
  3760. | # include <strings.h>
  3761. | #endif
  3762. | #ifdef HAVE_INTTYPES_H
  3763. | # include <inttypes.h>
  3764. | #endif
  3765. | #ifdef HAVE_STDINT_H
  3766. | # include <stdint.h>
  3767. | #endif
  3768. | #ifdef HAVE_UNISTD_H
  3769. | # include <unistd.h>
  3770. | #endif
  3771. | int
  3772. | main ()
  3773. | {
  3774. | if (sizeof ((size_t)))
  3775. | return 0;
  3776. | ;
  3777. | return 0;
  3778. | }
  3779. configure:6927: result: yes
  3780. configure:6938: checking for ssize_t
  3781. configure:6938: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  3782. configure:6938: $? = 0
  3783. configure:6938: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  3784. conftest.cpp:82:22: error: expected expression
  3785. if (sizeof ((ssize_t)))
  3786. ^
  3787. 1 error generated.
  3788. configure:6938: $? = 1
  3789. configure: failed program was:
  3790. | /* confdefs.h */
  3791. | #define PACKAGE_NAME "OLA"
  3792. | #define PACKAGE_TARNAME "ola"
  3793. | #define PACKAGE_VERSION "0.10.7"
  3794. | #define PACKAGE_STRING "OLA 0.10.7"
  3795. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  3796. | #define PACKAGE_URL ""
  3797. | #define PACKAGE "ola"
  3798. | #define VERSION "0.10.7"
  3799. | #define HAVE_DIRENT_H 1
  3800. | #define HAVE_SYS_TYPES_H 1
  3801. | #define STDC_HEADERS 1
  3802. | #define HAVE_SYS_TYPES_H 1
  3803. | #define HAVE_SYS_STAT_H 1
  3804. | #define HAVE_STDLIB_H 1
  3805. | #define HAVE_STRING_H 1
  3806. | #define HAVE_MEMORY_H 1
  3807. | #define HAVE_STRINGS_H 1
  3808. | #define HAVE_INTTYPES_H 1
  3809. | #define HAVE_STDINT_H 1
  3810. | #define HAVE_UNISTD_H 1
  3811. | #define HAVE_ERRNO_H 1
  3812. | #define HAVE_FCNTL_H 1
  3813. | #define HAVE_FLOAT_H 1
  3814. | #define HAVE_LIMITS_H 1
  3815. | #define HAVE_MALLOC_H 1
  3816. | #define HAVE_STDINT_H 1
  3817. | #define HAVE_STDLIB_H 1
  3818. | #define HAVE_STRING_H 1
  3819. | #define HAVE_STRINGS_H 1
  3820. | #define HAVE_SYS_FILE_H 1
  3821. | #define HAVE_SYS_TIME_H 1
  3822. | #define HAVE_SYS_TIMEB_H 1
  3823. | #define HAVE_UNISTD_H 1
  3824. | #define HAVE_ASSERT_H 1
  3825. | #define HAVE_MATH_H 1
  3826. | #define HAVE_SYS_PARAM_H 1
  3827. | #define HAVE_SYS_TYPES_H 1
  3828. | #define HAVE_WINSOCK2_H 1
  3829. | #define HAVE_WINERROR_H 1
  3830. | #define HAVE_STDBOOL_H 1
  3831. | #define uid_t int
  3832. | #define gid_t int
  3833. | #define restrict __restrict
  3834. | /* end confdefs.h. */
  3835. | #include <stdio.h>
  3836. | #ifdef HAVE_SYS_TYPES_H
  3837. | # include <sys/types.h>
  3838. | #endif
  3839. | #ifdef HAVE_SYS_STAT_H
  3840. | # include <sys/stat.h>
  3841. | #endif
  3842. | #ifdef STDC_HEADERS
  3843. | # include <stdlib.h>
  3844. | # include <stddef.h>
  3845. | #else
  3846. | # ifdef HAVE_STDLIB_H
  3847. | # include <stdlib.h>
  3848. | # endif
  3849. | #endif
  3850. | #ifdef HAVE_STRING_H
  3851. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3852. | # include <memory.h>
  3853. | # endif
  3854. | # include <string.h>
  3855. | #endif
  3856. | #ifdef HAVE_STRINGS_H
  3857. | # include <strings.h>
  3858. | #endif
  3859. | #ifdef HAVE_INTTYPES_H
  3860. | # include <inttypes.h>
  3861. | #endif
  3862. | #ifdef HAVE_STDINT_H
  3863. | # include <stdint.h>
  3864. | #endif
  3865. | #ifdef HAVE_UNISTD_H
  3866. | # include <unistd.h>
  3867. | #endif
  3868. | int
  3869. | main ()
  3870. | {
  3871. | if (sizeof ((ssize_t)))
  3872. | return 0;
  3873. | ;
  3874. | return 0;
  3875. | }
  3876. configure:6938: result: yes
  3877. configure:6949: checking for uint16_t
  3878. configure:6949: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  3879. configure:6949: $? = 0
  3880. configure:6949: result: yes
  3881. configure:6961: checking for uint32_t
  3882. configure:6961: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  3883. configure:6961: $? = 0
  3884. configure:6961: result: yes
  3885. configure:6975: checking for uint64_t
  3886. configure:6975: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  3887. configure:6975: $? = 0
  3888. configure:6975: result: yes
  3889. configure:6989: checking for uint8_t
  3890. configure:6989: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  3891. configure:6989: $? = 0
  3892. configure:6989: result: yes
  3893. configure:7004: checking the location of hash_map
  3894. configure:7028: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  3895. configure:7028: $? = 0
  3896. configure:7050: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  3897. In file included from conftest.cpp:46:
  3898. In file included from C:\msys64\mingw64\include\c++\7.3.0\unordered_map:35:
  3899. C:\msys64\mingw64\include\c++\7.3.0\bits/c++0x_warning.h:32:2: error: This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
  3900. #error This file requires compiler and library support \
  3901. ^
  3902. conftest.cpp:50:7: error: use of undeclared identifier 'std'
  3903. const std::unordered_map<int, int> t;
  3904. ^
  3905. 2 errors generated.
  3906. configure:7050: $? = 1
  3907. configure: failed program was:
  3908. | /* confdefs.h */
  3909. | #define PACKAGE_NAME "OLA"
  3910. | #define PACKAGE_TARNAME "ola"
  3911. | #define PACKAGE_VERSION "0.10.7"
  3912. | #define PACKAGE_STRING "OLA 0.10.7"
  3913. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  3914. | #define PACKAGE_URL ""
  3915. | #define PACKAGE "ola"
  3916. | #define VERSION "0.10.7"
  3917. | #define HAVE_DIRENT_H 1
  3918. | #define HAVE_SYS_TYPES_H 1
  3919. | #define STDC_HEADERS 1
  3920. | #define HAVE_SYS_TYPES_H 1
  3921. | #define HAVE_SYS_STAT_H 1
  3922. | #define HAVE_STDLIB_H 1
  3923. | #define HAVE_STRING_H 1
  3924. | #define HAVE_MEMORY_H 1
  3925. | #define HAVE_STRINGS_H 1
  3926. | #define HAVE_INTTYPES_H 1
  3927. | #define HAVE_STDINT_H 1
  3928. | #define HAVE_UNISTD_H 1
  3929. | #define HAVE_ERRNO_H 1
  3930. | #define HAVE_FCNTL_H 1
  3931. | #define HAVE_FLOAT_H 1
  3932. | #define HAVE_LIMITS_H 1
  3933. | #define HAVE_MALLOC_H 1
  3934. | #define HAVE_STDINT_H 1
  3935. | #define HAVE_STDLIB_H 1
  3936. | #define HAVE_STRING_H 1
  3937. | #define HAVE_STRINGS_H 1
  3938. | #define HAVE_SYS_FILE_H 1
  3939. | #define HAVE_SYS_TIME_H 1
  3940. | #define HAVE_SYS_TIMEB_H 1
  3941. | #define HAVE_UNISTD_H 1
  3942. | #define HAVE_ASSERT_H 1
  3943. | #define HAVE_MATH_H 1
  3944. | #define HAVE_SYS_PARAM_H 1
  3945. | #define HAVE_SYS_TYPES_H 1
  3946. | #define HAVE_WINSOCK2_H 1
  3947. | #define HAVE_WINERROR_H 1
  3948. | #define HAVE_STDBOOL_H 1
  3949. | #define uid_t int
  3950. | #define gid_t int
  3951. | #define restrict __restrict
  3952. | /* end confdefs.h. */
  3953. | #include <unordered_map>
  3954. | int
  3955. | main ()
  3956. | {
  3957. | const std::unordered_map<int, int> t;
  3958. | return t.find(5) == t.end();
  3959. | ;
  3960. | return 0;
  3961. | }
  3962. configure:7050: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  3963. In file included from conftest.cpp:46:
  3964. In file included from C:\msys64\mingw64\include\c++\7.3.0\unordered_map:35:
  3965. C:\msys64\mingw64\include\c++\7.3.0\bits/c++0x_warning.h:32:2: error: This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
  3966. #error This file requires compiler and library support \
  3967. ^
  3968. conftest.cpp:50:7: error: use of undeclared identifier 'std'
  3969. const std::tr1::unordered_map<int, int> t;
  3970. ^
  3971. 2 errors generated.
  3972. configure:7050: $? = 1
  3973. configure: failed program was:
  3974. | /* confdefs.h */
  3975. | #define PACKAGE_NAME "OLA"
  3976. | #define PACKAGE_TARNAME "ola"
  3977. | #define PACKAGE_VERSION "0.10.7"
  3978. | #define PACKAGE_STRING "OLA 0.10.7"
  3979. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  3980. | #define PACKAGE_URL ""
  3981. | #define PACKAGE "ola"
  3982. | #define VERSION "0.10.7"
  3983. | #define HAVE_DIRENT_H 1
  3984. | #define HAVE_SYS_TYPES_H 1
  3985. | #define STDC_HEADERS 1
  3986. | #define HAVE_SYS_TYPES_H 1
  3987. | #define HAVE_SYS_STAT_H 1
  3988. | #define HAVE_STDLIB_H 1
  3989. | #define HAVE_STRING_H 1
  3990. | #define HAVE_MEMORY_H 1
  3991. | #define HAVE_STRINGS_H 1
  3992. | #define HAVE_INTTYPES_H 1
  3993. | #define HAVE_STDINT_H 1
  3994. | #define HAVE_UNISTD_H 1
  3995. | #define HAVE_ERRNO_H 1
  3996. | #define HAVE_FCNTL_H 1
  3997. | #define HAVE_FLOAT_H 1
  3998. | #define HAVE_LIMITS_H 1
  3999. | #define HAVE_MALLOC_H 1
  4000. | #define HAVE_STDINT_H 1
  4001. | #define HAVE_STDLIB_H 1
  4002. | #define HAVE_STRING_H 1
  4003. | #define HAVE_STRINGS_H 1
  4004. | #define HAVE_SYS_FILE_H 1
  4005. | #define HAVE_SYS_TIME_H 1
  4006. | #define HAVE_SYS_TIMEB_H 1
  4007. | #define HAVE_UNISTD_H 1
  4008. | #define HAVE_ASSERT_H 1
  4009. | #define HAVE_MATH_H 1
  4010. | #define HAVE_SYS_PARAM_H 1
  4011. | #define HAVE_SYS_TYPES_H 1
  4012. | #define HAVE_WINSOCK2_H 1
  4013. | #define HAVE_WINERROR_H 1
  4014. | #define HAVE_STDBOOL_H 1
  4015. | #define uid_t int
  4016. | #define gid_t int
  4017. | #define restrict __restrict
  4018. | /* end confdefs.h. */
  4019. | #include <unordered_map>
  4020. | int
  4021. | main ()
  4022. | {
  4023. | const std::tr1::unordered_map<int, int> t;
  4024. | return t.find(5) == t.end();
  4025. | ;
  4026. | return 0;
  4027. | }
  4028. configure:7050: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  4029. conftest.cpp:50:7: error: no template named 'unordered_map' in namespace 'std'; did you mean 'std::tr1::unordered_map'?
  4030. const std::unordered_map<int, int> t;
  4031. ^~~~~~~~~~~~~~~~~~
  4032. std::tr1::unordered_map
  4033. C:\msys64\mingw64\include\c++\7.3.0\tr1/unordered_map.h:180:11: note: 'std::tr1::unordered_map' declared here
  4034. class unordered_map
  4035. ^
  4036. 1 error generated.
  4037. configure:7050: $? = 1
  4038. configure: failed program was:
  4039. | /* confdefs.h */
  4040. | #define PACKAGE_NAME "OLA"
  4041. | #define PACKAGE_TARNAME "ola"
  4042. | #define PACKAGE_VERSION "0.10.7"
  4043. | #define PACKAGE_STRING "OLA 0.10.7"
  4044. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  4045. | #define PACKAGE_URL ""
  4046. | #define PACKAGE "ola"
  4047. | #define VERSION "0.10.7"
  4048. | #define HAVE_DIRENT_H 1
  4049. | #define HAVE_SYS_TYPES_H 1
  4050. | #define STDC_HEADERS 1
  4051. | #define HAVE_SYS_TYPES_H 1
  4052. | #define HAVE_SYS_STAT_H 1
  4053. | #define HAVE_STDLIB_H 1
  4054. | #define HAVE_STRING_H 1
  4055. | #define HAVE_MEMORY_H 1
  4056. | #define HAVE_STRINGS_H 1
  4057. | #define HAVE_INTTYPES_H 1
  4058. | #define HAVE_STDINT_H 1
  4059. | #define HAVE_UNISTD_H 1
  4060. | #define HAVE_ERRNO_H 1
  4061. | #define HAVE_FCNTL_H 1
  4062. | #define HAVE_FLOAT_H 1
  4063. | #define HAVE_LIMITS_H 1
  4064. | #define HAVE_MALLOC_H 1
  4065. | #define HAVE_STDINT_H 1
  4066. | #define HAVE_STDLIB_H 1
  4067. | #define HAVE_STRING_H 1
  4068. | #define HAVE_STRINGS_H 1
  4069. | #define HAVE_SYS_FILE_H 1
  4070. | #define HAVE_SYS_TIME_H 1
  4071. | #define HAVE_SYS_TIMEB_H 1
  4072. | #define HAVE_UNISTD_H 1
  4073. | #define HAVE_ASSERT_H 1
  4074. | #define HAVE_MATH_H 1
  4075. | #define HAVE_SYS_PARAM_H 1
  4076. | #define HAVE_SYS_TYPES_H 1
  4077. | #define HAVE_WINSOCK2_H 1
  4078. | #define HAVE_WINERROR_H 1
  4079. | #define HAVE_STDBOOL_H 1
  4080. | #define uid_t int
  4081. | #define gid_t int
  4082. | #define restrict __restrict
  4083. | /* end confdefs.h. */
  4084. | #include <tr1/unordered_map>
  4085. | int
  4086. | main ()
  4087. | {
  4088. | const std::unordered_map<int, int> t;
  4089. | return t.find(5) == t.end();
  4090. | ;
  4091. | return 0;
  4092. | }
  4093. configure:7050: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  4094. configure:7050: $? = 0
  4095. configure:7122: result: <tr1/unordered_map>
  4096. configure:7135: checking vfork.h usability
  4097. configure:7135: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  4098. conftest.cpp:87:10: fatal error: 'vfork.h' file not found
  4099. #include <vfork.h>
  4100. ^~~~~~~~~
  4101. 1 error generated.
  4102. configure:7135: $? = 1
  4103. configure: failed program was:
  4104. | /* confdefs.h */
  4105. | #define PACKAGE_NAME "OLA"
  4106. | #define PACKAGE_TARNAME "ola"
  4107. | #define PACKAGE_VERSION "0.10.7"
  4108. | #define PACKAGE_STRING "OLA 0.10.7"
  4109. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  4110. | #define PACKAGE_URL ""
  4111. | #define PACKAGE "ola"
  4112. | #define VERSION "0.10.7"
  4113. | #define HAVE_DIRENT_H 1
  4114. | #define HAVE_SYS_TYPES_H 1
  4115. | #define STDC_HEADERS 1
  4116. | #define HAVE_SYS_TYPES_H 1
  4117. | #define HAVE_SYS_STAT_H 1
  4118. | #define HAVE_STDLIB_H 1
  4119. | #define HAVE_STRING_H 1
  4120. | #define HAVE_MEMORY_H 1
  4121. | #define HAVE_STRINGS_H 1
  4122. | #define HAVE_INTTYPES_H 1
  4123. | #define HAVE_STDINT_H 1
  4124. | #define HAVE_UNISTD_H 1
  4125. | #define HAVE_ERRNO_H 1
  4126. | #define HAVE_FCNTL_H 1
  4127. | #define HAVE_FLOAT_H 1
  4128. | #define HAVE_LIMITS_H 1
  4129. | #define HAVE_MALLOC_H 1
  4130. | #define HAVE_STDINT_H 1
  4131. | #define HAVE_STDLIB_H 1
  4132. | #define HAVE_STRING_H 1
  4133. | #define HAVE_STRINGS_H 1
  4134. | #define HAVE_SYS_FILE_H 1
  4135. | #define HAVE_SYS_TIME_H 1
  4136. | #define HAVE_SYS_TIMEB_H 1
  4137. | #define HAVE_UNISTD_H 1
  4138. | #define HAVE_ASSERT_H 1
  4139. | #define HAVE_MATH_H 1
  4140. | #define HAVE_SYS_PARAM_H 1
  4141. | #define HAVE_SYS_TYPES_H 1
  4142. | #define HAVE_WINSOCK2_H 1
  4143. | #define HAVE_WINERROR_H 1
  4144. | #define HAVE_STDBOOL_H 1
  4145. | #define uid_t int
  4146. | #define gid_t int
  4147. | #define restrict __restrict
  4148. | #define HAVE_HASH_MAP 1
  4149. | #define HAVE_HASH_SET 1
  4150. | #define HAVE_UNORDERED_MAP 1
  4151. | #define HASH_MAP_H <tr1/unordered_map>
  4152. | #define HASH_SET_H <tr1/unordered_set>
  4153. | #define HASH_NAMESPACE std::tr1
  4154. | #define HASH_MAP_CLASS unordered_map
  4155. | #define HASH_SET_CLASS unordered_set
  4156. | /* end confdefs.h. */
  4157. | #include <stdio.h>
  4158. | #ifdef HAVE_SYS_TYPES_H
  4159. | # include <sys/types.h>
  4160. | #endif
  4161. | #ifdef HAVE_SYS_STAT_H
  4162. | # include <sys/stat.h>
  4163. | #endif
  4164. | #ifdef STDC_HEADERS
  4165. | # include <stdlib.h>
  4166. | # include <stddef.h>
  4167. | #else
  4168. | # ifdef HAVE_STDLIB_H
  4169. | # include <stdlib.h>
  4170. | # endif
  4171. | #endif
  4172. | #ifdef HAVE_STRING_H
  4173. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4174. | # include <memory.h>
  4175. | # endif
  4176. | # include <string.h>
  4177. | #endif
  4178. | #ifdef HAVE_STRINGS_H
  4179. | # include <strings.h>
  4180. | #endif
  4181. | #ifdef HAVE_INTTYPES_H
  4182. | # include <inttypes.h>
  4183. | #endif
  4184. | #ifdef HAVE_STDINT_H
  4185. | # include <stdint.h>
  4186. | #endif
  4187. | #ifdef HAVE_UNISTD_H
  4188. | # include <unistd.h>
  4189. | #endif
  4190. | #include <vfork.h>
  4191. configure:7135: result: no
  4192. configure:7135: checking vfork.h presence
  4193. configure:7135: clang++ -E conftest.cpp
  4194. conftest.cpp:54:10: fatal error: 'vfork.h' file not found
  4195. #include <vfork.h>
  4196. ^~~~~~~~~
  4197. 1 error generated.
  4198. configure:7135: $? = 1
  4199. configure: failed program was:
  4200. | /* confdefs.h */
  4201. | #define PACKAGE_NAME "OLA"
  4202. | #define PACKAGE_TARNAME "ola"
  4203. | #define PACKAGE_VERSION "0.10.7"
  4204. | #define PACKAGE_STRING "OLA 0.10.7"
  4205. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  4206. | #define PACKAGE_URL ""
  4207. | #define PACKAGE "ola"
  4208. | #define VERSION "0.10.7"
  4209. | #define HAVE_DIRENT_H 1
  4210. | #define HAVE_SYS_TYPES_H 1
  4211. | #define STDC_HEADERS 1
  4212. | #define HAVE_SYS_TYPES_H 1
  4213. | #define HAVE_SYS_STAT_H 1
  4214. | #define HAVE_STDLIB_H 1
  4215. | #define HAVE_STRING_H 1
  4216. | #define HAVE_MEMORY_H 1
  4217. | #define HAVE_STRINGS_H 1
  4218. | #define HAVE_INTTYPES_H 1
  4219. | #define HAVE_STDINT_H 1
  4220. | #define HAVE_UNISTD_H 1
  4221. | #define HAVE_ERRNO_H 1
  4222. | #define HAVE_FCNTL_H 1
  4223. | #define HAVE_FLOAT_H 1
  4224. | #define HAVE_LIMITS_H 1
  4225. | #define HAVE_MALLOC_H 1
  4226. | #define HAVE_STDINT_H 1
  4227. | #define HAVE_STDLIB_H 1
  4228. | #define HAVE_STRING_H 1
  4229. | #define HAVE_STRINGS_H 1
  4230. | #define HAVE_SYS_FILE_H 1
  4231. | #define HAVE_SYS_TIME_H 1
  4232. | #define HAVE_SYS_TIMEB_H 1
  4233. | #define HAVE_UNISTD_H 1
  4234. | #define HAVE_ASSERT_H 1
  4235. | #define HAVE_MATH_H 1
  4236. | #define HAVE_SYS_PARAM_H 1
  4237. | #define HAVE_SYS_TYPES_H 1
  4238. | #define HAVE_WINSOCK2_H 1
  4239. | #define HAVE_WINERROR_H 1
  4240. | #define HAVE_STDBOOL_H 1
  4241. | #define uid_t int
  4242. | #define gid_t int
  4243. | #define restrict __restrict
  4244. | #define HAVE_HASH_MAP 1
  4245. | #define HAVE_HASH_SET 1
  4246. | #define HAVE_UNORDERED_MAP 1
  4247. | #define HASH_MAP_H <tr1/unordered_map>
  4248. | #define HASH_SET_H <tr1/unordered_set>
  4249. | #define HASH_NAMESPACE std::tr1
  4250. | #define HASH_MAP_CLASS unordered_map
  4251. | #define HASH_SET_CLASS unordered_set
  4252. | /* end confdefs.h. */
  4253. | #include <vfork.h>
  4254. configure:7135: result: no
  4255. configure:7135: checking for vfork.h
  4256. configure:7135: result: no
  4257. configure:7148: checking for fork
  4258. configure:7148: clang++ -o conftest.exe -g -O2 -std=gnu++98 conftest.cpp >&5
  4259. C:\msys64\mingw64\bin\ld: C:\msys64\tmp\conftest-fae838.o: in function `main':
  4260. C:\Users\nico\dev\dlight\win64\ola-master/conftest.cpp:88: undefined reference to `fork'
  4261. clang++.exe: error: linker command failed with exit code 1 (use -v to see invocation)
  4262. configure:7148: $? = 1
  4263. configure: failed program was:
  4264. | /* confdefs.h */
  4265. | #define PACKAGE_NAME "OLA"
  4266. | #define PACKAGE_TARNAME "ola"
  4267. | #define PACKAGE_VERSION "0.10.7"
  4268. | #define PACKAGE_STRING "OLA 0.10.7"
  4269. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  4270. | #define PACKAGE_URL ""
  4271. | #define PACKAGE "ola"
  4272. | #define VERSION "0.10.7"
  4273. | #define HAVE_DIRENT_H 1
  4274. | #define HAVE_SYS_TYPES_H 1
  4275. | #define STDC_HEADERS 1
  4276. | #define HAVE_SYS_TYPES_H 1
  4277. | #define HAVE_SYS_STAT_H 1
  4278. | #define HAVE_STDLIB_H 1
  4279. | #define HAVE_STRING_H 1
  4280. | #define HAVE_MEMORY_H 1
  4281. | #define HAVE_STRINGS_H 1
  4282. | #define HAVE_INTTYPES_H 1
  4283. | #define HAVE_STDINT_H 1
  4284. | #define HAVE_UNISTD_H 1
  4285. | #define HAVE_ERRNO_H 1
  4286. | #define HAVE_FCNTL_H 1
  4287. | #define HAVE_FLOAT_H 1
  4288. | #define HAVE_LIMITS_H 1
  4289. | #define HAVE_MALLOC_H 1
  4290. | #define HAVE_STDINT_H 1
  4291. | #define HAVE_STDLIB_H 1
  4292. | #define HAVE_STRING_H 1
  4293. | #define HAVE_STRINGS_H 1
  4294. | #define HAVE_SYS_FILE_H 1
  4295. | #define HAVE_SYS_TIME_H 1
  4296. | #define HAVE_SYS_TIMEB_H 1
  4297. | #define HAVE_UNISTD_H 1
  4298. | #define HAVE_ASSERT_H 1
  4299. | #define HAVE_MATH_H 1
  4300. | #define HAVE_SYS_PARAM_H 1
  4301. | #define HAVE_SYS_TYPES_H 1
  4302. | #define HAVE_WINSOCK2_H 1
  4303. | #define HAVE_WINERROR_H 1
  4304. | #define HAVE_STDBOOL_H 1
  4305. | #define uid_t int
  4306. | #define gid_t int
  4307. | #define restrict __restrict
  4308. | #define HAVE_HASH_MAP 1
  4309. | #define HAVE_HASH_SET 1
  4310. | #define HAVE_UNORDERED_MAP 1
  4311. | #define HASH_MAP_H <tr1/unordered_map>
  4312. | #define HASH_SET_H <tr1/unordered_set>
  4313. | #define HASH_NAMESPACE std::tr1
  4314. | #define HASH_MAP_CLASS unordered_map
  4315. | #define HASH_SET_CLASS unordered_set
  4316. | /* end confdefs.h. */
  4317. | /* Define fork to an innocuous variant, in case <limits.h> declares fork.
  4318. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  4319. | #define fork innocuous_fork
  4320. |
  4321. | /* System header to define __stub macros and hopefully few prototypes,
  4322. | which can conflict with char fork (); below.
  4323. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  4324. | <limits.h> exists even on freestanding compilers. */
  4325. |
  4326. | #ifdef __STDC__
  4327. | # include <limits.h>
  4328. | #else
  4329. | # include <assert.h>
  4330. | #endif
  4331. |
  4332. | #undef fork
  4333. |
  4334. | /* Override any GCC internal prototype to avoid an error.
  4335. | Use char because int might match the return type of a GCC
  4336. | builtin and then its argument prototype would still apply. */
  4337. | #ifdef __cplusplus
  4338. | extern "C"
  4339. | #endif
  4340. | char fork ();
  4341. | /* The GNU C library defines this for functions which it implements
  4342. | to always fail with ENOSYS. Some functions are actually named
  4343. | something starting with __ and the normal name is an alias. */
  4344. | #if defined __stub_fork || defined __stub___fork
  4345. | choke me
  4346. | #endif
  4347. |
  4348. | int
  4349. | main ()
  4350. | {
  4351. | return fork ();
  4352. | ;
  4353. | return 0;
  4354. | }
  4355. configure:7148: result: no
  4356. configure:7148: checking for vfork
  4357. configure:7148: clang++ -o conftest.exe -g -O2 -std=gnu++98 conftest.cpp >&5
  4358. C:\msys64\mingw64\bin\ld: C:\msys64\tmp\conftest-fedda9.o: in function `main':
  4359. C:\Users\nico\dev\dlight\win64\ola-master/conftest.cpp:88: undefined reference to `vfork'
  4360. clang++.exe: error: linker command failed with exit code 1 (use -v to see invocation)
  4361. configure:7148: $? = 1
  4362. configure: failed program was:
  4363. | /* confdefs.h */
  4364. | #define PACKAGE_NAME "OLA"
  4365. | #define PACKAGE_TARNAME "ola"
  4366. | #define PACKAGE_VERSION "0.10.7"
  4367. | #define PACKAGE_STRING "OLA 0.10.7"
  4368. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  4369. | #define PACKAGE_URL ""
  4370. | #define PACKAGE "ola"
  4371. | #define VERSION "0.10.7"
  4372. | #define HAVE_DIRENT_H 1
  4373. | #define HAVE_SYS_TYPES_H 1
  4374. | #define STDC_HEADERS 1
  4375. | #define HAVE_SYS_TYPES_H 1
  4376. | #define HAVE_SYS_STAT_H 1
  4377. | #define HAVE_STDLIB_H 1
  4378. | #define HAVE_STRING_H 1
  4379. | #define HAVE_MEMORY_H 1
  4380. | #define HAVE_STRINGS_H 1
  4381. | #define HAVE_INTTYPES_H 1
  4382. | #define HAVE_STDINT_H 1
  4383. | #define HAVE_UNISTD_H 1
  4384. | #define HAVE_ERRNO_H 1
  4385. | #define HAVE_FCNTL_H 1
  4386. | #define HAVE_FLOAT_H 1
  4387. | #define HAVE_LIMITS_H 1
  4388. | #define HAVE_MALLOC_H 1
  4389. | #define HAVE_STDINT_H 1
  4390. | #define HAVE_STDLIB_H 1
  4391. | #define HAVE_STRING_H 1
  4392. | #define HAVE_STRINGS_H 1
  4393. | #define HAVE_SYS_FILE_H 1
  4394. | #define HAVE_SYS_TIME_H 1
  4395. | #define HAVE_SYS_TIMEB_H 1
  4396. | #define HAVE_UNISTD_H 1
  4397. | #define HAVE_ASSERT_H 1
  4398. | #define HAVE_MATH_H 1
  4399. | #define HAVE_SYS_PARAM_H 1
  4400. | #define HAVE_SYS_TYPES_H 1
  4401. | #define HAVE_WINSOCK2_H 1
  4402. | #define HAVE_WINERROR_H 1
  4403. | #define HAVE_STDBOOL_H 1
  4404. | #define uid_t int
  4405. | #define gid_t int
  4406. | #define restrict __restrict
  4407. | #define HAVE_HASH_MAP 1
  4408. | #define HAVE_HASH_SET 1
  4409. | #define HAVE_UNORDERED_MAP 1
  4410. | #define HASH_MAP_H <tr1/unordered_map>
  4411. | #define HASH_SET_H <tr1/unordered_set>
  4412. | #define HASH_NAMESPACE std::tr1
  4413. | #define HASH_MAP_CLASS unordered_map
  4414. | #define HASH_SET_CLASS unordered_set
  4415. | /* end confdefs.h. */
  4416. | /* Define vfork to an innocuous variant, in case <limits.h> declares vfork.
  4417. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  4418. | #define vfork innocuous_vfork
  4419. |
  4420. | /* System header to define __stub macros and hopefully few prototypes,
  4421. | which can conflict with char vfork (); below.
  4422. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  4423. | <limits.h> exists even on freestanding compilers. */
  4424. |
  4425. | #ifdef __STDC__
  4426. | # include <limits.h>
  4427. | #else
  4428. | # include <assert.h>
  4429. | #endif
  4430. |
  4431. | #undef vfork
  4432. |
  4433. | /* Override any GCC internal prototype to avoid an error.
  4434. | Use char because int might match the return type of a GCC
  4435. | builtin and then its argument prototype would still apply. */
  4436. | #ifdef __cplusplus
  4437. | extern "C"
  4438. | #endif
  4439. | char vfork ();
  4440. | /* The GNU C library defines this for functions which it implements
  4441. | to always fail with ENOSYS. Some functions are actually named
  4442. | something starting with __ and the normal name is an alias. */
  4443. | #if defined __stub_vfork || defined __stub___vfork
  4444. | choke me
  4445. | #endif
  4446. |
  4447. | int
  4448. | main ()
  4449. | {
  4450. | return vfork ();
  4451. | ;
  4452. | return 0;
  4453. | }
  4454. configure:7148: result: no
  4455. configure:7348: checking for stdlib.h
  4456. configure:7348: result: yes
  4457. configure:7358: checking for GNU libc compatible malloc
  4458. configure:7382: clang++ -o conftest.exe -g -O2 -std=gnu++98 conftest.cpp >&5
  4459. configure:7382: $? = 0
  4460. configure:7382: ./conftest.exe
  4461. configure:7382: $? = 0
  4462. configure:7392: result: yes
  4463. configure:7415: checking for stdlib.h
  4464. configure:7415: result: yes
  4465. configure:7425: checking for GNU libc compatible realloc
  4466. configure:7449: clang++ -o conftest.exe -g -O2 -std=gnu++98 conftest.cpp >&5
  4467. configure:7449: $? = 0
  4468. configure:7449: ./conftest.exe
  4469. configure:7449: $? = 0
  4470. configure:7459: result: yes
  4471. configure:7480: checking for working memcmp
  4472. configure:7523: clang++ -o conftest.exe -g -O2 -std=gnu++98 conftest.cpp >&5
  4473. configure:7523: $? = 0
  4474. configure:7523: ./conftest.exe
  4475. configure:7523: $? = 0
  4476. configure:7533: result: yes
  4477. configure:7545: checking sys/select.h usability
  4478. configure:7545: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  4479. conftest.cpp:92:10: fatal error: 'sys/select.h' file not found
  4480. #include <sys/select.h>
  4481. ^~~~~~~~~~~~~~
  4482. 1 error generated.
  4483. configure:7545: $? = 1
  4484. configure: failed program was:
  4485. | /* confdefs.h */
  4486. | #define PACKAGE_NAME "OLA"
  4487. | #define PACKAGE_TARNAME "ola"
  4488. | #define PACKAGE_VERSION "0.10.7"
  4489. | #define PACKAGE_STRING "OLA 0.10.7"
  4490. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  4491. | #define PACKAGE_URL ""
  4492. | #define PACKAGE "ola"
  4493. | #define VERSION "0.10.7"
  4494. | #define HAVE_DIRENT_H 1
  4495. | #define HAVE_SYS_TYPES_H 1
  4496. | #define STDC_HEADERS 1
  4497. | #define HAVE_SYS_TYPES_H 1
  4498. | #define HAVE_SYS_STAT_H 1
  4499. | #define HAVE_STDLIB_H 1
  4500. | #define HAVE_STRING_H 1
  4501. | #define HAVE_MEMORY_H 1
  4502. | #define HAVE_STRINGS_H 1
  4503. | #define HAVE_INTTYPES_H 1
  4504. | #define HAVE_STDINT_H 1
  4505. | #define HAVE_UNISTD_H 1
  4506. | #define HAVE_ERRNO_H 1
  4507. | #define HAVE_FCNTL_H 1
  4508. | #define HAVE_FLOAT_H 1
  4509. | #define HAVE_LIMITS_H 1
  4510. | #define HAVE_MALLOC_H 1
  4511. | #define HAVE_STDINT_H 1
  4512. | #define HAVE_STDLIB_H 1
  4513. | #define HAVE_STRING_H 1
  4514. | #define HAVE_STRINGS_H 1
  4515. | #define HAVE_SYS_FILE_H 1
  4516. | #define HAVE_SYS_TIME_H 1
  4517. | #define HAVE_SYS_TIMEB_H 1
  4518. | #define HAVE_UNISTD_H 1
  4519. | #define HAVE_ASSERT_H 1
  4520. | #define HAVE_MATH_H 1
  4521. | #define HAVE_SYS_PARAM_H 1
  4522. | #define HAVE_SYS_TYPES_H 1
  4523. | #define HAVE_WINSOCK2_H 1
  4524. | #define HAVE_WINERROR_H 1
  4525. | #define HAVE_STDBOOL_H 1
  4526. | #define uid_t int
  4527. | #define gid_t int
  4528. | #define restrict __restrict
  4529. | #define HAVE_HASH_MAP 1
  4530. | #define HAVE_HASH_SET 1
  4531. | #define HAVE_UNORDERED_MAP 1
  4532. | #define HASH_MAP_H <tr1/unordered_map>
  4533. | #define HASH_SET_H <tr1/unordered_set>
  4534. | #define HASH_NAMESPACE std::tr1
  4535. | #define HASH_MAP_CLASS unordered_map
  4536. | #define HASH_SET_CLASS unordered_set
  4537. | #define vfork fork
  4538. | #define HAVE_STDLIB_H 1
  4539. | #define HAVE_MALLOC 1
  4540. | #define HAVE_STDLIB_H 1
  4541. | #define HAVE_REALLOC 1
  4542. | /* end confdefs.h. */
  4543. | #include <stdio.h>
  4544. | #ifdef HAVE_SYS_TYPES_H
  4545. | # include <sys/types.h>
  4546. | #endif
  4547. | #ifdef HAVE_SYS_STAT_H
  4548. | # include <sys/stat.h>
  4549. | #endif
  4550. | #ifdef STDC_HEADERS
  4551. | # include <stdlib.h>
  4552. | # include <stddef.h>
  4553. | #else
  4554. | # ifdef HAVE_STDLIB_H
  4555. | # include <stdlib.h>
  4556. | # endif
  4557. | #endif
  4558. | #ifdef HAVE_STRING_H
  4559. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4560. | # include <memory.h>
  4561. | # endif
  4562. | # include <string.h>
  4563. | #endif
  4564. | #ifdef HAVE_STRINGS_H
  4565. | # include <strings.h>
  4566. | #endif
  4567. | #ifdef HAVE_INTTYPES_H
  4568. | # include <inttypes.h>
  4569. | #endif
  4570. | #ifdef HAVE_STDINT_H
  4571. | # include <stdint.h>
  4572. | #endif
  4573. | #ifdef HAVE_UNISTD_H
  4574. | # include <unistd.h>
  4575. | #endif
  4576. | #include <sys/select.h>
  4577. configure:7545: result: no
  4578. configure:7545: checking sys/select.h presence
  4579. configure:7545: clang++ -E conftest.cpp
  4580. conftest.cpp:59:10: fatal error: 'sys/select.h' file not found
  4581. #include <sys/select.h>
  4582. ^~~~~~~~~~~~~~
  4583. 1 error generated.
  4584. configure:7545: $? = 1
  4585. configure: failed program was:
  4586. | /* confdefs.h */
  4587. | #define PACKAGE_NAME "OLA"
  4588. | #define PACKAGE_TARNAME "ola"
  4589. | #define PACKAGE_VERSION "0.10.7"
  4590. | #define PACKAGE_STRING "OLA 0.10.7"
  4591. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  4592. | #define PACKAGE_URL ""
  4593. | #define PACKAGE "ola"
  4594. | #define VERSION "0.10.7"
  4595. | #define HAVE_DIRENT_H 1
  4596. | #define HAVE_SYS_TYPES_H 1
  4597. | #define STDC_HEADERS 1
  4598. | #define HAVE_SYS_TYPES_H 1
  4599. | #define HAVE_SYS_STAT_H 1
  4600. | #define HAVE_STDLIB_H 1
  4601. | #define HAVE_STRING_H 1
  4602. | #define HAVE_MEMORY_H 1
  4603. | #define HAVE_STRINGS_H 1
  4604. | #define HAVE_INTTYPES_H 1
  4605. | #define HAVE_STDINT_H 1
  4606. | #define HAVE_UNISTD_H 1
  4607. | #define HAVE_ERRNO_H 1
  4608. | #define HAVE_FCNTL_H 1
  4609. | #define HAVE_FLOAT_H 1
  4610. | #define HAVE_LIMITS_H 1
  4611. | #define HAVE_MALLOC_H 1
  4612. | #define HAVE_STDINT_H 1
  4613. | #define HAVE_STDLIB_H 1
  4614. | #define HAVE_STRING_H 1
  4615. | #define HAVE_STRINGS_H 1
  4616. | #define HAVE_SYS_FILE_H 1
  4617. | #define HAVE_SYS_TIME_H 1
  4618. | #define HAVE_SYS_TIMEB_H 1
  4619. | #define HAVE_UNISTD_H 1
  4620. | #define HAVE_ASSERT_H 1
  4621. | #define HAVE_MATH_H 1
  4622. | #define HAVE_SYS_PARAM_H 1
  4623. | #define HAVE_SYS_TYPES_H 1
  4624. | #define HAVE_WINSOCK2_H 1
  4625. | #define HAVE_WINERROR_H 1
  4626. | #define HAVE_STDBOOL_H 1
  4627. | #define uid_t int
  4628. | #define gid_t int
  4629. | #define restrict __restrict
  4630. | #define HAVE_HASH_MAP 1
  4631. | #define HAVE_HASH_SET 1
  4632. | #define HAVE_UNORDERED_MAP 1
  4633. | #define HASH_MAP_H <tr1/unordered_map>
  4634. | #define HASH_SET_H <tr1/unordered_set>
  4635. | #define HASH_NAMESPACE std::tr1
  4636. | #define HASH_MAP_CLASS unordered_map
  4637. | #define HASH_SET_CLASS unordered_set
  4638. | #define vfork fork
  4639. | #define HAVE_STDLIB_H 1
  4640. | #define HAVE_MALLOC 1
  4641. | #define HAVE_STDLIB_H 1
  4642. | #define HAVE_REALLOC 1
  4643. | /* end confdefs.h. */
  4644. | #include <sys/select.h>
  4645. configure:7545: result: no
  4646. configure:7545: checking for sys/select.h
  4647. configure:7545: result: no
  4648. configure:7545: checking for sys/socket.h
  4649. configure:7545: result: no
  4650. configure:7555: checking types of arguments for select
  4651. configure:7583: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  4652. conftest.cpp:103:10: error: unknown type name 'fd_set'
  4653. fd_set *, fd_set *, fd_set *,
  4654. ^
  4655. conftest.cpp:103:20: error: unknown type name 'fd_set'
  4656. fd_set *, fd_set *, fd_set *,
  4657. ^
  4658. conftest.cpp:103:30: error: unknown type name 'fd_set'
  4659. fd_set *, fd_set *, fd_set *,
  4660. ^
  4661. 3 errors generated.
  4662. configure:7583: $? = 1
  4663. configure: failed program was:
  4664. | /* confdefs.h */
  4665. | #define PACKAGE_NAME "OLA"
  4666. | #define PACKAGE_TARNAME "ola"
  4667. | #define PACKAGE_VERSION "0.10.7"
  4668. | #define PACKAGE_STRING "OLA 0.10.7"
  4669. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  4670. | #define PACKAGE_URL ""
  4671. | #define PACKAGE "ola"
  4672. | #define VERSION "0.10.7"
  4673. | #define HAVE_DIRENT_H 1
  4674. | #define HAVE_SYS_TYPES_H 1
  4675. | #define STDC_HEADERS 1
  4676. | #define HAVE_SYS_TYPES_H 1
  4677. | #define HAVE_SYS_STAT_H 1
  4678. | #define HAVE_STDLIB_H 1
  4679. | #define HAVE_STRING_H 1
  4680. | #define HAVE_MEMORY_H 1
  4681. | #define HAVE_STRINGS_H 1
  4682. | #define HAVE_INTTYPES_H 1
  4683. | #define HAVE_STDINT_H 1
  4684. | #define HAVE_UNISTD_H 1
  4685. | #define HAVE_ERRNO_H 1
  4686. | #define HAVE_FCNTL_H 1
  4687. | #define HAVE_FLOAT_H 1
  4688. | #define HAVE_LIMITS_H 1
  4689. | #define HAVE_MALLOC_H 1
  4690. | #define HAVE_STDINT_H 1
  4691. | #define HAVE_STDLIB_H 1
  4692. | #define HAVE_STRING_H 1
  4693. | #define HAVE_STRINGS_H 1
  4694. | #define HAVE_SYS_FILE_H 1
  4695. | #define HAVE_SYS_TIME_H 1
  4696. | #define HAVE_SYS_TIMEB_H 1
  4697. | #define HAVE_UNISTD_H 1
  4698. | #define HAVE_ASSERT_H 1
  4699. | #define HAVE_MATH_H 1
  4700. | #define HAVE_SYS_PARAM_H 1
  4701. | #define HAVE_SYS_TYPES_H 1
  4702. | #define HAVE_WINSOCK2_H 1
  4703. | #define HAVE_WINERROR_H 1
  4704. | #define HAVE_STDBOOL_H 1
  4705. | #define uid_t int
  4706. | #define gid_t int
  4707. | #define restrict __restrict
  4708. | #define HAVE_HASH_MAP 1
  4709. | #define HAVE_HASH_SET 1
  4710. | #define HAVE_UNORDERED_MAP 1
  4711. | #define HASH_MAP_H <tr1/unordered_map>
  4712. | #define HASH_SET_H <tr1/unordered_set>
  4713. | #define HASH_NAMESPACE std::tr1
  4714. | #define HASH_MAP_CLASS unordered_map
  4715. | #define HASH_SET_CLASS unordered_set
  4716. | #define vfork fork
  4717. | #define HAVE_STDLIB_H 1
  4718. | #define HAVE_MALLOC 1
  4719. | #define HAVE_STDLIB_H 1
  4720. | #define HAVE_REALLOC 1
  4721. | /* end confdefs.h. */
  4722. | #include <stdio.h>
  4723. | #ifdef HAVE_SYS_TYPES_H
  4724. | # include <sys/types.h>
  4725. | #endif
  4726. | #ifdef HAVE_SYS_STAT_H
  4727. | # include <sys/stat.h>
  4728. | #endif
  4729. | #ifdef STDC_HEADERS
  4730. | # include <stdlib.h>
  4731. | # include <stddef.h>
  4732. | #else
  4733. | # ifdef HAVE_STDLIB_H
  4734. | # include <stdlib.h>
  4735. | # endif
  4736. | #endif
  4737. | #ifdef HAVE_STRING_H
  4738. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4739. | # include <memory.h>
  4740. | # endif
  4741. | # include <string.h>
  4742. | #endif
  4743. | #ifdef HAVE_STRINGS_H
  4744. | # include <strings.h>
  4745. | #endif
  4746. | #ifdef HAVE_INTTYPES_H
  4747. | # include <inttypes.h>
  4748. | #endif
  4749. | #ifdef HAVE_STDINT_H
  4750. | # include <stdint.h>
  4751. | #endif
  4752. | #ifdef HAVE_UNISTD_H
  4753. | # include <unistd.h>
  4754. | #endif
  4755. | #ifdef HAVE_SYS_SELECT_H
  4756. | # include <sys/select.h>
  4757. | #endif
  4758. | #ifdef HAVE_SYS_SOCKET_H
  4759. | # include <sys/socket.h>
  4760. | #endif
  4761. |
  4762. | int
  4763. | main ()
  4764. | {
  4765. | extern int select (int,
  4766. | fd_set *, fd_set *, fd_set *,
  4767. | struct timeval *);
  4768. | ;
  4769. | return 0;
  4770. | }
  4771. configure:7583: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  4772. conftest.cpp:103:10: error: unknown type name 'fd_set'
  4773. fd_set *, fd_set *, fd_set *,
  4774. ^
  4775. conftest.cpp:103:20: error: unknown type name 'fd_set'
  4776. fd_set *, fd_set *, fd_set *,
  4777. ^
  4778. conftest.cpp:103:30: error: unknown type name 'fd_set'
  4779. fd_set *, fd_set *, fd_set *,
  4780. ^
  4781. 3 errors generated.
  4782. configure:7583: $? = 1
  4783. configure: failed program was:
  4784. | /* confdefs.h */
  4785. | #define PACKAGE_NAME "OLA"
  4786. | #define PACKAGE_TARNAME "ola"
  4787. | #define PACKAGE_VERSION "0.10.7"
  4788. | #define PACKAGE_STRING "OLA 0.10.7"
  4789. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  4790. | #define PACKAGE_URL ""
  4791. | #define PACKAGE "ola"
  4792. | #define VERSION "0.10.7"
  4793. | #define HAVE_DIRENT_H 1
  4794. | #define HAVE_SYS_TYPES_H 1
  4795. | #define STDC_HEADERS 1
  4796. | #define HAVE_SYS_TYPES_H 1
  4797. | #define HAVE_SYS_STAT_H 1
  4798. | #define HAVE_STDLIB_H 1
  4799. | #define HAVE_STRING_H 1
  4800. | #define HAVE_MEMORY_H 1
  4801. | #define HAVE_STRINGS_H 1
  4802. | #define HAVE_INTTYPES_H 1
  4803. | #define HAVE_STDINT_H 1
  4804. | #define HAVE_UNISTD_H 1
  4805. | #define HAVE_ERRNO_H 1
  4806. | #define HAVE_FCNTL_H 1
  4807. | #define HAVE_FLOAT_H 1
  4808. | #define HAVE_LIMITS_H 1
  4809. | #define HAVE_MALLOC_H 1
  4810. | #define HAVE_STDINT_H 1
  4811. | #define HAVE_STDLIB_H 1
  4812. | #define HAVE_STRING_H 1
  4813. | #define HAVE_STRINGS_H 1
  4814. | #define HAVE_SYS_FILE_H 1
  4815. | #define HAVE_SYS_TIME_H 1
  4816. | #define HAVE_SYS_TIMEB_H 1
  4817. | #define HAVE_UNISTD_H 1
  4818. | #define HAVE_ASSERT_H 1
  4819. | #define HAVE_MATH_H 1
  4820. | #define HAVE_SYS_PARAM_H 1
  4821. | #define HAVE_SYS_TYPES_H 1
  4822. | #define HAVE_WINSOCK2_H 1
  4823. | #define HAVE_WINERROR_H 1
  4824. | #define HAVE_STDBOOL_H 1
  4825. | #define uid_t int
  4826. | #define gid_t int
  4827. | #define restrict __restrict
  4828. | #define HAVE_HASH_MAP 1
  4829. | #define HAVE_HASH_SET 1
  4830. | #define HAVE_UNORDERED_MAP 1
  4831. | #define HASH_MAP_H <tr1/unordered_map>
  4832. | #define HASH_SET_H <tr1/unordered_set>
  4833. | #define HASH_NAMESPACE std::tr1
  4834. | #define HASH_MAP_CLASS unordered_map
  4835. | #define HASH_SET_CLASS unordered_set
  4836. | #define vfork fork
  4837. | #define HAVE_STDLIB_H 1
  4838. | #define HAVE_MALLOC 1
  4839. | #define HAVE_STDLIB_H 1
  4840. | #define HAVE_REALLOC 1
  4841. | /* end confdefs.h. */
  4842. | #include <stdio.h>
  4843. | #ifdef HAVE_SYS_TYPES_H
  4844. | # include <sys/types.h>
  4845. | #endif
  4846. | #ifdef HAVE_SYS_STAT_H
  4847. | # include <sys/stat.h>
  4848. | #endif
  4849. | #ifdef STDC_HEADERS
  4850. | # include <stdlib.h>
  4851. | # include <stddef.h>
  4852. | #else
  4853. | # ifdef HAVE_STDLIB_H
  4854. | # include <stdlib.h>
  4855. | # endif
  4856. | #endif
  4857. | #ifdef HAVE_STRING_H
  4858. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4859. | # include <memory.h>
  4860. | # endif
  4861. | # include <string.h>
  4862. | #endif
  4863. | #ifdef HAVE_STRINGS_H
  4864. | # include <strings.h>
  4865. | #endif
  4866. | #ifdef HAVE_INTTYPES_H
  4867. | # include <inttypes.h>
  4868. | #endif
  4869. | #ifdef HAVE_STDINT_H
  4870. | # include <stdint.h>
  4871. | #endif
  4872. | #ifdef HAVE_UNISTD_H
  4873. | # include <unistd.h>
  4874. | #endif
  4875. | #ifdef HAVE_SYS_SELECT_H
  4876. | # include <sys/select.h>
  4877. | #endif
  4878. | #ifdef HAVE_SYS_SOCKET_H
  4879. | # include <sys/socket.h>
  4880. | #endif
  4881. |
  4882. | int
  4883. | main ()
  4884. | {
  4885. | extern int select (int,
  4886. | fd_set *, fd_set *, fd_set *,
  4887. | const struct timeval *);
  4888. | ;
  4889. | return 0;
  4890. | }
  4891. configure:7583: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  4892. conftest.cpp:103:10: error: unknown type name 'fd_set'
  4893. fd_set *, fd_set *, fd_set *,
  4894. ^
  4895. conftest.cpp:103:20: error: unknown type name 'fd_set'
  4896. fd_set *, fd_set *, fd_set *,
  4897. ^
  4898. conftest.cpp:103:30: error: unknown type name 'fd_set'
  4899. fd_set *, fd_set *, fd_set *,
  4900. ^
  4901. 3 errors generated.
  4902. configure:7583: $? = 1
  4903. configure: failed program was:
  4904. | /* confdefs.h */
  4905. | #define PACKAGE_NAME "OLA"
  4906. | #define PACKAGE_TARNAME "ola"
  4907. | #define PACKAGE_VERSION "0.10.7"
  4908. | #define PACKAGE_STRING "OLA 0.10.7"
  4909. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  4910. | #define PACKAGE_URL ""
  4911. | #define PACKAGE "ola"
  4912. | #define VERSION "0.10.7"
  4913. | #define HAVE_DIRENT_H 1
  4914. | #define HAVE_SYS_TYPES_H 1
  4915. | #define STDC_HEADERS 1
  4916. | #define HAVE_SYS_TYPES_H 1
  4917. | #define HAVE_SYS_STAT_H 1
  4918. | #define HAVE_STDLIB_H 1
  4919. | #define HAVE_STRING_H 1
  4920. | #define HAVE_MEMORY_H 1
  4921. | #define HAVE_STRINGS_H 1
  4922. | #define HAVE_INTTYPES_H 1
  4923. | #define HAVE_STDINT_H 1
  4924. | #define HAVE_UNISTD_H 1
  4925. | #define HAVE_ERRNO_H 1
  4926. | #define HAVE_FCNTL_H 1
  4927. | #define HAVE_FLOAT_H 1
  4928. | #define HAVE_LIMITS_H 1
  4929. | #define HAVE_MALLOC_H 1
  4930. | #define HAVE_STDINT_H 1
  4931. | #define HAVE_STDLIB_H 1
  4932. | #define HAVE_STRING_H 1
  4933. | #define HAVE_STRINGS_H 1
  4934. | #define HAVE_SYS_FILE_H 1
  4935. | #define HAVE_SYS_TIME_H 1
  4936. | #define HAVE_SYS_TIMEB_H 1
  4937. | #define HAVE_UNISTD_H 1
  4938. | #define HAVE_ASSERT_H 1
  4939. | #define HAVE_MATH_H 1
  4940. | #define HAVE_SYS_PARAM_H 1
  4941. | #define HAVE_SYS_TYPES_H 1
  4942. | #define HAVE_WINSOCK2_H 1
  4943. | #define HAVE_WINERROR_H 1
  4944. | #define HAVE_STDBOOL_H 1
  4945. | #define uid_t int
  4946. | #define gid_t int
  4947. | #define restrict __restrict
  4948. | #define HAVE_HASH_MAP 1
  4949. | #define HAVE_HASH_SET 1
  4950. | #define HAVE_UNORDERED_MAP 1
  4951. | #define HASH_MAP_H <tr1/unordered_map>
  4952. | #define HASH_SET_H <tr1/unordered_set>
  4953. | #define HASH_NAMESPACE std::tr1
  4954. | #define HASH_MAP_CLASS unordered_map
  4955. | #define HASH_SET_CLASS unordered_set
  4956. | #define vfork fork
  4957. | #define HAVE_STDLIB_H 1
  4958. | #define HAVE_MALLOC 1
  4959. | #define HAVE_STDLIB_H 1
  4960. | #define HAVE_REALLOC 1
  4961. | /* end confdefs.h. */
  4962. | #include <stdio.h>
  4963. | #ifdef HAVE_SYS_TYPES_H
  4964. | # include <sys/types.h>
  4965. | #endif
  4966. | #ifdef HAVE_SYS_STAT_H
  4967. | # include <sys/stat.h>
  4968. | #endif
  4969. | #ifdef STDC_HEADERS
  4970. | # include <stdlib.h>
  4971. | # include <stddef.h>
  4972. | #else
  4973. | # ifdef HAVE_STDLIB_H
  4974. | # include <stdlib.h>
  4975. | # endif
  4976. | #endif
  4977. | #ifdef HAVE_STRING_H
  4978. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4979. | # include <memory.h>
  4980. | # endif
  4981. | # include <string.h>
  4982. | #endif
  4983. | #ifdef HAVE_STRINGS_H
  4984. | # include <strings.h>
  4985. | #endif
  4986. | #ifdef HAVE_INTTYPES_H
  4987. | # include <inttypes.h>
  4988. | #endif
  4989. | #ifdef HAVE_STDINT_H
  4990. | # include <stdint.h>
  4991. | #endif
  4992. | #ifdef HAVE_UNISTD_H
  4993. | # include <unistd.h>
  4994. | #endif
  4995. | #ifdef HAVE_SYS_SELECT_H
  4996. | # include <sys/select.h>
  4997. | #endif
  4998. | #ifdef HAVE_SYS_SOCKET_H
  4999. | # include <sys/socket.h>
  5000. | #endif
  5001. |
  5002. | int
  5003. | main ()
  5004. | {
  5005. | extern int select (size_t,
  5006. | fd_set *, fd_set *, fd_set *,
  5007. | struct timeval *);
  5008. | ;
  5009. | return 0;
  5010. | }
  5011. configure:7583: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  5012. conftest.cpp:103:10: error: unknown type name 'fd_set'
  5013. fd_set *, fd_set *, fd_set *,
  5014. ^
  5015. conftest.cpp:103:20: error: unknown type name 'fd_set'
  5016. fd_set *, fd_set *, fd_set *,
  5017. ^
  5018. conftest.cpp:103:30: error: unknown type name 'fd_set'
  5019. fd_set *, fd_set *, fd_set *,
  5020. ^
  5021. 3 errors generated.
  5022. configure:7583: $? = 1
  5023. configure: failed program was:
  5024. | /* confdefs.h */
  5025. | #define PACKAGE_NAME "OLA"
  5026. | #define PACKAGE_TARNAME "ola"
  5027. | #define PACKAGE_VERSION "0.10.7"
  5028. | #define PACKAGE_STRING "OLA 0.10.7"
  5029. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  5030. | #define PACKAGE_URL ""
  5031. | #define PACKAGE "ola"
  5032. | #define VERSION "0.10.7"
  5033. | #define HAVE_DIRENT_H 1
  5034. | #define HAVE_SYS_TYPES_H 1
  5035. | #define STDC_HEADERS 1
  5036. | #define HAVE_SYS_TYPES_H 1
  5037. | #define HAVE_SYS_STAT_H 1
  5038. | #define HAVE_STDLIB_H 1
  5039. | #define HAVE_STRING_H 1
  5040. | #define HAVE_MEMORY_H 1
  5041. | #define HAVE_STRINGS_H 1
  5042. | #define HAVE_INTTYPES_H 1
  5043. | #define HAVE_STDINT_H 1
  5044. | #define HAVE_UNISTD_H 1
  5045. | #define HAVE_ERRNO_H 1
  5046. | #define HAVE_FCNTL_H 1
  5047. | #define HAVE_FLOAT_H 1
  5048. | #define HAVE_LIMITS_H 1
  5049. | #define HAVE_MALLOC_H 1
  5050. | #define HAVE_STDINT_H 1
  5051. | #define HAVE_STDLIB_H 1
  5052. | #define HAVE_STRING_H 1
  5053. | #define HAVE_STRINGS_H 1
  5054. | #define HAVE_SYS_FILE_H 1
  5055. | #define HAVE_SYS_TIME_H 1
  5056. | #define HAVE_SYS_TIMEB_H 1
  5057. | #define HAVE_UNISTD_H 1
  5058. | #define HAVE_ASSERT_H 1
  5059. | #define HAVE_MATH_H 1
  5060. | #define HAVE_SYS_PARAM_H 1
  5061. | #define HAVE_SYS_TYPES_H 1
  5062. | #define HAVE_WINSOCK2_H 1
  5063. | #define HAVE_WINERROR_H 1
  5064. | #define HAVE_STDBOOL_H 1
  5065. | #define uid_t int
  5066. | #define gid_t int
  5067. | #define restrict __restrict
  5068. | #define HAVE_HASH_MAP 1
  5069. | #define HAVE_HASH_SET 1
  5070. | #define HAVE_UNORDERED_MAP 1
  5071. | #define HASH_MAP_H <tr1/unordered_map>
  5072. | #define HASH_SET_H <tr1/unordered_set>
  5073. | #define HASH_NAMESPACE std::tr1
  5074. | #define HASH_MAP_CLASS unordered_map
  5075. | #define HASH_SET_CLASS unordered_set
  5076. | #define vfork fork
  5077. | #define HAVE_STDLIB_H 1
  5078. | #define HAVE_MALLOC 1
  5079. | #define HAVE_STDLIB_H 1
  5080. | #define HAVE_REALLOC 1
  5081. | /* end confdefs.h. */
  5082. | #include <stdio.h>
  5083. | #ifdef HAVE_SYS_TYPES_H
  5084. | # include <sys/types.h>
  5085. | #endif
  5086. | #ifdef HAVE_SYS_STAT_H
  5087. | # include <sys/stat.h>
  5088. | #endif
  5089. | #ifdef STDC_HEADERS
  5090. | # include <stdlib.h>
  5091. | # include <stddef.h>
  5092. | #else
  5093. | # ifdef HAVE_STDLIB_H
  5094. | # include <stdlib.h>
  5095. | # endif
  5096. | #endif
  5097. | #ifdef HAVE_STRING_H
  5098. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5099. | # include <memory.h>
  5100. | # endif
  5101. | # include <string.h>
  5102. | #endif
  5103. | #ifdef HAVE_STRINGS_H
  5104. | # include <strings.h>
  5105. | #endif
  5106. | #ifdef HAVE_INTTYPES_H
  5107. | # include <inttypes.h>
  5108. | #endif
  5109. | #ifdef HAVE_STDINT_H
  5110. | # include <stdint.h>
  5111. | #endif
  5112. | #ifdef HAVE_UNISTD_H
  5113. | # include <unistd.h>
  5114. | #endif
  5115. | #ifdef HAVE_SYS_SELECT_H
  5116. | # include <sys/select.h>
  5117. | #endif
  5118. | #ifdef HAVE_SYS_SOCKET_H
  5119. | # include <sys/socket.h>
  5120. | #endif
  5121. |
  5122. | int
  5123. | main ()
  5124. | {
  5125. | extern int select (size_t,
  5126. | fd_set *, fd_set *, fd_set *,
  5127. | const struct timeval *);
  5128. | ;
  5129. | return 0;
  5130. | }
  5131. configure:7583: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  5132. conftest.cpp:103:10: error: unknown type name 'fd_set'
  5133. fd_set *, fd_set *, fd_set *,
  5134. ^
  5135. conftest.cpp:103:20: error: unknown type name 'fd_set'
  5136. fd_set *, fd_set *, fd_set *,
  5137. ^
  5138. conftest.cpp:103:30: error: unknown type name 'fd_set'
  5139. fd_set *, fd_set *, fd_set *,
  5140. ^
  5141. 3 errors generated.
  5142. configure:7583: $? = 1
  5143. configure: failed program was:
  5144. | /* confdefs.h */
  5145. | #define PACKAGE_NAME "OLA"
  5146. | #define PACKAGE_TARNAME "ola"
  5147. | #define PACKAGE_VERSION "0.10.7"
  5148. | #define PACKAGE_STRING "OLA 0.10.7"
  5149. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  5150. | #define PACKAGE_URL ""
  5151. | #define PACKAGE "ola"
  5152. | #define VERSION "0.10.7"
  5153. | #define HAVE_DIRENT_H 1
  5154. | #define HAVE_SYS_TYPES_H 1
  5155. | #define STDC_HEADERS 1
  5156. | #define HAVE_SYS_TYPES_H 1
  5157. | #define HAVE_SYS_STAT_H 1
  5158. | #define HAVE_STDLIB_H 1
  5159. | #define HAVE_STRING_H 1
  5160. | #define HAVE_MEMORY_H 1
  5161. | #define HAVE_STRINGS_H 1
  5162. | #define HAVE_INTTYPES_H 1
  5163. | #define HAVE_STDINT_H 1
  5164. | #define HAVE_UNISTD_H 1
  5165. | #define HAVE_ERRNO_H 1
  5166. | #define HAVE_FCNTL_H 1
  5167. | #define HAVE_FLOAT_H 1
  5168. | #define HAVE_LIMITS_H 1
  5169. | #define HAVE_MALLOC_H 1
  5170. | #define HAVE_STDINT_H 1
  5171. | #define HAVE_STDLIB_H 1
  5172. | #define HAVE_STRING_H 1
  5173. | #define HAVE_STRINGS_H 1
  5174. | #define HAVE_SYS_FILE_H 1
  5175. | #define HAVE_SYS_TIME_H 1
  5176. | #define HAVE_SYS_TIMEB_H 1
  5177. | #define HAVE_UNISTD_H 1
  5178. | #define HAVE_ASSERT_H 1
  5179. | #define HAVE_MATH_H 1
  5180. | #define HAVE_SYS_PARAM_H 1
  5181. | #define HAVE_SYS_TYPES_H 1
  5182. | #define HAVE_WINSOCK2_H 1
  5183. | #define HAVE_WINERROR_H 1
  5184. | #define HAVE_STDBOOL_H 1
  5185. | #define uid_t int
  5186. | #define gid_t int
  5187. | #define restrict __restrict
  5188. | #define HAVE_HASH_MAP 1
  5189. | #define HAVE_HASH_SET 1
  5190. | #define HAVE_UNORDERED_MAP 1
  5191. | #define HASH_MAP_H <tr1/unordered_map>
  5192. | #define HASH_SET_H <tr1/unordered_set>
  5193. | #define HASH_NAMESPACE std::tr1
  5194. | #define HASH_MAP_CLASS unordered_map
  5195. | #define HASH_SET_CLASS unordered_set
  5196. | #define vfork fork
  5197. | #define HAVE_STDLIB_H 1
  5198. | #define HAVE_MALLOC 1
  5199. | #define HAVE_STDLIB_H 1
  5200. | #define HAVE_REALLOC 1
  5201. | /* end confdefs.h. */
  5202. | #include <stdio.h>
  5203. | #ifdef HAVE_SYS_TYPES_H
  5204. | # include <sys/types.h>
  5205. | #endif
  5206. | #ifdef HAVE_SYS_STAT_H
  5207. | # include <sys/stat.h>
  5208. | #endif
  5209. | #ifdef STDC_HEADERS
  5210. | # include <stdlib.h>
  5211. | # include <stddef.h>
  5212. | #else
  5213. | # ifdef HAVE_STDLIB_H
  5214. | # include <stdlib.h>
  5215. | # endif
  5216. | #endif
  5217. | #ifdef HAVE_STRING_H
  5218. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5219. | # include <memory.h>
  5220. | # endif
  5221. | # include <string.h>
  5222. | #endif
  5223. | #ifdef HAVE_STRINGS_H
  5224. | # include <strings.h>
  5225. | #endif
  5226. | #ifdef HAVE_INTTYPES_H
  5227. | # include <inttypes.h>
  5228. | #endif
  5229. | #ifdef HAVE_STDINT_H
  5230. | # include <stdint.h>
  5231. | #endif
  5232. | #ifdef HAVE_UNISTD_H
  5233. | # include <unistd.h>
  5234. | #endif
  5235. | #ifdef HAVE_SYS_SELECT_H
  5236. | # include <sys/select.h>
  5237. | #endif
  5238. | #ifdef HAVE_SYS_SOCKET_H
  5239. | # include <sys/socket.h>
  5240. | #endif
  5241. |
  5242. | int
  5243. | main ()
  5244. | {
  5245. | extern int select (unsigned long int,
  5246. | fd_set *, fd_set *, fd_set *,
  5247. | struct timeval *);
  5248. | ;
  5249. | return 0;
  5250. | }
  5251. configure:7583: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  5252. conftest.cpp:103:10: error: unknown type name 'fd_set'
  5253. fd_set *, fd_set *, fd_set *,
  5254. ^
  5255. conftest.cpp:103:20: error: unknown type name 'fd_set'
  5256. fd_set *, fd_set *, fd_set *,
  5257. ^
  5258. conftest.cpp:103:30: error: unknown type name 'fd_set'
  5259. fd_set *, fd_set *, fd_set *,
  5260. ^
  5261. 3 errors generated.
  5262. configure:7583: $? = 1
  5263. configure: failed program was:
  5264. | /* confdefs.h */
  5265. | #define PACKAGE_NAME "OLA"
  5266. | #define PACKAGE_TARNAME "ola"
  5267. | #define PACKAGE_VERSION "0.10.7"
  5268. | #define PACKAGE_STRING "OLA 0.10.7"
  5269. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  5270. | #define PACKAGE_URL ""
  5271. | #define PACKAGE "ola"
  5272. | #define VERSION "0.10.7"
  5273. | #define HAVE_DIRENT_H 1
  5274. | #define HAVE_SYS_TYPES_H 1
  5275. | #define STDC_HEADERS 1
  5276. | #define HAVE_SYS_TYPES_H 1
  5277. | #define HAVE_SYS_STAT_H 1
  5278. | #define HAVE_STDLIB_H 1
  5279. | #define HAVE_STRING_H 1
  5280. | #define HAVE_MEMORY_H 1
  5281. | #define HAVE_STRINGS_H 1
  5282. | #define HAVE_INTTYPES_H 1
  5283. | #define HAVE_STDINT_H 1
  5284. | #define HAVE_UNISTD_H 1
  5285. | #define HAVE_ERRNO_H 1
  5286. | #define HAVE_FCNTL_H 1
  5287. | #define HAVE_FLOAT_H 1
  5288. | #define HAVE_LIMITS_H 1
  5289. | #define HAVE_MALLOC_H 1
  5290. | #define HAVE_STDINT_H 1
  5291. | #define HAVE_STDLIB_H 1
  5292. | #define HAVE_STRING_H 1
  5293. | #define HAVE_STRINGS_H 1
  5294. | #define HAVE_SYS_FILE_H 1
  5295. | #define HAVE_SYS_TIME_H 1
  5296. | #define HAVE_SYS_TIMEB_H 1
  5297. | #define HAVE_UNISTD_H 1
  5298. | #define HAVE_ASSERT_H 1
  5299. | #define HAVE_MATH_H 1
  5300. | #define HAVE_SYS_PARAM_H 1
  5301. | #define HAVE_SYS_TYPES_H 1
  5302. | #define HAVE_WINSOCK2_H 1
  5303. | #define HAVE_WINERROR_H 1
  5304. | #define HAVE_STDBOOL_H 1
  5305. | #define uid_t int
  5306. | #define gid_t int
  5307. | #define restrict __restrict
  5308. | #define HAVE_HASH_MAP 1
  5309. | #define HAVE_HASH_SET 1
  5310. | #define HAVE_UNORDERED_MAP 1
  5311. | #define HASH_MAP_H <tr1/unordered_map>
  5312. | #define HASH_SET_H <tr1/unordered_set>
  5313. | #define HASH_NAMESPACE std::tr1
  5314. | #define HASH_MAP_CLASS unordered_map
  5315. | #define HASH_SET_CLASS unordered_set
  5316. | #define vfork fork
  5317. | #define HAVE_STDLIB_H 1
  5318. | #define HAVE_MALLOC 1
  5319. | #define HAVE_STDLIB_H 1
  5320. | #define HAVE_REALLOC 1
  5321. | /* end confdefs.h. */
  5322. | #include <stdio.h>
  5323. | #ifdef HAVE_SYS_TYPES_H
  5324. | # include <sys/types.h>
  5325. | #endif
  5326. | #ifdef HAVE_SYS_STAT_H
  5327. | # include <sys/stat.h>
  5328. | #endif
  5329. | #ifdef STDC_HEADERS
  5330. | # include <stdlib.h>
  5331. | # include <stddef.h>
  5332. | #else
  5333. | # ifdef HAVE_STDLIB_H
  5334. | # include <stdlib.h>
  5335. | # endif
  5336. | #endif
  5337. | #ifdef HAVE_STRING_H
  5338. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5339. | # include <memory.h>
  5340. | # endif
  5341. | # include <string.h>
  5342. | #endif
  5343. | #ifdef HAVE_STRINGS_H
  5344. | # include <strings.h>
  5345. | #endif
  5346. | #ifdef HAVE_INTTYPES_H
  5347. | # include <inttypes.h>
  5348. | #endif
  5349. | #ifdef HAVE_STDINT_H
  5350. | # include <stdint.h>
  5351. | #endif
  5352. | #ifdef HAVE_UNISTD_H
  5353. | # include <unistd.h>
  5354. | #endif
  5355. | #ifdef HAVE_SYS_SELECT_H
  5356. | # include <sys/select.h>
  5357. | #endif
  5358. | #ifdef HAVE_SYS_SOCKET_H
  5359. | # include <sys/socket.h>
  5360. | #endif
  5361. |
  5362. | int
  5363. | main ()
  5364. | {
  5365. | extern int select (unsigned long int,
  5366. | fd_set *, fd_set *, fd_set *,
  5367. | const struct timeval *);
  5368. | ;
  5369. | return 0;
  5370. | }
  5371. configure:7583: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  5372. conftest.cpp:103:10: error: unknown type name 'fd_set'
  5373. fd_set *, fd_set *, fd_set *,
  5374. ^
  5375. conftest.cpp:103:20: error: unknown type name 'fd_set'
  5376. fd_set *, fd_set *, fd_set *,
  5377. ^
  5378. conftest.cpp:103:30: error: unknown type name 'fd_set'
  5379. fd_set *, fd_set *, fd_set *,
  5380. ^
  5381. 3 errors generated.
  5382. configure:7583: $? = 1
  5383. configure: failed program was:
  5384. | /* confdefs.h */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement