Advertisement
Guest User

Untitled

a guest
Jul 24th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 177.45 KB | None | 0 0
  1.  
  2. | #define PACKAGE_NAME "OLA"
  3. | #define PACKAGE_TARNAME "ola"
  4. | #define PACKAGE_VERSION "0.10.7"
  5. | #define PACKAGE_STRING "OLA 0.10.7"
  6. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  7. | #define PACKAGE_URL ""
  8. | #define PACKAGE "ola"
  9. | #define VERSION "0.10.7"
  10. | #define HAVE_DIRENT_H 1
  11. | #define HAVE_SYS_TYPES_H 1
  12. | #define STDC_HEADERS 1
  13. | #define HAVE_SYS_TYPES_H 1
  14. | #define HAVE_SYS_STAT_H 1
  15. | #define HAVE_STDLIB_H 1
  16. | #define HAVE_STRING_H 1
  17. | #define HAVE_MEMORY_H 1
  18. | #define HAVE_STRINGS_H 1
  19. | #define HAVE_INTTYPES_H 1
  20. | #define HAVE_STDINT_H 1
  21. | #define HAVE_UNISTD_H 1
  22. | #define HAVE_ERRNO_H 1
  23. | #define HAVE_FCNTL_H 1
  24. | #define HAVE_FLOAT_H 1
  25. | #define HAVE_LIMITS_H 1
  26. | #define HAVE_MALLOC_H 1
  27. | #define HAVE_STDINT_H 1
  28. | #define HAVE_STDLIB_H 1
  29. | #define HAVE_STRING_H 1
  30. | #define HAVE_STRINGS_H 1
  31. | #define HAVE_SYS_FILE_H 1
  32. | #define HAVE_SYS_TIME_H 1
  33. | #define HAVE_SYS_TIMEB_H 1
  34. | #define HAVE_UNISTD_H 1
  35. | #define HAVE_ASSERT_H 1
  36. | #define HAVE_MATH_H 1
  37. | #define HAVE_SYS_PARAM_H 1
  38. | #define HAVE_SYS_TYPES_H 1
  39. | #define HAVE_WINSOCK2_H 1
  40. | #define HAVE_WINERROR_H 1
  41. | #define HAVE_STDBOOL_H 1
  42. | #define uid_t int
  43. | #define gid_t int
  44. | #define restrict __restrict
  45. | #define HAVE_HASH_MAP 1
  46. | #define HAVE_HASH_SET 1
  47. | #define HAVE_UNORDERED_MAP 1
  48. | #define HASH_MAP_H <tr1/unordered_map>
  49. | #define HASH_SET_H <tr1/unordered_set>
  50. | #define HASH_NAMESPACE std::tr1
  51. | #define HASH_MAP_CLASS unordered_map
  52. | #define HASH_SET_CLASS unordered_set
  53. | #define vfork fork
  54. | #define HAVE_STDLIB_H 1
  55. | #define HAVE_MALLOC 1
  56. | #define HAVE_STDLIB_H 1
  57. | #define HAVE_REALLOC 1
  58. | /* end confdefs.h. */
  59. | #include <stdio.h>
  60. | #ifdef HAVE_SYS_TYPES_H
  61. | # include <sys/types.h>
  62. | #endif
  63. | #ifdef HAVE_SYS_STAT_H
  64. | # include <sys/stat.h>
  65. | #endif
  66. | #ifdef STDC_HEADERS
  67. | # include <stdlib.h>
  68. | # include <stddef.h>
  69. | #else
  70. | # ifdef HAVE_STDLIB_H
  71. | # include <stdlib.h>
  72. | # endif
  73. | #endif
  74. | #ifdef HAVE_STRING_H
  75. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  76. | # include <memory.h>
  77. | # endif
  78. | # include <string.h>
  79. | #endif
  80. | #ifdef HAVE_STRINGS_H
  81. | # include <strings.h>
  82. | #endif
  83. | #ifdef HAVE_INTTYPES_H
  84. | # include <inttypes.h>
  85. | #endif
  86. | #ifdef HAVE_STDINT_H
  87. | # include <stdint.h>
  88. | #endif
  89. | #ifdef HAVE_UNISTD_H
  90. | # include <unistd.h>
  91. | #endif
  92. | #ifdef HAVE_SYS_SELECT_H
  93. | # include <sys/select.h>
  94. | #endif
  95. | #ifdef HAVE_SYS_SOCKET_H
  96. | # include <sys/socket.h>
  97. | #endif
  98. |
  99. | int
  100. | main ()
  101. | {
  102. | extern int select (unsigned int,
  103. | fd_set *, fd_set *, fd_set *,
  104. | struct timeval *);
  105. | ;
  106. | return 0;
  107. | }
  108. configure:7583: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  109. conftest.cpp:103:10: error: unknown type name 'fd_set'
  110. fd_set *, fd_set *, fd_set *,
  111. ^
  112. conftest.cpp:103:20: error: unknown type name 'fd_set'
  113. fd_set *, fd_set *, fd_set *,
  114. ^
  115. conftest.cpp:103:30: error: unknown type name 'fd_set'
  116. fd_set *, fd_set *, fd_set *,
  117. ^
  118. 3 errors generated.
  119. configure:7583: $? = 1
  120. configure: failed program was:
  121. | /* confdefs.h */
  122. | #define PACKAGE_NAME "OLA"
  123. | #define PACKAGE_TARNAME "ola"
  124. | #define PACKAGE_VERSION "0.10.7"
  125. | #define PACKAGE_STRING "OLA 0.10.7"
  126. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  127. | #define PACKAGE_URL ""
  128. | #define PACKAGE "ola"
  129. | #define VERSION "0.10.7"
  130. | #define HAVE_DIRENT_H 1
  131. | #define HAVE_SYS_TYPES_H 1
  132. | #define STDC_HEADERS 1
  133. | #define HAVE_SYS_TYPES_H 1
  134. | #define HAVE_SYS_STAT_H 1
  135. | #define HAVE_STDLIB_H 1
  136. | #define HAVE_STRING_H 1
  137. | #define HAVE_MEMORY_H 1
  138. | #define HAVE_STRINGS_H 1
  139. | #define HAVE_INTTYPES_H 1
  140. | #define HAVE_STDINT_H 1
  141. | #define HAVE_UNISTD_H 1
  142. | #define HAVE_ERRNO_H 1
  143. | #define HAVE_FCNTL_H 1
  144. | #define HAVE_FLOAT_H 1
  145. | #define HAVE_LIMITS_H 1
  146. | #define HAVE_MALLOC_H 1
  147. | #define HAVE_STDINT_H 1
  148. | #define HAVE_STDLIB_H 1
  149. | #define HAVE_STRING_H 1
  150. | #define HAVE_STRINGS_H 1
  151. | #define HAVE_SYS_FILE_H 1
  152. | #define HAVE_SYS_TIME_H 1
  153. | #define HAVE_SYS_TIMEB_H 1
  154. | #define HAVE_UNISTD_H 1
  155. | #define HAVE_ASSERT_H 1
  156. | #define HAVE_MATH_H 1
  157. | #define HAVE_SYS_PARAM_H 1
  158. | #define HAVE_SYS_TYPES_H 1
  159. | #define HAVE_WINSOCK2_H 1
  160. | #define HAVE_WINERROR_H 1
  161. | #define HAVE_STDBOOL_H 1
  162. | #define uid_t int
  163. | #define gid_t int
  164. | #define restrict __restrict
  165. | #define HAVE_HASH_MAP 1
  166. | #define HAVE_HASH_SET 1
  167. | #define HAVE_UNORDERED_MAP 1
  168. | #define HASH_MAP_H <tr1/unordered_map>
  169. | #define HASH_SET_H <tr1/unordered_set>
  170. | #define HASH_NAMESPACE std::tr1
  171. | #define HASH_MAP_CLASS unordered_map
  172. | #define HASH_SET_CLASS unordered_set
  173. | #define vfork fork
  174. | #define HAVE_STDLIB_H 1
  175. | #define HAVE_MALLOC 1
  176. | #define HAVE_STDLIB_H 1
  177. | #define HAVE_REALLOC 1
  178. | /* end confdefs.h. */
  179. | #include <stdio.h>
  180. | #ifdef HAVE_SYS_TYPES_H
  181. | # include <sys/types.h>
  182. | #endif
  183. | #ifdef HAVE_SYS_STAT_H
  184. | # include <sys/stat.h>
  185. | #endif
  186. | #ifdef STDC_HEADERS
  187. | # include <stdlib.h>
  188. | # include <stddef.h>
  189. | #else
  190. | # ifdef HAVE_STDLIB_H
  191. | # include <stdlib.h>
  192. | # endif
  193. | #endif
  194. | #ifdef HAVE_STRING_H
  195. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  196. | # include <memory.h>
  197. | # endif
  198. | # include <string.h>
  199. | #endif
  200. | #ifdef HAVE_STRINGS_H
  201. | # include <strings.h>
  202. | #endif
  203. | #ifdef HAVE_INTTYPES_H
  204. | # include <inttypes.h>
  205. | #endif
  206. | #ifdef HAVE_STDINT_H
  207. | # include <stdint.h>
  208. | #endif
  209. | #ifdef HAVE_UNISTD_H
  210. | # include <unistd.h>
  211. | #endif
  212. | #ifdef HAVE_SYS_SELECT_H
  213. | # include <sys/select.h>
  214. | #endif
  215. | #ifdef HAVE_SYS_SOCKET_H
  216. | # include <sys/socket.h>
  217. | #endif
  218. |
  219. | int
  220. | main ()
  221. | {
  222. | extern int select (unsigned int,
  223. | fd_set *, fd_set *, fd_set *,
  224. | const struct timeval *);
  225. | ;
  226. | return 0;
  227. | }
  228. configure:7583: clang++ -c -g -O2 -std=gnu++98 conftest.cpp >&5
  229. configure:7583: $? = 0
  230. configure:7594: result: int,int *,struct timeval *
  231. configure:7617: checking whether lstat correctly handles trailing slash
  232. configure:7660: result: no
  233. configure:7679: checking whether stat accepts an empty string
  234. configure:7699: clang++ -o conftest.exe -g -O2 -std=gnu++98 conftest.cpp >&5
  235. configure:7699: $? = 0
  236. configure:7699: ./conftest.exe
  237. configure:7699: $? = 0
  238. configure:7709: result: no
  239. configure:7725: checking whether closedir returns void
  240. configure:7749: clang++ -o conftest.exe -g -O2 -std=gnu++98 conftest.cpp >&5
  241. configure:7749: $? = 0
  242. configure:7749: ./conftest.exe
  243. configure:7749: $? = 0
  244. configure:7759: result: no
  245. configure:7769: checking for vprintf
  246. configure:7769: clang++ -o conftest.exe -g -O2 -std=gnu++98 conftest.cpp >&5
  247. configure:7769: $? = 0
  248. configure:7769: result: yes
  249. configure:7775: checking for _doprnt
  250. configure:7775: clang++ -o conftest.exe -g -O2 -std=gnu++98 conftest.cpp >&5
  251. C:\msys64\mingw64\bin\ld: C:\msys64\tmp\conftest-a72393.o: in function `main':
  252. C:\Users\nico\dev\dlight\win64\ola-master/conftest.cpp:97: undefined reference to `_doprnt'
  253. clang++.exe: error: linker command failed with exit code 1 (use -v to see invocation)
  254. configure:7775: $? = 1
  255. configure: failed program was:
  256. | /* confdefs.h */
  257. | #define PACKAGE_NAME "OLA"
  258. | #define PACKAGE_TARNAME "ola"
  259. | #define PACKAGE_VERSION "0.10.7"
  260. | #define PACKAGE_STRING "OLA 0.10.7"
  261. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  262. | #define PACKAGE_URL ""
  263. | #define PACKAGE "ola"
  264. | #define VERSION "0.10.7"
  265. | #define HAVE_DIRENT_H 1
  266. | #define HAVE_SYS_TYPES_H 1
  267. | #define STDC_HEADERS 1
  268. | #define HAVE_SYS_TYPES_H 1
  269. | #define HAVE_SYS_STAT_H 1
  270. | #define HAVE_STDLIB_H 1
  271. | #define HAVE_STRING_H 1
  272. | #define HAVE_MEMORY_H 1
  273. | #define HAVE_STRINGS_H 1
  274. | #define HAVE_INTTYPES_H 1
  275. | #define HAVE_STDINT_H 1
  276. | #define HAVE_UNISTD_H 1
  277. | #define HAVE_ERRNO_H 1
  278. | #define HAVE_FCNTL_H 1
  279. | #define HAVE_FLOAT_H 1
  280. | #define HAVE_LIMITS_H 1
  281. | #define HAVE_MALLOC_H 1
  282. | #define HAVE_STDINT_H 1
  283. | #define HAVE_STDLIB_H 1
  284. | #define HAVE_STRING_H 1
  285. | #define HAVE_STRINGS_H 1
  286. | #define HAVE_SYS_FILE_H 1
  287. | #define HAVE_SYS_TIME_H 1
  288. | #define HAVE_SYS_TIMEB_H 1
  289. | #define HAVE_UNISTD_H 1
  290. | #define HAVE_ASSERT_H 1
  291. | #define HAVE_MATH_H 1
  292. | #define HAVE_SYS_PARAM_H 1
  293. | #define HAVE_SYS_TYPES_H 1
  294. | #define HAVE_WINSOCK2_H 1
  295. | #define HAVE_WINERROR_H 1
  296. | #define HAVE_STDBOOL_H 1
  297. | #define uid_t int
  298. | #define gid_t int
  299. | #define restrict __restrict
  300. | #define HAVE_HASH_MAP 1
  301. | #define HAVE_HASH_SET 1
  302. | #define HAVE_UNORDERED_MAP 1
  303. | #define HASH_MAP_H <tr1/unordered_map>
  304. | #define HASH_SET_H <tr1/unordered_set>
  305. | #define HASH_NAMESPACE std::tr1
  306. | #define HASH_MAP_CLASS unordered_map
  307. | #define HASH_SET_CLASS unordered_set
  308. | #define vfork fork
  309. | #define HAVE_STDLIB_H 1
  310. | #define HAVE_MALLOC 1
  311. | #define HAVE_STDLIB_H 1
  312. | #define HAVE_REALLOC 1
  313. | #define SELECT_TYPE_ARG1 int
  314. | #define SELECT_TYPE_ARG234 (int *)
  315. | #define SELECT_TYPE_ARG5 (struct timeval *)
  316. | #define HAVE_VPRINTF 1
  317. | /* end confdefs.h. */
  318. | /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
  319. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  320. | #define _doprnt innocuous__doprnt
  321. |
  322. | /* System header to define __stub macros and hopefully few prototypes,
  323. | which can conflict with char _doprnt (); below.
  324. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  325. | <limits.h> exists even on freestanding compilers. */
  326. |
  327. | #ifdef __STDC__
  328. | # include <limits.h>
  329. | #else
  330. | # include <assert.h>
  331. | #endif
  332. |
  333. | #undef _doprnt
  334. |
  335. | /* Override any GCC internal prototype to avoid an error.
  336. | Use char because int might match the return type of a GCC
  337. | builtin and then its argument prototype would still apply. */
  338. | #ifdef __cplusplus
  339. | extern "C"
  340. | #endif
  341. | char _doprnt ();
  342. | /* The GNU C library defines this for functions which it implements
  343. | to always fail with ENOSYS. Some functions are actually named
  344. | something starting with __ and the normal name is an alias. */
  345. | #if defined __stub__doprnt || defined __stub____doprnt
  346. | choke me
  347. | #endif
  348. |
  349. | int
  350. | main ()
  351. | {
  352. | return _doprnt ();
  353. | ;
  354. | return 0;
  355. | }
  356. configure:7775: result: no
  357. configure:7792: checking for bzero
  358. configure:7792: clang++ -o conftest.exe -g -O2 -std=gnu++98 conftest.cpp >&5
  359. C:\msys64\mingw64\bin\ld: C:\msys64\tmp\conftest-a26741.o: in function `main':
  360. C:\Users\nico\dev\dlight\win64\ola-master/conftest.cpp:97: undefined reference to `bzero'
  361. clang++.exe: error: linker command failed with exit code 1 (use -v to see invocation)
  362. configure:7792: $? = 1
  363. configure: failed program was:
  364. | /* confdefs.h */
  365. | #define PACKAGE_NAME "OLA"
  366. | #define PACKAGE_TARNAME "ola"
  367. | #define PACKAGE_VERSION "0.10.7"
  368. | #define PACKAGE_STRING "OLA 0.10.7"
  369. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  370. | #define PACKAGE_URL ""
  371. | #define PACKAGE "ola"
  372. | #define VERSION "0.10.7"
  373. | #define HAVE_DIRENT_H 1
  374. | #define HAVE_SYS_TYPES_H 1
  375. | #define STDC_HEADERS 1
  376. | #define HAVE_SYS_TYPES_H 1
  377. | #define HAVE_SYS_STAT_H 1
  378. | #define HAVE_STDLIB_H 1
  379. | #define HAVE_STRING_H 1
  380. | #define HAVE_MEMORY_H 1
  381. | #define HAVE_STRINGS_H 1
  382. | #define HAVE_INTTYPES_H 1
  383. | #define HAVE_STDINT_H 1
  384. | #define HAVE_UNISTD_H 1
  385. | #define HAVE_ERRNO_H 1
  386. | #define HAVE_FCNTL_H 1
  387. | #define HAVE_FLOAT_H 1
  388. | #define HAVE_LIMITS_H 1
  389. | #define HAVE_MALLOC_H 1
  390. | #define HAVE_STDINT_H 1
  391. | #define HAVE_STDLIB_H 1
  392. | #define HAVE_STRING_H 1
  393. | #define HAVE_STRINGS_H 1
  394. | #define HAVE_SYS_FILE_H 1
  395. | #define HAVE_SYS_TIME_H 1
  396. | #define HAVE_SYS_TIMEB_H 1
  397. | #define HAVE_UNISTD_H 1
  398. | #define HAVE_ASSERT_H 1
  399. | #define HAVE_MATH_H 1
  400. | #define HAVE_SYS_PARAM_H 1
  401. | #define HAVE_SYS_TYPES_H 1
  402. | #define HAVE_WINSOCK2_H 1
  403. | #define HAVE_WINERROR_H 1
  404. | #define HAVE_STDBOOL_H 1
  405. | #define uid_t int
  406. | #define gid_t int
  407. | #define restrict __restrict
  408. | #define HAVE_HASH_MAP 1
  409. | #define HAVE_HASH_SET 1
  410. | #define HAVE_UNORDERED_MAP 1
  411. | #define HASH_MAP_H <tr1/unordered_map>
  412. | #define HASH_SET_H <tr1/unordered_set>
  413. | #define HASH_NAMESPACE std::tr1
  414. | #define HASH_MAP_CLASS unordered_map
  415. | #define HASH_SET_CLASS unordered_set
  416. | #define vfork fork
  417. | #define HAVE_STDLIB_H 1
  418. | #define HAVE_MALLOC 1
  419. | #define HAVE_STDLIB_H 1
  420. | #define HAVE_REALLOC 1
  421. | #define SELECT_TYPE_ARG1 int
  422. | #define SELECT_TYPE_ARG234 (int *)
  423. | #define SELECT_TYPE_ARG5 (struct timeval *)
  424. | #define HAVE_VPRINTF 1
  425. | /* end confdefs.h. */
  426. | /* Define bzero to an innocuous variant, in case <limits.h> declares bzero.
  427. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  428. | #define bzero innocuous_bzero
  429. |
  430. | /* System header to define __stub macros and hopefully few prototypes,
  431. | which can conflict with char bzero (); below.
  432. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  433. | <limits.h> exists even on freestanding compilers. */
  434. |
  435. | #ifdef __STDC__
  436. | # include <limits.h>
  437. | #else
  438. | # include <assert.h>
  439. | #endif
  440. |
  441. | #undef bzero
  442. |
  443. | /* Override any GCC internal prototype to avoid an error.
  444. | Use char because int might match the return type of a GCC
  445. | builtin and then its argument prototype would still apply. */
  446. | #ifdef __cplusplus
  447. | extern "C"
  448. | #endif
  449. | char bzero ();
  450. | /* The GNU C library defines this for functions which it implements
  451. | to always fail with ENOSYS. Some functions are actually named
  452. | something starting with __ and the normal name is an alias. */
  453. | #if defined __stub_bzero || defined __stub___bzero
  454. | choke me
  455. | #endif
  456. |
  457. | int
  458. | main ()
  459. | {
  460. | return bzero ();
  461. | ;
  462. | return 0;
  463. | }
  464. configure:7792: result: no
  465. configure:7792: checking for gettimeofday
  466. configure:7792: clang++ -o conftest.exe -g -O2 -std=gnu++98 conftest.cpp >&5
  467. configure:7792: $? = 0
  468. configure:7792: result: yes
  469. configure:7792: checking for memmove
  470. configure:7792: clang++ -o conftest.exe -g -O2 -std=gnu++98 conftest.cpp >&5
  471. configure:7792: $? = 0
  472. configure:7792: result: yes
  473. configure:7792: checking for memset
  474. configure:7792: clang++ -o conftest.exe -g -O2 -std=gnu++98 conftest.cpp >&5
  475. configure:7792: $? = 0
  476. configure:7792: result: yes
  477. configure:7792: checking for mkdir
  478. configure:7792: clang++ -o conftest.exe -g -O2 -std=gnu++98 conftest.cpp >&5
  479. configure:7792: $? = 0
  480. configure:7792: result: yes
  481. configure:7792: checking for strdup
  482. configure:7792: clang++ -o conftest.exe -g -O2 -std=gnu++98 conftest.cpp >&5
  483. configure:7792: $? = 0
  484. configure:7792: result: yes
  485. configure:7792: checking for strrchr
  486. configure:7792: clang++ -o conftest.exe -g -O2 -std=gnu++98 conftest.cpp >&5
  487. configure:7792: $? = 0
  488. configure:7792: result: yes
  489. configure:7792: checking for if_nametoindex
  490. configure:7792: clang++ -o conftest.exe -g -O2 -std=gnu++98 conftest.cpp >&5
  491. C:\msys64\mingw64\bin\ld: C:\msys64\tmp\conftest-7a0f87.o: in function `main':
  492. C:\Users\nico\dev\dlight\win64\ola-master/conftest.cpp:103: undefined reference to `if_nametoindex'
  493. clang++.exe: error: linker command failed with exit code 1 (use -v to see invocation)
  494. configure:7792: $? = 1
  495. configure: failed program was:
  496. | /* confdefs.h */
  497. | #define PACKAGE_NAME "OLA"
  498. | #define PACKAGE_TARNAME "ola"
  499. | #define PACKAGE_VERSION "0.10.7"
  500. | #define PACKAGE_STRING "OLA 0.10.7"
  501. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  502. | #define PACKAGE_URL ""
  503. | #define PACKAGE "ola"
  504. | #define VERSION "0.10.7"
  505. | #define HAVE_DIRENT_H 1
  506. | #define HAVE_SYS_TYPES_H 1
  507. | #define STDC_HEADERS 1
  508. | #define HAVE_SYS_TYPES_H 1
  509. | #define HAVE_SYS_STAT_H 1
  510. | #define HAVE_STDLIB_H 1
  511. | #define HAVE_STRING_H 1
  512. | #define HAVE_MEMORY_H 1
  513. | #define HAVE_STRINGS_H 1
  514. | #define HAVE_INTTYPES_H 1
  515. | #define HAVE_STDINT_H 1
  516. | #define HAVE_UNISTD_H 1
  517. | #define HAVE_ERRNO_H 1
  518. | #define HAVE_FCNTL_H 1
  519. | #define HAVE_FLOAT_H 1
  520. | #define HAVE_LIMITS_H 1
  521. | #define HAVE_MALLOC_H 1
  522. | #define HAVE_STDINT_H 1
  523. | #define HAVE_STDLIB_H 1
  524. | #define HAVE_STRING_H 1
  525. | #define HAVE_STRINGS_H 1
  526. | #define HAVE_SYS_FILE_H 1
  527. | #define HAVE_SYS_TIME_H 1
  528. | #define HAVE_SYS_TIMEB_H 1
  529. | #define HAVE_UNISTD_H 1
  530. | #define HAVE_ASSERT_H 1
  531. | #define HAVE_MATH_H 1
  532. | #define HAVE_SYS_PARAM_H 1
  533. | #define HAVE_SYS_TYPES_H 1
  534. | #define HAVE_WINSOCK2_H 1
  535. | #define HAVE_WINERROR_H 1
  536. | #define HAVE_STDBOOL_H 1
  537. | #define uid_t int
  538. | #define gid_t int
  539. | #define restrict __restrict
  540. | #define HAVE_HASH_MAP 1
  541. | #define HAVE_HASH_SET 1
  542. | #define HAVE_UNORDERED_MAP 1
  543. | #define HASH_MAP_H <tr1/unordered_map>
  544. | #define HASH_SET_H <tr1/unordered_set>
  545. | #define HASH_NAMESPACE std::tr1
  546. | #define HASH_MAP_CLASS unordered_map
  547. | #define HASH_SET_CLASS unordered_set
  548. | #define vfork fork
  549. | #define HAVE_STDLIB_H 1
  550. | #define HAVE_MALLOC 1
  551. | #define HAVE_STDLIB_H 1
  552. | #define HAVE_REALLOC 1
  553. | #define SELECT_TYPE_ARG1 int
  554. | #define SELECT_TYPE_ARG234 (int *)
  555. | #define SELECT_TYPE_ARG5 (struct timeval *)
  556. | #define HAVE_VPRINTF 1
  557. | #define HAVE_GETTIMEOFDAY 1
  558. | #define HAVE_MEMMOVE 1
  559. | #define HAVE_MEMSET 1
  560. | #define HAVE_MKDIR 1
  561. | #define HAVE_STRDUP 1
  562. | #define HAVE_STRRCHR 1
  563. | /* end confdefs.h. */
  564. | /* Define if_nametoindex to an innocuous variant, in case <limits.h> declares if_nametoindex.
  565. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  566. | #define if_nametoindex innocuous_if_nametoindex
  567. |
  568. | /* System header to define __stub macros and hopefully few prototypes,
  569. | which can conflict with char if_nametoindex (); below.
  570. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  571. | <limits.h> exists even on freestanding compilers. */
  572. |
  573. | #ifdef __STDC__
  574. | # include <limits.h>
  575. | #else
  576. | # include <assert.h>
  577. | #endif
  578. |
  579. | #undef if_nametoindex
  580. |
  581. | /* Override any GCC internal prototype to avoid an error.
  582. | Use char because int might match the return type of a GCC
  583. | builtin and then its argument prototype would still apply. */
  584. | #ifdef __cplusplus
  585. | extern "C"
  586. | #endif
  587. | char if_nametoindex ();
  588. | /* The GNU C library defines this for functions which it implements
  589. | to always fail with ENOSYS. Some functions are actually named
  590. | something starting with __ and the normal name is an alias. */
  591. | #if defined __stub_if_nametoindex || defined __stub___if_nametoindex
  592. | choke me
  593. | #endif
  594. |
  595. | int
  596. | main ()
  597. | {
  598. | return if_nametoindex ();
  599. | ;
  600. | return 0;
  601. | }
  602. configure:7792: result: no
  603. configure:7792: checking for inet_ntoa
  604. configure:7792: clang++ -o conftest.exe -g -O2 -std=gnu++98 conftest.cpp >&5
  605. C:\msys64\mingw64\bin\ld: C:\msys64\tmp\conftest-06f6ec.o: in function `main':
  606. C:\Users\nico\dev\dlight\win64\ola-master/conftest.cpp:103: undefined reference to `inet_ntoa'
  607. clang++.exe: error: linker command failed with exit code 1 (use -v to see invocation)
  608. configure:7792: $? = 1
  609. configure: failed program was:
  610. | /* confdefs.h */
  611. | #define PACKAGE_NAME "OLA"
  612. | #define PACKAGE_TARNAME "ola"
  613. | #define PACKAGE_VERSION "0.10.7"
  614. | #define PACKAGE_STRING "OLA 0.10.7"
  615. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  616. | #define PACKAGE_URL ""
  617. | #define PACKAGE "ola"
  618. | #define VERSION "0.10.7"
  619. | #define HAVE_DIRENT_H 1
  620. | #define HAVE_SYS_TYPES_H 1
  621. | #define STDC_HEADERS 1
  622. | #define HAVE_SYS_TYPES_H 1
  623. | #define HAVE_SYS_STAT_H 1
  624. | #define HAVE_STDLIB_H 1
  625. | #define HAVE_STRING_H 1
  626. | #define HAVE_MEMORY_H 1
  627. | #define HAVE_STRINGS_H 1
  628. | #define HAVE_INTTYPES_H 1
  629. | #define HAVE_STDINT_H 1
  630. | #define HAVE_UNISTD_H 1
  631. | #define HAVE_ERRNO_H 1
  632. | #define HAVE_FCNTL_H 1
  633. | #define HAVE_FLOAT_H 1
  634. | #define HAVE_LIMITS_H 1
  635. | #define HAVE_MALLOC_H 1
  636. | #define HAVE_STDINT_H 1
  637. | #define HAVE_STDLIB_H 1
  638. | #define HAVE_STRING_H 1
  639. | #define HAVE_STRINGS_H 1
  640. | #define HAVE_SYS_FILE_H 1
  641. | #define HAVE_SYS_TIME_H 1
  642. | #define HAVE_SYS_TIMEB_H 1
  643. | #define HAVE_UNISTD_H 1
  644. | #define HAVE_ASSERT_H 1
  645. | #define HAVE_MATH_H 1
  646. | #define HAVE_SYS_PARAM_H 1
  647. | #define HAVE_SYS_TYPES_H 1
  648. | #define HAVE_WINSOCK2_H 1
  649. | #define HAVE_WINERROR_H 1
  650. | #define HAVE_STDBOOL_H 1
  651. | #define uid_t int
  652. | #define gid_t int
  653. | #define restrict __restrict
  654. | #define HAVE_HASH_MAP 1
  655. | #define HAVE_HASH_SET 1
  656. | #define HAVE_UNORDERED_MAP 1
  657. | #define HASH_MAP_H <tr1/unordered_map>
  658. | #define HASH_SET_H <tr1/unordered_set>
  659. | #define HASH_NAMESPACE std::tr1
  660. | #define HASH_MAP_CLASS unordered_map
  661. | #define HASH_SET_CLASS unordered_set
  662. | #define vfork fork
  663. | #define HAVE_STDLIB_H 1
  664. | #define HAVE_MALLOC 1
  665. | #define HAVE_STDLIB_H 1
  666. | #define HAVE_REALLOC 1
  667. | #define SELECT_TYPE_ARG1 int
  668. | #define SELECT_TYPE_ARG234 (int *)
  669. | #define SELECT_TYPE_ARG5 (struct timeval *)
  670. | #define HAVE_VPRINTF 1
  671. | #define HAVE_GETTIMEOFDAY 1
  672. | #define HAVE_MEMMOVE 1
  673. | #define HAVE_MEMSET 1
  674. | #define HAVE_MKDIR 1
  675. | #define HAVE_STRDUP 1
  676. | #define HAVE_STRRCHR 1
  677. | /* end confdefs.h. */
  678. | /* Define inet_ntoa to an innocuous variant, in case <limits.h> declares inet_ntoa.
  679. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  680. | #define inet_ntoa innocuous_inet_ntoa
  681. |
  682. | /* System header to define __stub macros and hopefully few prototypes,
  683. | which can conflict with char inet_ntoa (); below.
  684. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  685. | <limits.h> exists even on freestanding compilers. */
  686. |
  687. | #ifdef __STDC__
  688. | # include <limits.h>
  689. | #else
  690. | # include <assert.h>
  691. | #endif
  692. |
  693. | #undef inet_ntoa
  694. |
  695. | /* Override any GCC internal prototype to avoid an error.
  696. | Use char because int might match the return type of a GCC
  697. | builtin and then its argument prototype would still apply. */
  698. | #ifdef __cplusplus
  699. | extern "C"
  700. | #endif
  701. | char inet_ntoa ();
  702. | /* The GNU C library defines this for functions which it implements
  703. | to always fail with ENOSYS. Some functions are actually named
  704. | something starting with __ and the normal name is an alias. */
  705. | #if defined __stub_inet_ntoa || defined __stub___inet_ntoa
  706. | choke me
  707. | #endif
  708. |
  709. | int
  710. | main ()
  711. | {
  712. | return inet_ntoa ();
  713. | ;
  714. | return 0;
  715. | }
  716. configure:7792: result: no
  717. configure:7792: checking for inet_ntop
  718. configure:7792: clang++ -o conftest.exe -g -O2 -std=gnu++98 conftest.cpp >&5
  719. C:\msys64\mingw64\bin\ld: C:\msys64\tmp\conftest-e35449.o: in function `main':
  720. C:\Users\nico\dev\dlight\win64\ola-master/conftest.cpp:103: undefined reference to `inet_ntop'
  721. clang++.exe: error: linker command failed with exit code 1 (use -v to see invocation)
  722. configure:7792: $? = 1
  723. configure: failed program was:
  724. | /* confdefs.h */
  725. | #define PACKAGE_NAME "OLA"
  726. | #define PACKAGE_TARNAME "ola"
  727. | #define PACKAGE_VERSION "0.10.7"
  728. | #define PACKAGE_STRING "OLA 0.10.7"
  729. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  730. | #define PACKAGE_URL ""
  731. | #define PACKAGE "ola"
  732. | #define VERSION "0.10.7"
  733. | #define HAVE_DIRENT_H 1
  734. | #define HAVE_SYS_TYPES_H 1
  735. | #define STDC_HEADERS 1
  736. | #define HAVE_SYS_TYPES_H 1
  737. | #define HAVE_SYS_STAT_H 1
  738. | #define HAVE_STDLIB_H 1
  739. | #define HAVE_STRING_H 1
  740. | #define HAVE_MEMORY_H 1
  741. | #define HAVE_STRINGS_H 1
  742. | #define HAVE_INTTYPES_H 1
  743. | #define HAVE_STDINT_H 1
  744. | #define HAVE_UNISTD_H 1
  745. | #define HAVE_ERRNO_H 1
  746. | #define HAVE_FCNTL_H 1
  747. | #define HAVE_FLOAT_H 1
  748. | #define HAVE_LIMITS_H 1
  749. | #define HAVE_MALLOC_H 1
  750. | #define HAVE_STDINT_H 1
  751. | #define HAVE_STDLIB_H 1
  752. | #define HAVE_STRING_H 1
  753. | #define HAVE_STRINGS_H 1
  754. | #define HAVE_SYS_FILE_H 1
  755. | #define HAVE_SYS_TIME_H 1
  756. | #define HAVE_SYS_TIMEB_H 1
  757. | #define HAVE_UNISTD_H 1
  758. | #define HAVE_ASSERT_H 1
  759. | #define HAVE_MATH_H 1
  760. | #define HAVE_SYS_PARAM_H 1
  761. | #define HAVE_SYS_TYPES_H 1
  762. | #define HAVE_WINSOCK2_H 1
  763. | #define HAVE_WINERROR_H 1
  764. | #define HAVE_STDBOOL_H 1
  765. | #define uid_t int
  766. | #define gid_t int
  767. | #define restrict __restrict
  768. | #define HAVE_HASH_MAP 1
  769. | #define HAVE_HASH_SET 1
  770. | #define HAVE_UNORDERED_MAP 1
  771. | #define HASH_MAP_H <tr1/unordered_map>
  772. | #define HASH_SET_H <tr1/unordered_set>
  773. | #define HASH_NAMESPACE std::tr1
  774. | #define HASH_MAP_CLASS unordered_map
  775. | #define HASH_SET_CLASS unordered_set
  776. | #define vfork fork
  777. | #define HAVE_STDLIB_H 1
  778. | #define HAVE_MALLOC 1
  779. | #define HAVE_STDLIB_H 1
  780. | #define HAVE_REALLOC 1
  781. | #define SELECT_TYPE_ARG1 int
  782. | #define SELECT_TYPE_ARG234 (int *)
  783. | #define SELECT_TYPE_ARG5 (struct timeval *)
  784. | #define HAVE_VPRINTF 1
  785. | #define HAVE_GETTIMEOFDAY 1
  786. | #define HAVE_MEMMOVE 1
  787. | #define HAVE_MEMSET 1
  788. | #define HAVE_MKDIR 1
  789. | #define HAVE_STRDUP 1
  790. | #define HAVE_STRRCHR 1
  791. | /* end confdefs.h. */
  792. | /* Define inet_ntop to an innocuous variant, in case <limits.h> declares inet_ntop.
  793. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  794. | #define inet_ntop innocuous_inet_ntop
  795. |
  796. | /* System header to define __stub macros and hopefully few prototypes,
  797. | which can conflict with char inet_ntop (); below.
  798. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  799. | <limits.h> exists even on freestanding compilers. */
  800. |
  801. | #ifdef __STDC__
  802. | # include <limits.h>
  803. | #else
  804. | # include <assert.h>
  805. | #endif
  806. |
  807. | #undef inet_ntop
  808. |
  809. | /* Override any GCC internal prototype to avoid an error.
  810. | Use char because int might match the return type of a GCC
  811. | builtin and then its argument prototype would still apply. */
  812. | #ifdef __cplusplus
  813. | extern "C"
  814. | #endif
  815. | char inet_ntop ();
  816. | /* The GNU C library defines this for functions which it implements
  817. | to always fail with ENOSYS. Some functions are actually named
  818. | something starting with __ and the normal name is an alias. */
  819. | #if defined __stub_inet_ntop || defined __stub___inet_ntop
  820. | choke me
  821. | #endif
  822. |
  823. | int
  824. | main ()
  825. | {
  826. | return inet_ntop ();
  827. | ;
  828. | return 0;
  829. | }
  830. configure:7792: result: no
  831. configure:7792: checking for inet_aton
  832. configure:7792: clang++ -o conftest.exe -g -O2 -std=gnu++98 conftest.cpp >&5
  833. C:\msys64\mingw64\bin\ld: C:\msys64\tmp\conftest-0385a6.o: in function `main':
  834. C:\Users\nico\dev\dlight\win64\ola-master/conftest.cpp:103: undefined reference to `inet_aton'
  835. clang++.exe: error: linker command failed with exit code 1 (use -v to see invocation)
  836. configure:7792: $? = 1
  837. configure: failed program was:
  838. | /* confdefs.h */
  839. | #define PACKAGE_NAME "OLA"
  840. | #define PACKAGE_TARNAME "ola"
  841. | #define PACKAGE_VERSION "0.10.7"
  842. | #define PACKAGE_STRING "OLA 0.10.7"
  843. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  844. | #define PACKAGE_URL ""
  845. | #define PACKAGE "ola"
  846. | #define VERSION "0.10.7"
  847. | #define HAVE_DIRENT_H 1
  848. | #define HAVE_SYS_TYPES_H 1
  849. | #define STDC_HEADERS 1
  850. | #define HAVE_SYS_TYPES_H 1
  851. | #define HAVE_SYS_STAT_H 1
  852. | #define HAVE_STDLIB_H 1
  853. | #define HAVE_STRING_H 1
  854. | #define HAVE_MEMORY_H 1
  855. | #define HAVE_STRINGS_H 1
  856. | #define HAVE_INTTYPES_H 1
  857. | #define HAVE_STDINT_H 1
  858. | #define HAVE_UNISTD_H 1
  859. | #define HAVE_ERRNO_H 1
  860. | #define HAVE_FCNTL_H 1
  861. | #define HAVE_FLOAT_H 1
  862. | #define HAVE_LIMITS_H 1
  863. | #define HAVE_MALLOC_H 1
  864. | #define HAVE_STDINT_H 1
  865. | #define HAVE_STDLIB_H 1
  866. | #define HAVE_STRING_H 1
  867. | #define HAVE_STRINGS_H 1
  868. | #define HAVE_SYS_FILE_H 1
  869. | #define HAVE_SYS_TIME_H 1
  870. | #define HAVE_SYS_TIMEB_H 1
  871. | #define HAVE_UNISTD_H 1
  872. | #define HAVE_ASSERT_H 1
  873. | #define HAVE_MATH_H 1
  874. | #define HAVE_SYS_PARAM_H 1
  875. | #define HAVE_SYS_TYPES_H 1
  876. | #define HAVE_WINSOCK2_H 1
  877. | #define HAVE_WINERROR_H 1
  878. | #define HAVE_STDBOOL_H 1
  879. | #define uid_t int
  880. | #define gid_t int
  881. | #define restrict __restrict
  882. | #define HAVE_HASH_MAP 1
  883. | #define HAVE_HASH_SET 1
  884. | #define HAVE_UNORDERED_MAP 1
  885. | #define HASH_MAP_H <tr1/unordered_map>
  886. | #define HASH_SET_H <tr1/unordered_set>
  887. | #define HASH_NAMESPACE std::tr1
  888. | #define HASH_MAP_CLASS unordered_map
  889. | #define HASH_SET_CLASS unordered_set
  890. | #define vfork fork
  891. | #define HAVE_STDLIB_H 1
  892. | #define HAVE_MALLOC 1
  893. | #define HAVE_STDLIB_H 1
  894. | #define HAVE_REALLOC 1
  895. | #define SELECT_TYPE_ARG1 int
  896. | #define SELECT_TYPE_ARG234 (int *)
  897. | #define SELECT_TYPE_ARG5 (struct timeval *)
  898. | #define HAVE_VPRINTF 1
  899. | #define HAVE_GETTIMEOFDAY 1
  900. | #define HAVE_MEMMOVE 1
  901. | #define HAVE_MEMSET 1
  902. | #define HAVE_MKDIR 1
  903. | #define HAVE_STRDUP 1
  904. | #define HAVE_STRRCHR 1
  905. | /* end confdefs.h. */
  906. | /* Define inet_aton to an innocuous variant, in case <limits.h> declares inet_aton.
  907. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  908. | #define inet_aton innocuous_inet_aton
  909. |
  910. | /* System header to define __stub macros and hopefully few prototypes,
  911. | which can conflict with char inet_aton (); below.
  912. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  913. | <limits.h> exists even on freestanding compilers. */
  914. |
  915. | #ifdef __STDC__
  916. | # include <limits.h>
  917. | #else
  918. | # include <assert.h>
  919. | #endif
  920. |
  921. | #undef inet_aton
  922. |
  923. | /* Override any GCC internal prototype to avoid an error.
  924. | Use char because int might match the return type of a GCC
  925. | builtin and then its argument prototype would still apply. */
  926. | #ifdef __cplusplus
  927. | extern "C"
  928. | #endif
  929. | char inet_aton ();
  930. | /* The GNU C library defines this for functions which it implements
  931. | to always fail with ENOSYS. Some functions are actually named
  932. | something starting with __ and the normal name is an alias. */
  933. | #if defined __stub_inet_aton || defined __stub___inet_aton
  934. | choke me
  935. | #endif
  936. |
  937. | int
  938. | main ()
  939. | {
  940. | return inet_aton ();
  941. | ;
  942. | return 0;
  943. | }
  944. configure:7792: result: no
  945. configure:7792: checking for inet_pton
  946. configure:7792: clang++ -o conftest.exe -g -O2 -std=gnu++98 conftest.cpp >&5
  947. C:\msys64\mingw64\bin\ld: C:\msys64\tmp\conftest-0a9af1.o: in function `main':
  948. C:\Users\nico\dev\dlight\win64\ola-master/conftest.cpp:103: undefined reference to `inet_pton'
  949. clang++.exe: error: linker command failed with exit code 1 (use -v to see invocation)
  950. configure:7792: $? = 1
  951. configure: failed program was:
  952. | /* confdefs.h */
  953. | #define PACKAGE_NAME "OLA"
  954. | #define PACKAGE_TARNAME "ola"
  955. | #define PACKAGE_VERSION "0.10.7"
  956. | #define PACKAGE_STRING "OLA 0.10.7"
  957. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  958. | #define PACKAGE_URL ""
  959. | #define PACKAGE "ola"
  960. | #define VERSION "0.10.7"
  961. | #define HAVE_DIRENT_H 1
  962. | #define HAVE_SYS_TYPES_H 1
  963. | #define STDC_HEADERS 1
  964. | #define HAVE_SYS_TYPES_H 1
  965. | #define HAVE_SYS_STAT_H 1
  966. | #define HAVE_STDLIB_H 1
  967. | #define HAVE_STRING_H 1
  968. | #define HAVE_MEMORY_H 1
  969. | #define HAVE_STRINGS_H 1
  970. | #define HAVE_INTTYPES_H 1
  971. | #define HAVE_STDINT_H 1
  972. | #define HAVE_UNISTD_H 1
  973. | #define HAVE_ERRNO_H 1
  974. | #define HAVE_FCNTL_H 1
  975. | #define HAVE_FLOAT_H 1
  976. | #define HAVE_LIMITS_H 1
  977. | #define HAVE_MALLOC_H 1
  978. | #define HAVE_STDINT_H 1
  979. | #define HAVE_STDLIB_H 1
  980. | #define HAVE_STRING_H 1
  981. | #define HAVE_STRINGS_H 1
  982. | #define HAVE_SYS_FILE_H 1
  983. | #define HAVE_SYS_TIME_H 1
  984. | #define HAVE_SYS_TIMEB_H 1
  985. | #define HAVE_UNISTD_H 1
  986. | #define HAVE_ASSERT_H 1
  987. | #define HAVE_MATH_H 1
  988. | #define HAVE_SYS_PARAM_H 1
  989. | #define HAVE_SYS_TYPES_H 1
  990. | #define HAVE_WINSOCK2_H 1
  991. | #define HAVE_WINERROR_H 1
  992. | #define HAVE_STDBOOL_H 1
  993. | #define uid_t int
  994. | #define gid_t int
  995. | #define restrict __restrict
  996. | #define HAVE_HASH_MAP 1
  997. | #define HAVE_HASH_SET 1
  998. | #define HAVE_UNORDERED_MAP 1
  999. | #define HASH_MAP_H <tr1/unordered_map>
  1000. | #define HASH_SET_H <tr1/unordered_set>
  1001. | #define HASH_NAMESPACE std::tr1
  1002. | #define HASH_MAP_CLASS unordered_map
  1003. | #define HASH_SET_CLASS unordered_set
  1004. | #define vfork fork
  1005. | #define HAVE_STDLIB_H 1
  1006. | #define HAVE_MALLOC 1
  1007. | #define HAVE_STDLIB_H 1
  1008. | #define HAVE_REALLOC 1
  1009. | #define SELECT_TYPE_ARG1 int
  1010. | #define SELECT_TYPE_ARG234 (int *)
  1011. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1012. | #define HAVE_VPRINTF 1
  1013. | #define HAVE_GETTIMEOFDAY 1
  1014. | #define HAVE_MEMMOVE 1
  1015. | #define HAVE_MEMSET 1
  1016. | #define HAVE_MKDIR 1
  1017. | #define HAVE_STRDUP 1
  1018. | #define HAVE_STRRCHR 1
  1019. | /* end confdefs.h. */
  1020. | /* Define inet_pton to an innocuous variant, in case <limits.h> declares inet_pton.
  1021. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1022. | #define inet_pton innocuous_inet_pton
  1023. |
  1024. | /* System header to define __stub macros and hopefully few prototypes,
  1025. | which can conflict with char inet_pton (); below.
  1026. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1027. | <limits.h> exists even on freestanding compilers. */
  1028. |
  1029. | #ifdef __STDC__
  1030. | # include <limits.h>
  1031. | #else
  1032. | # include <assert.h>
  1033. | #endif
  1034. |
  1035. | #undef inet_pton
  1036. |
  1037. | /* Override any GCC internal prototype to avoid an error.
  1038. | Use char because int might match the return type of a GCC
  1039. | builtin and then its argument prototype would still apply. */
  1040. | #ifdef __cplusplus
  1041. | extern "C"
  1042. | #endif
  1043. | char inet_pton ();
  1044. | /* The GNU C library defines this for functions which it implements
  1045. | to always fail with ENOSYS. Some functions are actually named
  1046. | something starting with __ and the normal name is an alias. */
  1047. | #if defined __stub_inet_pton || defined __stub___inet_pton
  1048. | choke me
  1049. | #endif
  1050. |
  1051. | int
  1052. | main ()
  1053. | {
  1054. | return inet_pton ();
  1055. | ;
  1056. | return 0;
  1057. | }
  1058. configure:7792: result: no
  1059. configure:7792: checking for select
  1060. configure:7792: clang++ -o conftest.exe -g -O2 -std=gnu++98 conftest.cpp >&5
  1061. C:\msys64\mingw64\bin\ld: C:\msys64\tmp\conftest-84b305.o: in function `main':
  1062. C:\Users\nico\dev\dlight\win64\ola-master/conftest.cpp:103: undefined reference to `select'
  1063. clang++.exe: error: linker command failed with exit code 1 (use -v to see invocation)
  1064. configure:7792: $? = 1
  1065. configure: failed program was:
  1066. | /* confdefs.h */
  1067. | #define PACKAGE_NAME "OLA"
  1068. | #define PACKAGE_TARNAME "ola"
  1069. | #define PACKAGE_VERSION "0.10.7"
  1070. | #define PACKAGE_STRING "OLA 0.10.7"
  1071. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  1072. | #define PACKAGE_URL ""
  1073. | #define PACKAGE "ola"
  1074. | #define VERSION "0.10.7"
  1075. | #define HAVE_DIRENT_H 1
  1076. | #define HAVE_SYS_TYPES_H 1
  1077. | #define STDC_HEADERS 1
  1078. | #define HAVE_SYS_TYPES_H 1
  1079. | #define HAVE_SYS_STAT_H 1
  1080. | #define HAVE_STDLIB_H 1
  1081. | #define HAVE_STRING_H 1
  1082. | #define HAVE_MEMORY_H 1
  1083. | #define HAVE_STRINGS_H 1
  1084. | #define HAVE_INTTYPES_H 1
  1085. | #define HAVE_STDINT_H 1
  1086. | #define HAVE_UNISTD_H 1
  1087. | #define HAVE_ERRNO_H 1
  1088. | #define HAVE_FCNTL_H 1
  1089. | #define HAVE_FLOAT_H 1
  1090. | #define HAVE_LIMITS_H 1
  1091. | #define HAVE_MALLOC_H 1
  1092. | #define HAVE_STDINT_H 1
  1093. | #define HAVE_STDLIB_H 1
  1094. | #define HAVE_STRING_H 1
  1095. | #define HAVE_STRINGS_H 1
  1096. | #define HAVE_SYS_FILE_H 1
  1097. | #define HAVE_SYS_TIME_H 1
  1098. | #define HAVE_SYS_TIMEB_H 1
  1099. | #define HAVE_UNISTD_H 1
  1100. | #define HAVE_ASSERT_H 1
  1101. | #define HAVE_MATH_H 1
  1102. | #define HAVE_SYS_PARAM_H 1
  1103. | #define HAVE_SYS_TYPES_H 1
  1104. | #define HAVE_WINSOCK2_H 1
  1105. | #define HAVE_WINERROR_H 1
  1106. | #define HAVE_STDBOOL_H 1
  1107. | #define uid_t int
  1108. | #define gid_t int
  1109. | #define restrict __restrict
  1110. | #define HAVE_HASH_MAP 1
  1111. | #define HAVE_HASH_SET 1
  1112. | #define HAVE_UNORDERED_MAP 1
  1113. | #define HASH_MAP_H <tr1/unordered_map>
  1114. | #define HASH_SET_H <tr1/unordered_set>
  1115. | #define HASH_NAMESPACE std::tr1
  1116. | #define HASH_MAP_CLASS unordered_map
  1117. | #define HASH_SET_CLASS unordered_set
  1118. | #define vfork fork
  1119. | #define HAVE_STDLIB_H 1
  1120. | #define HAVE_MALLOC 1
  1121. | #define HAVE_STDLIB_H 1
  1122. | #define HAVE_REALLOC 1
  1123. | #define SELECT_TYPE_ARG1 int
  1124. | #define SELECT_TYPE_ARG234 (int *)
  1125. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1126. | #define HAVE_VPRINTF 1
  1127. | #define HAVE_GETTIMEOFDAY 1
  1128. | #define HAVE_MEMMOVE 1
  1129. | #define HAVE_MEMSET 1
  1130. | #define HAVE_MKDIR 1
  1131. | #define HAVE_STRDUP 1
  1132. | #define HAVE_STRRCHR 1
  1133. | /* end confdefs.h. */
  1134. | /* Define select to an innocuous variant, in case <limits.h> declares select.
  1135. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1136. | #define select innocuous_select
  1137. |
  1138. | /* System header to define __stub macros and hopefully few prototypes,
  1139. | which can conflict with char select (); below.
  1140. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1141. | <limits.h> exists even on freestanding compilers. */
  1142. |
  1143. | #ifdef __STDC__
  1144. | # include <limits.h>
  1145. | #else
  1146. | # include <assert.h>
  1147. | #endif
  1148. |
  1149. | #undef select
  1150. |
  1151. | /* Override any GCC internal prototype to avoid an error.
  1152. | Use char because int might match the return type of a GCC
  1153. | builtin and then its argument prototype would still apply. */
  1154. | #ifdef __cplusplus
  1155. | extern "C"
  1156. | #endif
  1157. | char select ();
  1158. | /* The GNU C library defines this for functions which it implements
  1159. | to always fail with ENOSYS. Some functions are actually named
  1160. | something starting with __ and the normal name is an alias. */
  1161. | #if defined __stub_select || defined __stub___select
  1162. | choke me
  1163. | #endif
  1164. |
  1165. | int
  1166. | main ()
  1167. | {
  1168. | return select ();
  1169. | ;
  1170. | return 0;
  1171. | }
  1172. configure:7792: result: no
  1173. configure:7792: checking for socket
  1174. configure:7792: clang++ -o conftest.exe -g -O2 -std=gnu++98 conftest.cpp >&5
  1175. C:\msys64\mingw64\bin\ld: C:\msys64\tmp\conftest-275ac7.o: in function `main':
  1176. C:\Users\nico\dev\dlight\win64\ola-master/conftest.cpp:103: undefined reference to `socket'
  1177. clang++.exe: error: linker command failed with exit code 1 (use -v to see invocation)
  1178. configure:7792: $? = 1
  1179. configure: failed program was:
  1180. | /* confdefs.h */
  1181. | #define PACKAGE_NAME "OLA"
  1182. | #define PACKAGE_TARNAME "ola"
  1183. | #define PACKAGE_VERSION "0.10.7"
  1184. | #define PACKAGE_STRING "OLA 0.10.7"
  1185. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  1186. | #define PACKAGE_URL ""
  1187. | #define PACKAGE "ola"
  1188. | #define VERSION "0.10.7"
  1189. | #define HAVE_DIRENT_H 1
  1190. | #define HAVE_SYS_TYPES_H 1
  1191. | #define STDC_HEADERS 1
  1192. | #define HAVE_SYS_TYPES_H 1
  1193. | #define HAVE_SYS_STAT_H 1
  1194. | #define HAVE_STDLIB_H 1
  1195. | #define HAVE_STRING_H 1
  1196. | #define HAVE_MEMORY_H 1
  1197. | #define HAVE_STRINGS_H 1
  1198. | #define HAVE_INTTYPES_H 1
  1199. | #define HAVE_STDINT_H 1
  1200. | #define HAVE_UNISTD_H 1
  1201. | #define HAVE_ERRNO_H 1
  1202. | #define HAVE_FCNTL_H 1
  1203. | #define HAVE_FLOAT_H 1
  1204. | #define HAVE_LIMITS_H 1
  1205. | #define HAVE_MALLOC_H 1
  1206. | #define HAVE_STDINT_H 1
  1207. | #define HAVE_STDLIB_H 1
  1208. | #define HAVE_STRING_H 1
  1209. | #define HAVE_STRINGS_H 1
  1210. | #define HAVE_SYS_FILE_H 1
  1211. | #define HAVE_SYS_TIME_H 1
  1212. | #define HAVE_SYS_TIMEB_H 1
  1213. | #define HAVE_UNISTD_H 1
  1214. | #define HAVE_ASSERT_H 1
  1215. | #define HAVE_MATH_H 1
  1216. | #define HAVE_SYS_PARAM_H 1
  1217. | #define HAVE_SYS_TYPES_H 1
  1218. | #define HAVE_WINSOCK2_H 1
  1219. | #define HAVE_WINERROR_H 1
  1220. | #define HAVE_STDBOOL_H 1
  1221. | #define uid_t int
  1222. | #define gid_t int
  1223. | #define restrict __restrict
  1224. | #define HAVE_HASH_MAP 1
  1225. | #define HAVE_HASH_SET 1
  1226. | #define HAVE_UNORDERED_MAP 1
  1227. | #define HASH_MAP_H <tr1/unordered_map>
  1228. | #define HASH_SET_H <tr1/unordered_set>
  1229. | #define HASH_NAMESPACE std::tr1
  1230. | #define HASH_MAP_CLASS unordered_map
  1231. | #define HASH_SET_CLASS unordered_set
  1232. | #define vfork fork
  1233. | #define HAVE_STDLIB_H 1
  1234. | #define HAVE_MALLOC 1
  1235. | #define HAVE_STDLIB_H 1
  1236. | #define HAVE_REALLOC 1
  1237. | #define SELECT_TYPE_ARG1 int
  1238. | #define SELECT_TYPE_ARG234 (int *)
  1239. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1240. | #define HAVE_VPRINTF 1
  1241. | #define HAVE_GETTIMEOFDAY 1
  1242. | #define HAVE_MEMMOVE 1
  1243. | #define HAVE_MEMSET 1
  1244. | #define HAVE_MKDIR 1
  1245. | #define HAVE_STRDUP 1
  1246. | #define HAVE_STRRCHR 1
  1247. | /* end confdefs.h. */
  1248. | /* Define socket to an innocuous variant, in case <limits.h> declares socket.
  1249. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1250. | #define socket innocuous_socket
  1251. |
  1252. | /* System header to define __stub macros and hopefully few prototypes,
  1253. | which can conflict with char socket (); below.
  1254. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1255. | <limits.h> exists even on freestanding compilers. */
  1256. |
  1257. | #ifdef __STDC__
  1258. | # include <limits.h>
  1259. | #else
  1260. | # include <assert.h>
  1261. | #endif
  1262. |
  1263. | #undef socket
  1264. |
  1265. | /* Override any GCC internal prototype to avoid an error.
  1266. | Use char because int might match the return type of a GCC
  1267. | builtin and then its argument prototype would still apply. */
  1268. | #ifdef __cplusplus
  1269. | extern "C"
  1270. | #endif
  1271. | char socket ();
  1272. | /* The GNU C library defines this for functions which it implements
  1273. | to always fail with ENOSYS. Some functions are actually named
  1274. | something starting with __ and the normal name is an alias. */
  1275. | #if defined __stub_socket || defined __stub___socket
  1276. | choke me
  1277. | #endif
  1278. |
  1279. | int
  1280. | main ()
  1281. | {
  1282. | return socket ();
  1283. | ;
  1284. | return 0;
  1285. | }
  1286. configure:7792: result: no
  1287. configure:7792: checking for strerror
  1288. configure:7792: clang++ -o conftest.exe -g -O2 -std=gnu++98 conftest.cpp >&5
  1289. configure:7792: $? = 0
  1290. configure:7792: result: yes
  1291. configure:7792: checking for getifaddrs
  1292. configure:7792: clang++ -o conftest.exe -g -O2 -std=gnu++98 conftest.cpp >&5
  1293. C:\msys64\mingw64\bin\ld: C:\msys64\tmp\conftest-8f0227.o: in function `main':
  1294. C:\Users\nico\dev\dlight\win64\ola-master/conftest.cpp:104: undefined reference to `getifaddrs'
  1295. clang++.exe: error: linker command failed with exit code 1 (use -v to see invocation)
  1296. configure:7792: $? = 1
  1297. configure: failed program was:
  1298. | /* confdefs.h */
  1299. | #define PACKAGE_NAME "OLA"
  1300. | #define PACKAGE_TARNAME "ola"
  1301. | #define PACKAGE_VERSION "0.10.7"
  1302. | #define PACKAGE_STRING "OLA 0.10.7"
  1303. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  1304. | #define PACKAGE_URL ""
  1305. | #define PACKAGE "ola"
  1306. | #define VERSION "0.10.7"
  1307. | #define HAVE_DIRENT_H 1
  1308. | #define HAVE_SYS_TYPES_H 1
  1309. | #define STDC_HEADERS 1
  1310. | #define HAVE_SYS_TYPES_H 1
  1311. | #define HAVE_SYS_STAT_H 1
  1312. | #define HAVE_STDLIB_H 1
  1313. | #define HAVE_STRING_H 1
  1314. | #define HAVE_MEMORY_H 1
  1315. | #define HAVE_STRINGS_H 1
  1316. | #define HAVE_INTTYPES_H 1
  1317. | #define HAVE_STDINT_H 1
  1318. | #define HAVE_UNISTD_H 1
  1319. | #define HAVE_ERRNO_H 1
  1320. | #define HAVE_FCNTL_H 1
  1321. | #define HAVE_FLOAT_H 1
  1322. | #define HAVE_LIMITS_H 1
  1323. | #define HAVE_MALLOC_H 1
  1324. | #define HAVE_STDINT_H 1
  1325. | #define HAVE_STDLIB_H 1
  1326. | #define HAVE_STRING_H 1
  1327. | #define HAVE_STRINGS_H 1
  1328. | #define HAVE_SYS_FILE_H 1
  1329. | #define HAVE_SYS_TIME_H 1
  1330. | #define HAVE_SYS_TIMEB_H 1
  1331. | #define HAVE_UNISTD_H 1
  1332. | #define HAVE_ASSERT_H 1
  1333. | #define HAVE_MATH_H 1
  1334. | #define HAVE_SYS_PARAM_H 1
  1335. | #define HAVE_SYS_TYPES_H 1
  1336. | #define HAVE_WINSOCK2_H 1
  1337. | #define HAVE_WINERROR_H 1
  1338. | #define HAVE_STDBOOL_H 1
  1339. | #define uid_t int
  1340. | #define gid_t int
  1341. | #define restrict __restrict
  1342. | #define HAVE_HASH_MAP 1
  1343. | #define HAVE_HASH_SET 1
  1344. | #define HAVE_UNORDERED_MAP 1
  1345. | #define HASH_MAP_H <tr1/unordered_map>
  1346. | #define HASH_SET_H <tr1/unordered_set>
  1347. | #define HASH_NAMESPACE std::tr1
  1348. | #define HASH_MAP_CLASS unordered_map
  1349. | #define HASH_SET_CLASS unordered_set
  1350. | #define vfork fork
  1351. | #define HAVE_STDLIB_H 1
  1352. | #define HAVE_MALLOC 1
  1353. | #define HAVE_STDLIB_H 1
  1354. | #define HAVE_REALLOC 1
  1355. | #define SELECT_TYPE_ARG1 int
  1356. | #define SELECT_TYPE_ARG234 (int *)
  1357. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1358. | #define HAVE_VPRINTF 1
  1359. | #define HAVE_GETTIMEOFDAY 1
  1360. | #define HAVE_MEMMOVE 1
  1361. | #define HAVE_MEMSET 1
  1362. | #define HAVE_MKDIR 1
  1363. | #define HAVE_STRDUP 1
  1364. | #define HAVE_STRRCHR 1
  1365. | #define HAVE_STRERROR 1
  1366. | /* end confdefs.h. */
  1367. | /* Define getifaddrs to an innocuous variant, in case <limits.h> declares getifaddrs.
  1368. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1369. | #define getifaddrs innocuous_getifaddrs
  1370. |
  1371. | /* System header to define __stub macros and hopefully few prototypes,
  1372. | which can conflict with char getifaddrs (); below.
  1373. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1374. | <limits.h> exists even on freestanding compilers. */
  1375. |
  1376. | #ifdef __STDC__
  1377. | # include <limits.h>
  1378. | #else
  1379. | # include <assert.h>
  1380. | #endif
  1381. |
  1382. | #undef getifaddrs
  1383. |
  1384. | /* Override any GCC internal prototype to avoid an error.
  1385. | Use char because int might match the return type of a GCC
  1386. | builtin and then its argument prototype would still apply. */
  1387. | #ifdef __cplusplus
  1388. | extern "C"
  1389. | #endif
  1390. | char getifaddrs ();
  1391. | /* The GNU C library defines this for functions which it implements
  1392. | to always fail with ENOSYS. Some functions are actually named
  1393. | something starting with __ and the normal name is an alias. */
  1394. | #if defined __stub_getifaddrs || defined __stub___getifaddrs
  1395. | choke me
  1396. | #endif
  1397. |
  1398. | int
  1399. | main ()
  1400. | {
  1401. | return getifaddrs ();
  1402. | ;
  1403. | return 0;
  1404. | }
  1405. configure:7792: result: no
  1406. configure:7792: checking for getloadavg
  1407. configure:7792: clang++ -o conftest.exe -g -O2 -std=gnu++98 conftest.cpp >&5
  1408. C:\msys64\mingw64\bin\ld: C:\msys64\tmp\conftest-f86e5f.o: in function `main':
  1409. C:\Users\nico\dev\dlight\win64\ola-master/conftest.cpp:104: undefined reference to `getloadavg'
  1410. clang++.exe: error: linker command failed with exit code 1 (use -v to see invocation)
  1411. configure:7792: $? = 1
  1412. configure: failed program was:
  1413. | /* confdefs.h */
  1414. | #define PACKAGE_NAME "OLA"
  1415. | #define PACKAGE_TARNAME "ola"
  1416. | #define PACKAGE_VERSION "0.10.7"
  1417. | #define PACKAGE_STRING "OLA 0.10.7"
  1418. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  1419. | #define PACKAGE_URL ""
  1420. | #define PACKAGE "ola"
  1421. | #define VERSION "0.10.7"
  1422. | #define HAVE_DIRENT_H 1
  1423. | #define HAVE_SYS_TYPES_H 1
  1424. | #define STDC_HEADERS 1
  1425. | #define HAVE_SYS_TYPES_H 1
  1426. | #define HAVE_SYS_STAT_H 1
  1427. | #define HAVE_STDLIB_H 1
  1428. | #define HAVE_STRING_H 1
  1429. | #define HAVE_MEMORY_H 1
  1430. | #define HAVE_STRINGS_H 1
  1431. | #define HAVE_INTTYPES_H 1
  1432. | #define HAVE_STDINT_H 1
  1433. | #define HAVE_UNISTD_H 1
  1434. | #define HAVE_ERRNO_H 1
  1435. | #define HAVE_FCNTL_H 1
  1436. | #define HAVE_FLOAT_H 1
  1437. | #define HAVE_LIMITS_H 1
  1438. | #define HAVE_MALLOC_H 1
  1439. | #define HAVE_STDINT_H 1
  1440. | #define HAVE_STDLIB_H 1
  1441. | #define HAVE_STRING_H 1
  1442. | #define HAVE_STRINGS_H 1
  1443. | #define HAVE_SYS_FILE_H 1
  1444. | #define HAVE_SYS_TIME_H 1
  1445. | #define HAVE_SYS_TIMEB_H 1
  1446. | #define HAVE_UNISTD_H 1
  1447. | #define HAVE_ASSERT_H 1
  1448. | #define HAVE_MATH_H 1
  1449. | #define HAVE_SYS_PARAM_H 1
  1450. | #define HAVE_SYS_TYPES_H 1
  1451. | #define HAVE_WINSOCK2_H 1
  1452. | #define HAVE_WINERROR_H 1
  1453. | #define HAVE_STDBOOL_H 1
  1454. | #define uid_t int
  1455. | #define gid_t int
  1456. | #define restrict __restrict
  1457. | #define HAVE_HASH_MAP 1
  1458. | #define HAVE_HASH_SET 1
  1459. | #define HAVE_UNORDERED_MAP 1
  1460. | #define HASH_MAP_H <tr1/unordered_map>
  1461. | #define HASH_SET_H <tr1/unordered_set>
  1462. | #define HASH_NAMESPACE std::tr1
  1463. | #define HASH_MAP_CLASS unordered_map
  1464. | #define HASH_SET_CLASS unordered_set
  1465. | #define vfork fork
  1466. | #define HAVE_STDLIB_H 1
  1467. | #define HAVE_MALLOC 1
  1468. | #define HAVE_STDLIB_H 1
  1469. | #define HAVE_REALLOC 1
  1470. | #define SELECT_TYPE_ARG1 int
  1471. | #define SELECT_TYPE_ARG234 (int *)
  1472. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1473. | #define HAVE_VPRINTF 1
  1474. | #define HAVE_GETTIMEOFDAY 1
  1475. | #define HAVE_MEMMOVE 1
  1476. | #define HAVE_MEMSET 1
  1477. | #define HAVE_MKDIR 1
  1478. | #define HAVE_STRDUP 1
  1479. | #define HAVE_STRRCHR 1
  1480. | #define HAVE_STRERROR 1
  1481. | /* end confdefs.h. */
  1482. | /* Define getloadavg to an innocuous variant, in case <limits.h> declares getloadavg.
  1483. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1484. | #define getloadavg innocuous_getloadavg
  1485. |
  1486. | /* System header to define __stub macros and hopefully few prototypes,
  1487. | which can conflict with char getloadavg (); below.
  1488. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1489. | <limits.h> exists even on freestanding compilers. */
  1490. |
  1491. | #ifdef __STDC__
  1492. | # include <limits.h>
  1493. | #else
  1494. | # include <assert.h>
  1495. | #endif
  1496. |
  1497. | #undef getloadavg
  1498. |
  1499. | /* Override any GCC internal prototype to avoid an error.
  1500. | Use char because int might match the return type of a GCC
  1501. | builtin and then its argument prototype would still apply. */
  1502. | #ifdef __cplusplus
  1503. | extern "C"
  1504. | #endif
  1505. | char getloadavg ();
  1506. | /* The GNU C library defines this for functions which it implements
  1507. | to always fail with ENOSYS. Some functions are actually named
  1508. | something starting with __ and the normal name is an alias. */
  1509. | #if defined __stub_getloadavg || defined __stub___getloadavg
  1510. | choke me
  1511. | #endif
  1512. |
  1513. | int
  1514. | main ()
  1515. | {
  1516. | return getloadavg ();
  1517. | ;
  1518. | return 0;
  1519. | }
  1520. configure:7792: result: no
  1521. configure:7792: checking for getpwnam_r
  1522. configure:7792: clang++ -o conftest.exe -g -O2 -std=gnu++98 conftest.cpp >&5
  1523. C:\msys64\mingw64\bin\ld: C:\msys64\tmp\conftest-3ac43b.o: in function `main':
  1524. C:\Users\nico\dev\dlight\win64\ola-master/conftest.cpp:104: undefined reference to `getpwnam_r'
  1525. clang++.exe: error: linker command failed with exit code 1 (use -v to see invocation)
  1526. configure:7792: $? = 1
  1527. configure: failed program was:
  1528. | /* confdefs.h */
  1529. | #define PACKAGE_NAME "OLA"
  1530. | #define PACKAGE_TARNAME "ola"
  1531. | #define PACKAGE_VERSION "0.10.7"
  1532. | #define PACKAGE_STRING "OLA 0.10.7"
  1533. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  1534. | #define PACKAGE_URL ""
  1535. | #define PACKAGE "ola"
  1536. | #define VERSION "0.10.7"
  1537. | #define HAVE_DIRENT_H 1
  1538. | #define HAVE_SYS_TYPES_H 1
  1539. | #define STDC_HEADERS 1
  1540. | #define HAVE_SYS_TYPES_H 1
  1541. | #define HAVE_SYS_STAT_H 1
  1542. | #define HAVE_STDLIB_H 1
  1543. | #define HAVE_STRING_H 1
  1544. | #define HAVE_MEMORY_H 1
  1545. | #define HAVE_STRINGS_H 1
  1546. | #define HAVE_INTTYPES_H 1
  1547. | #define HAVE_STDINT_H 1
  1548. | #define HAVE_UNISTD_H 1
  1549. | #define HAVE_ERRNO_H 1
  1550. | #define HAVE_FCNTL_H 1
  1551. | #define HAVE_FLOAT_H 1
  1552. | #define HAVE_LIMITS_H 1
  1553. | #define HAVE_MALLOC_H 1
  1554. | #define HAVE_STDINT_H 1
  1555. | #define HAVE_STDLIB_H 1
  1556. | #define HAVE_STRING_H 1
  1557. | #define HAVE_STRINGS_H 1
  1558. | #define HAVE_SYS_FILE_H 1
  1559. | #define HAVE_SYS_TIME_H 1
  1560. | #define HAVE_SYS_TIMEB_H 1
  1561. | #define HAVE_UNISTD_H 1
  1562. | #define HAVE_ASSERT_H 1
  1563. | #define HAVE_MATH_H 1
  1564. | #define HAVE_SYS_PARAM_H 1
  1565. | #define HAVE_SYS_TYPES_H 1
  1566. | #define HAVE_WINSOCK2_H 1
  1567. | #define HAVE_WINERROR_H 1
  1568. | #define HAVE_STDBOOL_H 1
  1569. | #define uid_t int
  1570. | #define gid_t int
  1571. | #define restrict __restrict
  1572. | #define HAVE_HASH_MAP 1
  1573. | #define HAVE_HASH_SET 1
  1574. | #define HAVE_UNORDERED_MAP 1
  1575. | #define HASH_MAP_H <tr1/unordered_map>
  1576. | #define HASH_SET_H <tr1/unordered_set>
  1577. | #define HASH_NAMESPACE std::tr1
  1578. | #define HASH_MAP_CLASS unordered_map
  1579. | #define HASH_SET_CLASS unordered_set
  1580. | #define vfork fork
  1581. | #define HAVE_STDLIB_H 1
  1582. | #define HAVE_MALLOC 1
  1583. | #define HAVE_STDLIB_H 1
  1584. | #define HAVE_REALLOC 1
  1585. | #define SELECT_TYPE_ARG1 int
  1586. | #define SELECT_TYPE_ARG234 (int *)
  1587. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1588. | #define HAVE_VPRINTF 1
  1589. | #define HAVE_GETTIMEOFDAY 1
  1590. | #define HAVE_MEMMOVE 1
  1591. | #define HAVE_MEMSET 1
  1592. | #define HAVE_MKDIR 1
  1593. | #define HAVE_STRDUP 1
  1594. | #define HAVE_STRRCHR 1
  1595. | #define HAVE_STRERROR 1
  1596. | /* end confdefs.h. */
  1597. | /* Define getpwnam_r to an innocuous variant, in case <limits.h> declares getpwnam_r.
  1598. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1599. | #define getpwnam_r innocuous_getpwnam_r
  1600. |
  1601. | /* System header to define __stub macros and hopefully few prototypes,
  1602. | which can conflict with char getpwnam_r (); below.
  1603. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1604. | <limits.h> exists even on freestanding compilers. */
  1605. |
  1606. | #ifdef __STDC__
  1607. | # include <limits.h>
  1608. | #else
  1609. | # include <assert.h>
  1610. | #endif
  1611. |
  1612. | #undef getpwnam_r
  1613. |
  1614. | /* Override any GCC internal prototype to avoid an error.
  1615. | Use char because int might match the return type of a GCC
  1616. | builtin and then its argument prototype would still apply. */
  1617. | #ifdef __cplusplus
  1618. | extern "C"
  1619. | #endif
  1620. | char getpwnam_r ();
  1621. | /* The GNU C library defines this for functions which it implements
  1622. | to always fail with ENOSYS. Some functions are actually named
  1623. | something starting with __ and the normal name is an alias. */
  1624. | #if defined __stub_getpwnam_r || defined __stub___getpwnam_r
  1625. | choke me
  1626. | #endif
  1627. |
  1628. | int
  1629. | main ()
  1630. | {
  1631. | return getpwnam_r ();
  1632. | ;
  1633. | return 0;
  1634. | }
  1635. configure:7792: result: no
  1636. configure:7792: checking for getpwuid_r
  1637. configure:7792: clang++ -o conftest.exe -g -O2 -std=gnu++98 conftest.cpp >&5
  1638. C:\msys64\mingw64\bin\ld: C:\msys64\tmp\conftest-7a5c2a.o: in function `main':
  1639. C:\Users\nico\dev\dlight\win64\ola-master/conftest.cpp:104: undefined reference to `getpwuid_r'
  1640. clang++.exe: error: linker command failed with exit code 1 (use -v to see invocation)
  1641. configure:7792: $? = 1
  1642. configure: failed program was:
  1643. | /* confdefs.h */
  1644. | #define PACKAGE_NAME "OLA"
  1645. | #define PACKAGE_TARNAME "ola"
  1646. | #define PACKAGE_VERSION "0.10.7"
  1647. | #define PACKAGE_STRING "OLA 0.10.7"
  1648. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  1649. | #define PACKAGE_URL ""
  1650. | #define PACKAGE "ola"
  1651. | #define VERSION "0.10.7"
  1652. | #define HAVE_DIRENT_H 1
  1653. | #define HAVE_SYS_TYPES_H 1
  1654. | #define STDC_HEADERS 1
  1655. | #define HAVE_SYS_TYPES_H 1
  1656. | #define HAVE_SYS_STAT_H 1
  1657. | #define HAVE_STDLIB_H 1
  1658. | #define HAVE_STRING_H 1
  1659. | #define HAVE_MEMORY_H 1
  1660. | #define HAVE_STRINGS_H 1
  1661. | #define HAVE_INTTYPES_H 1
  1662. | #define HAVE_STDINT_H 1
  1663. | #define HAVE_UNISTD_H 1
  1664. | #define HAVE_ERRNO_H 1
  1665. | #define HAVE_FCNTL_H 1
  1666. | #define HAVE_FLOAT_H 1
  1667. | #define HAVE_LIMITS_H 1
  1668. | #define HAVE_MALLOC_H 1
  1669. | #define HAVE_STDINT_H 1
  1670. | #define HAVE_STDLIB_H 1
  1671. | #define HAVE_STRING_H 1
  1672. | #define HAVE_STRINGS_H 1
  1673. | #define HAVE_SYS_FILE_H 1
  1674. | #define HAVE_SYS_TIME_H 1
  1675. | #define HAVE_SYS_TIMEB_H 1
  1676. | #define HAVE_UNISTD_H 1
  1677. | #define HAVE_ASSERT_H 1
  1678. | #define HAVE_MATH_H 1
  1679. | #define HAVE_SYS_PARAM_H 1
  1680. | #define HAVE_SYS_TYPES_H 1
  1681. | #define HAVE_WINSOCK2_H 1
  1682. | #define HAVE_WINERROR_H 1
  1683. | #define HAVE_STDBOOL_H 1
  1684. | #define uid_t int
  1685. | #define gid_t int
  1686. | #define restrict __restrict
  1687. | #define HAVE_HASH_MAP 1
  1688. | #define HAVE_HASH_SET 1
  1689. | #define HAVE_UNORDERED_MAP 1
  1690. | #define HASH_MAP_H <tr1/unordered_map>
  1691. | #define HASH_SET_H <tr1/unordered_set>
  1692. | #define HASH_NAMESPACE std::tr1
  1693. | #define HASH_MAP_CLASS unordered_map
  1694. | #define HASH_SET_CLASS unordered_set
  1695. | #define vfork fork
  1696. | #define HAVE_STDLIB_H 1
  1697. | #define HAVE_MALLOC 1
  1698. | #define HAVE_STDLIB_H 1
  1699. | #define HAVE_REALLOC 1
  1700. | #define SELECT_TYPE_ARG1 int
  1701. | #define SELECT_TYPE_ARG234 (int *)
  1702. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1703. | #define HAVE_VPRINTF 1
  1704. | #define HAVE_GETTIMEOFDAY 1
  1705. | #define HAVE_MEMMOVE 1
  1706. | #define HAVE_MEMSET 1
  1707. | #define HAVE_MKDIR 1
  1708. | #define HAVE_STRDUP 1
  1709. | #define HAVE_STRRCHR 1
  1710. | #define HAVE_STRERROR 1
  1711. | /* end confdefs.h. */
  1712. | /* Define getpwuid_r to an innocuous variant, in case <limits.h> declares getpwuid_r.
  1713. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1714. | #define getpwuid_r innocuous_getpwuid_r
  1715. |
  1716. | /* System header to define __stub macros and hopefully few prototypes,
  1717. | which can conflict with char getpwuid_r (); below.
  1718. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1719. | <limits.h> exists even on freestanding compilers. */
  1720. |
  1721. | #ifdef __STDC__
  1722. | # include <limits.h>
  1723. | #else
  1724. | # include <assert.h>
  1725. | #endif
  1726. |
  1727. | #undef getpwuid_r
  1728. |
  1729. | /* Override any GCC internal prototype to avoid an error.
  1730. | Use char because int might match the return type of a GCC
  1731. | builtin and then its argument prototype would still apply. */
  1732. | #ifdef __cplusplus
  1733. | extern "C"
  1734. | #endif
  1735. | char getpwuid_r ();
  1736. | /* The GNU C library defines this for functions which it implements
  1737. | to always fail with ENOSYS. Some functions are actually named
  1738. | something starting with __ and the normal name is an alias. */
  1739. | #if defined __stub_getpwuid_r || defined __stub___getpwuid_r
  1740. | choke me
  1741. | #endif
  1742. |
  1743. | int
  1744. | main ()
  1745. | {
  1746. | return getpwuid_r ();
  1747. | ;
  1748. | return 0;
  1749. | }
  1750. configure:7792: result: no
  1751. configure:7792: checking for getgrnam_r
  1752. configure:7792: clang++ -o conftest.exe -g -O2 -std=gnu++98 conftest.cpp >&5
  1753. C:\msys64\mingw64\bin\ld: C:\msys64\tmp\conftest-3ce21e.o: in function `main':
  1754. C:\Users\nico\dev\dlight\win64\ola-master/conftest.cpp:104: undefined reference to `getgrnam_r'
  1755. clang++.exe: error: linker command failed with exit code 1 (use -v to see invocation)
  1756. configure:7792: $? = 1
  1757. configure: failed program was:
  1758. | /* confdefs.h */
  1759. | #define PACKAGE_NAME "OLA"
  1760. | #define PACKAGE_TARNAME "ola"
  1761. | #define PACKAGE_VERSION "0.10.7"
  1762. | #define PACKAGE_STRING "OLA 0.10.7"
  1763. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  1764. | #define PACKAGE_URL ""
  1765. | #define PACKAGE "ola"
  1766. | #define VERSION "0.10.7"
  1767. | #define HAVE_DIRENT_H 1
  1768. | #define HAVE_SYS_TYPES_H 1
  1769. | #define STDC_HEADERS 1
  1770. | #define HAVE_SYS_TYPES_H 1
  1771. | #define HAVE_SYS_STAT_H 1
  1772. | #define HAVE_STDLIB_H 1
  1773. | #define HAVE_STRING_H 1
  1774. | #define HAVE_MEMORY_H 1
  1775. | #define HAVE_STRINGS_H 1
  1776. | #define HAVE_INTTYPES_H 1
  1777. | #define HAVE_STDINT_H 1
  1778. | #define HAVE_UNISTD_H 1
  1779. | #define HAVE_ERRNO_H 1
  1780. | #define HAVE_FCNTL_H 1
  1781. | #define HAVE_FLOAT_H 1
  1782. | #define HAVE_LIMITS_H 1
  1783. | #define HAVE_MALLOC_H 1
  1784. | #define HAVE_STDINT_H 1
  1785. | #define HAVE_STDLIB_H 1
  1786. | #define HAVE_STRING_H 1
  1787. | #define HAVE_STRINGS_H 1
  1788. | #define HAVE_SYS_FILE_H 1
  1789. | #define HAVE_SYS_TIME_H 1
  1790. | #define HAVE_SYS_TIMEB_H 1
  1791. | #define HAVE_UNISTD_H 1
  1792. | #define HAVE_ASSERT_H 1
  1793. | #define HAVE_MATH_H 1
  1794. | #define HAVE_SYS_PARAM_H 1
  1795. | #define HAVE_SYS_TYPES_H 1
  1796. | #define HAVE_WINSOCK2_H 1
  1797. | #define HAVE_WINERROR_H 1
  1798. | #define HAVE_STDBOOL_H 1
  1799. | #define uid_t int
  1800. | #define gid_t int
  1801. | #define restrict __restrict
  1802. | #define HAVE_HASH_MAP 1
  1803. | #define HAVE_HASH_SET 1
  1804. | #define HAVE_UNORDERED_MAP 1
  1805. | #define HASH_MAP_H <tr1/unordered_map>
  1806. | #define HASH_SET_H <tr1/unordered_set>
  1807. | #define HASH_NAMESPACE std::tr1
  1808. | #define HASH_MAP_CLASS unordered_map
  1809. | #define HASH_SET_CLASS unordered_set
  1810. | #define vfork fork
  1811. | #define HAVE_STDLIB_H 1
  1812. | #define HAVE_MALLOC 1
  1813. | #define HAVE_STDLIB_H 1
  1814. | #define HAVE_REALLOC 1
  1815. | #define SELECT_TYPE_ARG1 int
  1816. | #define SELECT_TYPE_ARG234 (int *)
  1817. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1818. | #define HAVE_VPRINTF 1
  1819. | #define HAVE_GETTIMEOFDAY 1
  1820. | #define HAVE_MEMMOVE 1
  1821. | #define HAVE_MEMSET 1
  1822. | #define HAVE_MKDIR 1
  1823. | #define HAVE_STRDUP 1
  1824. | #define HAVE_STRRCHR 1
  1825. | #define HAVE_STRERROR 1
  1826. | /* end confdefs.h. */
  1827. | /* Define getgrnam_r to an innocuous variant, in case <limits.h> declares getgrnam_r.
  1828. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1829. | #define getgrnam_r innocuous_getgrnam_r
  1830. |
  1831. | /* System header to define __stub macros and hopefully few prototypes,
  1832. | which can conflict with char getgrnam_r (); below.
  1833. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1834. | <limits.h> exists even on freestanding compilers. */
  1835. |
  1836. | #ifdef __STDC__
  1837. | # include <limits.h>
  1838. | #else
  1839. | # include <assert.h>
  1840. | #endif
  1841. |
  1842. | #undef getgrnam_r
  1843. |
  1844. | /* Override any GCC internal prototype to avoid an error.
  1845. | Use char because int might match the return type of a GCC
  1846. | builtin and then its argument prototype would still apply. */
  1847. | #ifdef __cplusplus
  1848. | extern "C"
  1849. | #endif
  1850. | char getgrnam_r ();
  1851. | /* The GNU C library defines this for functions which it implements
  1852. | to always fail with ENOSYS. Some functions are actually named
  1853. | something starting with __ and the normal name is an alias. */
  1854. | #if defined __stub_getgrnam_r || defined __stub___getgrnam_r
  1855. | choke me
  1856. | #endif
  1857. |
  1858. | int
  1859. | main ()
  1860. | {
  1861. | return getgrnam_r ();
  1862. | ;
  1863. | return 0;
  1864. | }
  1865. configure:7792: result: no
  1866. configure:7792: checking for getgrgid_r
  1867. configure:7792: clang++ -o conftest.exe -g -O2 -std=gnu++98 conftest.cpp >&5
  1868. C:\msys64\mingw64\bin\ld: C:\msys64\tmp\conftest-83421b.o: in function `main':
  1869. C:\Users\nico\dev\dlight\win64\ola-master/conftest.cpp:104: undefined reference to `getgrgid_r'
  1870. clang++.exe: error: linker command failed with exit code 1 (use -v to see invocation)
  1871. configure:7792: $? = 1
  1872. configure: failed program was:
  1873. | /* confdefs.h */
  1874. | #define PACKAGE_NAME "OLA"
  1875. | #define PACKAGE_TARNAME "ola"
  1876. | #define PACKAGE_VERSION "0.10.7"
  1877. | #define PACKAGE_STRING "OLA 0.10.7"
  1878. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  1879. | #define PACKAGE_URL ""
  1880. | #define PACKAGE "ola"
  1881. | #define VERSION "0.10.7"
  1882. | #define HAVE_DIRENT_H 1
  1883. | #define HAVE_SYS_TYPES_H 1
  1884. | #define STDC_HEADERS 1
  1885. | #define HAVE_SYS_TYPES_H 1
  1886. | #define HAVE_SYS_STAT_H 1
  1887. | #define HAVE_STDLIB_H 1
  1888. | #define HAVE_STRING_H 1
  1889. | #define HAVE_MEMORY_H 1
  1890. | #define HAVE_STRINGS_H 1
  1891. | #define HAVE_INTTYPES_H 1
  1892. | #define HAVE_STDINT_H 1
  1893. | #define HAVE_UNISTD_H 1
  1894. | #define HAVE_ERRNO_H 1
  1895. | #define HAVE_FCNTL_H 1
  1896. | #define HAVE_FLOAT_H 1
  1897. | #define HAVE_LIMITS_H 1
  1898. | #define HAVE_MALLOC_H 1
  1899. | #define HAVE_STDINT_H 1
  1900. | #define HAVE_STDLIB_H 1
  1901. | #define HAVE_STRING_H 1
  1902. | #define HAVE_STRINGS_H 1
  1903. | #define HAVE_SYS_FILE_H 1
  1904. | #define HAVE_SYS_TIME_H 1
  1905. | #define HAVE_SYS_TIMEB_H 1
  1906. | #define HAVE_UNISTD_H 1
  1907. | #define HAVE_ASSERT_H 1
  1908. | #define HAVE_MATH_H 1
  1909. | #define HAVE_SYS_PARAM_H 1
  1910. | #define HAVE_SYS_TYPES_H 1
  1911. | #define HAVE_WINSOCK2_H 1
  1912. | #define HAVE_WINERROR_H 1
  1913. | #define HAVE_STDBOOL_H 1
  1914. | #define uid_t int
  1915. | #define gid_t int
  1916. | #define restrict __restrict
  1917. | #define HAVE_HASH_MAP 1
  1918. | #define HAVE_HASH_SET 1
  1919. | #define HAVE_UNORDERED_MAP 1
  1920. | #define HASH_MAP_H <tr1/unordered_map>
  1921. | #define HASH_SET_H <tr1/unordered_set>
  1922. | #define HASH_NAMESPACE std::tr1
  1923. | #define HASH_MAP_CLASS unordered_map
  1924. | #define HASH_SET_CLASS unordered_set
  1925. | #define vfork fork
  1926. | #define HAVE_STDLIB_H 1
  1927. | #define HAVE_MALLOC 1
  1928. | #define HAVE_STDLIB_H 1
  1929. | #define HAVE_REALLOC 1
  1930. | #define SELECT_TYPE_ARG1 int
  1931. | #define SELECT_TYPE_ARG234 (int *)
  1932. | #define SELECT_TYPE_ARG5 (struct timeval *)
  1933. | #define HAVE_VPRINTF 1
  1934. | #define HAVE_GETTIMEOFDAY 1
  1935. | #define HAVE_MEMMOVE 1
  1936. | #define HAVE_MEMSET 1
  1937. | #define HAVE_MKDIR 1
  1938. | #define HAVE_STRDUP 1
  1939. | #define HAVE_STRRCHR 1
  1940. | #define HAVE_STRERROR 1
  1941. | /* end confdefs.h. */
  1942. | /* Define getgrgid_r to an innocuous variant, in case <limits.h> declares getgrgid_r.
  1943. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1944. | #define getgrgid_r innocuous_getgrgid_r
  1945. |
  1946. | /* System header to define __stub macros and hopefully few prototypes,
  1947. | which can conflict with char getgrgid_r (); below.
  1948. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1949. | <limits.h> exists even on freestanding compilers. */
  1950. |
  1951. | #ifdef __STDC__
  1952. | # include <limits.h>
  1953. | #else
  1954. | # include <assert.h>
  1955. | #endif
  1956. |
  1957. | #undef getgrgid_r
  1958. |
  1959. | /* Override any GCC internal prototype to avoid an error.
  1960. | Use char because int might match the return type of a GCC
  1961. | builtin and then its argument prototype would still apply. */
  1962. | #ifdef __cplusplus
  1963. | extern "C"
  1964. | #endif
  1965. | char getgrgid_r ();
  1966. | /* The GNU C library defines this for functions which it implements
  1967. | to always fail with ENOSYS. Some functions are actually named
  1968. | something starting with __ and the normal name is an alias. */
  1969. | #if defined __stub_getgrgid_r || defined __stub___getgrgid_r
  1970. | choke me
  1971. | #endif
  1972. |
  1973. | int
  1974. | main ()
  1975. | {
  1976. | return getgrgid_r ();
  1977. | ;
  1978. | return 0;
  1979. | }
  1980. configure:7792: result: no
  1981. configure:7792: checking for secure_getenv
  1982. configure:7792: clang++ -o conftest.exe -g -O2 -std=gnu++98 conftest.cpp >&5
  1983. C:\msys64\mingw64\bin\ld: C:\msys64\tmp\conftest-2377ef.o: in function `main':
  1984. C:\Users\nico\dev\dlight\win64\ola-master/conftest.cpp:104: undefined reference to `secure_getenv'
  1985. clang++.exe: error: linker command failed with exit code 1 (use -v to see invocation)
  1986. configure:7792: $? = 1
  1987. configure: failed program was:
  1988. | /* confdefs.h */
  1989. | #define PACKAGE_NAME "OLA"
  1990. | #define PACKAGE_TARNAME "ola"
  1991. | #define PACKAGE_VERSION "0.10.7"
  1992. | #define PACKAGE_STRING "OLA 0.10.7"
  1993. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  1994. | #define PACKAGE_URL ""
  1995. | #define PACKAGE "ola"
  1996. | #define VERSION "0.10.7"
  1997. | #define HAVE_DIRENT_H 1
  1998. | #define HAVE_SYS_TYPES_H 1
  1999. | #define STDC_HEADERS 1
  2000. | #define HAVE_SYS_TYPES_H 1
  2001. | #define HAVE_SYS_STAT_H 1
  2002. | #define HAVE_STDLIB_H 1
  2003. | #define HAVE_STRING_H 1
  2004. | #define HAVE_MEMORY_H 1
  2005. | #define HAVE_STRINGS_H 1
  2006. | #define HAVE_INTTYPES_H 1
  2007. | #define HAVE_STDINT_H 1
  2008. | #define HAVE_UNISTD_H 1
  2009. | #define HAVE_ERRNO_H 1
  2010. | #define HAVE_FCNTL_H 1
  2011. | #define HAVE_FLOAT_H 1
  2012. | #define HAVE_LIMITS_H 1
  2013. | #define HAVE_MALLOC_H 1
  2014. | #define HAVE_STDINT_H 1
  2015. | #define HAVE_STDLIB_H 1
  2016. | #define HAVE_STRING_H 1
  2017. | #define HAVE_STRINGS_H 1
  2018. | #define HAVE_SYS_FILE_H 1
  2019. | #define HAVE_SYS_TIME_H 1
  2020. | #define HAVE_SYS_TIMEB_H 1
  2021. | #define HAVE_UNISTD_H 1
  2022. | #define HAVE_ASSERT_H 1
  2023. | #define HAVE_MATH_H 1
  2024. | #define HAVE_SYS_PARAM_H 1
  2025. | #define HAVE_SYS_TYPES_H 1
  2026. | #define HAVE_WINSOCK2_H 1
  2027. | #define HAVE_WINERROR_H 1
  2028. | #define HAVE_STDBOOL_H 1
  2029. | #define uid_t int
  2030. | #define gid_t int
  2031. | #define restrict __restrict
  2032. | #define HAVE_HASH_MAP 1
  2033. | #define HAVE_HASH_SET 1
  2034. | #define HAVE_UNORDERED_MAP 1
  2035. | #define HASH_MAP_H <tr1/unordered_map>
  2036. | #define HASH_SET_H <tr1/unordered_set>
  2037. | #define HASH_NAMESPACE std::tr1
  2038. | #define HASH_MAP_CLASS unordered_map
  2039. | #define HASH_SET_CLASS unordered_set
  2040. | #define vfork fork
  2041. | #define HAVE_STDLIB_H 1
  2042. | #define HAVE_MALLOC 1
  2043. | #define HAVE_STDLIB_H 1
  2044. | #define HAVE_REALLOC 1
  2045. | #define SELECT_TYPE_ARG1 int
  2046. | #define SELECT_TYPE_ARG234 (int *)
  2047. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2048. | #define HAVE_VPRINTF 1
  2049. | #define HAVE_GETTIMEOFDAY 1
  2050. | #define HAVE_MEMMOVE 1
  2051. | #define HAVE_MEMSET 1
  2052. | #define HAVE_MKDIR 1
  2053. | #define HAVE_STRDUP 1
  2054. | #define HAVE_STRRCHR 1
  2055. | #define HAVE_STRERROR 1
  2056. | /* end confdefs.h. */
  2057. | /* Define secure_getenv to an innocuous variant, in case <limits.h> declares secure_getenv.
  2058. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  2059. | #define secure_getenv innocuous_secure_getenv
  2060. |
  2061. | /* System header to define __stub macros and hopefully few prototypes,
  2062. | which can conflict with char secure_getenv (); below.
  2063. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2064. | <limits.h> exists even on freestanding compilers. */
  2065. |
  2066. | #ifdef __STDC__
  2067. | # include <limits.h>
  2068. | #else
  2069. | # include <assert.h>
  2070. | #endif
  2071. |
  2072. | #undef secure_getenv
  2073. |
  2074. | /* Override any GCC internal prototype to avoid an error.
  2075. | Use char because int might match the return type of a GCC
  2076. | builtin and then its argument prototype would still apply. */
  2077. | #ifdef __cplusplus
  2078. | extern "C"
  2079. | #endif
  2080. | char secure_getenv ();
  2081. | /* The GNU C library defines this for functions which it implements
  2082. | to always fail with ENOSYS. Some functions are actually named
  2083. | something starting with __ and the normal name is an alias. */
  2084. | #if defined __stub_secure_getenv || defined __stub___secure_getenv
  2085. | choke me
  2086. | #endif
  2087. |
  2088. | int
  2089. | main ()
  2090. | {
  2091. | return secure_getenv ();
  2092. | ;
  2093. | return 0;
  2094. | }
  2095. configure:7792: result: no
  2096. configure:7802: checking for readdir_r deprecation
  2097. configure:7827: clang++ -c -g -O2 -std=gnu++98 -Werror=deprecated-declarations conftest.cpp >&5
  2098. conftest.cpp:80:9: error: use of undeclared identifier 'readdir_r'
  2099. readdir_r(dir,buf,&de);
  2100. ^
  2101. 1 error generated.
  2102. configure:7827: $? = 1
  2103. configure: failed program was:
  2104. | /* confdefs.h */
  2105. | #define PACKAGE_NAME "OLA"
  2106. | #define PACKAGE_TARNAME "ola"
  2107. | #define PACKAGE_VERSION "0.10.7"
  2108. | #define PACKAGE_STRING "OLA 0.10.7"
  2109. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  2110. | #define PACKAGE_URL ""
  2111. | #define PACKAGE "ola"
  2112. | #define VERSION "0.10.7"
  2113. | #define HAVE_DIRENT_H 1
  2114. | #define HAVE_SYS_TYPES_H 1
  2115. | #define STDC_HEADERS 1
  2116. | #define HAVE_SYS_TYPES_H 1
  2117. | #define HAVE_SYS_STAT_H 1
  2118. | #define HAVE_STDLIB_H 1
  2119. | #define HAVE_STRING_H 1
  2120. | #define HAVE_MEMORY_H 1
  2121. | #define HAVE_STRINGS_H 1
  2122. | #define HAVE_INTTYPES_H 1
  2123. | #define HAVE_STDINT_H 1
  2124. | #define HAVE_UNISTD_H 1
  2125. | #define HAVE_ERRNO_H 1
  2126. | #define HAVE_FCNTL_H 1
  2127. | #define HAVE_FLOAT_H 1
  2128. | #define HAVE_LIMITS_H 1
  2129. | #define HAVE_MALLOC_H 1
  2130. | #define HAVE_STDINT_H 1
  2131. | #define HAVE_STDLIB_H 1
  2132. | #define HAVE_STRING_H 1
  2133. | #define HAVE_STRINGS_H 1
  2134. | #define HAVE_SYS_FILE_H 1
  2135. | #define HAVE_SYS_TIME_H 1
  2136. | #define HAVE_SYS_TIMEB_H 1
  2137. | #define HAVE_UNISTD_H 1
  2138. | #define HAVE_ASSERT_H 1
  2139. | #define HAVE_MATH_H 1
  2140. | #define HAVE_SYS_PARAM_H 1
  2141. | #define HAVE_SYS_TYPES_H 1
  2142. | #define HAVE_WINSOCK2_H 1
  2143. | #define HAVE_WINERROR_H 1
  2144. | #define HAVE_STDBOOL_H 1
  2145. | #define uid_t int
  2146. | #define gid_t int
  2147. | #define restrict __restrict
  2148. | #define HAVE_HASH_MAP 1
  2149. | #define HAVE_HASH_SET 1
  2150. | #define HAVE_UNORDERED_MAP 1
  2151. | #define HASH_MAP_H <tr1/unordered_map>
  2152. | #define HASH_SET_H <tr1/unordered_set>
  2153. | #define HASH_NAMESPACE std::tr1
  2154. | #define HASH_MAP_CLASS unordered_map
  2155. | #define HASH_SET_CLASS unordered_set
  2156. | #define vfork fork
  2157. | #define HAVE_STDLIB_H 1
  2158. | #define HAVE_MALLOC 1
  2159. | #define HAVE_STDLIB_H 1
  2160. | #define HAVE_REALLOC 1
  2161. | #define SELECT_TYPE_ARG1 int
  2162. | #define SELECT_TYPE_ARG234 (int *)
  2163. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2164. | #define HAVE_VPRINTF 1
  2165. | #define HAVE_GETTIMEOFDAY 1
  2166. | #define HAVE_MEMMOVE 1
  2167. | #define HAVE_MEMSET 1
  2168. | #define HAVE_MKDIR 1
  2169. | #define HAVE_STRDUP 1
  2170. | #define HAVE_STRRCHR 1
  2171. | #define HAVE_STRERROR 1
  2172. | /* end confdefs.h. */
  2173. | #include <dirent.h>
  2174. | #include <unistd.h>
  2175. | int
  2176. | main ()
  2177. | {
  2178. |
  2179. | const char* arg = "/";
  2180. | DIR * dir;
  2181. | struct dirent *buf, *de;
  2182. | dir = opendir(arg);
  2183. | readdir_r(dir,buf,&de);
  2184. |
  2185. | ;
  2186. | return 0;
  2187. | }
  2188. configure:7837: result: yes
  2189. configure:7873: checking build system type
  2190. configure:7887: result: x86_64-w64-mingw32
  2191. configure:7907: checking host system type
  2192. configure:7920: result: x86_64-w64-mingw32
  2193. configure:7961: checking how to print strings
  2194. configure:7988: result: printf
  2195. configure:8009: checking for a sed that does not truncate output
  2196. configure:8073: result: /usr/bin/sed
  2197. configure:8091: checking for fgrep
  2198. configure:8153: result: /usr/bin/grep -F
  2199. configure:8188: checking for ld used by clang
  2200. configure:8255: result: C:/msys64/mingw64/bin/ld
  2201. configure:8262: checking if the linker (C:/msys64/mingw64/bin/ld) is GNU ld
  2202. configure:8277: result: yes
  2203. configure:8289: checking for BSD- or MS-compatible name lister (nm)
  2204. configure:8343: result: /mingw64/bin/nm -B
  2205. configure:8473: checking the name lister (/mingw64/bin/nm -B) interface
  2206. configure:8480: clang++ -c -g -O2 -std=gnu++98 -Wno-error=deprecated-declarations conftest.cpp >&5
  2207. configure:8483: /mingw64/bin/nm -B "conftest.o"
  2208. configure:8486: output
  2209. 0000000000000000 b .bss
  2210. 0000000000000000 d .data
  2211. 0000000000000000 N .debug_abbrev
  2212. 0000000000000000 N .debug_info
  2213. 0000000000000000 N .debug_line
  2214. 0000000000000000 N .debug_macinfo
  2215. 0000000000000000 N .debug_pubnames
  2216. 0000000000000000 N .debug_pubtypes
  2217. 0000000000000000 N .debug_ranges
  2218. 0000000000000000 N .debug_str
  2219. 0000000000000000 t .text
  2220. 0000000000000000 B some_variable
  2221. configure:8493: result: BSD nm
  2222. configure:8497: checking the maximum length of command line arguments
  2223. configure:8628: result: 8192
  2224. configure:8676: checking how to convert x86_64-w64-mingw32 file names to x86_64-w64-mingw32 format
  2225. configure:8716: result: func_convert_file_msys_to_w32
  2226. configure:8723: checking how to convert x86_64-w64-mingw32 file names to toolchain format
  2227. configure:8743: result: func_convert_file_msys_to_w32
  2228. configure:8750: checking for C:/msys64/mingw64/bin/ld option to reload object files
  2229. configure:8757: result: -r
  2230. configure:8831: checking for objdump
  2231. configure:8847: found /mingw64/bin/objdump
  2232. configure:8858: result: objdump
  2233. configure:8887: checking how to recognize dependent libraries
  2234. configure:9087: result: file_magic ^x86 archive import|^x86 DLL
  2235. configure:9172: checking for dlltool
  2236. configure:9188: found /mingw64/bin/dlltool
  2237. configure:9199: result: dlltool
  2238. configure:9229: checking how to associate runtime and link libraries
  2239. configure:9256: result: func_cygming_dll_for_implib
  2240. configure:9316: checking for ar
  2241. configure:9332: found /mingw64/bin/ar
  2242. configure:9343: result: ar
  2243. configure:9380: checking for archiver @FILE support
  2244. configure:9397: clang++ -c -g -O2 -std=gnu++98 -Wno-error=deprecated-declarations conftest.cpp >&5
  2245. configure:9397: $? = 0
  2246. configure:9400: ar cru libconftest.a @conftest.lst >&5
  2247. configure:9403: $? = 0
  2248. configure:9408: ar cru libconftest.a @conftest.lst >&5
  2249. C:\msys64\mingw64\bin\ar.exe: conftest.o: No such file or directory
  2250. configure:9411: $? = 1
  2251. configure:9423: result: @
  2252. configure:9481: checking for strip
  2253. configure:9497: found /mingw64/bin/strip
  2254. configure:9508: result: strip
  2255. configure:9580: checking for ranlib
  2256. configure:9596: found /mingw64/bin/ranlib
  2257. configure:9607: result: ranlib
  2258. configure:9709: checking command to parse /mingw64/bin/nm -B output from clang object
  2259. configure:9862: clang++ -c -g -O2 -std=gnu++98 -Wno-error=deprecated-declarations conftest.cpp >&5
  2260. configure:9865: $? = 0
  2261. configure:9869: /mingw64/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)\{0,1\}$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  2262. configure:9872: $? = 0
  2263. configure:9938: clang++ -o conftest.exe -g -O2 -std=gnu++98 -Wno-error=deprecated-declarations conftest.cpp conftstm.o >&5
  2264. configure:9941: $? = 0
  2265. configure:9979: result: ok
  2266. configure:10026: checking for sysroot
  2267. configure:10056: result: no
  2268. configure:10063: checking for a working dd
  2269. configure:10101: result: /usr/bin/dd
  2270. configure:10105: checking how to truncate binary pipes
  2271. configure:10120: result: /usr/bin/dd bs=4096 count=1
  2272. configure:10450: checking for mt
  2273. configure:10480: result: no
  2274. configure:10500: checking if : is a manifest tool
  2275. configure:10506: : '-?'
  2276. configure:10514: result: no
  2277. configure:11188: checking for dlfcn.h
  2278. configure:11188: result: no
  2279. configure:11261: checking for as
  2280. configure:11277: found /mingw64/bin/as
  2281. configure:11288: result: as
  2282. configure:11353: checking for dlltool
  2283. configure:11380: result: dlltool
  2284. configure:11445: checking for objdump
  2285. configure:11472: result: objdump
  2286. configure:11752: checking for objdir
  2287. configure:11767: result: .libs
  2288. configure:12031: checking if clang supports -fno-rtti -fno-exceptions
  2289. configure:12049: clang -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  2290. configure:12053: $? = 0
  2291. configure:12066: result: yes
  2292. configure:12424: checking for clang option to produce PIC
  2293. configure:12431: result: -DDLL_EXPORT -DPIC
  2294. configure:12439: checking if clang PIC flag -DDLL_EXPORT -DPIC works
  2295. configure:12457: clang -c -g -O2 -DDLL_EXPORT -DPIC -DPIC conftest.c >&5
  2296. configure:12461: $? = 0
  2297. configure:12474: result: yes
  2298. configure:12503: checking if clang static flag -static works
  2299. configure:12531: result: yes
  2300. configure:12546: checking if clang supports -c -o file.o
  2301. configure:12567: clang -c -g -O2 -o out/conftest2.o conftest.c >&5
  2302. configure:12571: $? = 0
  2303. configure:12593: result: yes
  2304. configure:12601: checking if clang supports -c -o file.o
  2305. configure:12648: result: yes
  2306. configure:12681: checking whether the clang linker (C:/msys64/mingw64/bin/ld) supports shared libraries
  2307. configure:13940: result: yes
  2308. configure:13977: checking whether -lc should be explicitly linked in
  2309. configure:13985: clang -c -g -O2 conftest.c >&5
  2310. configure:13988: $? = 0
  2311. configure:14003: clang -shared conftest.o -v -o ./conftest -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
  2312. configure:14006: $? = 1
  2313. configure:14020: result: yes
  2314. configure:14180: checking dynamic linker characteristics
  2315. configure:15004: result: Win32 ld.exe
  2316. configure:15126: checking how to hardcode library paths into programs
  2317. configure:15151: result: immediate
  2318. configure:15699: checking whether stripping libraries is possible
  2319. configure:15704: result: yes
  2320. configure:15739: checking if libtool supports shared libraries
  2321. configure:15741: result: yes
  2322. configure:15744: checking whether to build shared libraries
  2323. configure:15769: result: yes
  2324. configure:15772: checking whether to build static libraries
  2325. configure:15776: result: yes
  2326. configure:15799: checking how to run the C++ preprocessor
  2327. configure:15865: result: clang++ -E
  2328. configure:15885: clang++ -E conftest.cpp
  2329. configure:15885: $? = 0
  2330. configure:15899: clang++ -E conftest.cpp
  2331. conftest.cpp:71:10: fatal error: 'ac_nonexistent.h' file not found
  2332. #include <ac_nonexistent.h>
  2333. ^~~~~~~~~~~~~~~~~~
  2334. 1 error generated.
  2335. configure:15899: $? = 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. | #define HAVE_WINSOCK2_H 1
  2376. | #define HAVE_WINERROR_H 1
  2377. | #define HAVE_STDBOOL_H 1
  2378. | #define uid_t int
  2379. | #define gid_t int
  2380. | #define restrict __restrict
  2381. | #define HAVE_HASH_MAP 1
  2382. | #define HAVE_HASH_SET 1
  2383. | #define HAVE_UNORDERED_MAP 1
  2384. | #define HASH_MAP_H <tr1/unordered_map>
  2385. | #define HASH_SET_H <tr1/unordered_set>
  2386. | #define HASH_NAMESPACE std::tr1
  2387. | #define HASH_MAP_CLASS unordered_map
  2388. | #define HASH_SET_CLASS unordered_set
  2389. | #define vfork fork
  2390. | #define HAVE_STDLIB_H 1
  2391. | #define HAVE_MALLOC 1
  2392. | #define HAVE_STDLIB_H 1
  2393. | #define HAVE_REALLOC 1
  2394. | #define SELECT_TYPE_ARG1 int
  2395. | #define SELECT_TYPE_ARG234 (int *)
  2396. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2397. | #define HAVE_VPRINTF 1
  2398. | #define HAVE_GETTIMEOFDAY 1
  2399. | #define HAVE_MEMMOVE 1
  2400. | #define HAVE_MEMSET 1
  2401. | #define HAVE_MKDIR 1
  2402. | #define HAVE_STRDUP 1
  2403. | #define HAVE_STRRCHR 1
  2404. | #define HAVE_STRERROR 1
  2405. | #define LT_OBJDIR ".libs/"
  2406. | /* end confdefs.h. */
  2407. | #include <ac_nonexistent.h>
  2408. configure:16061: checking for ld used by clang++
  2409. configure:16128: result: C:/msys64/mingw64/bin/ld
  2410. configure:16135: checking if the linker (C:/msys64/mingw64/bin/ld) is GNU ld
  2411. configure:16150: result: yes
  2412. configure:16205: checking whether the clang++ linker (C:/msys64/mingw64/bin/ld) supports shared libraries
  2413. configure:17278: result: yes
  2414. configure:17314: clang++ -c -g -O2 -std=gnu++98 -Wno-error=deprecated-declarations conftest.cpp >&5
  2415. configure:17317: $? = 0
  2416. configure:17798: checking for clang++ option to produce PIC
  2417. configure:17805: result: -DDLL_EXPORT -DPIC
  2418. configure:17813: checking if clang++ PIC flag -DDLL_EXPORT -DPIC works
  2419. configure:17831: clang++ -c -g -O2 -std=gnu++98 -Wno-error=deprecated-declarations -DDLL_EXPORT -DPIC -DPIC conftest.cpp >&5
  2420. configure:17835: $? = 0
  2421. configure:17848: result: yes
  2422. configure:17871: checking if clang++ static flag -static works
  2423. configure:17899: result: yes
  2424. configure:17911: checking if clang++ supports -c -o file.o
  2425. configure:17932: clang++ -c -g -O2 -std=gnu++98 -Wno-error=deprecated-declarations -o out/conftest2.o conftest.cpp >&5
  2426. configure:17936: $? = 0
  2427. configure:17958: result: yes
  2428. configure:17963: checking if clang++ supports -c -o file.o
  2429. configure:18010: result: yes
  2430. configure:18040: checking whether the clang++ linker (C:/msys64/mingw64/bin/ld) supports shared libraries
  2431. configure:18080: result: yes
  2432. configure:18221: checking dynamic linker characteristics
  2433. configure:18971: result: Win32 ld.exe
  2434. configure:19036: checking how to hardcode library paths into programs
  2435. configure:19061: result: immediate
  2436. configure:19139: checking linux/version.h usability
  2437. configure:19139: clang++ -c -g -O2 -std=gnu++98 -Wno-error=deprecated-declarations conftest.cpp >&5
  2438. conftest.cpp:104:10: fatal error: 'linux/version.h' file not found
  2439. #include <linux/version.h>
  2440. ^~~~~~~~~~~~~~~~~
  2441. 1 error generated.
  2442. configure:19139: $? = 1
  2443. configure: failed program was:
  2444. | /* confdefs.h */
  2445. | #define PACKAGE_NAME "OLA"
  2446. | #define PACKAGE_TARNAME "ola"
  2447. | #define PACKAGE_VERSION "0.10.7"
  2448. | #define PACKAGE_STRING "OLA 0.10.7"
  2449. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  2450. | #define PACKAGE_URL ""
  2451. | #define PACKAGE "ola"
  2452. | #define VERSION "0.10.7"
  2453. | #define HAVE_DIRENT_H 1
  2454. | #define HAVE_SYS_TYPES_H 1
  2455. | #define STDC_HEADERS 1
  2456. | #define HAVE_SYS_TYPES_H 1
  2457. | #define HAVE_SYS_STAT_H 1
  2458. | #define HAVE_STDLIB_H 1
  2459. | #define HAVE_STRING_H 1
  2460. | #define HAVE_MEMORY_H 1
  2461. | #define HAVE_STRINGS_H 1
  2462. | #define HAVE_INTTYPES_H 1
  2463. | #define HAVE_STDINT_H 1
  2464. | #define HAVE_UNISTD_H 1
  2465. | #define HAVE_ERRNO_H 1
  2466. | #define HAVE_FCNTL_H 1
  2467. | #define HAVE_FLOAT_H 1
  2468. | #define HAVE_LIMITS_H 1
  2469. | #define HAVE_MALLOC_H 1
  2470. | #define HAVE_STDINT_H 1
  2471. | #define HAVE_STDLIB_H 1
  2472. | #define HAVE_STRING_H 1
  2473. | #define HAVE_STRINGS_H 1
  2474. | #define HAVE_SYS_FILE_H 1
  2475. | #define HAVE_SYS_TIME_H 1
  2476. | #define HAVE_SYS_TIMEB_H 1
  2477. | #define HAVE_UNISTD_H 1
  2478. | #define HAVE_ASSERT_H 1
  2479. | #define HAVE_MATH_H 1
  2480. | #define HAVE_SYS_PARAM_H 1
  2481. | #define HAVE_SYS_TYPES_H 1
  2482. | #define HAVE_WINSOCK2_H 1
  2483. | #define HAVE_WINERROR_H 1
  2484. | #define HAVE_STDBOOL_H 1
  2485. | #define uid_t int
  2486. | #define gid_t int
  2487. | #define restrict __restrict
  2488. | #define HAVE_HASH_MAP 1
  2489. | #define HAVE_HASH_SET 1
  2490. | #define HAVE_UNORDERED_MAP 1
  2491. | #define HASH_MAP_H <tr1/unordered_map>
  2492. | #define HASH_SET_H <tr1/unordered_set>
  2493. | #define HASH_NAMESPACE std::tr1
  2494. | #define HASH_MAP_CLASS unordered_map
  2495. | #define HASH_SET_CLASS unordered_set
  2496. | #define vfork fork
  2497. | #define HAVE_STDLIB_H 1
  2498. | #define HAVE_MALLOC 1
  2499. | #define HAVE_STDLIB_H 1
  2500. | #define HAVE_REALLOC 1
  2501. | #define SELECT_TYPE_ARG1 int
  2502. | #define SELECT_TYPE_ARG234 (int *)
  2503. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2504. | #define HAVE_VPRINTF 1
  2505. | #define HAVE_GETTIMEOFDAY 1
  2506. | #define HAVE_MEMMOVE 1
  2507. | #define HAVE_MEMSET 1
  2508. | #define HAVE_MKDIR 1
  2509. | #define HAVE_STRDUP 1
  2510. | #define HAVE_STRRCHR 1
  2511. | #define HAVE_STRERROR 1
  2512. | #define LT_OBJDIR ".libs/"
  2513. | /* end confdefs.h. */
  2514. | #include <stdio.h>
  2515. | #ifdef HAVE_SYS_TYPES_H
  2516. | # include <sys/types.h>
  2517. | #endif
  2518. | #ifdef HAVE_SYS_STAT_H
  2519. | # include <sys/stat.h>
  2520. | #endif
  2521. | #ifdef STDC_HEADERS
  2522. | # include <stdlib.h>
  2523. | # include <stddef.h>
  2524. | #else
  2525. | # ifdef HAVE_STDLIB_H
  2526. | # include <stdlib.h>
  2527. | # endif
  2528. | #endif
  2529. | #ifdef HAVE_STRING_H
  2530. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2531. | # include <memory.h>
  2532. | # endif
  2533. | # include <string.h>
  2534. | #endif
  2535. | #ifdef HAVE_STRINGS_H
  2536. | # include <strings.h>
  2537. | #endif
  2538. | #ifdef HAVE_INTTYPES_H
  2539. | # include <inttypes.h>
  2540. | #endif
  2541. | #ifdef HAVE_STDINT_H
  2542. | # include <stdint.h>
  2543. | #endif
  2544. | #ifdef HAVE_UNISTD_H
  2545. | # include <unistd.h>
  2546. | #endif
  2547. | #include <linux/version.h>
  2548. configure:19139: result: no
  2549. configure:19139: checking linux/version.h presence
  2550. configure:19139: clang++ -E conftest.cpp
  2551. conftest.cpp:71:10: fatal error: 'linux/version.h' file not found
  2552. #include <linux/version.h>
  2553. ^~~~~~~~~~~~~~~~~
  2554. 1 error generated.
  2555. configure:19139: $? = 1
  2556. configure: failed program was:
  2557. | /* confdefs.h */
  2558. | #define PACKAGE_NAME "OLA"
  2559. | #define PACKAGE_TARNAME "ola"
  2560. | #define PACKAGE_VERSION "0.10.7"
  2561. | #define PACKAGE_STRING "OLA 0.10.7"
  2562. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  2563. | #define PACKAGE_URL ""
  2564. | #define PACKAGE "ola"
  2565. | #define VERSION "0.10.7"
  2566. | #define HAVE_DIRENT_H 1
  2567. | #define HAVE_SYS_TYPES_H 1
  2568. | #define STDC_HEADERS 1
  2569. | #define HAVE_SYS_TYPES_H 1
  2570. | #define HAVE_SYS_STAT_H 1
  2571. | #define HAVE_STDLIB_H 1
  2572. | #define HAVE_STRING_H 1
  2573. | #define HAVE_MEMORY_H 1
  2574. | #define HAVE_STRINGS_H 1
  2575. | #define HAVE_INTTYPES_H 1
  2576. | #define HAVE_STDINT_H 1
  2577. | #define HAVE_UNISTD_H 1
  2578. | #define HAVE_ERRNO_H 1
  2579. | #define HAVE_FCNTL_H 1
  2580. | #define HAVE_FLOAT_H 1
  2581. | #define HAVE_LIMITS_H 1
  2582. | #define HAVE_MALLOC_H 1
  2583. | #define HAVE_STDINT_H 1
  2584. | #define HAVE_STDLIB_H 1
  2585. | #define HAVE_STRING_H 1
  2586. | #define HAVE_STRINGS_H 1
  2587. | #define HAVE_SYS_FILE_H 1
  2588. | #define HAVE_SYS_TIME_H 1
  2589. | #define HAVE_SYS_TIMEB_H 1
  2590. | #define HAVE_UNISTD_H 1
  2591. | #define HAVE_ASSERT_H 1
  2592. | #define HAVE_MATH_H 1
  2593. | #define HAVE_SYS_PARAM_H 1
  2594. | #define HAVE_SYS_TYPES_H 1
  2595. | #define HAVE_WINSOCK2_H 1
  2596. | #define HAVE_WINERROR_H 1
  2597. | #define HAVE_STDBOOL_H 1
  2598. | #define uid_t int
  2599. | #define gid_t int
  2600. | #define restrict __restrict
  2601. | #define HAVE_HASH_MAP 1
  2602. | #define HAVE_HASH_SET 1
  2603. | #define HAVE_UNORDERED_MAP 1
  2604. | #define HASH_MAP_H <tr1/unordered_map>
  2605. | #define HASH_SET_H <tr1/unordered_set>
  2606. | #define HASH_NAMESPACE std::tr1
  2607. | #define HASH_MAP_CLASS unordered_map
  2608. | #define HASH_SET_CLASS unordered_set
  2609. | #define vfork fork
  2610. | #define HAVE_STDLIB_H 1
  2611. | #define HAVE_MALLOC 1
  2612. | #define HAVE_STDLIB_H 1
  2613. | #define HAVE_REALLOC 1
  2614. | #define SELECT_TYPE_ARG1 int
  2615. | #define SELECT_TYPE_ARG234 (int *)
  2616. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2617. | #define HAVE_VPRINTF 1
  2618. | #define HAVE_GETTIMEOFDAY 1
  2619. | #define HAVE_MEMMOVE 1
  2620. | #define HAVE_MEMSET 1
  2621. | #define HAVE_MKDIR 1
  2622. | #define HAVE_STRDUP 1
  2623. | #define HAVE_STRRCHR 1
  2624. | #define HAVE_STRERROR 1
  2625. | #define LT_OBJDIR ".libs/"
  2626. | /* end confdefs.h. */
  2627. | #include <linux/version.h>
  2628. configure:19139: result: no
  2629. configure:19139: checking for linux/version.h
  2630. configure:19139: result: no
  2631. configure:19145: checking for Linux epoll(7) interface
  2632. configure:19171: clang++ -o conftest.exe -g -O2 -std=gnu++98 -Wno-error=deprecated-declarations conftest.cpp >&5
  2633. conftest.cpp:71:16: fatal error: 'sys/epoll.h' file not found
  2634. #include <sys/epoll.h>
  2635. ^~~~~~~~~~~~~
  2636. 1 error generated.
  2637. configure:19171: $? = 1
  2638. configure: failed program was:
  2639. | /* confdefs.h */
  2640. | #define PACKAGE_NAME "OLA"
  2641. | #define PACKAGE_TARNAME "ola"
  2642. | #define PACKAGE_VERSION "0.10.7"
  2643. | #define PACKAGE_STRING "OLA 0.10.7"
  2644. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  2645. | #define PACKAGE_URL ""
  2646. | #define PACKAGE "ola"
  2647. | #define VERSION "0.10.7"
  2648. | #define HAVE_DIRENT_H 1
  2649. | #define HAVE_SYS_TYPES_H 1
  2650. | #define STDC_HEADERS 1
  2651. | #define HAVE_SYS_TYPES_H 1
  2652. | #define HAVE_SYS_STAT_H 1
  2653. | #define HAVE_STDLIB_H 1
  2654. | #define HAVE_STRING_H 1
  2655. | #define HAVE_MEMORY_H 1
  2656. | #define HAVE_STRINGS_H 1
  2657. | #define HAVE_INTTYPES_H 1
  2658. | #define HAVE_STDINT_H 1
  2659. | #define HAVE_UNISTD_H 1
  2660. | #define HAVE_ERRNO_H 1
  2661. | #define HAVE_FCNTL_H 1
  2662. | #define HAVE_FLOAT_H 1
  2663. | #define HAVE_LIMITS_H 1
  2664. | #define HAVE_MALLOC_H 1
  2665. | #define HAVE_STDINT_H 1
  2666. | #define HAVE_STDLIB_H 1
  2667. | #define HAVE_STRING_H 1
  2668. | #define HAVE_STRINGS_H 1
  2669. | #define HAVE_SYS_FILE_H 1
  2670. | #define HAVE_SYS_TIME_H 1
  2671. | #define HAVE_SYS_TIMEB_H 1
  2672. | #define HAVE_UNISTD_H 1
  2673. | #define HAVE_ASSERT_H 1
  2674. | #define HAVE_MATH_H 1
  2675. | #define HAVE_SYS_PARAM_H 1
  2676. | #define HAVE_SYS_TYPES_H 1
  2677. | #define HAVE_WINSOCK2_H 1
  2678. | #define HAVE_WINERROR_H 1
  2679. | #define HAVE_STDBOOL_H 1
  2680. | #define uid_t int
  2681. | #define gid_t int
  2682. | #define restrict __restrict
  2683. | #define HAVE_HASH_MAP 1
  2684. | #define HAVE_HASH_SET 1
  2685. | #define HAVE_UNORDERED_MAP 1
  2686. | #define HASH_MAP_H <tr1/unordered_map>
  2687. | #define HASH_SET_H <tr1/unordered_set>
  2688. | #define HASH_NAMESPACE std::tr1
  2689. | #define HASH_MAP_CLASS unordered_map
  2690. | #define HASH_SET_CLASS unordered_set
  2691. | #define vfork fork
  2692. | #define HAVE_STDLIB_H 1
  2693. | #define HAVE_MALLOC 1
  2694. | #define HAVE_STDLIB_H 1
  2695. | #define HAVE_REALLOC 1
  2696. | #define SELECT_TYPE_ARG1 int
  2697. | #define SELECT_TYPE_ARG234 (int *)
  2698. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2699. | #define HAVE_VPRINTF 1
  2700. | #define HAVE_GETTIMEOFDAY 1
  2701. | #define HAVE_MEMMOVE 1
  2702. | #define HAVE_MEMSET 1
  2703. | #define HAVE_MKDIR 1
  2704. | #define HAVE_STRDUP 1
  2705. | #define HAVE_STRRCHR 1
  2706. | #define HAVE_STRERROR 1
  2707. | #define LT_OBJDIR ".libs/"
  2708. | /* end confdefs.h. */
  2709. | #include <sys/epoll.h>
  2710. | #ifdef HAVE_LINUX_VERSION_H
  2711. | # include <linux/version.h>
  2712. | # if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,45)
  2713. | # error linux kernel version is too old to have epoll
  2714. | # endif
  2715. | #endif
  2716. |
  2717. | int
  2718. | main ()
  2719. | {
  2720. | int fd, rc;
  2721. | struct epoll_event ev;
  2722. | fd = epoll_create(128);
  2723. | rc = epoll_wait(fd, &ev, 1, 0);
  2724. | ;
  2725. | return 0;
  2726. | }
  2727. configure:19188: result: no
  2728. configure:19205: checking for kqueue
  2729. configure:19205: clang++ -o conftest.exe -g -O2 -std=gnu++98 -Wno-error=deprecated-declarations conftest.cpp >&5
  2730. C:\msys64\mingw64\bin\ld: C:\msys64\tmp\conftest-f463e4.o: in function `main':
  2731. C:\Users\nico\dev\dlight\win64\ola-master/conftest.cpp:105: undefined reference to `kqueue'
  2732. clang++.exe: error: linker command failed with exit code 1 (use -v to see invocation)
  2733. configure:19205: $? = 1
  2734. configure: failed program was:
  2735. | /* confdefs.h */
  2736. | #define PACKAGE_NAME "OLA"
  2737. | #define PACKAGE_TARNAME "ola"
  2738. | #define PACKAGE_VERSION "0.10.7"
  2739. | #define PACKAGE_STRING "OLA 0.10.7"
  2740. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  2741. | #define PACKAGE_URL ""
  2742. | #define PACKAGE "ola"
  2743. | #define VERSION "0.10.7"
  2744. | #define HAVE_DIRENT_H 1
  2745. | #define HAVE_SYS_TYPES_H 1
  2746. | #define STDC_HEADERS 1
  2747. | #define HAVE_SYS_TYPES_H 1
  2748. | #define HAVE_SYS_STAT_H 1
  2749. | #define HAVE_STDLIB_H 1
  2750. | #define HAVE_STRING_H 1
  2751. | #define HAVE_MEMORY_H 1
  2752. | #define HAVE_STRINGS_H 1
  2753. | #define HAVE_INTTYPES_H 1
  2754. | #define HAVE_STDINT_H 1
  2755. | #define HAVE_UNISTD_H 1
  2756. | #define HAVE_ERRNO_H 1
  2757. | #define HAVE_FCNTL_H 1
  2758. | #define HAVE_FLOAT_H 1
  2759. | #define HAVE_LIMITS_H 1
  2760. | #define HAVE_MALLOC_H 1
  2761. | #define HAVE_STDINT_H 1
  2762. | #define HAVE_STDLIB_H 1
  2763. | #define HAVE_STRING_H 1
  2764. | #define HAVE_STRINGS_H 1
  2765. | #define HAVE_SYS_FILE_H 1
  2766. | #define HAVE_SYS_TIME_H 1
  2767. | #define HAVE_SYS_TIMEB_H 1
  2768. | #define HAVE_UNISTD_H 1
  2769. | #define HAVE_ASSERT_H 1
  2770. | #define HAVE_MATH_H 1
  2771. | #define HAVE_SYS_PARAM_H 1
  2772. | #define HAVE_SYS_TYPES_H 1
  2773. | #define HAVE_WINSOCK2_H 1
  2774. | #define HAVE_WINERROR_H 1
  2775. | #define HAVE_STDBOOL_H 1
  2776. | #define uid_t int
  2777. | #define gid_t int
  2778. | #define restrict __restrict
  2779. | #define HAVE_HASH_MAP 1
  2780. | #define HAVE_HASH_SET 1
  2781. | #define HAVE_UNORDERED_MAP 1
  2782. | #define HASH_MAP_H <tr1/unordered_map>
  2783. | #define HASH_SET_H <tr1/unordered_set>
  2784. | #define HASH_NAMESPACE std::tr1
  2785. | #define HASH_MAP_CLASS unordered_map
  2786. | #define HASH_SET_CLASS unordered_set
  2787. | #define vfork fork
  2788. | #define HAVE_STDLIB_H 1
  2789. | #define HAVE_MALLOC 1
  2790. | #define HAVE_STDLIB_H 1
  2791. | #define HAVE_REALLOC 1
  2792. | #define SELECT_TYPE_ARG1 int
  2793. | #define SELECT_TYPE_ARG234 (int *)
  2794. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2795. | #define HAVE_VPRINTF 1
  2796. | #define HAVE_GETTIMEOFDAY 1
  2797. | #define HAVE_MEMMOVE 1
  2798. | #define HAVE_MEMSET 1
  2799. | #define HAVE_MKDIR 1
  2800. | #define HAVE_STRDUP 1
  2801. | #define HAVE_STRRCHR 1
  2802. | #define HAVE_STRERROR 1
  2803. | #define LT_OBJDIR ".libs/"
  2804. | /* end confdefs.h. */
  2805. | /* Define kqueue to an innocuous variant, in case <limits.h> declares kqueue.
  2806. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  2807. | #define kqueue innocuous_kqueue
  2808. |
  2809. | /* System header to define __stub macros and hopefully few prototypes,
  2810. | which can conflict with char kqueue (); below.
  2811. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2812. | <limits.h> exists even on freestanding compilers. */
  2813. |
  2814. | #ifdef __STDC__
  2815. | # include <limits.h>
  2816. | #else
  2817. | # include <assert.h>
  2818. | #endif
  2819. |
  2820. | #undef kqueue
  2821. |
  2822. | /* Override any GCC internal prototype to avoid an error.
  2823. | Use char because int might match the return type of a GCC
  2824. | builtin and then its argument prototype would still apply. */
  2825. | #ifdef __cplusplus
  2826. | extern "C"
  2827. | #endif
  2828. | char kqueue ();
  2829. | /* The GNU C library defines this for functions which it implements
  2830. | to always fail with ENOSYS. Some functions are actually named
  2831. | something starting with __ and the normal name is an alias. */
  2832. | #if defined __stub_kqueue || defined __stub___kqueue
  2833. | choke me
  2834. | #endif
  2835. |
  2836. | int
  2837. | main ()
  2838. | {
  2839. | return kqueue ();
  2840. | ;
  2841. | return 0;
  2842. | }
  2843. configure:19205: result: no
  2844. configure:19224: checking for -rdynamic support
  2845. configure:19242: clang++ -c -g -O2 -std=gnu++98 -Wno-error=deprecated-declarations -rdynamic -Wall -Werror conftest.cpp >&5
  2846. clang++.exe: error: argument unused during compilation: '-rdynamic' [-Werror,-Wunused-command-line-argument]
  2847. configure:19242: $? = 1
  2848. configure: failed program was:
  2849. | /* confdefs.h */
  2850. | #define PACKAGE_NAME "OLA"
  2851. | #define PACKAGE_TARNAME "ola"
  2852. | #define PACKAGE_VERSION "0.10.7"
  2853. | #define PACKAGE_STRING "OLA 0.10.7"
  2854. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  2855. | #define PACKAGE_URL ""
  2856. | #define PACKAGE "ola"
  2857. | #define VERSION "0.10.7"
  2858. | #define HAVE_DIRENT_H 1
  2859. | #define HAVE_SYS_TYPES_H 1
  2860. | #define STDC_HEADERS 1
  2861. | #define HAVE_SYS_TYPES_H 1
  2862. | #define HAVE_SYS_STAT_H 1
  2863. | #define HAVE_STDLIB_H 1
  2864. | #define HAVE_STRING_H 1
  2865. | #define HAVE_MEMORY_H 1
  2866. | #define HAVE_STRINGS_H 1
  2867. | #define HAVE_INTTYPES_H 1
  2868. | #define HAVE_STDINT_H 1
  2869. | #define HAVE_UNISTD_H 1
  2870. | #define HAVE_ERRNO_H 1
  2871. | #define HAVE_FCNTL_H 1
  2872. | #define HAVE_FLOAT_H 1
  2873. | #define HAVE_LIMITS_H 1
  2874. | #define HAVE_MALLOC_H 1
  2875. | #define HAVE_STDINT_H 1
  2876. | #define HAVE_STDLIB_H 1
  2877. | #define HAVE_STRING_H 1
  2878. | #define HAVE_STRINGS_H 1
  2879. | #define HAVE_SYS_FILE_H 1
  2880. | #define HAVE_SYS_TIME_H 1
  2881. | #define HAVE_SYS_TIMEB_H 1
  2882. | #define HAVE_UNISTD_H 1
  2883. | #define HAVE_ASSERT_H 1
  2884. | #define HAVE_MATH_H 1
  2885. | #define HAVE_SYS_PARAM_H 1
  2886. | #define HAVE_SYS_TYPES_H 1
  2887. | #define HAVE_WINSOCK2_H 1
  2888. | #define HAVE_WINERROR_H 1
  2889. | #define HAVE_STDBOOL_H 1
  2890. | #define uid_t int
  2891. | #define gid_t int
  2892. | #define restrict __restrict
  2893. | #define HAVE_HASH_MAP 1
  2894. | #define HAVE_HASH_SET 1
  2895. | #define HAVE_UNORDERED_MAP 1
  2896. | #define HASH_MAP_H <tr1/unordered_map>
  2897. | #define HASH_SET_H <tr1/unordered_set>
  2898. | #define HASH_NAMESPACE std::tr1
  2899. | #define HASH_MAP_CLASS unordered_map
  2900. | #define HASH_SET_CLASS unordered_set
  2901. | #define vfork fork
  2902. | #define HAVE_STDLIB_H 1
  2903. | #define HAVE_MALLOC 1
  2904. | #define HAVE_STDLIB_H 1
  2905. | #define HAVE_REALLOC 1
  2906. | #define SELECT_TYPE_ARG1 int
  2907. | #define SELECT_TYPE_ARG234 (int *)
  2908. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2909. | #define HAVE_VPRINTF 1
  2910. | #define HAVE_GETTIMEOFDAY 1
  2911. | #define HAVE_MEMMOVE 1
  2912. | #define HAVE_MEMSET 1
  2913. | #define HAVE_MKDIR 1
  2914. | #define HAVE_STRDUP 1
  2915. | #define HAVE_STRRCHR 1
  2916. | #define HAVE_STRERROR 1
  2917. | #define LT_OBJDIR ".libs/"
  2918. | /* end confdefs.h. */
  2919. |
  2920. | int
  2921. | main ()
  2922. | {
  2923. |
  2924. | ;
  2925. | return 0;
  2926. | }
  2927. configure:19252: result: no
  2928. configure:19265: checking for IPv6 support
  2929. configure:19298: clang++ -o conftest.exe -g -O2 -std=gnu++98 -Wno-error=deprecated-declarations conftest.cpp >&5
  2930. conftest.cpp:73:10: fatal error: 'sys/socket.h' file not found
  2931. #include <sys/socket.h>
  2932. ^~~~~~~~~~~~~~
  2933. 1 error generated.
  2934. configure:19298: $? = 1
  2935. configure: program exited with status 1
  2936. configure: failed program was:
  2937. | /* confdefs.h */
  2938. | #define PACKAGE_NAME "OLA"
  2939. | #define PACKAGE_TARNAME "ola"
  2940. | #define PACKAGE_VERSION "0.10.7"
  2941. | #define PACKAGE_STRING "OLA 0.10.7"
  2942. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  2943. | #define PACKAGE_URL ""
  2944. | #define PACKAGE "ola"
  2945. | #define VERSION "0.10.7"
  2946. | #define HAVE_DIRENT_H 1
  2947. | #define HAVE_SYS_TYPES_H 1
  2948. | #define STDC_HEADERS 1
  2949. | #define HAVE_SYS_TYPES_H 1
  2950. | #define HAVE_SYS_STAT_H 1
  2951. | #define HAVE_STDLIB_H 1
  2952. | #define HAVE_STRING_H 1
  2953. | #define HAVE_MEMORY_H 1
  2954. | #define HAVE_STRINGS_H 1
  2955. | #define HAVE_INTTYPES_H 1
  2956. | #define HAVE_STDINT_H 1
  2957. | #define HAVE_UNISTD_H 1
  2958. | #define HAVE_ERRNO_H 1
  2959. | #define HAVE_FCNTL_H 1
  2960. | #define HAVE_FLOAT_H 1
  2961. | #define HAVE_LIMITS_H 1
  2962. | #define HAVE_MALLOC_H 1
  2963. | #define HAVE_STDINT_H 1
  2964. | #define HAVE_STDLIB_H 1
  2965. | #define HAVE_STRING_H 1
  2966. | #define HAVE_STRINGS_H 1
  2967. | #define HAVE_SYS_FILE_H 1
  2968. | #define HAVE_SYS_TIME_H 1
  2969. | #define HAVE_SYS_TIMEB_H 1
  2970. | #define HAVE_UNISTD_H 1
  2971. | #define HAVE_ASSERT_H 1
  2972. | #define HAVE_MATH_H 1
  2973. | #define HAVE_SYS_PARAM_H 1
  2974. | #define HAVE_SYS_TYPES_H 1
  2975. | #define HAVE_WINSOCK2_H 1
  2976. | #define HAVE_WINERROR_H 1
  2977. | #define HAVE_STDBOOL_H 1
  2978. | #define uid_t int
  2979. | #define gid_t int
  2980. | #define restrict __restrict
  2981. | #define HAVE_HASH_MAP 1
  2982. | #define HAVE_HASH_SET 1
  2983. | #define HAVE_UNORDERED_MAP 1
  2984. | #define HASH_MAP_H <tr1/unordered_map>
  2985. | #define HASH_SET_H <tr1/unordered_set>
  2986. | #define HASH_NAMESPACE std::tr1
  2987. | #define HASH_MAP_CLASS unordered_map
  2988. | #define HASH_SET_CLASS unordered_set
  2989. | #define vfork fork
  2990. | #define HAVE_STDLIB_H 1
  2991. | #define HAVE_MALLOC 1
  2992. | #define HAVE_STDLIB_H 1
  2993. | #define HAVE_REALLOC 1
  2994. | #define SELECT_TYPE_ARG1 int
  2995. | #define SELECT_TYPE_ARG234 (int *)
  2996. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2997. | #define HAVE_VPRINTF 1
  2998. | #define HAVE_GETTIMEOFDAY 1
  2999. | #define HAVE_MEMMOVE 1
  3000. | #define HAVE_MEMSET 1
  3001. | #define HAVE_MKDIR 1
  3002. | #define HAVE_STRDUP 1
  3003. | #define HAVE_STRRCHR 1
  3004. | #define HAVE_STRERROR 1
  3005. | #define LT_OBJDIR ".libs/"
  3006. | /* end confdefs.h. */
  3007. | #include <stdlib.h>
  3008. | #include <sys/types.h>
  3009. | #include <sys/socket.h>
  3010. | #include <netinet/in.h>
  3011. | int
  3012. | main ()
  3013. | {
  3014. |
  3015. | /* Make sure the definitions for AF_INET6 and struct sockaddr_in6
  3016. | * are defined, and that we can actually create an IPv6 TCP socket.
  3017. | */
  3018. | main()
  3019. | {
  3020. | int fd;
  3021. | struct sockaddr_in6 foo;
  3022. | fd = socket(AF_INET6, SOCK_STREAM, 0);
  3023. | exit(fd >= 0 ? 0 : 1);
  3024. | }
  3025. |
  3026. | ;
  3027. | return 0;
  3028. | }
  3029. configure:19310: result: no
  3030. configure:19319: checking for struct sockaddr.sa_len
  3031. configure:19319: clang++ -c -g -O2 -std=gnu++98 -Wno-error=deprecated-declarations conftest.cpp >&5
  3032. conftest.cpp:72:13: fatal error: 'sys/socket.h' file not found
  3033. #include <sys/socket.h>
  3034. ^~~~~~~~~~~~~~
  3035. 1 error generated.
  3036. configure:19319: $? = 1
  3037. configure: failed program was:
  3038. | /* confdefs.h */
  3039. | #define PACKAGE_NAME "OLA"
  3040. | #define PACKAGE_TARNAME "ola"
  3041. | #define PACKAGE_VERSION "0.10.7"
  3042. | #define PACKAGE_STRING "OLA 0.10.7"
  3043. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  3044. | #define PACKAGE_URL ""
  3045. | #define PACKAGE "ola"
  3046. | #define VERSION "0.10.7"
  3047. | #define HAVE_DIRENT_H 1
  3048. | #define HAVE_SYS_TYPES_H 1
  3049. | #define STDC_HEADERS 1
  3050. | #define HAVE_SYS_TYPES_H 1
  3051. | #define HAVE_SYS_STAT_H 1
  3052. | #define HAVE_STDLIB_H 1
  3053. | #define HAVE_STRING_H 1
  3054. | #define HAVE_MEMORY_H 1
  3055. | #define HAVE_STRINGS_H 1
  3056. | #define HAVE_INTTYPES_H 1
  3057. | #define HAVE_STDINT_H 1
  3058. | #define HAVE_UNISTD_H 1
  3059. | #define HAVE_ERRNO_H 1
  3060. | #define HAVE_FCNTL_H 1
  3061. | #define HAVE_FLOAT_H 1
  3062. | #define HAVE_LIMITS_H 1
  3063. | #define HAVE_MALLOC_H 1
  3064. | #define HAVE_STDINT_H 1
  3065. | #define HAVE_STDLIB_H 1
  3066. | #define HAVE_STRING_H 1
  3067. | #define HAVE_STRINGS_H 1
  3068. | #define HAVE_SYS_FILE_H 1
  3069. | #define HAVE_SYS_TIME_H 1
  3070. | #define HAVE_SYS_TIMEB_H 1
  3071. | #define HAVE_UNISTD_H 1
  3072. | #define HAVE_ASSERT_H 1
  3073. | #define HAVE_MATH_H 1
  3074. | #define HAVE_SYS_PARAM_H 1
  3075. | #define HAVE_SYS_TYPES_H 1
  3076. | #define HAVE_WINSOCK2_H 1
  3077. | #define HAVE_WINERROR_H 1
  3078. | #define HAVE_STDBOOL_H 1
  3079. | #define uid_t int
  3080. | #define gid_t int
  3081. | #define restrict __restrict
  3082. | #define HAVE_HASH_MAP 1
  3083. | #define HAVE_HASH_SET 1
  3084. | #define HAVE_UNORDERED_MAP 1
  3085. | #define HASH_MAP_H <tr1/unordered_map>
  3086. | #define HASH_SET_H <tr1/unordered_set>
  3087. | #define HASH_NAMESPACE std::tr1
  3088. | #define HASH_MAP_CLASS unordered_map
  3089. | #define HASH_SET_CLASS unordered_set
  3090. | #define vfork fork
  3091. | #define HAVE_STDLIB_H 1
  3092. | #define HAVE_MALLOC 1
  3093. | #define HAVE_STDLIB_H 1
  3094. | #define HAVE_REALLOC 1
  3095. | #define SELECT_TYPE_ARG1 int
  3096. | #define SELECT_TYPE_ARG234 (int *)
  3097. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3098. | #define HAVE_VPRINTF 1
  3099. | #define HAVE_GETTIMEOFDAY 1
  3100. | #define HAVE_MEMMOVE 1
  3101. | #define HAVE_MEMSET 1
  3102. | #define HAVE_MKDIR 1
  3103. | #define HAVE_STRDUP 1
  3104. | #define HAVE_STRRCHR 1
  3105. | #define HAVE_STRERROR 1
  3106. | #define LT_OBJDIR ".libs/"
  3107. | /* end confdefs.h. */
  3108. | #include <sys/types.h>
  3109. | #include <sys/socket.h>
  3110. |
  3111. | int
  3112. | main ()
  3113. | {
  3114. | static struct sockaddr ac_aggr;
  3115. | if (ac_aggr.sa_len)
  3116. | return 0;
  3117. | ;
  3118. | return 0;
  3119. | }
  3120. configure:19319: clang++ -c -g -O2 -std=gnu++98 -Wno-error=deprecated-declarations conftest.cpp >&5
  3121. conftest.cpp:72:13: fatal error: 'sys/socket.h' file not found
  3122. #include <sys/socket.h>
  3123. ^~~~~~~~~~~~~~
  3124. 1 error generated.
  3125. configure:19319: $? = 1
  3126. configure: failed program was:
  3127. | /* confdefs.h */
  3128. | #define PACKAGE_NAME "OLA"
  3129. | #define PACKAGE_TARNAME "ola"
  3130. | #define PACKAGE_VERSION "0.10.7"
  3131. | #define PACKAGE_STRING "OLA 0.10.7"
  3132. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  3133. | #define PACKAGE_URL ""
  3134. | #define PACKAGE "ola"
  3135. | #define VERSION "0.10.7"
  3136. | #define HAVE_DIRENT_H 1
  3137. | #define HAVE_SYS_TYPES_H 1
  3138. | #define STDC_HEADERS 1
  3139. | #define HAVE_SYS_TYPES_H 1
  3140. | #define HAVE_SYS_STAT_H 1
  3141. | #define HAVE_STDLIB_H 1
  3142. | #define HAVE_STRING_H 1
  3143. | #define HAVE_MEMORY_H 1
  3144. | #define HAVE_STRINGS_H 1
  3145. | #define HAVE_INTTYPES_H 1
  3146. | #define HAVE_STDINT_H 1
  3147. | #define HAVE_UNISTD_H 1
  3148. | #define HAVE_ERRNO_H 1
  3149. | #define HAVE_FCNTL_H 1
  3150. | #define HAVE_FLOAT_H 1
  3151. | #define HAVE_LIMITS_H 1
  3152. | #define HAVE_MALLOC_H 1
  3153. | #define HAVE_STDINT_H 1
  3154. | #define HAVE_STDLIB_H 1
  3155. | #define HAVE_STRING_H 1
  3156. | #define HAVE_STRINGS_H 1
  3157. | #define HAVE_SYS_FILE_H 1
  3158. | #define HAVE_SYS_TIME_H 1
  3159. | #define HAVE_SYS_TIMEB_H 1
  3160. | #define HAVE_UNISTD_H 1
  3161. | #define HAVE_ASSERT_H 1
  3162. | #define HAVE_MATH_H 1
  3163. | #define HAVE_SYS_PARAM_H 1
  3164. | #define HAVE_SYS_TYPES_H 1
  3165. | #define HAVE_WINSOCK2_H 1
  3166. | #define HAVE_WINERROR_H 1
  3167. | #define HAVE_STDBOOL_H 1
  3168. | #define uid_t int
  3169. | #define gid_t int
  3170. | #define restrict __restrict
  3171. | #define HAVE_HASH_MAP 1
  3172. | #define HAVE_HASH_SET 1
  3173. | #define HAVE_UNORDERED_MAP 1
  3174. | #define HASH_MAP_H <tr1/unordered_map>
  3175. | #define HASH_SET_H <tr1/unordered_set>
  3176. | #define HASH_NAMESPACE std::tr1
  3177. | #define HASH_MAP_CLASS unordered_map
  3178. | #define HASH_SET_CLASS unordered_set
  3179. | #define vfork fork
  3180. | #define HAVE_STDLIB_H 1
  3181. | #define HAVE_MALLOC 1
  3182. | #define HAVE_STDLIB_H 1
  3183. | #define HAVE_REALLOC 1
  3184. | #define SELECT_TYPE_ARG1 int
  3185. | #define SELECT_TYPE_ARG234 (int *)
  3186. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3187. | #define HAVE_VPRINTF 1
  3188. | #define HAVE_GETTIMEOFDAY 1
  3189. | #define HAVE_MEMMOVE 1
  3190. | #define HAVE_MEMSET 1
  3191. | #define HAVE_MKDIR 1
  3192. | #define HAVE_STRDUP 1
  3193. | #define HAVE_STRRCHR 1
  3194. | #define HAVE_STRERROR 1
  3195. | #define LT_OBJDIR ".libs/"
  3196. | /* end confdefs.h. */
  3197. | #include <sys/types.h>
  3198. | #include <sys/socket.h>
  3199. |
  3200. | int
  3201. | main ()
  3202. | {
  3203. | static struct sockaddr ac_aggr;
  3204. | if (sizeof ac_aggr.sa_len)
  3205. | return 0;
  3206. | ;
  3207. | return 0;
  3208. | }
  3209. configure:19319: result: no
  3210. configure:19329: checking for struct sockaddr_dl.sdl_family
  3211. configure:19329: clang++ -c -g -O2 -std=gnu++98 -Wno-error=deprecated-declarations conftest.cpp >&5
  3212. conftest.cpp:72:13: fatal error: 'net/if_dl.h' file not found
  3213. #include <net/if_dl.h>
  3214. ^~~~~~~~~~~~~
  3215. 1 error generated.
  3216. configure:19329: $? = 1
  3217. configure: failed program was:
  3218. | /* confdefs.h */
  3219. | #define PACKAGE_NAME "OLA"
  3220. | #define PACKAGE_TARNAME "ola"
  3221. | #define PACKAGE_VERSION "0.10.7"
  3222. | #define PACKAGE_STRING "OLA 0.10.7"
  3223. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  3224. | #define PACKAGE_URL ""
  3225. | #define PACKAGE "ola"
  3226. | #define VERSION "0.10.7"
  3227. | #define HAVE_DIRENT_H 1
  3228. | #define HAVE_SYS_TYPES_H 1
  3229. | #define STDC_HEADERS 1
  3230. | #define HAVE_SYS_TYPES_H 1
  3231. | #define HAVE_SYS_STAT_H 1
  3232. | #define HAVE_STDLIB_H 1
  3233. | #define HAVE_STRING_H 1
  3234. | #define HAVE_MEMORY_H 1
  3235. | #define HAVE_STRINGS_H 1
  3236. | #define HAVE_INTTYPES_H 1
  3237. | #define HAVE_STDINT_H 1
  3238. | #define HAVE_UNISTD_H 1
  3239. | #define HAVE_ERRNO_H 1
  3240. | #define HAVE_FCNTL_H 1
  3241. | #define HAVE_FLOAT_H 1
  3242. | #define HAVE_LIMITS_H 1
  3243. | #define HAVE_MALLOC_H 1
  3244. | #define HAVE_STDINT_H 1
  3245. | #define HAVE_STDLIB_H 1
  3246. | #define HAVE_STRING_H 1
  3247. | #define HAVE_STRINGS_H 1
  3248. | #define HAVE_SYS_FILE_H 1
  3249. | #define HAVE_SYS_TIME_H 1
  3250. | #define HAVE_SYS_TIMEB_H 1
  3251. | #define HAVE_UNISTD_H 1
  3252. | #define HAVE_ASSERT_H 1
  3253. | #define HAVE_MATH_H 1
  3254. | #define HAVE_SYS_PARAM_H 1
  3255. | #define HAVE_SYS_TYPES_H 1
  3256. | #define HAVE_WINSOCK2_H 1
  3257. | #define HAVE_WINERROR_H 1
  3258. | #define HAVE_STDBOOL_H 1
  3259. | #define uid_t int
  3260. | #define gid_t int
  3261. | #define restrict __restrict
  3262. | #define HAVE_HASH_MAP 1
  3263. | #define HAVE_HASH_SET 1
  3264. | #define HAVE_UNORDERED_MAP 1
  3265. | #define HASH_MAP_H <tr1/unordered_map>
  3266. | #define HASH_SET_H <tr1/unordered_set>
  3267. | #define HASH_NAMESPACE std::tr1
  3268. | #define HASH_MAP_CLASS unordered_map
  3269. | #define HASH_SET_CLASS unordered_set
  3270. | #define vfork fork
  3271. | #define HAVE_STDLIB_H 1
  3272. | #define HAVE_MALLOC 1
  3273. | #define HAVE_STDLIB_H 1
  3274. | #define HAVE_REALLOC 1
  3275. | #define SELECT_TYPE_ARG1 int
  3276. | #define SELECT_TYPE_ARG234 (int *)
  3277. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3278. | #define HAVE_VPRINTF 1
  3279. | #define HAVE_GETTIMEOFDAY 1
  3280. | #define HAVE_MEMMOVE 1
  3281. | #define HAVE_MEMSET 1
  3282. | #define HAVE_MKDIR 1
  3283. | #define HAVE_STRDUP 1
  3284. | #define HAVE_STRRCHR 1
  3285. | #define HAVE_STRERROR 1
  3286. | #define LT_OBJDIR ".libs/"
  3287. | /* end confdefs.h. */
  3288. | #include <sys/types.h>
  3289. | #include <net/if_dl.h>
  3290. |
  3291. | int
  3292. | main ()
  3293. | {
  3294. | static struct sockaddr_dl ac_aggr;
  3295. | if (ac_aggr.sdl_family)
  3296. | return 0;
  3297. | ;
  3298. | return 0;
  3299. | }
  3300. configure:19329: clang++ -c -g -O2 -std=gnu++98 -Wno-error=deprecated-declarations conftest.cpp >&5
  3301. conftest.cpp:72:13: fatal error: 'net/if_dl.h' file not found
  3302. #include <net/if_dl.h>
  3303. ^~~~~~~~~~~~~
  3304. 1 error generated.
  3305. configure:19329: $? = 1
  3306. configure: failed program was:
  3307. | /* confdefs.h */
  3308. | #define PACKAGE_NAME "OLA"
  3309. | #define PACKAGE_TARNAME "ola"
  3310. | #define PACKAGE_VERSION "0.10.7"
  3311. | #define PACKAGE_STRING "OLA 0.10.7"
  3312. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  3313. | #define PACKAGE_URL ""
  3314. | #define PACKAGE "ola"
  3315. | #define VERSION "0.10.7"
  3316. | #define HAVE_DIRENT_H 1
  3317. | #define HAVE_SYS_TYPES_H 1
  3318. | #define STDC_HEADERS 1
  3319. | #define HAVE_SYS_TYPES_H 1
  3320. | #define HAVE_SYS_STAT_H 1
  3321. | #define HAVE_STDLIB_H 1
  3322. | #define HAVE_STRING_H 1
  3323. | #define HAVE_MEMORY_H 1
  3324. | #define HAVE_STRINGS_H 1
  3325. | #define HAVE_INTTYPES_H 1
  3326. | #define HAVE_STDINT_H 1
  3327. | #define HAVE_UNISTD_H 1
  3328. | #define HAVE_ERRNO_H 1
  3329. | #define HAVE_FCNTL_H 1
  3330. | #define HAVE_FLOAT_H 1
  3331. | #define HAVE_LIMITS_H 1
  3332. | #define HAVE_MALLOC_H 1
  3333. | #define HAVE_STDINT_H 1
  3334. | #define HAVE_STDLIB_H 1
  3335. | #define HAVE_STRING_H 1
  3336. | #define HAVE_STRINGS_H 1
  3337. | #define HAVE_SYS_FILE_H 1
  3338. | #define HAVE_SYS_TIME_H 1
  3339. | #define HAVE_SYS_TIMEB_H 1
  3340. | #define HAVE_UNISTD_H 1
  3341. | #define HAVE_ASSERT_H 1
  3342. | #define HAVE_MATH_H 1
  3343. | #define HAVE_SYS_PARAM_H 1
  3344. | #define HAVE_SYS_TYPES_H 1
  3345. | #define HAVE_WINSOCK2_H 1
  3346. | #define HAVE_WINERROR_H 1
  3347. | #define HAVE_STDBOOL_H 1
  3348. | #define uid_t int
  3349. | #define gid_t int
  3350. | #define restrict __restrict
  3351. | #define HAVE_HASH_MAP 1
  3352. | #define HAVE_HASH_SET 1
  3353. | #define HAVE_UNORDERED_MAP 1
  3354. | #define HASH_MAP_H <tr1/unordered_map>
  3355. | #define HASH_SET_H <tr1/unordered_set>
  3356. | #define HASH_NAMESPACE std::tr1
  3357. | #define HASH_MAP_CLASS unordered_map
  3358. | #define HASH_SET_CLASS unordered_set
  3359. | #define vfork fork
  3360. | #define HAVE_STDLIB_H 1
  3361. | #define HAVE_MALLOC 1
  3362. | #define HAVE_STDLIB_H 1
  3363. | #define HAVE_REALLOC 1
  3364. | #define SELECT_TYPE_ARG1 int
  3365. | #define SELECT_TYPE_ARG234 (int *)
  3366. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3367. | #define HAVE_VPRINTF 1
  3368. | #define HAVE_GETTIMEOFDAY 1
  3369. | #define HAVE_MEMMOVE 1
  3370. | #define HAVE_MEMSET 1
  3371. | #define HAVE_MKDIR 1
  3372. | #define HAVE_STRDUP 1
  3373. | #define HAVE_STRRCHR 1
  3374. | #define HAVE_STRERROR 1
  3375. | #define LT_OBJDIR ".libs/"
  3376. | /* end confdefs.h. */
  3377. | #include <sys/types.h>
  3378. | #include <net/if_dl.h>
  3379. |
  3380. | int
  3381. | main ()
  3382. | {
  3383. | static struct sockaddr_dl ac_aggr;
  3384. | if (sizeof ac_aggr.sdl_family)
  3385. | return 0;
  3386. | ;
  3387. | return 0;
  3388. | }
  3389. configure:19329: result: no
  3390. configure:19340: checking for time_t
  3391. configure:19340: clang++ -c -g -O2 -std=gnu++98 -Wno-error=deprecated-declarations conftest.cpp >&5
  3392. configure:19340: $? = 0
  3393. configure:19340: clang++ -c -g -O2 -std=gnu++98 -Wno-error=deprecated-declarations conftest.cpp >&5
  3394. conftest.cpp:76:21: error: expected expression
  3395. if (sizeof ((time_t)))
  3396. ^
  3397. 1 error generated.
  3398. configure:19340: $? = 1
  3399. configure: failed program was:
  3400. | /* confdefs.h */
  3401. | #define PACKAGE_NAME "OLA"
  3402. | #define PACKAGE_TARNAME "ola"
  3403. | #define PACKAGE_VERSION "0.10.7"
  3404. | #define PACKAGE_STRING "OLA 0.10.7"
  3405. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  3406. | #define PACKAGE_URL ""
  3407. | #define PACKAGE "ola"
  3408. | #define VERSION "0.10.7"
  3409. | #define HAVE_DIRENT_H 1
  3410. | #define HAVE_SYS_TYPES_H 1
  3411. | #define STDC_HEADERS 1
  3412. | #define HAVE_SYS_TYPES_H 1
  3413. | #define HAVE_SYS_STAT_H 1
  3414. | #define HAVE_STDLIB_H 1
  3415. | #define HAVE_STRING_H 1
  3416. | #define HAVE_MEMORY_H 1
  3417. | #define HAVE_STRINGS_H 1
  3418. | #define HAVE_INTTYPES_H 1
  3419. | #define HAVE_STDINT_H 1
  3420. | #define HAVE_UNISTD_H 1
  3421. | #define HAVE_ERRNO_H 1
  3422. | #define HAVE_FCNTL_H 1
  3423. | #define HAVE_FLOAT_H 1
  3424. | #define HAVE_LIMITS_H 1
  3425. | #define HAVE_MALLOC_H 1
  3426. | #define HAVE_STDINT_H 1
  3427. | #define HAVE_STDLIB_H 1
  3428. | #define HAVE_STRING_H 1
  3429. | #define HAVE_STRINGS_H 1
  3430. | #define HAVE_SYS_FILE_H 1
  3431. | #define HAVE_SYS_TIME_H 1
  3432. | #define HAVE_SYS_TIMEB_H 1
  3433. | #define HAVE_UNISTD_H 1
  3434. | #define HAVE_ASSERT_H 1
  3435. | #define HAVE_MATH_H 1
  3436. | #define HAVE_SYS_PARAM_H 1
  3437. | #define HAVE_SYS_TYPES_H 1
  3438. | #define HAVE_WINSOCK2_H 1
  3439. | #define HAVE_WINERROR_H 1
  3440. | #define HAVE_STDBOOL_H 1
  3441. | #define uid_t int
  3442. | #define gid_t int
  3443. | #define restrict __restrict
  3444. | #define HAVE_HASH_MAP 1
  3445. | #define HAVE_HASH_SET 1
  3446. | #define HAVE_UNORDERED_MAP 1
  3447. | #define HASH_MAP_H <tr1/unordered_map>
  3448. | #define HASH_SET_H <tr1/unordered_set>
  3449. | #define HASH_NAMESPACE std::tr1
  3450. | #define HASH_MAP_CLASS unordered_map
  3451. | #define HASH_SET_CLASS unordered_set
  3452. | #define vfork fork
  3453. | #define HAVE_STDLIB_H 1
  3454. | #define HAVE_MALLOC 1
  3455. | #define HAVE_STDLIB_H 1
  3456. | #define HAVE_REALLOC 1
  3457. | #define SELECT_TYPE_ARG1 int
  3458. | #define SELECT_TYPE_ARG234 (int *)
  3459. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3460. | #define HAVE_VPRINTF 1
  3461. | #define HAVE_GETTIMEOFDAY 1
  3462. | #define HAVE_MEMMOVE 1
  3463. | #define HAVE_MEMSET 1
  3464. | #define HAVE_MKDIR 1
  3465. | #define HAVE_STRDUP 1
  3466. | #define HAVE_STRRCHR 1
  3467. | #define HAVE_STRERROR 1
  3468. | #define LT_OBJDIR ".libs/"
  3469. | /* end confdefs.h. */
  3470. | #include <sys/time.h>
  3471. |
  3472. | int
  3473. | main ()
  3474. | {
  3475. | if (sizeof ((time_t)))
  3476. | return 0;
  3477. | ;
  3478. | return 0;
  3479. | }
  3480. configure:19340: result: yes
  3481. configure:19348: checking for suseconds_t
  3482. configure:19348: clang++ -c -g -O2 -std=gnu++98 -Wno-error=deprecated-declarations conftest.cpp >&5
  3483. conftest.cpp:77:13: error: use of undeclared identifier 'suseconds_t'
  3484. if (sizeof (suseconds_t))
  3485. ^
  3486. 1 error generated.
  3487. configure:19348: $? = 1
  3488. configure: failed program was:
  3489. | /* confdefs.h */
  3490. | #define PACKAGE_NAME "OLA"
  3491. | #define PACKAGE_TARNAME "ola"
  3492. | #define PACKAGE_VERSION "0.10.7"
  3493. | #define PACKAGE_STRING "OLA 0.10.7"
  3494. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  3495. | #define PACKAGE_URL ""
  3496. | #define PACKAGE "ola"
  3497. | #define VERSION "0.10.7"
  3498. | #define HAVE_DIRENT_H 1
  3499. | #define HAVE_SYS_TYPES_H 1
  3500. | #define STDC_HEADERS 1
  3501. | #define HAVE_SYS_TYPES_H 1
  3502. | #define HAVE_SYS_STAT_H 1
  3503. | #define HAVE_STDLIB_H 1
  3504. | #define HAVE_STRING_H 1
  3505. | #define HAVE_MEMORY_H 1
  3506. | #define HAVE_STRINGS_H 1
  3507. | #define HAVE_INTTYPES_H 1
  3508. | #define HAVE_STDINT_H 1
  3509. | #define HAVE_UNISTD_H 1
  3510. | #define HAVE_ERRNO_H 1
  3511. | #define HAVE_FCNTL_H 1
  3512. | #define HAVE_FLOAT_H 1
  3513. | #define HAVE_LIMITS_H 1
  3514. | #define HAVE_MALLOC_H 1
  3515. | #define HAVE_STDINT_H 1
  3516. | #define HAVE_STDLIB_H 1
  3517. | #define HAVE_STRING_H 1
  3518. | #define HAVE_STRINGS_H 1
  3519. | #define HAVE_SYS_FILE_H 1
  3520. | #define HAVE_SYS_TIME_H 1
  3521. | #define HAVE_SYS_TIMEB_H 1
  3522. | #define HAVE_UNISTD_H 1
  3523. | #define HAVE_ASSERT_H 1
  3524. | #define HAVE_MATH_H 1
  3525. | #define HAVE_SYS_PARAM_H 1
  3526. | #define HAVE_SYS_TYPES_H 1
  3527. | #define HAVE_WINSOCK2_H 1
  3528. | #define HAVE_WINERROR_H 1
  3529. | #define HAVE_STDBOOL_H 1
  3530. | #define uid_t int
  3531. | #define gid_t int
  3532. | #define restrict __restrict
  3533. | #define HAVE_HASH_MAP 1
  3534. | #define HAVE_HASH_SET 1
  3535. | #define HAVE_UNORDERED_MAP 1
  3536. | #define HASH_MAP_H <tr1/unordered_map>
  3537. | #define HASH_SET_H <tr1/unordered_set>
  3538. | #define HASH_NAMESPACE std::tr1
  3539. | #define HASH_MAP_CLASS unordered_map
  3540. | #define HASH_SET_CLASS unordered_set
  3541. | #define vfork fork
  3542. | #define HAVE_STDLIB_H 1
  3543. | #define HAVE_MALLOC 1
  3544. | #define HAVE_STDLIB_H 1
  3545. | #define HAVE_REALLOC 1
  3546. | #define SELECT_TYPE_ARG1 int
  3547. | #define SELECT_TYPE_ARG234 (int *)
  3548. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3549. | #define HAVE_VPRINTF 1
  3550. | #define HAVE_GETTIMEOFDAY 1
  3551. | #define HAVE_MEMMOVE 1
  3552. | #define HAVE_MEMSET 1
  3553. | #define HAVE_MKDIR 1
  3554. | #define HAVE_STRDUP 1
  3555. | #define HAVE_STRRCHR 1
  3556. | #define HAVE_STRERROR 1
  3557. | #define LT_OBJDIR ".libs/"
  3558. | #define HAVE_TIME_T 1
  3559. | /* end confdefs.h. */
  3560. | #include <sys/time.h>
  3561. |
  3562. | int
  3563. | main ()
  3564. | {
  3565. | if (sizeof (suseconds_t))
  3566. | return 0;
  3567. | ;
  3568. | return 0;
  3569. | }
  3570. configure:19348: result: no
  3571. configure:19358: checking whether MSG_NOSIGNAL is declared
  3572. configure:19358: clang++ -c -g -O2 -std=gnu++98 -Wno-error=deprecated-declarations conftest.cpp >&5
  3573. conftest.cpp:73:26: fatal error: 'sys/socket.h' file not found
  3574. #include <sys/socket.h>
  3575. ^~~~~~~~~~~~~~
  3576. 1 error generated.
  3577. configure:19358: $? = 1
  3578. configure: failed program was:
  3579. | /* confdefs.h */
  3580. | #define PACKAGE_NAME "OLA"
  3581. | #define PACKAGE_TARNAME "ola"
  3582. | #define PACKAGE_VERSION "0.10.7"
  3583. | #define PACKAGE_STRING "OLA 0.10.7"
  3584. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  3585. | #define PACKAGE_URL ""
  3586. | #define PACKAGE "ola"
  3587. | #define VERSION "0.10.7"
  3588. | #define HAVE_DIRENT_H 1
  3589. | #define HAVE_SYS_TYPES_H 1
  3590. | #define STDC_HEADERS 1
  3591. | #define HAVE_SYS_TYPES_H 1
  3592. | #define HAVE_SYS_STAT_H 1
  3593. | #define HAVE_STDLIB_H 1
  3594. | #define HAVE_STRING_H 1
  3595. | #define HAVE_MEMORY_H 1
  3596. | #define HAVE_STRINGS_H 1
  3597. | #define HAVE_INTTYPES_H 1
  3598. | #define HAVE_STDINT_H 1
  3599. | #define HAVE_UNISTD_H 1
  3600. | #define HAVE_ERRNO_H 1
  3601. | #define HAVE_FCNTL_H 1
  3602. | #define HAVE_FLOAT_H 1
  3603. | #define HAVE_LIMITS_H 1
  3604. | #define HAVE_MALLOC_H 1
  3605. | #define HAVE_STDINT_H 1
  3606. | #define HAVE_STDLIB_H 1
  3607. | #define HAVE_STRING_H 1
  3608. | #define HAVE_STRINGS_H 1
  3609. | #define HAVE_SYS_FILE_H 1
  3610. | #define HAVE_SYS_TIME_H 1
  3611. | #define HAVE_SYS_TIMEB_H 1
  3612. | #define HAVE_UNISTD_H 1
  3613. | #define HAVE_ASSERT_H 1
  3614. | #define HAVE_MATH_H 1
  3615. | #define HAVE_SYS_PARAM_H 1
  3616. | #define HAVE_SYS_TYPES_H 1
  3617. | #define HAVE_WINSOCK2_H 1
  3618. | #define HAVE_WINERROR_H 1
  3619. | #define HAVE_STDBOOL_H 1
  3620. | #define uid_t int
  3621. | #define gid_t int
  3622. | #define restrict __restrict
  3623. | #define HAVE_HASH_MAP 1
  3624. | #define HAVE_HASH_SET 1
  3625. | #define HAVE_UNORDERED_MAP 1
  3626. | #define HASH_MAP_H <tr1/unordered_map>
  3627. | #define HASH_SET_H <tr1/unordered_set>
  3628. | #define HASH_NAMESPACE std::tr1
  3629. | #define HASH_MAP_CLASS unordered_map
  3630. | #define HASH_SET_CLASS unordered_set
  3631. | #define vfork fork
  3632. | #define HAVE_STDLIB_H 1
  3633. | #define HAVE_MALLOC 1
  3634. | #define HAVE_STDLIB_H 1
  3635. | #define HAVE_REALLOC 1
  3636. | #define SELECT_TYPE_ARG1 int
  3637. | #define SELECT_TYPE_ARG234 (int *)
  3638. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3639. | #define HAVE_VPRINTF 1
  3640. | #define HAVE_GETTIMEOFDAY 1
  3641. | #define HAVE_MEMMOVE 1
  3642. | #define HAVE_MEMSET 1
  3643. | #define HAVE_MKDIR 1
  3644. | #define HAVE_STRDUP 1
  3645. | #define HAVE_STRRCHR 1
  3646. | #define HAVE_STRERROR 1
  3647. | #define LT_OBJDIR ".libs/"
  3648. | #define HAVE_TIME_T 1
  3649. | /* end confdefs.h. */
  3650. | #include <sys/types.h>
  3651. | #include <sys/socket.h>
  3652. |
  3653. | int
  3654. | main ()
  3655. | {
  3656. | #ifndef MSG_NOSIGNAL
  3657. | #ifdef __cplusplus
  3658. | (void) MSG_NOSIGNAL;
  3659. | #else
  3660. | (void) MSG_NOSIGNAL;
  3661. | #endif
  3662. | #endif
  3663. |
  3664. | ;
  3665. | return 0;
  3666. | }
  3667. configure:19358: result: no
  3668. configure:19377: checking whether SO_NOSIGPIPE is declared
  3669. configure:19377: clang++ -c -g -O2 -std=gnu++98 -Wno-error=deprecated-declarations conftest.cpp >&5
  3670. conftest.cpp:74:26: fatal error: 'sys/socket.h' file not found
  3671. #include <sys/socket.h>
  3672. ^~~~~~~~~~~~~~
  3673. 1 error generated.
  3674. configure:19377: $? = 1
  3675. configure: failed program was:
  3676. | /* confdefs.h */
  3677. | #define PACKAGE_NAME "OLA"
  3678. | #define PACKAGE_TARNAME "ola"
  3679. | #define PACKAGE_VERSION "0.10.7"
  3680. | #define PACKAGE_STRING "OLA 0.10.7"
  3681. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  3682. | #define PACKAGE_URL ""
  3683. | #define PACKAGE "ola"
  3684. | #define VERSION "0.10.7"
  3685. | #define HAVE_DIRENT_H 1
  3686. | #define HAVE_SYS_TYPES_H 1
  3687. | #define STDC_HEADERS 1
  3688. | #define HAVE_SYS_TYPES_H 1
  3689. | #define HAVE_SYS_STAT_H 1
  3690. | #define HAVE_STDLIB_H 1
  3691. | #define HAVE_STRING_H 1
  3692. | #define HAVE_MEMORY_H 1
  3693. | #define HAVE_STRINGS_H 1
  3694. | #define HAVE_INTTYPES_H 1
  3695. | #define HAVE_STDINT_H 1
  3696. | #define HAVE_UNISTD_H 1
  3697. | #define HAVE_ERRNO_H 1
  3698. | #define HAVE_FCNTL_H 1
  3699. | #define HAVE_FLOAT_H 1
  3700. | #define HAVE_LIMITS_H 1
  3701. | #define HAVE_MALLOC_H 1
  3702. | #define HAVE_STDINT_H 1
  3703. | #define HAVE_STDLIB_H 1
  3704. | #define HAVE_STRING_H 1
  3705. | #define HAVE_STRINGS_H 1
  3706. | #define HAVE_SYS_FILE_H 1
  3707. | #define HAVE_SYS_TIME_H 1
  3708. | #define HAVE_SYS_TIMEB_H 1
  3709. | #define HAVE_UNISTD_H 1
  3710. | #define HAVE_ASSERT_H 1
  3711. | #define HAVE_MATH_H 1
  3712. | #define HAVE_SYS_PARAM_H 1
  3713. | #define HAVE_SYS_TYPES_H 1
  3714. | #define HAVE_WINSOCK2_H 1
  3715. | #define HAVE_WINERROR_H 1
  3716. | #define HAVE_STDBOOL_H 1
  3717. | #define uid_t int
  3718. | #define gid_t int
  3719. | #define restrict __restrict
  3720. | #define HAVE_HASH_MAP 1
  3721. | #define HAVE_HASH_SET 1
  3722. | #define HAVE_UNORDERED_MAP 1
  3723. | #define HASH_MAP_H <tr1/unordered_map>
  3724. | #define HASH_SET_H <tr1/unordered_set>
  3725. | #define HASH_NAMESPACE std::tr1
  3726. | #define HASH_MAP_CLASS unordered_map
  3727. | #define HASH_SET_CLASS unordered_set
  3728. | #define vfork fork
  3729. | #define HAVE_STDLIB_H 1
  3730. | #define HAVE_MALLOC 1
  3731. | #define HAVE_STDLIB_H 1
  3732. | #define HAVE_REALLOC 1
  3733. | #define SELECT_TYPE_ARG1 int
  3734. | #define SELECT_TYPE_ARG234 (int *)
  3735. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3736. | #define HAVE_VPRINTF 1
  3737. | #define HAVE_GETTIMEOFDAY 1
  3738. | #define HAVE_MEMMOVE 1
  3739. | #define HAVE_MEMSET 1
  3740. | #define HAVE_MKDIR 1
  3741. | #define HAVE_STRDUP 1
  3742. | #define HAVE_STRRCHR 1
  3743. | #define HAVE_STRERROR 1
  3744. | #define LT_OBJDIR ".libs/"
  3745. | #define HAVE_TIME_T 1
  3746. | #define HAVE_DECL_MSG_NOSIGNAL 0
  3747. | /* end confdefs.h. */
  3748. | #include <sys/types.h>
  3749. | #include <sys/socket.h>
  3750. |
  3751. | int
  3752. | main ()
  3753. | {
  3754. | #ifndef SO_NOSIGPIPE
  3755. | #ifdef __cplusplus
  3756. | (void) SO_NOSIGPIPE;
  3757. | #else
  3758. | (void) SO_NOSIGPIPE;
  3759. | #endif
  3760. | #endif
  3761. |
  3762. | ;
  3763. | return 0;
  3764. | }
  3765. configure:19377: result: no
  3766. configure:19396: checking whether PF_ROUTE is declared
  3767. configure:19396: clang++ -c -g -O2 -std=gnu++98 -Wno-error=deprecated-declarations conftest.cpp >&5
  3768. conftest.cpp:75:26: fatal error: 'sys/socket.h' file not found
  3769. #include <sys/socket.h>
  3770. ^~~~~~~~~~~~~~
  3771. 1 error generated.
  3772. configure:19396: $? = 1
  3773. configure: failed program was:
  3774. | /* confdefs.h */
  3775. | #define PACKAGE_NAME "OLA"
  3776. | #define PACKAGE_TARNAME "ola"
  3777. | #define PACKAGE_VERSION "0.10.7"
  3778. | #define PACKAGE_STRING "OLA 0.10.7"
  3779. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  3780. | #define PACKAGE_URL ""
  3781. | #define PACKAGE "ola"
  3782. | #define VERSION "0.10.7"
  3783. | #define HAVE_DIRENT_H 1
  3784. | #define HAVE_SYS_TYPES_H 1
  3785. | #define STDC_HEADERS 1
  3786. | #define HAVE_SYS_TYPES_H 1
  3787. | #define HAVE_SYS_STAT_H 1
  3788. | #define HAVE_STDLIB_H 1
  3789. | #define HAVE_STRING_H 1
  3790. | #define HAVE_MEMORY_H 1
  3791. | #define HAVE_STRINGS_H 1
  3792. | #define HAVE_INTTYPES_H 1
  3793. | #define HAVE_STDINT_H 1
  3794. | #define HAVE_UNISTD_H 1
  3795. | #define HAVE_ERRNO_H 1
  3796. | #define HAVE_FCNTL_H 1
  3797. | #define HAVE_FLOAT_H 1
  3798. | #define HAVE_LIMITS_H 1
  3799. | #define HAVE_MALLOC_H 1
  3800. | #define HAVE_STDINT_H 1
  3801. | #define HAVE_STDLIB_H 1
  3802. | #define HAVE_STRING_H 1
  3803. | #define HAVE_STRINGS_H 1
  3804. | #define HAVE_SYS_FILE_H 1
  3805. | #define HAVE_SYS_TIME_H 1
  3806. | #define HAVE_SYS_TIMEB_H 1
  3807. | #define HAVE_UNISTD_H 1
  3808. | #define HAVE_ASSERT_H 1
  3809. | #define HAVE_MATH_H 1
  3810. | #define HAVE_SYS_PARAM_H 1
  3811. | #define HAVE_SYS_TYPES_H 1
  3812. | #define HAVE_WINSOCK2_H 1
  3813. | #define HAVE_WINERROR_H 1
  3814. | #define HAVE_STDBOOL_H 1
  3815. | #define uid_t int
  3816. | #define gid_t int
  3817. | #define restrict __restrict
  3818. | #define HAVE_HASH_MAP 1
  3819. | #define HAVE_HASH_SET 1
  3820. | #define HAVE_UNORDERED_MAP 1
  3821. | #define HASH_MAP_H <tr1/unordered_map>
  3822. | #define HASH_SET_H <tr1/unordered_set>
  3823. | #define HASH_NAMESPACE std::tr1
  3824. | #define HASH_MAP_CLASS unordered_map
  3825. | #define HASH_SET_CLASS unordered_set
  3826. | #define vfork fork
  3827. | #define HAVE_STDLIB_H 1
  3828. | #define HAVE_MALLOC 1
  3829. | #define HAVE_STDLIB_H 1
  3830. | #define HAVE_REALLOC 1
  3831. | #define SELECT_TYPE_ARG1 int
  3832. | #define SELECT_TYPE_ARG234 (int *)
  3833. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3834. | #define HAVE_VPRINTF 1
  3835. | #define HAVE_GETTIMEOFDAY 1
  3836. | #define HAVE_MEMMOVE 1
  3837. | #define HAVE_MEMSET 1
  3838. | #define HAVE_MKDIR 1
  3839. | #define HAVE_STRDUP 1
  3840. | #define HAVE_STRRCHR 1
  3841. | #define HAVE_STRERROR 1
  3842. | #define LT_OBJDIR ".libs/"
  3843. | #define HAVE_TIME_T 1
  3844. | #define HAVE_DECL_MSG_NOSIGNAL 0
  3845. | #define HAVE_DECL_SO_NOSIGPIPE 0
  3846. | /* end confdefs.h. */
  3847. | #include <sys/types.h>
  3848. | #include <sys/socket.h>
  3849. |
  3850. | int
  3851. | main ()
  3852. | {
  3853. | #ifndef PF_ROUTE
  3854. | #ifdef __cplusplus
  3855. | (void) PF_ROUTE;
  3856. | #else
  3857. | (void) PF_ROUTE;
  3858. | #endif
  3859. | #endif
  3860. |
  3861. | ;
  3862. | return 0;
  3863. | }
  3864. configure:19396: result: no
  3865. configure:19410: checking whether NET_RT_DUMP is declared
  3866. configure:19410: clang++ -c -g -O2 -std=gnu++98 -Wno-error=deprecated-declarations conftest.cpp >&5
  3867. conftest.cpp:76:26: fatal error: 'sys/socket.h' file not found
  3868. #include <sys/socket.h>
  3869. ^~~~~~~~~~~~~~
  3870. 1 error generated.
  3871. configure:19410: $? = 1
  3872. configure: failed program was:
  3873. | /* confdefs.h */
  3874. | #define PACKAGE_NAME "OLA"
  3875. | #define PACKAGE_TARNAME "ola"
  3876. | #define PACKAGE_VERSION "0.10.7"
  3877. | #define PACKAGE_STRING "OLA 0.10.7"
  3878. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  3879. | #define PACKAGE_URL ""
  3880. | #define PACKAGE "ola"
  3881. | #define VERSION "0.10.7"
  3882. | #define HAVE_DIRENT_H 1
  3883. | #define HAVE_SYS_TYPES_H 1
  3884. | #define STDC_HEADERS 1
  3885. | #define HAVE_SYS_TYPES_H 1
  3886. | #define HAVE_SYS_STAT_H 1
  3887. | #define HAVE_STDLIB_H 1
  3888. | #define HAVE_STRING_H 1
  3889. | #define HAVE_MEMORY_H 1
  3890. | #define HAVE_STRINGS_H 1
  3891. | #define HAVE_INTTYPES_H 1
  3892. | #define HAVE_STDINT_H 1
  3893. | #define HAVE_UNISTD_H 1
  3894. | #define HAVE_ERRNO_H 1
  3895. | #define HAVE_FCNTL_H 1
  3896. | #define HAVE_FLOAT_H 1
  3897. | #define HAVE_LIMITS_H 1
  3898. | #define HAVE_MALLOC_H 1
  3899. | #define HAVE_STDINT_H 1
  3900. | #define HAVE_STDLIB_H 1
  3901. | #define HAVE_STRING_H 1
  3902. | #define HAVE_STRINGS_H 1
  3903. | #define HAVE_SYS_FILE_H 1
  3904. | #define HAVE_SYS_TIME_H 1
  3905. | #define HAVE_SYS_TIMEB_H 1
  3906. | #define HAVE_UNISTD_H 1
  3907. | #define HAVE_ASSERT_H 1
  3908. | #define HAVE_MATH_H 1
  3909. | #define HAVE_SYS_PARAM_H 1
  3910. | #define HAVE_SYS_TYPES_H 1
  3911. | #define HAVE_WINSOCK2_H 1
  3912. | #define HAVE_WINERROR_H 1
  3913. | #define HAVE_STDBOOL_H 1
  3914. | #define uid_t int
  3915. | #define gid_t int
  3916. | #define restrict __restrict
  3917. | #define HAVE_HASH_MAP 1
  3918. | #define HAVE_HASH_SET 1
  3919. | #define HAVE_UNORDERED_MAP 1
  3920. | #define HASH_MAP_H <tr1/unordered_map>
  3921. | #define HASH_SET_H <tr1/unordered_set>
  3922. | #define HASH_NAMESPACE std::tr1
  3923. | #define HASH_MAP_CLASS unordered_map
  3924. | #define HASH_SET_CLASS unordered_set
  3925. | #define vfork fork
  3926. | #define HAVE_STDLIB_H 1
  3927. | #define HAVE_MALLOC 1
  3928. | #define HAVE_STDLIB_H 1
  3929. | #define HAVE_REALLOC 1
  3930. | #define SELECT_TYPE_ARG1 int
  3931. | #define SELECT_TYPE_ARG234 (int *)
  3932. | #define SELECT_TYPE_ARG5 (struct timeval *)
  3933. | #define HAVE_VPRINTF 1
  3934. | #define HAVE_GETTIMEOFDAY 1
  3935. | #define HAVE_MEMMOVE 1
  3936. | #define HAVE_MEMSET 1
  3937. | #define HAVE_MKDIR 1
  3938. | #define HAVE_STRDUP 1
  3939. | #define HAVE_STRRCHR 1
  3940. | #define HAVE_STRERROR 1
  3941. | #define LT_OBJDIR ".libs/"
  3942. | #define HAVE_TIME_T 1
  3943. | #define HAVE_DECL_MSG_NOSIGNAL 0
  3944. | #define HAVE_DECL_SO_NOSIGPIPE 0
  3945. | #define HAVE_DECL_PF_ROUTE 0
  3946. | /* end confdefs.h. */
  3947. | #include <sys/types.h>
  3948. | #include <sys/socket.h>
  3949. |
  3950. | int
  3951. | main ()
  3952. | {
  3953. | #ifndef NET_RT_DUMP
  3954. | #ifdef __cplusplus
  3955. | (void) NET_RT_DUMP;
  3956. | #else
  3957. | (void) NET_RT_DUMP;
  3958. | #endif
  3959. | #endif
  3960. |
  3961. | ;
  3962. | return 0;
  3963. | }
  3964. configure:19410: result: no
  3965. configure:19424: checking whether RLIMIT_RTPRIO is declared
  3966. configure:19424: clang++ -c -g -O2 -std=gnu++98 -Wno-error=deprecated-declarations conftest.cpp >&5
  3967. conftest.cpp:76:10: fatal error: 'sys/resource.h' file not found
  3968. #include <sys/resource.h>
  3969. ^~~~~~~~~~~~~~~~
  3970. 1 error generated.
  3971. configure:19424: $? = 1
  3972. configure: failed program was:
  3973. | /* confdefs.h */
  3974. | #define PACKAGE_NAME "OLA"
  3975. | #define PACKAGE_TARNAME "ola"
  3976. | #define PACKAGE_VERSION "0.10.7"
  3977. | #define PACKAGE_STRING "OLA 0.10.7"
  3978. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  3979. | #define PACKAGE_URL ""
  3980. | #define PACKAGE "ola"
  3981. | #define VERSION "0.10.7"
  3982. | #define HAVE_DIRENT_H 1
  3983. | #define HAVE_SYS_TYPES_H 1
  3984. | #define STDC_HEADERS 1
  3985. | #define HAVE_SYS_TYPES_H 1
  3986. | #define HAVE_SYS_STAT_H 1
  3987. | #define HAVE_STDLIB_H 1
  3988. | #define HAVE_STRING_H 1
  3989. | #define HAVE_MEMORY_H 1
  3990. | #define HAVE_STRINGS_H 1
  3991. | #define HAVE_INTTYPES_H 1
  3992. | #define HAVE_STDINT_H 1
  3993. | #define HAVE_UNISTD_H 1
  3994. | #define HAVE_ERRNO_H 1
  3995. | #define HAVE_FCNTL_H 1
  3996. | #define HAVE_FLOAT_H 1
  3997. | #define HAVE_LIMITS_H 1
  3998. | #define HAVE_MALLOC_H 1
  3999. | #define HAVE_STDINT_H 1
  4000. | #define HAVE_STDLIB_H 1
  4001. | #define HAVE_STRING_H 1
  4002. | #define HAVE_STRINGS_H 1
  4003. | #define HAVE_SYS_FILE_H 1
  4004. | #define HAVE_SYS_TIME_H 1
  4005. | #define HAVE_SYS_TIMEB_H 1
  4006. | #define HAVE_UNISTD_H 1
  4007. | #define HAVE_ASSERT_H 1
  4008. | #define HAVE_MATH_H 1
  4009. | #define HAVE_SYS_PARAM_H 1
  4010. | #define HAVE_SYS_TYPES_H 1
  4011. | #define HAVE_WINSOCK2_H 1
  4012. | #define HAVE_WINERROR_H 1
  4013. | #define HAVE_STDBOOL_H 1
  4014. | #define uid_t int
  4015. | #define gid_t int
  4016. | #define restrict __restrict
  4017. | #define HAVE_HASH_MAP 1
  4018. | #define HAVE_HASH_SET 1
  4019. | #define HAVE_UNORDERED_MAP 1
  4020. | #define HASH_MAP_H <tr1/unordered_map>
  4021. | #define HASH_SET_H <tr1/unordered_set>
  4022. | #define HASH_NAMESPACE std::tr1
  4023. | #define HASH_MAP_CLASS unordered_map
  4024. | #define HASH_SET_CLASS unordered_set
  4025. | #define vfork fork
  4026. | #define HAVE_STDLIB_H 1
  4027. | #define HAVE_MALLOC 1
  4028. | #define HAVE_STDLIB_H 1
  4029. | #define HAVE_REALLOC 1
  4030. | #define SELECT_TYPE_ARG1 int
  4031. | #define SELECT_TYPE_ARG234 (int *)
  4032. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4033. | #define HAVE_VPRINTF 1
  4034. | #define HAVE_GETTIMEOFDAY 1
  4035. | #define HAVE_MEMMOVE 1
  4036. | #define HAVE_MEMSET 1
  4037. | #define HAVE_MKDIR 1
  4038. | #define HAVE_STRDUP 1
  4039. | #define HAVE_STRRCHR 1
  4040. | #define HAVE_STRERROR 1
  4041. | #define LT_OBJDIR ".libs/"
  4042. | #define HAVE_TIME_T 1
  4043. | #define HAVE_DECL_MSG_NOSIGNAL 0
  4044. | #define HAVE_DECL_SO_NOSIGPIPE 0
  4045. | #define HAVE_DECL_PF_ROUTE 0
  4046. | #define HAVE_DECL_NET_RT_DUMP 0
  4047. | /* end confdefs.h. */
  4048. | #include <sys/resource.h>
  4049. |
  4050. | int
  4051. | main ()
  4052. | {
  4053. | #ifndef RLIMIT_RTPRIO
  4054. | #ifdef __cplusplus
  4055. | (void) RLIMIT_RTPRIO;
  4056. | #else
  4057. | (void) RLIMIT_RTPRIO;
  4058. | #endif
  4059. | #endif
  4060. |
  4061. | ;
  4062. | return 0;
  4063. | }
  4064. configure:19424: result: no
  4065. configure:19437: checking whether RLIMIT_RTTIME is declared
  4066. configure:19437: clang++ -c -g -O2 -std=gnu++98 -Wno-error=deprecated-declarations conftest.cpp >&5
  4067. conftest.cpp:77:10: fatal error: 'sys/resource.h' file not found
  4068. #include <sys/resource.h>
  4069. ^~~~~~~~~~~~~~~~
  4070. 1 error generated.
  4071. configure:19437: $? = 1
  4072. configure: failed program was:
  4073. | /* confdefs.h */
  4074. | #define PACKAGE_NAME "OLA"
  4075. | #define PACKAGE_TARNAME "ola"
  4076. | #define PACKAGE_VERSION "0.10.7"
  4077. | #define PACKAGE_STRING "OLA 0.10.7"
  4078. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  4079. | #define PACKAGE_URL ""
  4080. | #define PACKAGE "ola"
  4081. | #define VERSION "0.10.7"
  4082. | #define HAVE_DIRENT_H 1
  4083. | #define HAVE_SYS_TYPES_H 1
  4084. | #define STDC_HEADERS 1
  4085. | #define HAVE_SYS_TYPES_H 1
  4086. | #define HAVE_SYS_STAT_H 1
  4087. | #define HAVE_STDLIB_H 1
  4088. | #define HAVE_STRING_H 1
  4089. | #define HAVE_MEMORY_H 1
  4090. | #define HAVE_STRINGS_H 1
  4091. | #define HAVE_INTTYPES_H 1
  4092. | #define HAVE_STDINT_H 1
  4093. | #define HAVE_UNISTD_H 1
  4094. | #define HAVE_ERRNO_H 1
  4095. | #define HAVE_FCNTL_H 1
  4096. | #define HAVE_FLOAT_H 1
  4097. | #define HAVE_LIMITS_H 1
  4098. | #define HAVE_MALLOC_H 1
  4099. | #define HAVE_STDINT_H 1
  4100. | #define HAVE_STDLIB_H 1
  4101. | #define HAVE_STRING_H 1
  4102. | #define HAVE_STRINGS_H 1
  4103. | #define HAVE_SYS_FILE_H 1
  4104. | #define HAVE_SYS_TIME_H 1
  4105. | #define HAVE_SYS_TIMEB_H 1
  4106. | #define HAVE_UNISTD_H 1
  4107. | #define HAVE_ASSERT_H 1
  4108. | #define HAVE_MATH_H 1
  4109. | #define HAVE_SYS_PARAM_H 1
  4110. | #define HAVE_SYS_TYPES_H 1
  4111. | #define HAVE_WINSOCK2_H 1
  4112. | #define HAVE_WINERROR_H 1
  4113. | #define HAVE_STDBOOL_H 1
  4114. | #define uid_t int
  4115. | #define gid_t int
  4116. | #define restrict __restrict
  4117. | #define HAVE_HASH_MAP 1
  4118. | #define HAVE_HASH_SET 1
  4119. | #define HAVE_UNORDERED_MAP 1
  4120. | #define HASH_MAP_H <tr1/unordered_map>
  4121. | #define HASH_SET_H <tr1/unordered_set>
  4122. | #define HASH_NAMESPACE std::tr1
  4123. | #define HASH_MAP_CLASS unordered_map
  4124. | #define HASH_SET_CLASS unordered_set
  4125. | #define vfork fork
  4126. | #define HAVE_STDLIB_H 1
  4127. | #define HAVE_MALLOC 1
  4128. | #define HAVE_STDLIB_H 1
  4129. | #define HAVE_REALLOC 1
  4130. | #define SELECT_TYPE_ARG1 int
  4131. | #define SELECT_TYPE_ARG234 (int *)
  4132. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4133. | #define HAVE_VPRINTF 1
  4134. | #define HAVE_GETTIMEOFDAY 1
  4135. | #define HAVE_MEMMOVE 1
  4136. | #define HAVE_MEMSET 1
  4137. | #define HAVE_MKDIR 1
  4138. | #define HAVE_STRDUP 1
  4139. | #define HAVE_STRRCHR 1
  4140. | #define HAVE_STRERROR 1
  4141. | #define LT_OBJDIR ".libs/"
  4142. | #define HAVE_TIME_T 1
  4143. | #define HAVE_DECL_MSG_NOSIGNAL 0
  4144. | #define HAVE_DECL_SO_NOSIGPIPE 0
  4145. | #define HAVE_DECL_PF_ROUTE 0
  4146. | #define HAVE_DECL_NET_RT_DUMP 0
  4147. | #define HAVE_DECL_RLIMIT_RTPRIO 0
  4148. | /* end confdefs.h. */
  4149. | #include <sys/resource.h>
  4150. |
  4151. | int
  4152. | main ()
  4153. | {
  4154. | #ifndef RLIMIT_RTTIME
  4155. | #ifdef __cplusplus
  4156. | (void) RLIMIT_RTTIME;
  4157. | #else
  4158. | (void) RLIMIT_RTTIME;
  4159. | #endif
  4160. | #endif
  4161. |
  4162. | ;
  4163. | return 0;
  4164. | }
  4165. configure:19437: result: no
  4166. configure:19450: checking whether SO_REUSEADDR is declared
  4167. configure:19450: clang++ -c -g -O2 -std=gnu++98 -Wno-error=deprecated-declarations conftest.cpp >&5
  4168. conftest.cpp:79:26: fatal error: 'sys/socket.h' file not found
  4169. #include <sys/socket.h>
  4170. ^~~~~~~~~~~~~~
  4171. 1 error generated.
  4172. configure:19450: $? = 1
  4173. configure: failed program was:
  4174. | /* confdefs.h */
  4175. | #define PACKAGE_NAME "OLA"
  4176. | #define PACKAGE_TARNAME "ola"
  4177. | #define PACKAGE_VERSION "0.10.7"
  4178. | #define PACKAGE_STRING "OLA 0.10.7"
  4179. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  4180. | #define PACKAGE_URL ""
  4181. | #define PACKAGE "ola"
  4182. | #define VERSION "0.10.7"
  4183. | #define HAVE_DIRENT_H 1
  4184. | #define HAVE_SYS_TYPES_H 1
  4185. | #define STDC_HEADERS 1
  4186. | #define HAVE_SYS_TYPES_H 1
  4187. | #define HAVE_SYS_STAT_H 1
  4188. | #define HAVE_STDLIB_H 1
  4189. | #define HAVE_STRING_H 1
  4190. | #define HAVE_MEMORY_H 1
  4191. | #define HAVE_STRINGS_H 1
  4192. | #define HAVE_INTTYPES_H 1
  4193. | #define HAVE_STDINT_H 1
  4194. | #define HAVE_UNISTD_H 1
  4195. | #define HAVE_ERRNO_H 1
  4196. | #define HAVE_FCNTL_H 1
  4197. | #define HAVE_FLOAT_H 1
  4198. | #define HAVE_LIMITS_H 1
  4199. | #define HAVE_MALLOC_H 1
  4200. | #define HAVE_STDINT_H 1
  4201. | #define HAVE_STDLIB_H 1
  4202. | #define HAVE_STRING_H 1
  4203. | #define HAVE_STRINGS_H 1
  4204. | #define HAVE_SYS_FILE_H 1
  4205. | #define HAVE_SYS_TIME_H 1
  4206. | #define HAVE_SYS_TIMEB_H 1
  4207. | #define HAVE_UNISTD_H 1
  4208. | #define HAVE_ASSERT_H 1
  4209. | #define HAVE_MATH_H 1
  4210. | #define HAVE_SYS_PARAM_H 1
  4211. | #define HAVE_SYS_TYPES_H 1
  4212. | #define HAVE_WINSOCK2_H 1
  4213. | #define HAVE_WINERROR_H 1
  4214. | #define HAVE_STDBOOL_H 1
  4215. | #define uid_t int
  4216. | #define gid_t int
  4217. | #define restrict __restrict
  4218. | #define HAVE_HASH_MAP 1
  4219. | #define HAVE_HASH_SET 1
  4220. | #define HAVE_UNORDERED_MAP 1
  4221. | #define HASH_MAP_H <tr1/unordered_map>
  4222. | #define HASH_SET_H <tr1/unordered_set>
  4223. | #define HASH_NAMESPACE std::tr1
  4224. | #define HASH_MAP_CLASS unordered_map
  4225. | #define HASH_SET_CLASS unordered_set
  4226. | #define vfork fork
  4227. | #define HAVE_STDLIB_H 1
  4228. | #define HAVE_MALLOC 1
  4229. | #define HAVE_STDLIB_H 1
  4230. | #define HAVE_REALLOC 1
  4231. | #define SELECT_TYPE_ARG1 int
  4232. | #define SELECT_TYPE_ARG234 (int *)
  4233. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4234. | #define HAVE_VPRINTF 1
  4235. | #define HAVE_GETTIMEOFDAY 1
  4236. | #define HAVE_MEMMOVE 1
  4237. | #define HAVE_MEMSET 1
  4238. | #define HAVE_MKDIR 1
  4239. | #define HAVE_STRDUP 1
  4240. | #define HAVE_STRRCHR 1
  4241. | #define HAVE_STRERROR 1
  4242. | #define LT_OBJDIR ".libs/"
  4243. | #define HAVE_TIME_T 1
  4244. | #define HAVE_DECL_MSG_NOSIGNAL 0
  4245. | #define HAVE_DECL_SO_NOSIGPIPE 0
  4246. | #define HAVE_DECL_PF_ROUTE 0
  4247. | #define HAVE_DECL_NET_RT_DUMP 0
  4248. | #define HAVE_DECL_RLIMIT_RTPRIO 0
  4249. | #define HAVE_DECL_RLIMIT_RTTIME 0
  4250. | /* end confdefs.h. */
  4251. | #include <sys/types.h>
  4252. | #include <sys/socket.h>
  4253. |
  4254. | int
  4255. | main ()
  4256. | {
  4257. | #ifndef SO_REUSEADDR
  4258. | #ifdef __cplusplus
  4259. | (void) SO_REUSEADDR;
  4260. | #else
  4261. | (void) SO_REUSEADDR;
  4262. | #endif
  4263. | #endif
  4264. |
  4265. | ;
  4266. | return 0;
  4267. | }
  4268. configure:19450: result: no
  4269. configure:19464: checking whether SO_REUSEPORT is declared
  4270. configure:19464: clang++ -c -g -O2 -std=gnu++98 -Wno-error=deprecated-declarations conftest.cpp >&5
  4271. conftest.cpp:80:26: fatal error: 'sys/socket.h' file not found
  4272. #include <sys/socket.h>
  4273. ^~~~~~~~~~~~~~
  4274. 1 error generated.
  4275. configure:19464: $? = 1
  4276. configure: failed program was:
  4277. | /* confdefs.h */
  4278. | #define PACKAGE_NAME "OLA"
  4279. | #define PACKAGE_TARNAME "ola"
  4280. | #define PACKAGE_VERSION "0.10.7"
  4281. | #define PACKAGE_STRING "OLA 0.10.7"
  4282. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  4283. | #define PACKAGE_URL ""
  4284. | #define PACKAGE "ola"
  4285. | #define VERSION "0.10.7"
  4286. | #define HAVE_DIRENT_H 1
  4287. | #define HAVE_SYS_TYPES_H 1
  4288. | #define STDC_HEADERS 1
  4289. | #define HAVE_SYS_TYPES_H 1
  4290. | #define HAVE_SYS_STAT_H 1
  4291. | #define HAVE_STDLIB_H 1
  4292. | #define HAVE_STRING_H 1
  4293. | #define HAVE_MEMORY_H 1
  4294. | #define HAVE_STRINGS_H 1
  4295. | #define HAVE_INTTYPES_H 1
  4296. | #define HAVE_STDINT_H 1
  4297. | #define HAVE_UNISTD_H 1
  4298. | #define HAVE_ERRNO_H 1
  4299. | #define HAVE_FCNTL_H 1
  4300. | #define HAVE_FLOAT_H 1
  4301. | #define HAVE_LIMITS_H 1
  4302. | #define HAVE_MALLOC_H 1
  4303. | #define HAVE_STDINT_H 1
  4304. | #define HAVE_STDLIB_H 1
  4305. | #define HAVE_STRING_H 1
  4306. | #define HAVE_STRINGS_H 1
  4307. | #define HAVE_SYS_FILE_H 1
  4308. | #define HAVE_SYS_TIME_H 1
  4309. | #define HAVE_SYS_TIMEB_H 1
  4310. | #define HAVE_UNISTD_H 1
  4311. | #define HAVE_ASSERT_H 1
  4312. | #define HAVE_MATH_H 1
  4313. | #define HAVE_SYS_PARAM_H 1
  4314. | #define HAVE_SYS_TYPES_H 1
  4315. | #define HAVE_WINSOCK2_H 1
  4316. | #define HAVE_WINERROR_H 1
  4317. | #define HAVE_STDBOOL_H 1
  4318. | #define uid_t int
  4319. | #define gid_t int
  4320. | #define restrict __restrict
  4321. | #define HAVE_HASH_MAP 1
  4322. | #define HAVE_HASH_SET 1
  4323. | #define HAVE_UNORDERED_MAP 1
  4324. | #define HASH_MAP_H <tr1/unordered_map>
  4325. | #define HASH_SET_H <tr1/unordered_set>
  4326. | #define HASH_NAMESPACE std::tr1
  4327. | #define HASH_MAP_CLASS unordered_map
  4328. | #define HASH_SET_CLASS unordered_set
  4329. | #define vfork fork
  4330. | #define HAVE_STDLIB_H 1
  4331. | #define HAVE_MALLOC 1
  4332. | #define HAVE_STDLIB_H 1
  4333. | #define HAVE_REALLOC 1
  4334. | #define SELECT_TYPE_ARG1 int
  4335. | #define SELECT_TYPE_ARG234 (int *)
  4336. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4337. | #define HAVE_VPRINTF 1
  4338. | #define HAVE_GETTIMEOFDAY 1
  4339. | #define HAVE_MEMMOVE 1
  4340. | #define HAVE_MEMSET 1
  4341. | #define HAVE_MKDIR 1
  4342. | #define HAVE_STRDUP 1
  4343. | #define HAVE_STRRCHR 1
  4344. | #define HAVE_STRERROR 1
  4345. | #define LT_OBJDIR ".libs/"
  4346. | #define HAVE_TIME_T 1
  4347. | #define HAVE_DECL_MSG_NOSIGNAL 0
  4348. | #define HAVE_DECL_SO_NOSIGPIPE 0
  4349. | #define HAVE_DECL_PF_ROUTE 0
  4350. | #define HAVE_DECL_NET_RT_DUMP 0
  4351. | #define HAVE_DECL_RLIMIT_RTPRIO 0
  4352. | #define HAVE_DECL_RLIMIT_RTTIME 0
  4353. | #define HAVE_DECL_SO_REUSEADDR 0
  4354. | /* end confdefs.h. */
  4355. | #include <sys/types.h>
  4356. | #include <sys/socket.h>
  4357. |
  4358. | int
  4359. | main ()
  4360. | {
  4361. | #ifndef SO_REUSEPORT
  4362. | #ifdef __cplusplus
  4363. | (void) SO_REUSEPORT;
  4364. | #else
  4365. | (void) SO_REUSEPORT;
  4366. | #endif
  4367. | #endif
  4368. |
  4369. | ;
  4370. | return 0;
  4371. | }
  4372. configure:19464: result: no
  4373. configure:19483: checking for termios2
  4374. configure:19483: clang++ -c -g -O2 -std=gnu++98 -Wno-error=deprecated-declarations conftest.cpp >&5
  4375. conftest.cpp:80:10: fatal error: 'asm/termios.h' file not found
  4376. #include <asm/termios.h>
  4377. ^~~~~~~~~~~~~~~
  4378. 1 error generated.
  4379. configure:19483: $? = 1
  4380. configure: failed program was:
  4381. | /* confdefs.h */
  4382. | #define PACKAGE_NAME "OLA"
  4383. | #define PACKAGE_TARNAME "ola"
  4384. | #define PACKAGE_VERSION "0.10.7"
  4385. | #define PACKAGE_STRING "OLA 0.10.7"
  4386. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  4387. | #define PACKAGE_URL ""
  4388. | #define PACKAGE "ola"
  4389. | #define VERSION "0.10.7"
  4390. | #define HAVE_DIRENT_H 1
  4391. | #define HAVE_SYS_TYPES_H 1
  4392. | #define STDC_HEADERS 1
  4393. | #define HAVE_SYS_TYPES_H 1
  4394. | #define HAVE_SYS_STAT_H 1
  4395. | #define HAVE_STDLIB_H 1
  4396. | #define HAVE_STRING_H 1
  4397. | #define HAVE_MEMORY_H 1
  4398. | #define HAVE_STRINGS_H 1
  4399. | #define HAVE_INTTYPES_H 1
  4400. | #define HAVE_STDINT_H 1
  4401. | #define HAVE_UNISTD_H 1
  4402. | #define HAVE_ERRNO_H 1
  4403. | #define HAVE_FCNTL_H 1
  4404. | #define HAVE_FLOAT_H 1
  4405. | #define HAVE_LIMITS_H 1
  4406. | #define HAVE_MALLOC_H 1
  4407. | #define HAVE_STDINT_H 1
  4408. | #define HAVE_STDLIB_H 1
  4409. | #define HAVE_STRING_H 1
  4410. | #define HAVE_STRINGS_H 1
  4411. | #define HAVE_SYS_FILE_H 1
  4412. | #define HAVE_SYS_TIME_H 1
  4413. | #define HAVE_SYS_TIMEB_H 1
  4414. | #define HAVE_UNISTD_H 1
  4415. | #define HAVE_ASSERT_H 1
  4416. | #define HAVE_MATH_H 1
  4417. | #define HAVE_SYS_PARAM_H 1
  4418. | #define HAVE_SYS_TYPES_H 1
  4419. | #define HAVE_WINSOCK2_H 1
  4420. | #define HAVE_WINERROR_H 1
  4421. | #define HAVE_STDBOOL_H 1
  4422. | #define uid_t int
  4423. | #define gid_t int
  4424. | #define restrict __restrict
  4425. | #define HAVE_HASH_MAP 1
  4426. | #define HAVE_HASH_SET 1
  4427. | #define HAVE_UNORDERED_MAP 1
  4428. | #define HASH_MAP_H <tr1/unordered_map>
  4429. | #define HASH_SET_H <tr1/unordered_set>
  4430. | #define HASH_NAMESPACE std::tr1
  4431. | #define HASH_MAP_CLASS unordered_map
  4432. | #define HASH_SET_CLASS unordered_set
  4433. | #define vfork fork
  4434. | #define HAVE_STDLIB_H 1
  4435. | #define HAVE_MALLOC 1
  4436. | #define HAVE_STDLIB_H 1
  4437. | #define HAVE_REALLOC 1
  4438. | #define SELECT_TYPE_ARG1 int
  4439. | #define SELECT_TYPE_ARG234 (int *)
  4440. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4441. | #define HAVE_VPRINTF 1
  4442. | #define HAVE_GETTIMEOFDAY 1
  4443. | #define HAVE_MEMMOVE 1
  4444. | #define HAVE_MEMSET 1
  4445. | #define HAVE_MKDIR 1
  4446. | #define HAVE_STRDUP 1
  4447. | #define HAVE_STRRCHR 1
  4448. | #define HAVE_STRERROR 1
  4449. | #define LT_OBJDIR ".libs/"
  4450. | #define HAVE_TIME_T 1
  4451. | #define HAVE_DECL_MSG_NOSIGNAL 0
  4452. | #define HAVE_DECL_SO_NOSIGPIPE 0
  4453. | #define HAVE_DECL_PF_ROUTE 0
  4454. | #define HAVE_DECL_NET_RT_DUMP 0
  4455. | #define HAVE_DECL_RLIMIT_RTPRIO 0
  4456. | #define HAVE_DECL_RLIMIT_RTTIME 0
  4457. | #define HAVE_DECL_SO_REUSEADDR 0
  4458. | #define HAVE_DECL_SO_REUSEPORT 0
  4459. | /* end confdefs.h. */
  4460. | #include <asm/termios.h>
  4461. |
  4462. | int
  4463. | main ()
  4464. | {
  4465. | if (sizeof (termios2))
  4466. | return 0;
  4467. | ;
  4468. | return 0;
  4469. | }
  4470. configure:19483: result: no
  4471. configure:19494: checking linux/spi/spidev.h usability
  4472. configure:19494: clang++ -c -g -O2 -std=gnu++98 -Wno-error=deprecated-declarations conftest.cpp >&5
  4473. conftest.cpp:113:10: fatal error: 'linux/spi/spidev.h' file not found
  4474. #include <linux/spi/spidev.h>
  4475. ^~~~~~~~~~~~~~~~~~~~
  4476. 1 error generated.
  4477. configure:19494: $? = 1
  4478. configure: failed program was:
  4479. | /* confdefs.h */
  4480. | #define PACKAGE_NAME "OLA"
  4481. | #define PACKAGE_TARNAME "ola"
  4482. | #define PACKAGE_VERSION "0.10.7"
  4483. | #define PACKAGE_STRING "OLA 0.10.7"
  4484. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  4485. | #define PACKAGE_URL ""
  4486. | #define PACKAGE "ola"
  4487. | #define VERSION "0.10.7"
  4488. | #define HAVE_DIRENT_H 1
  4489. | #define HAVE_SYS_TYPES_H 1
  4490. | #define STDC_HEADERS 1
  4491. | #define HAVE_SYS_TYPES_H 1
  4492. | #define HAVE_SYS_STAT_H 1
  4493. | #define HAVE_STDLIB_H 1
  4494. | #define HAVE_STRING_H 1
  4495. | #define HAVE_MEMORY_H 1
  4496. | #define HAVE_STRINGS_H 1
  4497. | #define HAVE_INTTYPES_H 1
  4498. | #define HAVE_STDINT_H 1
  4499. | #define HAVE_UNISTD_H 1
  4500. | #define HAVE_ERRNO_H 1
  4501. | #define HAVE_FCNTL_H 1
  4502. | #define HAVE_FLOAT_H 1
  4503. | #define HAVE_LIMITS_H 1
  4504. | #define HAVE_MALLOC_H 1
  4505. | #define HAVE_STDINT_H 1
  4506. | #define HAVE_STDLIB_H 1
  4507. | #define HAVE_STRING_H 1
  4508. | #define HAVE_STRINGS_H 1
  4509. | #define HAVE_SYS_FILE_H 1
  4510. | #define HAVE_SYS_TIME_H 1
  4511. | #define HAVE_SYS_TIMEB_H 1
  4512. | #define HAVE_UNISTD_H 1
  4513. | #define HAVE_ASSERT_H 1
  4514. | #define HAVE_MATH_H 1
  4515. | #define HAVE_SYS_PARAM_H 1
  4516. | #define HAVE_SYS_TYPES_H 1
  4517. | #define HAVE_WINSOCK2_H 1
  4518. | #define HAVE_WINERROR_H 1
  4519. | #define HAVE_STDBOOL_H 1
  4520. | #define uid_t int
  4521. | #define gid_t int
  4522. | #define restrict __restrict
  4523. | #define HAVE_HASH_MAP 1
  4524. | #define HAVE_HASH_SET 1
  4525. | #define HAVE_UNORDERED_MAP 1
  4526. | #define HASH_MAP_H <tr1/unordered_map>
  4527. | #define HASH_SET_H <tr1/unordered_set>
  4528. | #define HASH_NAMESPACE std::tr1
  4529. | #define HASH_MAP_CLASS unordered_map
  4530. | #define HASH_SET_CLASS unordered_set
  4531. | #define vfork fork
  4532. | #define HAVE_STDLIB_H 1
  4533. | #define HAVE_MALLOC 1
  4534. | #define HAVE_STDLIB_H 1
  4535. | #define HAVE_REALLOC 1
  4536. | #define SELECT_TYPE_ARG1 int
  4537. | #define SELECT_TYPE_ARG234 (int *)
  4538. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4539. | #define HAVE_VPRINTF 1
  4540. | #define HAVE_GETTIMEOFDAY 1
  4541. | #define HAVE_MEMMOVE 1
  4542. | #define HAVE_MEMSET 1
  4543. | #define HAVE_MKDIR 1
  4544. | #define HAVE_STRDUP 1
  4545. | #define HAVE_STRRCHR 1
  4546. | #define HAVE_STRERROR 1
  4547. | #define LT_OBJDIR ".libs/"
  4548. | #define HAVE_TIME_T 1
  4549. | #define HAVE_DECL_MSG_NOSIGNAL 0
  4550. | #define HAVE_DECL_SO_NOSIGPIPE 0
  4551. | #define HAVE_DECL_PF_ROUTE 0
  4552. | #define HAVE_DECL_NET_RT_DUMP 0
  4553. | #define HAVE_DECL_RLIMIT_RTPRIO 0
  4554. | #define HAVE_DECL_RLIMIT_RTTIME 0
  4555. | #define HAVE_DECL_SO_REUSEADDR 0
  4556. | #define HAVE_DECL_SO_REUSEPORT 0
  4557. | /* end confdefs.h. */
  4558. | #include <stdio.h>
  4559. | #ifdef HAVE_SYS_TYPES_H
  4560. | # include <sys/types.h>
  4561. | #endif
  4562. | #ifdef HAVE_SYS_STAT_H
  4563. | # include <sys/stat.h>
  4564. | #endif
  4565. | #ifdef STDC_HEADERS
  4566. | # include <stdlib.h>
  4567. | # include <stddef.h>
  4568. | #else
  4569. | # ifdef HAVE_STDLIB_H
  4570. | # include <stdlib.h>
  4571. | # endif
  4572. | #endif
  4573. | #ifdef HAVE_STRING_H
  4574. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4575. | # include <memory.h>
  4576. | # endif
  4577. | # include <string.h>
  4578. | #endif
  4579. | #ifdef HAVE_STRINGS_H
  4580. | # include <strings.h>
  4581. | #endif
  4582. | #ifdef HAVE_INTTYPES_H
  4583. | # include <inttypes.h>
  4584. | #endif
  4585. | #ifdef HAVE_STDINT_H
  4586. | # include <stdint.h>
  4587. | #endif
  4588. | #ifdef HAVE_UNISTD_H
  4589. | # include <unistd.h>
  4590. | #endif
  4591. | #include <linux/spi/spidev.h>
  4592. configure:19494: result: no
  4593. configure:19494: checking linux/spi/spidev.h presence
  4594. configure:19494: clang++ -E conftest.cpp
  4595. conftest.cpp:80:10: fatal error: 'linux/spi/spidev.h' file not found
  4596. #include <linux/spi/spidev.h>
  4597. ^~~~~~~~~~~~~~~~~~~~
  4598. 1 error generated.
  4599. configure:19494: $? = 1
  4600. configure: failed program was:
  4601. | /* confdefs.h */
  4602. | #define PACKAGE_NAME "OLA"
  4603. | #define PACKAGE_TARNAME "ola"
  4604. | #define PACKAGE_VERSION "0.10.7"
  4605. | #define PACKAGE_STRING "OLA 0.10.7"
  4606. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  4607. | #define PACKAGE_URL ""
  4608. | #define PACKAGE "ola"
  4609. | #define VERSION "0.10.7"
  4610. | #define HAVE_DIRENT_H 1
  4611. | #define HAVE_SYS_TYPES_H 1
  4612. | #define STDC_HEADERS 1
  4613. | #define HAVE_SYS_TYPES_H 1
  4614. | #define HAVE_SYS_STAT_H 1
  4615. | #define HAVE_STDLIB_H 1
  4616. | #define HAVE_STRING_H 1
  4617. | #define HAVE_MEMORY_H 1
  4618. | #define HAVE_STRINGS_H 1
  4619. | #define HAVE_INTTYPES_H 1
  4620. | #define HAVE_STDINT_H 1
  4621. | #define HAVE_UNISTD_H 1
  4622. | #define HAVE_ERRNO_H 1
  4623. | #define HAVE_FCNTL_H 1
  4624. | #define HAVE_FLOAT_H 1
  4625. | #define HAVE_LIMITS_H 1
  4626. | #define HAVE_MALLOC_H 1
  4627. | #define HAVE_STDINT_H 1
  4628. | #define HAVE_STDLIB_H 1
  4629. | #define HAVE_STRING_H 1
  4630. | #define HAVE_STRINGS_H 1
  4631. | #define HAVE_SYS_FILE_H 1
  4632. | #define HAVE_SYS_TIME_H 1
  4633. | #define HAVE_SYS_TIMEB_H 1
  4634. | #define HAVE_UNISTD_H 1
  4635. | #define HAVE_ASSERT_H 1
  4636. | #define HAVE_MATH_H 1
  4637. | #define HAVE_SYS_PARAM_H 1
  4638. | #define HAVE_SYS_TYPES_H 1
  4639. | #define HAVE_WINSOCK2_H 1
  4640. | #define HAVE_WINERROR_H 1
  4641. | #define HAVE_STDBOOL_H 1
  4642. | #define uid_t int
  4643. | #define gid_t int
  4644. | #define restrict __restrict
  4645. | #define HAVE_HASH_MAP 1
  4646. | #define HAVE_HASH_SET 1
  4647. | #define HAVE_UNORDERED_MAP 1
  4648. | #define HASH_MAP_H <tr1/unordered_map>
  4649. | #define HASH_SET_H <tr1/unordered_set>
  4650. | #define HASH_NAMESPACE std::tr1
  4651. | #define HASH_MAP_CLASS unordered_map
  4652. | #define HASH_SET_CLASS unordered_set
  4653. | #define vfork fork
  4654. | #define HAVE_STDLIB_H 1
  4655. | #define HAVE_MALLOC 1
  4656. | #define HAVE_STDLIB_H 1
  4657. | #define HAVE_REALLOC 1
  4658. | #define SELECT_TYPE_ARG1 int
  4659. | #define SELECT_TYPE_ARG234 (int *)
  4660. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4661. | #define HAVE_VPRINTF 1
  4662. | #define HAVE_GETTIMEOFDAY 1
  4663. | #define HAVE_MEMMOVE 1
  4664. | #define HAVE_MEMSET 1
  4665. | #define HAVE_MKDIR 1
  4666. | #define HAVE_STRDUP 1
  4667. | #define HAVE_STRRCHR 1
  4668. | #define HAVE_STRERROR 1
  4669. | #define LT_OBJDIR ".libs/"
  4670. | #define HAVE_TIME_T 1
  4671. | #define HAVE_DECL_MSG_NOSIGNAL 0
  4672. | #define HAVE_DECL_SO_NOSIGPIPE 0
  4673. | #define HAVE_DECL_PF_ROUTE 0
  4674. | #define HAVE_DECL_NET_RT_DUMP 0
  4675. | #define HAVE_DECL_RLIMIT_RTPRIO 0
  4676. | #define HAVE_DECL_RLIMIT_RTTIME 0
  4677. | #define HAVE_DECL_SO_REUSEADDR 0
  4678. | #define HAVE_DECL_SO_REUSEPORT 0
  4679. | /* end confdefs.h. */
  4680. | #include <linux/spi/spidev.h>
  4681. configure:19494: result: no
  4682. configure:19494: checking for linux/spi/spidev.h
  4683. configure:19494: result: no
  4684. configure:19510: checking for bison
  4685. configure:19526: found /usr/bin/bison
  4686. configure:19537: result: bison
  4687. configure:19555: checking for flex
  4688. configure:19571: found /usr/bin/flex
  4689. configure:19582: result: flex
  4690. configure:19620: flex conftest.l
  4691. configure:19624: $? = 0
  4692. configure:19626: checking lex output file root
  4693. configure:19640: result: lex.yy
  4694. configure:19645: checking lex library
  4695. configure:19659: clang++ -o conftest.exe -g -O2 -std=gnu++98 -Wno-error=deprecated-declarations conftest.cpp >&5
  4696. conftest.l:7:14: error: use of undeclared identifier 'input'
  4697. yyless ((input () != 0)); }
  4698. ^
  4699. 1 error generated.
  4700. configure:19659: $? = 1
  4701. configure: failed program was:
  4702. | /* confdefs.h */
  4703. | #define PACKAGE_NAME "OLA"
  4704. | #define PACKAGE_TARNAME "ola"
  4705. | #define PACKAGE_VERSION "0.10.7"
  4706. | #define PACKAGE_STRING "OLA 0.10.7"
  4707. | #define PACKAGE_BUGREPORT "open-lighting@googlegroups.com"
  4708. | #define PACKAGE_URL ""
  4709. | #define PACKAGE "ola"
  4710. | #define VERSION "0.10.7"
  4711. | #define HAVE_DIRENT_H 1
  4712. | #define HAVE_SYS_TYPES_H 1
  4713. | #define STDC_HEADERS 1
  4714. | #define HAVE_SYS_TYPES_H 1
  4715. | #define HAVE_SYS_STAT_H 1
  4716. | #define HAVE_STDLIB_H 1
  4717. | #define HAVE_STRING_H 1
  4718. | #define HAVE_MEMORY_H 1
  4719. | #define HAVE_STRINGS_H 1
  4720. | #define HAVE_INTTYPES_H 1
  4721. | #define HAVE_STDINT_H 1
  4722. | #define HAVE_UNISTD_H 1
  4723. | #define HAVE_ERRNO_H 1
  4724. | #define HAVE_FCNTL_H 1
  4725. | #define HAVE_FLOAT_H 1
  4726. | #define HAVE_LIMITS_H 1
  4727. | #define HAVE_MALLOC_H 1
  4728. | #define HAVE_STDINT_H 1
  4729. | #define HAVE_STDLIB_H 1
  4730. | #define HAVE_STRING_H 1
  4731. | #define HAVE_STRINGS_H 1
  4732. | #define HAVE_SYS_FILE_H 1
  4733. | #define HAVE_SYS_TIME_H 1
  4734. | #define HAVE_SYS_TIMEB_H 1
  4735. | #define HAVE_UNISTD_H 1
  4736. | #define HAVE_ASSERT_H 1
  4737. | #define HAVE_MATH_H 1
  4738. | #define HAVE_SYS_PARAM_H 1
  4739. | #define HAVE_SYS_TYPES_H 1
  4740. | #define HAVE_WINSOCK2_H 1
  4741. | #define HAVE_WINERROR_H 1
  4742. | #define HAVE_STDBOOL_H 1
  4743. | #define uid_t int
  4744. | #define gid_t int
  4745. | #define restrict __restrict
  4746. | #define HAVE_HASH_MAP 1
  4747. | #define HAVE_HASH_SET 1
  4748. | #define HAVE_UNORDERED_MAP 1
  4749. | #define HASH_MAP_H <tr1/unordered_map>
  4750. | #define HASH_SET_H <tr1/unordered_set>
  4751. | #define HASH_NAMESPACE std::tr1
  4752. | #define HASH_MAP_CLASS unordered_map
  4753. | #define HASH_SET_CLASS unordered_set
  4754. | #define vfork fork
  4755. | #define HAVE_STDLIB_H 1
  4756. | #define HAVE_MALLOC 1
  4757. | #define HAVE_STDLIB_H 1
  4758. | #define HAVE_REALLOC 1
  4759. | #define SELECT_TYPE_ARG1 int
  4760. | #define SELECT_TYPE_ARG234 (int *)
  4761. | #define SELECT_TYPE_ARG5 (struct timeval *)
  4762. | #define HAVE_VPRINTF 1
  4763. | #define HAVE_GETTIMEOFDAY 1
  4764. | #define HAVE_MEMMOVE 1
  4765. | #define HAVE_MEMSET 1
  4766. | #define HAVE_MKDIR 1
  4767. | #define HAVE_STRDUP 1
  4768. | #define HAVE_STRRCHR 1
  4769. | #define HAVE_STRERROR 1
  4770. | #define LT_OBJDIR ".libs/"
  4771. | #define HAVE_TIME_T 1
  4772. | #define HAVE_DECL_MSG_NOSIGNAL 0
  4773. | #define HAVE_DECL_SO_NOSIGPIPE 0
  4774. | #define HAVE_DECL_PF_ROUTE 0
  4775. | #define HAVE_DECL_NET_RT_DUMP 0
  4776. | #define HAVE_DECL_RLIMIT_RTPRIO 0
  4777. | #define HAVE_DECL_RLIMIT_RTTIME 0
  4778. | #define HAVE_DECL_SO_REUSEADDR 0
  4779. | #define HAVE_DECL_SO_REUSEPORT 0
  4780. | /* end confdefs.h. */
  4781. |
  4782. | #line 2 "lex.yy.c"
  4783. |
  4784. | #define YY_INT_ALIGNED short int
  4785. |
  4786. | /* A lexical scanner generated by flex */
  4787. |
  4788. | #define FLEX_SCANNER
  4789. | #define YY_FLEX_MAJOR_VERSION 2
  4790. | #define YY_FLEX_MINOR_VERSION 6
  4791. | #define YY_FLEX_SUBMINOR_VERSION 4
  4792. | #if YY_FLEX_SUBMINOR_VERSION > 0
  4793. | #define FLEX_BETA
  4794. | #endif
  4795. |
  4796. | /* First, we deal with platform-specific or compiler-specific issues. */
  4797. |
  4798. | /* begin standard C headers. */
  4799. | #include <stdio.h>
  4800. | #include <string.h>
  4801. | #include <errno.h>
  4802. | #include <stdlib.h>
  4803. |
  4804. | /* end standard C headers. */
  4805. |
  4806. | /* flex integer type definitions */
  4807. |
  4808. | #ifndef FLEXINT_H
  4809. | #define FLEXINT_H
  4810. |
  4811. | /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
  4812. |
  4813. | #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
  4814. |
  4815. | /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
  4816. | * if you want the limit (max/min) macros for int types.
  4817. | */
  4818. | #ifndef __STDC_LIMIT_MACROS
  4819. | #define __STDC_LIMIT_MACROS 1
  4820. | #endif
  4821. |
  4822. | #include <inttypes.h>
  4823. | typedef int8_t flex_int8_t;
  4824. | typedef uint8_t flex_uint8_t;
  4825. | typedef int16_t flex_int16_t;
  4826. | typedef uint16_t flex_uint16_t;
  4827. | typedef int32_t flex_int32_t;
  4828. | typedef uint32_t flex_uint32_t;
  4829. | #else
  4830. | typedef signed char flex_int8_t;
  4831. | typedef short int flex_int16_t;
  4832. | typedef int flex_int32_t;
  4833. | typedef unsigned char flex_uint8_t;
  4834. | typedef unsigned short int flex_uint16_t;
  4835. | typedef unsigned int flex_uint32_t;
  4836. |
  4837. | /* Limits of integral types. */
  4838. | #ifndef INT8_MIN
  4839. | #define INT8_MIN (-128)
  4840. | #endif
  4841. | #ifndef INT16_MIN
  4842. | #define INT16_MIN (-32767-1)
  4843. | #endif
  4844. | #ifndef INT32_MIN
  4845. | #define INT32_MIN (-2147483647-1)
  4846. | #endif
  4847. | #ifndef INT8_MAX
  4848. | #define INT8_MAX (127)
  4849. | #endif
  4850. | #ifndef INT16_MAX
  4851. | #define INT16_MAX (32767)
  4852. | #endif
  4853. | #ifndef INT32_MAX
  4854. | #define INT32_MAX (2147483647)
  4855. | #endif
  4856. | #ifndef UINT8_MAX
  4857. | #define UINT8_MAX (255U)
  4858. | #endif
  4859. | #ifndef UINT16_MAX
  4860. | #define UINT16_MAX (65535U)
  4861. | #endif
  4862. | #ifndef UINT32_MAX
  4863. | #define UINT32_MAX (4294967295U)
  4864. | #endif
  4865. |
  4866. | #ifndef SIZE_MAX
  4867. | #define SIZE_MAX (~(size_t)0)
  4868. | #endif
  4869. |
  4870. | #endif /* ! C99 */
  4871. |
  4872. | #endif /* ! FLEXINT_H */
  4873. |
  4874. | /* begin standard C++ headers. */
  4875. |
  4876. | /* TODO: this is always defined, so inline it */
  4877. | #define yyconst const
  4878. |
  4879. | #if defined(__GNUC__) && __GNUC__ >= 3
  4880. | #define yynoreturn __attribute__((__noreturn__))
  4881. | #else
  4882. | #define yynoreturn
  4883. | #endif
  4884. |
  4885. | /* Returned upon end-of-file. */
  4886. | #define YY_NULL 0
  4887. |
  4888. | /* Promotes a possibly negative, possibly signed char to an
  4889. | * integer in range [0..255] for use as an array index.
  4890. | */
  4891. | #define YY_SC_TO_UI(c) ((YY_CHAR) (c))
  4892. |
  4893. | /* Enter a start condition. This macro really ought to take a parameter,
  4894. | * but we do it the disgusting crufty way forced on us by the ()-less
  4895. | * definition of BEGIN.
  4896. | */
  4897. | #define BEGIN (yy_start) = 1 + 2 *
  4898. | /* Translate the current start state into a value that can be later handed
  4899. | * to BEGIN to return to the state. The YYSTATE alias is for lex
  4900. | * compatibility.
  4901. | */
  4902. | #define YY_START (((yy_start) - 1) / 2)
  4903. | #define YYSTATE YY_START
  4904. | /* Action number for EOF rule of a given start state. */
  4905. | #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
  4906. | /* Special action meaning "start processing a new file". */
  4907. | #define YY_NEW_FILE yyrestart( yyin )
  4908. | #define YY_END_OF_BUFFER_CHAR 0
  4909. |
  4910. | /* Size of default input buffer. */
  4911. | #ifndef YY_BUF_SIZE
  4912. | #ifdef __ia64__
  4913. | /* On IA-64, the buffer size is 16k, not 8k.
  4914. | * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
  4915. | * Ditto for the __ia64__ case accordingly.
  4916. | */
  4917. | #define YY_BUF_SIZE 32768
  4918. | #else
  4919. | #define YY_BUF_SIZE 16384
  4920. | #endif /* __ia64__ */
  4921. | #endif
  4922. |
  4923. | /* The state buf must be large enough to hold one state per character in the main buffer.
  4924. | */
  4925. | #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
  4926. |
  4927. | #ifndef YY_TYPEDEF_YY_BUFFER_STATE
  4928. | #define YY_TYPEDEF_YY_BUFFER_STATE
  4929. | typedef struct yy_buffer_state *YY_BUFFER_STATE;
  4930. | #endif
  4931. |
  4932. | #ifndef YY_TYPEDEF_YY_SIZE_T
  4933. | #define YY_TYPEDEF_YY_SIZE_T
  4934. | typedef size_t yy_size_t;
  4935. | #endif
  4936. |
  4937. | extern int yyleng;
  4938. |
  4939. | extern FILE *yyin, *yyout;
  4940. |
  4941. | #define EOB_ACT_CONTINUE_SCAN 0
  4942. | #define EOB_ACT_END_OF_FILE 1
  4943. | #define EOB_ACT_LAST_MATCH 2
  4944. |
  4945. | #define YY_LESS_LINENO(n)
  4946. | #define YY_LINENO_REWIND_TO(ptr)
  4947. |
  4948. | /* Return all but the first "n" matched characters back to the input stream. */
  4949. | #define yyless(n) \
  4950. | do \
  4951. | { \
  4952. | /* Undo effects of setting up yytext. */ \
  4953. | int yyless_macro_arg = (n); \
  4954. | YY_LESS_LINENO(yyless_macro_arg);\
  4955. | *yy_cp = (yy_hold_char); \
  4956. | YY_RESTORE_YY_MORE_OFFSET \
  4957. | (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
  4958. | YY_DO_BEFORE_ACTION; /* set up yytext again */ \
  4959. | } \
  4960. | while ( 0 )
  4961. | #define unput(c) yyunput( c, (yytext_ptr) )
  4962. |
  4963. | #ifndef YY_STRUCT_YY_BUFFER_STATE
  4964. | #define YY_STRUCT_YY_BUFFER_STATE
  4965. | struct yy_buffer_state
  4966. | {
  4967. | FILE *yy_input_file;
  4968. |
  4969. | char *yy_ch_buf; /* input buffer */
  4970. | char *yy_buf_pos; /* current position in input buffer */
  4971. |
  4972. | /* Size of input buffer in bytes, not including room for EOB
  4973. | * characters.
  4974. | */
  4975. | int yy_buf_size;
  4976. |
  4977. | /* Number of characters read into yy_ch_buf, not including EOB
  4978. | * characters.
  4979. | */
  4980. | int yy_n_chars;
  4981. |
  4982. | /* Whether we "own" the buffer - i.e., we know we created it,
  4983. | * and can realloc() it to grow it, and should free() it to
  4984. | * delete it.
  4985. | */
  4986. | int yy_is_our_buffer;
  4987. |
  4988. | /* Whether this is an "interactive" input source; if so, and
  4989. | * if we're using stdio for input, then we want to use getc()
  4990. | * instead of fread(), to make sure we stop fetching input after
  4991. | * each newline.
  4992. | */
  4993. | int yy_is_interactive;
  4994. |
  4995. | /* Whether we're considered to be at the beginning of a line.
  4996. | * If so, '^' rules will be active on the next match, otherwise
  4997. | * not.
  4998. | */
  4999. | int yy_at_bol;
  5000. |
  5001. | int yy_bs_lineno; /**< The line count. */
  5002. | int yy_bs_column; /**< The column count. */
  5003. |
  5004. | /* Whether to try to fill the input buffer when we reach the
  5005. | * end of it.
  5006. | */
  5007. | int yy_fill_buffer;
  5008. |
  5009. | int yy_buffer_status;
  5010. |
  5011. | #define YY_BUFFER_NEW 0
  5012. | #define YY_BUFFER_NORMAL 1
  5013. | /* When an EOF's been seen but there's still some text to process
  5014. | * then we mark the buffer as YY_EOF_PENDING, to indicate that we
  5015. | * shouldn't try reading from the input source any more. We might
  5016. | * still have a bunch of tokens to match, though, because of
  5017. | * possible backing-up.
  5018. | *
  5019. | * When we actually see the EOF, we change the status to "new"
  5020. | * (via yyrestart()), so that the user can continue scanning by
  5021. | * just pointing yyin at a new input file.
  5022. | */
  5023. | #define YY_BUFFER_EOF_PENDING 2
  5024. |
  5025. | };
  5026. | #endif /* !YY_STRUCT_YY_BUFFER_STATE */
  5027. |
  5028. | /* Stack of input buffers. */
  5029. | static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
  5030. | static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
  5031. | static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */
  5032. |
  5033. | /* We provide macros for accessing buffer states in case in the
  5034. | * future we want to put the buffer states in a more general
  5035. | * "scanner state".
  5036. | *
  5037. | * Returns the top of the stack, or NULL.
  5038. | */
  5039. | #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
  5040. | ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
  5041. | : NULL)
  5042. | /* Same as previous macro, but useful when we know that the buffer stack is not
  5043. | * NULL or when we need an lvalue. For internal use only.
  5044. | */
  5045. | #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
  5046. |
  5047. | /* yy_hold_char holds the character lost when yytext is formed. */
  5048. | static char yy_hold_char;
  5049. | static int yy_n_chars; /* number of characters read into yy_ch_buf */
  5050. | int yyleng;
  5051. |
  5052. | /* Points to current character in buffer. */
  5053. | static char *yy_c_buf_p = NULL;
  5054. | static int yy_init = 0; /* whether we need to initialize */
  5055. | static int yy_start = 0; /* start state number */
  5056. |
  5057. | /* Flag which is used to allow yywrap()'s to do buffer switches
  5058. | * instead of setting up a fresh yyin. A bit of a hack ...
  5059. | */
  5060. | static int yy_did_buffer_switch_on_eof;
  5061. |
  5062. | void yyrestart ( FILE *input_file );
  5063. | void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer );
  5064. | YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size );
  5065. | void yy_delete_buffer ( YY_BUFFER_STATE b );
  5066. | void yy_flush_buffer ( YY_BUFFER_STATE b );
  5067. | void yypush_buffer_state ( YY_BUFFER_STATE new_buffer );
  5068. | void yypop_buffer_state ( void );
  5069. |
  5070. | static void yyensure_buffer_stack ( void );
  5071. | static void yy_load_buffer_state ( void );
  5072. | static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file );
  5073. | #define YY_FLUSH_BUFFER yy_flush_buffer( YY_CURRENT_BUFFER )
  5074. |
  5075. | YY_BUFFER_STATE yy_scan_buffer ( char *base, yy_size_t size );
  5076. | YY_BUFFER_STATE yy_scan_string ( const char *yy_str );
  5077. | YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len );
  5078. |
  5079. | void *yyalloc ( yy_size_t );
  5080. | void *yyrealloc ( void *, yy_size_t );
  5081. | void yyfree ( void * );
  5082. |
  5083. | #define yy_new_buffer yy_create_buffer
  5084. | #define yy_set_interactive(is_interactive) \
  5085. | { \
  5086. | if ( ! YY_CURRENT_BUFFER ){ \
  5087. | yyensure_buffer_stack (); \
  5088. | YY_CURRENT_BUFFER_LVALUE = \
  5089. | yy_create_buffer( yyin, YY_BUF_SIZE ); \
  5090. | } \
  5091. | YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
  5092. | }
  5093. | #define yy_set_bol(at_bol) \
  5094. | { \
  5095. | if ( ! YY_CURRENT_BUFFER ){\
  5096. | yyensure_buffer_stack (); \
  5097. | YY_CURRENT_BUFFER_LVALUE = \
  5098. | yy_create_buffer( yyin, YY_BUF_SIZE ); \
  5099. | } \
  5100. | YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
  5101. | }
  5102. | #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
  5103. |
  5104. | /* Begin user sect3 */
  5105. | typedef flex_uint8_t YY_CHAR;
  5106. |
  5107. | FILE *yyin = NULL, *yyout = NULL;
  5108. |
  5109. | typedef int yy_state_type;
  5110. |
  5111. | extern int yylineno;
  5112. | int yylineno = 1;
  5113. |
  5114. | extern char *yytext;
  5115. | #ifdef yytext_ptr
  5116. | #undef yytext_ptr
  5117. | #endif
  5118. | #define yytext_ptr yytext
  5119. |
  5120. | static yy_state_type yy_get_previous_state ( void );
  5121. | static yy_state_type yy_try_NUL_trans ( yy_state_type current_state );
  5122. | static int yy_get_next_buffer ( void );
  5123. | static void yynoreturn yy_fatal_error ( const char* msg );
  5124. |
  5125. | /* Done after the current pattern has been matched and before the
  5126. | * corresponding action - sets up yytext.
  5127. | */
  5128. | #define YY_DO_BEFORE_ACTION \
  5129. | (yytext_ptr) = yy_bp; \
  5130. | (yytext_ptr) -= (yy_more_len); \
  5131. | yyleng = (int) (yy_cp - (yytext_ptr)); \
  5132. | (yy_hold_char) = *yy_cp; \
  5133. | *yy_cp = '\0'; \
  5134. | (yy_c_buf_p) = yy_cp;
  5135. | #define YY_NUM_RULES 8
  5136. | #define YY_END_OF_BUFFER 9
  5137. | /* This struct is not used in this scanner,
  5138. | but its presence is necessary. */
  5139. | struct yy_trans_info
  5140. | {
  5141. | flex_int32_t yy_verify;
  5142. | flex_int32_t yy_nxt;
  5143. | };
  5144. | static const flex_int16_t yy_acclist[23] =
  5145. | { 0,
  5146. | 9, 7, 8, 8, 1, 7, 8, 2, 7, 8,
  5147. | 3, 7, 8, 4, 7, 8, 5, 7, 8, 6,
  5148. | 7, 8
  5149. | } ;
  5150. |
  5151. | static const flex_int16_t yy_accept[14] =
  5152. | { 0,
  5153. | 1, 1, 1, 2, 4, 5, 8, 11, 14, 17,
  5154. | 20, 23, 23
  5155. | } ;
  5156. |
  5157. | static const YY_CHAR yy_ec[256] =
  5158. | { 0,
  5159. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 2,
  5160. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  5161. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  5162. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  5163. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  5164. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  5165. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  5166. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  5167. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  5168. | 1, 1, 1, 1, 1, 1, 3, 4, 5, 6,
  5169. |
  5170. | 7, 8, 1, 1, 1, 1, 1, 1, 1, 1,
  5171. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  5172. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  5173. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  5174. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  5175. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  5176. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  5177. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  5178. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  5179. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  5180. |
  5181. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  5182. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  5183. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  5184. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  5185. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  5186. | 1, 1, 1, 1, 1
  5187. | } ;
  5188. |
  5189. | static const YY_CHAR yy_meta[9] =
  5190. | { 0,
  5191. | 1, 1, 1, 1, 1, 1, 1, 1
  5192. | } ;
  5193. |
  5194. | static const flex_int16_t yy_base[13] =
  5195. | { 0,
  5196. | 0, 0, 9, 10, 10, 10, 10, 10, 10, 10,
  5197. | 10, 10
  5198. | } ;
  5199. |
  5200. | static const flex_int16_t yy_def[13] =
  5201. | { 0,
  5202. | 12, 1, 12, 12, 12, 12, 12, 12, 12, 12,
  5203. | 12, 0
  5204. | } ;
  5205. |
  5206. | static const flex_int16_t yy_nxt[19] =
  5207. | { 0,
  5208. | 4, 5, 6, 7, 8, 9, 10, 11, 12, 3,
  5209. | 12, 12, 12, 12, 12, 12, 12, 12
  5210. | } ;
  5211. |
  5212. | static const flex_int16_t yy_chk[19] =
  5213. | { 0,
  5214. | 1, 1, 1, 1, 1, 1, 1, 1, 3, 12,
  5215. | 12, 12, 12, 12, 12, 12, 12, 12
  5216. | } ;
  5217. |
  5218. | extern int yy_flex_debug;
  5219. | int yy_flex_debug = 0;
  5220. |
  5221. | static yy_state_type *yy_state_buf=0, *yy_state_ptr=0;
  5222. | static char *yy_full_match;
  5223. | static int yy_lp;
  5224. | #define REJECT \
  5225. | { \
  5226. | *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ \
  5227. | yy_cp = (yy_full_match); /* restore poss. backed-over text */ \
  5228. | ++(yy_lp); \
  5229. | goto find_rule; \
  5230. | }
  5231. |
  5232. | static int yy_more_flag = 0;
  5233. | static int yy_more_len = 0;
  5234. | #define yymore() ((yy_more_flag) = 1)
  5235. | #define YY_MORE_ADJ (yy_more_len)
  5236. | #define YY_RESTORE_YY_MORE_OFFSET
  5237. | char *yytext;
  5238. | #line 1 "conftest.l"
  5239. | #line 459 "lex.yy.c"
  5240. |
  5241. | #define INITIAL 0
  5242. |
  5243. | #ifndef YY_NO_UNISTD_H
  5244. | /* Special case for "unistd.h", since it is non-ANSI. We include it way
  5245. | * down here because we want the user's section 1 to have been scanned first.
  5246. | * The user has a chance to override it with an option.
  5247. | */
  5248. | #include <unistd.h>
  5249. | #endif
  5250. |
  5251. | #ifndef YY_EXTRA_TYPE
  5252. | #define YY_EXTRA_TYPE void *
  5253. | #endif
  5254. |
  5255. | static int yy_init_globals ( void );
  5256. |
  5257. | /* Accessor methods to globals.
  5258. | These are made visible to non-reentrant scanners for convenience. */
  5259. |
  5260. | int yylex_destroy ( void );
  5261. |
  5262. | int yyget_debug ( void );
  5263. |
  5264. | void yyset_debug ( int debug_flag );
  5265. |
  5266. | YY_EXTRA_TYPE yyget_extra ( void );
  5267. |
  5268. | void yyset_extra ( YY_EXTRA_TYPE user_defined );
  5269. |
  5270. | FILE *yyget_in ( void );
  5271. |
  5272. | void yyset_in ( FILE * _in_str );
  5273. |
  5274. | FILE *yyget_out ( void );
  5275. |
  5276. | void yyset_out ( FILE * _out_str );
  5277. |
  5278. | int yyget_leng ( void );
  5279. |
  5280. | char *yyget_text ( void );
  5281. |
  5282. | int yyget_lineno ( void );
  5283. |
  5284. | void yyset_lineno ( int _line_number );
  5285. |
  5286. | /* Macros after this point can all be overridden by user definitions in
  5287. | * section 1.
  5288. | */
  5289. |
  5290. | #ifndef YY_SKIP_YYWRAP
  5291. | #ifdef __cplusplus
  5292. | extern "C" int yywrap ( void );
  5293. | #else
  5294. | extern int yywrap ( void );
  5295. | #endif
  5296. | #endif
  5297. |
  5298. | #ifndef YY_NO_UNPUT
  5299. |
  5300. | static void yyunput ( int c, char *buf_ptr );
  5301. |
  5302. | #endif
  5303. |
  5304. | #ifndef yytext_ptr
  5305. | static void yy_flex_strncpy ( char *, const char *, int );
  5306. | #endif
  5307. |
  5308. | #ifdef YY_NEED_STRLEN
  5309. | static int yy_flex_strlen ( const char * );
  5310. | #endif
  5311. |
  5312. | #ifndef YY_NO_INPUT
  5313. | #ifdef __cplusplus
  5314. | static int yyinput ( void );
  5315. | #else
  5316. | static int input ( void );
  5317. | #endif
  5318. |
  5319. | #endif
  5320. |
  5321. | /* Amount of stuff to slurp up with each read. */
  5322. | #ifndef YY_READ_BUF_SIZE
  5323. | #ifdef __ia64__
  5324. | /* On IA-64, the buffer size is 16k, not 8k */
  5325. | #define YY_READ_BUF_SIZE 16384
  5326. | #else
  5327. | #define YY_READ_BUF_SIZE 8192
  5328. | #endif /* __ia64__ */
  5329. | #endif
  5330. |
  5331. | /* Copy whatever the last rule matched to the standard output. */
  5332. | #ifndef ECHO
  5333. | /* This used to be an fputs(), but since the string might contain NUL's,
  5334. | * we now use fwrite().
  5335. | */
  5336. | #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
  5337. | #endif
  5338. |
  5339. | /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
  5340. | * is returned in "result".
  5341. | */
  5342. | #ifndef YY_INPUT
  5343. | #define YY_INPUT(buf,result,max_size) \
  5344. | if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
  5345. | { \
  5346. | int c = '*'; \
  5347. | int n; \
  5348. | for ( n = 0; n < max_size && \
  5349. | (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
  5350. | buf[n] = (char) c; \
  5351. | if ( c == '\n' ) \
  5352. | buf[n++] = (char) c; \
  5353. | if ( c == EOF && ferror( yyin ) ) \
  5354. | YY_FATAL_ERROR( "input in flex scanner failed" ); \
  5355. | result = n; \
  5356. | } \
  5357. | else \
  5358. | { \
  5359. | errno=0; \
  5360. | while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \
  5361. | { \
  5362. | if( errno != EINTR) \
  5363. | { \
  5364. | YY_FATAL_ERROR( "input in flex scanner failed" ); \
  5365. | break; \
  5366. | } \
  5367. | errno=0; \
  5368. | clearerr(yyin); \
  5369. | } \
  5370. | }\
  5371. | \
  5372. |
  5373. | #endif
  5374. |
  5375. | /* No semi-colon after return; correct usage is to write "yyterminate();" -
  5376. | * we don't want an extra ';' after the "return" because that will cause
  5377. | * some compilers to complain about unreachable statements.
  5378. | */
  5379. | #ifndef yyterminate
  5380. | #define yyterminate() return YY_NULL
  5381. | #endif
  5382. |
  5383. | /* Number of entries by which start-condition stack grows. */
  5384. | #ifndef YY_START_STACK_INCR
  5385. | #define YY_START_STACK_INCR 25
  5386. | #endif
  5387. |
  5388. | /* Report a fatal error. */
  5389. | #ifndef YY_FATAL_ERROR
  5390. | #define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
  5391. | #endif
  5392. |
  5393. | /* end tables serialization structures and prototypes */
  5394. |
  5395. | /* Default declaration of generated scanner - a define so the user can
  5396. | * easily add parameters.
  5397. | */
  5398. | #ifndef YY_DECL
  5399. | #define YY_DECL_IS_OURS 1
  5400. |
  5401. | extern int yylex (void);
  5402. |
  5403. | #define YY_DECL int yylex (void)
  5404. | #endif /* !YY_DECL */
  5405. |
  5406. | /* Code executed at the beginning of each rule, after yytext and yyleng
  5407. | * have been set up.
  5408. | */
  5409. | #ifndef YY_USER_ACTION
  5410. | #define YY_USER_ACTION
  5411. | #endif
  5412. |
  5413. | /* Code executed at the end of each rule. */
  5414. | #ifndef YY_BREAK
  5415. | #define YY_BREAK /*LINTED*/break;
  5416. | #endif
  5417. |
  5418. | #define YY_RULE_SETUP \
  5419. | YY_USER_ACTION
  5420. |
  5421. | /** The main scanner function which does all the work.
  5422. | */
  5423. | YY_DECL
  5424. | {
  5425. | yy_state_type yy_current_state;
  5426. | char *yy_cp, *yy_bp;
  5427. | int yy_act;
  5428. |
  5429. | if ( !(yy_init) )
  5430. | {
  5431. | (yy_init) = 1;
  5432. |
  5433. | #ifdef YY_USER_INIT
  5434. | YY_USER_INIT;
  5435. | #endif
  5436. |
  5437. | /* Create the reject buffer large enough to save one state per allowed character. */
  5438. | if ( ! (yy_state_buf) )
  5439. | (yy_state_buf) = (yy_state_type *)yyalloc(YY_STATE_BUF_SIZE );
  5440. | if ( ! (yy_state_buf) )
  5441. | YY_FATAL_ERROR( "out of dynamic memory in yylex()" );
  5442. |
  5443. | if ( ! (yy_start) )
  5444. | (yy_start) = 1; /* first start state */
  5445. |
  5446. | if ( ! yyin )
  5447. | yyin = stdin;
  5448. |
  5449. | if ( ! yyout )
  5450. | yyout = stdout;
  5451. |
  5452. | if ( ! YY_CURRENT_BUFFER ) {
  5453. | yyensure_buffer_stack ();
  5454. | YY_CURRENT_BUFFER_LVALUE =
  5455. | yy_create_buffer( yyin, YY_BUF_SIZE );
  5456. | }
  5457. |
  5458. | yy_load_buffer_state( );
  5459. | }
  5460. |
  5461. | {
  5462. | #line 1 "conftest.l"
  5463. |
  5464. | #line 684 "lex.yy.c"
  5465. |
  5466. | while ( /*CONSTCOND*/1 ) /* loops until end-of-file is reached */
  5467. | {
  5468. | (yy_more_len) = 0;
  5469. | if ( (yy_more_flag) )
  5470. | {
  5471. | (yy_more_len) = (int) ((yy_c_buf_p) - (yytext_ptr));
  5472. | (yy_more_flag) = 0;
  5473. | }
  5474. | yy_cp = (yy_c_buf_p);
  5475. |
  5476. | /* Support of yytext. */
  5477. | *yy_cp = (yy_hold_char);
  5478. |
  5479. | /* yy_bp points to the position in yy_ch_buf of the start of
  5480. | * the current run.
  5481. | */
  5482. | yy_bp = yy_cp;
  5483. |
  5484. | yy_current_state = (yy_start);
  5485. |
  5486. | (yy_state_ptr) = (yy_state_buf);
  5487. | *(yy_state_ptr)++ = yy_current_state;
  5488. |
  5489. | yy_match:
  5490. | do
  5491. | {
  5492. | YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)] ;
  5493. | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
  5494. | {
  5495. | yy_current_state = (int) yy_def[yy_current_state];
  5496. | if ( yy_current_state >= 13 )
  5497. | yy_c = yy_meta[yy_c];
  5498. | }
  5499. | yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c];
  5500. | *(yy_state_ptr)++ = yy_current_state;
  5501. | ++yy_cp;
  5502. | }
  5503. | while ( yy_base[yy_current_state] != 10 );
  5504. |
  5505. | yy_find_action:
  5506. | yy_current_state = *--(yy_state_ptr);
  5507. | (yy_lp) = yy_accept[yy_current_state];
  5508. |
  5509. | find_rule: /* we branch to this label when backing up */
  5510. |
  5511. | for ( ; ; ) /* until we find what rule we matched */
  5512. | {
  5513. | if ( (yy_lp) && (yy_lp) < yy_accept[yy_current_state + 1] )
  5514. | {
  5515. | yy_act = yy_acclist[(yy_lp)];
  5516. | {
  5517. | (yy_full_match) = yy_cp;
  5518. | break;
  5519. | }
  5520. | }
  5521. | --yy_cp;
  5522. | yy_current_state = *--(yy_state_ptr);
  5523. | (yy_lp) = yy_accept[yy_current_state];
  5524. | }
  5525. |
  5526. | YY_DO_BEFORE_ACTION;
  5527. |
  5528. | do_action: /* This label is used only to access EOF actions. */
  5529. |
  5530. | switch ( yy_act )
  5531. | { /* beginning of action switch */
  5532. | case 1:
  5533. | YY_RULE_SETUP
  5534. | #line 2 "conftest.l"
  5535. | { ECHO; }
  5536. | YY_BREAK
  5537. | case 2:
  5538. | YY_RULE_SETUP
  5539. | #line 3 "conftest.l"
  5540. | { REJECT; }
  5541. | YY_BREAK
  5542. | case 3:
  5543. | YY_RULE_SETUP
  5544. | #line 4 "conftest.l"
  5545. | { yymore (); }
  5546. | YY_BREAK
  5547. | case 4:
  5548. | YY_RULE_SETUP
  5549. | #line 5 "conftest.l"
  5550. | { yyless (1); }
  5551. | YY_BREAK
  5552. | case 5:
  5553. | YY_RULE_SETUP
  5554. | #line 6 "conftest.l"
  5555. | { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */
  5556. | yyless ((input () != 0)); }
  5557. | YY_BREAK
  5558. | case 6:
  5559. | YY_RULE_SETUP
  5560. | #line 8 "conftest.l"
  5561. | { unput (yytext[0]); }
  5562. | YY_BREAK
  5563. | case 7:
  5564. | YY_RULE_SETUP
  5565. | #line 9 "conftest.l"
  5566. | { BEGIN INITIAL; }
  5567. | YY_BREAK
  5568. | case 8:
  5569. | YY_RULE_SETUP
  5570. | #line 10 "conftest.l"
  5571. | ECHO;
  5572. | YY_BREAK
  5573. | #line 793 "lex.yy.c"
  5574. | case YY_STATE_EOF(INITIAL):
  5575. | yyterminate();
  5576. |
  5577. | case YY_END_OF_BUFFER:
  5578. | {
  5579. | /* Amount of text matched not including the EOB char. */
  5580. | int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
  5581. |
  5582. | /* Undo the effects of YY_DO_BEFORE_ACTION. */
  5583. | *yy_cp = (yy_hold_char);
  5584. | YY_RESTORE_YY_MORE_OFFSET
  5585. |
  5586. | if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW )
  5587. | {
  5588. | /* We're scanning a new file or input source. It's
  5589. | * possible that this happened because the user
  5590. | * just pointed yyin at a new source and called
  5591. | * yylex(). If so, then we have to assure
  5592. | * consistency between YY_CURRENT_BUFFER and our
  5593. | * globals. Here is the right place to do so, because
  5594. | * this is the first action (other than possibly a
  5595. | * back-up) that will match for the new input source.
  5596. | */
  5597. | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
  5598. | YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin;
  5599. | YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL;
  5600. | }
  5601. |
  5602. | /* Note that here we test for yy_c_buf_p "<=" to the position
  5603. | * of the first EOB in the buffer, since yy_c_buf_p will
  5604. | * already have been incremented past the NUL character
  5605. | * (since all states make transitions on EOB to the
  5606. | * end-of-buffer state). Contrast this with the test
  5607. | * in input().
  5608. | */
  5609. | if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
  5610. | { /* This was really a NUL. */
  5611. | yy_state_type yy_next_state;
  5612. |
  5613. | (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
  5614. |
  5615. | yy_current_state = yy_get_previous_state( );
  5616. |
  5617. | /* Okay, we're now positioned to make the NUL
  5618. | * transition. We couldn't have
  5619. | * yy_get_previous_state() go ahead and do it
  5620. | * for us because it doesn't know how to deal
  5621. | * with the possibility of jamming (and we don't
  5622. | * want to build jamming into it because then it
  5623. | * will run more slowly).
  5624. | */
  5625. |
  5626. | yy_next_state = yy_try_NUL_trans( yy_current_state );
  5627. |
  5628. | yy_bp = (yytext_ptr) + YY_MORE_ADJ;
  5629. |
  5630. | if ( yy_next_state )
  5631. | {
  5632. | /* Consume the NUL. */
  5633. | yy_cp = ++(yy_c_buf_p);
  5634. | yy_current_state = yy_next_state;
  5635. | goto yy_match;
  5636. | }
  5637. |
  5638. | else
  5639. | {
  5640. | yy_cp = (yy_c_buf_p);
  5641. | goto yy_find_action;
  5642. | }
  5643. | }
  5644. |
  5645. | else switch ( yy_get_next_buffer( ) )
  5646. | {
  5647. | case EOB_ACT_END_OF_FILE:
  5648. | {
  5649. | (yy_did_buffer_switch_on_eof) = 0;
  5650. |
  5651. | if ( yywrap( ) )
  5652. | {
  5653. | /* Note: because we've taken care in
  5654. | * yy_get_next_buffer() to have set up
  5655. | * yytext, we can now set up
  5656. | * yy_c_buf_p so that if some total
  5657. | * hoser (like flex itself) wants to
  5658. | * call the scanner after we return the
  5659. | * YY_NULL, it'll still work - another
  5660. | * YY_NULL will get returned.
  5661. | */
  5662. | (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
  5663. |
  5664. | yy_act = YY_STATE_EOF(YY_START);
  5665. | goto do_action;
  5666. | }
  5667. |
  5668. | else
  5669. | {
  5670. | if ( ! (yy_did_buffer_switch_on_eof) )
  5671. | YY_NEW_FILE;
  5672. | }
  5673. | break;
  5674. | }
  5675. |
  5676. | case EOB_ACT_CONTINUE_SCAN:
  5677. | (yy_c_buf_p) =
  5678. | (yytext_ptr) + yy_amount_of_matched_text;
  5679. |
  5680. | yy_current_state = yy_get_previous_state( );
  5681. |
  5682. | yy_cp = (yy_c_buf_p);
  5683. | yy_bp = (yytext_ptr) + YY_MORE_ADJ;
  5684. | goto yy_match;
  5685. |
  5686. | case EOB_ACT_LAST_MATCH:
  5687. | (yy_c_buf_p) =
  5688. | &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)];
  5689. |
  5690. | yy_current_state = yy_get_previous_state( );
  5691. |
  5692. | yy_cp = (yy_c_buf_p);
  5693. | yy_bp = (yytext_ptr) + YY_MORE_ADJ;
  5694. | goto yy_find_action;
  5695. | }
  5696. | break;
  5697. | }
  5698. |
  5699. | default:
  5700. | YY_FATAL_ERROR(
  5701. | "fatal flex scanner internal error--no action found" );
  5702. | } /* end of action switch */
  5703. | } /* end of scanning one token */
  5704. | } /* end of user's declarations */
  5705. | } /* end of yylex */
  5706. |
  5707. | /* yy_get_next_buffer - try to read in a new buffer
  5708. | *
  5709. | * Returns a code representing an action:
  5710. | * EOB_ACT_LAST_MATCH -
  5711. | * EOB_ACT_CONTINUE_SCAN - continue scanning from current position
  5712. | * EOB_ACT_END_OF_FILE - end of file
  5713. | */
  5714. | static int yy_get_next_buffer (void)
  5715. | {
  5716. | char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
  5717. | char *source = (yytext_ptr);
  5718. | int number_to_move, i;
  5719. | int ret_val;
  5720. |
  5721. | if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
  5722. | YY_FATAL_ERROR(
  5723. | "fatal flex scanner internal error--end of buffer missed" );
  5724. |
  5725. | if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 )
  5726. | { /* Don't try to fill the buffer, so this is an EOF. */
  5727. | if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 )
  5728. | {
  5729. | /* We matched a single character, the EOB, so
  5730. | * treat this as a final EOF.
  5731. | */
  5732. | return EOB_ACT_END_OF_FILE;
  5733. | }
  5734. |
  5735. | else
  5736. | {
  5737. | /* We matched some text prior to the EOB, first
  5738. | * process it.
  5739. | */
  5740. | return EOB_ACT_LAST_MATCH;
  5741. | }
  5742. | }
  5743. |
  5744. | /* Try to read more data. */
  5745. |
  5746. | /* First move last chars to start of buffer. */
  5747. | number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr) - 1);
  5748. |
  5749. | for ( i = 0; i < number_to_move; ++i )
  5750. | *(dest++) = *(source++);
  5751. |
  5752. | if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING )
  5753. | /* don't do the read, it's not guaranteed to return an EOF,
  5754. | * just force an EOF
  5755. | */
  5756. | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0;
  5757. |
  5758. | else
  5759. | {
  5760. | int num_to_read =
  5761. | YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
  5762. |
  5763. | while ( num_to_read <= 0 )
  5764. | { /* Not enough room in the buffer - grow it. */
  5765. |
  5766. | YY_FATAL_ERROR(
  5767. | "input buffer overflow, can't enlarge buffer because scanner uses REJECT" );
  5768. |
  5769. | }
  5770. |
  5771. | if ( num_to_read > YY_READ_BUF_SIZE )
  5772. | num_to_read = YY_READ_BUF_SIZE;
  5773. |
  5774. | /* Read in more data. */
  5775. | YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
  5776. | (yy_n_chars), num_to_read );
  5777. |
  5778. | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
  5779. | }
  5780. |
  5781. | if ( (yy_n_chars) == 0 )
  5782. | {
  5783. | if ( number_to_move == YY_MORE_ADJ )
  5784. | {
  5785. | ret_val = EOB_ACT_END_OF_FILE;
  5786. | yyrestart( yyin );
  5787. | }
  5788. |
  5789. | else
  5790. | {
  5791. | ret_val = EOB_ACT_LAST_MATCH;
  5792. | YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =
  5793. | YY_BUFFER_EOF_PENDING;
  5794. | }
  5795. | }
  5796. |
  5797. | else
  5798. | ret_val = EOB_ACT_CONTINUE_SCAN;
  5799. |
  5800. | if (((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
  5801. | /* Extend the array by 50%, plus the number we really need. */
  5802. | int new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
  5803. | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc(
  5804. | (void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf, (yy_size_t) new_size );
  5805. | if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
  5806. | YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
  5807. | /* "- 2" to take care of EOB's */
  5808. | YY_CURRENT_BUFFER_LVALUE->yy_buf_size = (int) (new_size - 2);
  5809. | }
  5810. |
  5811. | (yy_n_chars) += number_to_move;
  5812. | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR;
  5813. | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR;
  5814. |
  5815. | (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0];
  5816. |
  5817. | return ret_val;
  5818. | }
  5819. |
  5820. | /* yy_get_previous_state - get the state just before the EOB char was reached */
  5821. |
  5822. | static yy_state_type yy_get_previous_state (void)
  5823. | {
  5824. | yy_state_type yy_current_state;
  5825. | char *yy_cp;
  5826. |
  5827. | yy_current_state = (yy_start);
  5828. |
  5829. | (yy_state_ptr) = (yy_state_buf);
  5830. | *(yy_state_ptr)++ = yy_current_state;
  5831. |
  5832. | for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp )
  5833. | {
  5834. | YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
  5835. | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
  5836. | {
  5837. | yy_current_state = (int) yy_def[yy_current_state];
  5838. | if ( yy_current_state >= 13 )
  5839. | yy_c = yy_meta[yy_c];
  5840. | }
  5841. | yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c];
  5842. | *(yy_state_ptr)++ = yy_current_state;
  5843. | }
  5844. |
  5845. | return yy_current_state;
  5846. | }
  5847. |
  5848. | /* yy_try_NUL_trans - try to make a transition on the NUL character
  5849. | *
  5850. | * synopsis
  5851. | * next_state = yy_try_NUL_trans( current_state );
  5852. | */
  5853. | static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
  5854. | {
  5855. | int yy_is_jam;
  5856. |
  5857. | YY_CHAR yy_c = 1;
  5858. | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
  5859. | {
  5860. | yy_current_state = (int) yy_def[yy_current_state];
  5861. | if ( yy_current_state >= 13 )
  5862. | yy_c = yy_meta[yy_c];
  5863. | }
  5864. | yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c];
  5865. | yy_is_jam = (yy_current_state == 12);
  5866. | if ( ! yy_is_jam )
  5867. | *(yy_state_ptr)++ = yy_current_state;
  5868. |
  5869. | return yy_is_jam ? 0 : yy_current_state;
  5870. | }
  5871. |
  5872. | #ifndef YY_NO_UNPUT
  5873. |
  5874. | static void yyunput (int c, char * yy_bp )
  5875. | {
  5876. | char *yy_cp;
  5877. |
  5878. | yy_cp = (yy_c_buf_p);
  5879. |
  5880. | /* undo effects of setting up yytext */
  5881. | *yy_cp = (yy_hold_char);
  5882. |
  5883. | if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
  5884. | { /* need to shift things up to make room */
  5885. | /* +2 for EOB chars. */
  5886. | int number_to_move = (yy_n_chars) + 2;
  5887. | char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[
  5888. | YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2];
  5889. | char *source =
  5890. | &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move];
  5891. |
  5892. | while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
  5893. | *--dest = *--source;
  5894. |
  5895. | yy_cp += (int) (dest - source);
  5896. | yy_bp += (int) (dest - source);
  5897. | YY_CURRENT_BUFFER_LVALUE->yy_n_chars =
  5898. | (yy_n_chars) = (int) YY_CURRENT_BUFFER_LVALUE->yy_buf_size;
  5899. |
  5900. | if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
  5901. | YY_FATAL_ERROR( "flex scanner push-back overflow" );
  5902. | }
  5903. |
  5904. | *--yy_cp = (char) c;
  5905. |
  5906. | (yytext_ptr) = yy_bp;
  5907. | (yy_hold_char) = *yy_cp;
  5908. | (yy_c_buf_p) = yy_cp;
  5909. | }
  5910. |
  5911. | #endif
  5912. |
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement