espindulajamenson

wxWidgets configured with GTK-3 (config.log)

Jan 21st, 2026
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 175.57 KB | Software | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by wxWidgets configure 3.2.9, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = comp03
  14. uname -m = x86_64
  15. uname -r = 6.16.1-20260118
  16. uname -s = Linux
  17. uname -v = #6 SMP PREEMPT_DYNAMIC Sun Jan 18 16:24:24 -03 2026
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /opt/rustc/bin
  31. PATH: /usr/local/bin
  32. PATH: /usr/bin
  33. PATH: /opt/kf6/bin
  34. PATH: /opt/qt6/bin
  35.  
  36.  
  37. ## ----------- ##
  38. ## Core tests. ##
  39. ## ----------- ##
  40.  
  41. configure:3793: checking build system type
  42. configure:3807: result: x86_64-pc-linux-gnu
  43. configure:3827: checking host system type
  44. configure:3840: result: x86_64-pc-linux-gnu
  45. configure:4693: checking for toolkit
  46. configure:4757: result: gtk
  47. configure:13211: checking for gcc
  48. configure:13227: found /usr/bin/gcc
  49. configure:13238: result: gcc
  50. configure:13467: checking for C compiler version
  51. configure:13476: gcc --version >&5
  52. gcc (GCC) 15.2.0
  53. Copyright (C) 2025 Free Software Foundation, Inc.
  54. This is free software; see the source for copying conditions. There is NO
  55. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  56.  
  57. configure:13487: $? = 0
  58. configure:13476: gcc -v >&5
  59. Using built-in specs.
  60. COLLECT_GCC=gcc
  61. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/15.2.0/lto-wrapper
  62. Target: x86_64-pc-linux-gnu
  63. Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --enable-host-pie --disable-multilib --disable-bootstrap --disable-fixincludes --with-system-zlib
  64. Thread model: posix
  65. Supported LTO compression algorithms: zlib zstd
  66. gcc version 15.2.0 (GCC)
  67. configure:13487: $? = 0
  68. configure:13476: gcc -V >&5
  69. gcc: error: unrecognized command-line option '-V'
  70. gcc: fatal error: no input files
  71. compilation terminated.
  72. configure:13487: $? = 1
  73. configure:13476: gcc -qversion >&5
  74. gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
  75. gcc: fatal error: no input files
  76. compilation terminated.
  77. configure:13487: $? = 1
  78. configure:13507: checking whether the C compiler works
  79. configure:13529: gcc conftest.c >&5
  80. configure:13533: $? = 0
  81. configure:13581: result: yes
  82. configure:13584: checking for C compiler default output file name
  83. configure:13586: result: a.out
  84. configure:13592: checking for suffix of executables
  85. configure:13599: gcc -o conftest conftest.c >&5
  86. configure:13603: $? = 0
  87. configure:13625: result:
  88. configure:13647: checking whether we are cross compiling
  89. configure:13655: gcc -o conftest conftest.c >&5
  90. configure:13659: $? = 0
  91. configure:13666: ./conftest
  92. configure:13670: $? = 0
  93. configure:13685: result: no
  94. configure:13690: checking for suffix of object files
  95. configure:13712: gcc -c conftest.c >&5
  96. configure:13716: $? = 0
  97. configure:13737: result: o
  98. configure:13741: checking whether we are using the GNU C compiler
  99. configure:13760: gcc -c conftest.c >&5
  100. configure:13760: $? = 0
  101. configure:13769: result: yes
  102. configure:13778: checking whether gcc accepts -g
  103. configure:13798: gcc -c -g conftest.c >&5
  104. configure:13798: $? = 0
  105. configure:13839: result: yes
  106. configure:13856: checking for gcc option to accept ISO C89
  107. configure:13919: gcc -c conftest.c >&5
  108. conftest.c: In function 'e':
  109. conftest.c:16:14: warning: old-style function definition [-Wold-style-definition]
  110. 16 | static char *e (p, i)
  111. | ^
  112. configure:13919: $? = 0
  113. configure:13932: result: none needed
  114. configure:13965: checking whether we are using the Intel C compiler
  115. configure:13985: gcc -c conftest.c >&5
  116. conftest.c: In function 'main':
  117. conftest.c:16:17: error: unknown type name 'choke'
  118. 16 | choke me
  119. | ^~~~~
  120. configure:13985: $? = 1
  121. configure: failed program was:
  122. | /* confdefs.h */
  123. | #define PACKAGE_NAME "wxWidgets"
  124. | #define PACKAGE_TARNAME "wxwidgets"
  125. | #define PACKAGE_VERSION "3.2.9"
  126. | #define PACKAGE_STRING "wxWidgets 3.2.9"
  127. | #define PACKAGE_BUGREPORT "[email protected]"
  128. | #define PACKAGE_URL ""
  129. | #define __LINUX__ 1
  130. | /* end confdefs.h. */
  131. |
  132. | int
  133. | main ()
  134. | {
  135. |
  136. | #ifndef __INTEL_COMPILER
  137. | choke me
  138. | #endif
  139. |
  140. | ;
  141. | return 0;
  142. | }
  143. configure:13995: result: no
  144. configure:14525: checking how to run the C preprocessor
  145. configure:14556: gcc -E conftest.c
  146. configure:14556: $? = 0
  147. configure:14570: gcc -E conftest.c
  148. conftest.c:10:10: fatal error: ac_nonexistent.h: No such file or directory
  149. 10 | #include <ac_nonexistent.h>
  150. | ^~~~~~~~~~~~~~~~~~
  151. compilation terminated.
  152. configure:14570: $? = 1
  153. configure: failed program was:
  154. | /* confdefs.h */
  155. | #define PACKAGE_NAME "wxWidgets"
  156. | #define PACKAGE_TARNAME "wxwidgets"
  157. | #define PACKAGE_VERSION "3.2.9"
  158. | #define PACKAGE_STRING "wxWidgets 3.2.9"
  159. | #define PACKAGE_BUGREPORT "[email protected]"
  160. | #define PACKAGE_URL ""
  161. | #define __LINUX__ 1
  162. | /* end confdefs.h. */
  163. | #include <ac_nonexistent.h>
  164. configure:14595: result: gcc -E
  165. configure:14615: gcc -E conftest.c
  166. configure:14615: $? = 0
  167. configure:14629: gcc -E conftest.c
  168. conftest.c:10:10: fatal error: ac_nonexistent.h: No such file or directory
  169. 10 | #include <ac_nonexistent.h>
  170. | ^~~~~~~~~~~~~~~~~~
  171. compilation terminated.
  172. configure:14629: $? = 1
  173. configure: failed program was:
  174. | /* confdefs.h */
  175. | #define PACKAGE_NAME "wxWidgets"
  176. | #define PACKAGE_TARNAME "wxwidgets"
  177. | #define PACKAGE_VERSION "3.2.9"
  178. | #define PACKAGE_STRING "wxWidgets 3.2.9"
  179. | #define PACKAGE_BUGREPORT "[email protected]"
  180. | #define PACKAGE_URL ""
  181. | #define __LINUX__ 1
  182. | /* end confdefs.h. */
  183. | #include <ac_nonexistent.h>
  184. configure:14658: checking for grep that handles long lines and -e
  185. configure:14716: result: /usr/bin/grep
  186. configure:14721: checking for egrep
  187. configure:14783: result: /usr/bin/grep -E
  188. configure:14789: checking whether gcc needs -traditional
  189. conftest.c:10:10: fatal error: termio.h: No such file or directory
  190. 10 | #include <termio.h>
  191. | ^~~~~~~~~~
  192. compilation terminated.
  193. configure:14823: result: no
  194. configure:14890: checking for g++
  195. configure:14906: found /usr/bin/g++
  196. configure:14917: result: g++
  197. configure:14944: checking for C++ compiler version
  198. configure:14953: g++ --version >&5
  199. g++ (GCC) 15.2.0
  200. Copyright (C) 2025 Free Software Foundation, Inc.
  201. This is free software; see the source for copying conditions. There is NO
  202. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  203.  
  204. configure:14964: $? = 0
  205. configure:14953: g++ -v >&5
  206. Using built-in specs.
  207. COLLECT_GCC=g++
  208. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/15.2.0/lto-wrapper
  209. Target: x86_64-pc-linux-gnu
  210. Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --enable-host-pie --disable-multilib --disable-bootstrap --disable-fixincludes --with-system-zlib
  211. Thread model: posix
  212. Supported LTO compression algorithms: zlib zstd
  213. gcc version 15.2.0 (GCC)
  214. configure:14964: $? = 0
  215. configure:14953: g++ -V >&5
  216. g++: error: unrecognized command-line option '-V'
  217. g++: fatal error: no input files
  218. compilation terminated.
  219. configure:14964: $? = 1
  220. configure:14953: g++ -qversion >&5
  221. g++: error: unrecognized command-line option '-qversion'; did you mean '--version'?
  222. g++: fatal error: no input files
  223. compilation terminated.
  224. configure:14964: $? = 1
  225. configure:14968: checking whether we are using the GNU C++ compiler
  226. configure:14987: g++ -c conftest.cpp >&5
  227. configure:14987: $? = 0
  228. configure:14996: result: yes
  229. configure:15005: checking whether g++ accepts -g
  230. configure:15025: g++ -c -g conftest.cpp >&5
  231. configure:15025: $? = 0
  232. configure:15066: result: yes
  233. configure:15102: checking whether we are using the Intel C++ compiler
  234. configure:15122: g++ -c conftest.cpp >&5
  235. conftest.cpp: In function 'int main()':
  236. conftest.cpp:16:17: error: 'choke' was not declared in this scope
  237. 16 | choke me
  238. | ^~~~~
  239. configure:15122: $? = 1
  240. configure: failed program was:
  241. | /* confdefs.h */
  242. | #define PACKAGE_NAME "wxWidgets"
  243. | #define PACKAGE_TARNAME "wxwidgets"
  244. | #define PACKAGE_VERSION "3.2.9"
  245. | #define PACKAGE_STRING "wxWidgets 3.2.9"
  246. | #define PACKAGE_BUGREPORT "[email protected]"
  247. | #define PACKAGE_URL ""
  248. | #define __LINUX__ 1
  249. | /* end confdefs.h. */
  250. |
  251. | int
  252. | main ()
  253. | {
  254. |
  255. | #ifndef __INTEL_COMPILER
  256. | choke me
  257. | #endif
  258. |
  259. | ;
  260. | return 0;
  261. | }
  262. configure:15132: result: no
  263. configure:15437: checking whether we are using the Sun C++ compiler
  264. configure:15457: g++ -c conftest.cpp >&5
  265. conftest.cpp: In function 'int main()':
  266. conftest.cpp:16:17: error: 'choke' was not declared in this scope
  267. 16 | choke me
  268. | ^~~~~
  269. configure:15457: $? = 1
  270. configure: failed program was:
  271. | /* confdefs.h */
  272. | #define PACKAGE_NAME "wxWidgets"
  273. | #define PACKAGE_TARNAME "wxwidgets"
  274. | #define PACKAGE_VERSION "3.2.9"
  275. | #define PACKAGE_STRING "wxWidgets 3.2.9"
  276. | #define PACKAGE_BUGREPORT "[email protected]"
  277. | #define PACKAGE_URL ""
  278. | #define __LINUX__ 1
  279. | /* end confdefs.h. */
  280. |
  281. | int
  282. | main ()
  283. | {
  284. |
  285. | #ifndef __SUNPRO_CC
  286. | choke me
  287. | #endif
  288. |
  289. | ;
  290. | return 0;
  291. | }
  292. configure:15467: result: no
  293. configure:23148: checking for ar
  294. configure:23164: found /usr/bin/ar
  295. configure:23175: result: ar
  296. configure:23659: checking for ANSI C header files
  297. configure:23679: gcc -c -D_GNU_SOURCE conftest.c >&5
  298. configure:23679: $? = 0
  299. configure:23752: gcc -o conftest -D_GNU_SOURCE conftest.c >&5
  300. configure:23752: $? = 0
  301. configure:23752: ./conftest
  302. configure:23752: $? = 0
  303. configure:23763: result: yes
  304. configure:23776: checking for sys/types.h
  305. configure:23776: gcc -c -D_GNU_SOURCE conftest.c >&5
  306. configure:23776: $? = 0
  307. configure:23776: result: yes
  308. configure:23776: checking for sys/stat.h
  309. configure:23776: gcc -c -D_GNU_SOURCE conftest.c >&5
  310. configure:23776: $? = 0
  311. configure:23776: result: yes
  312. configure:23776: checking for stdlib.h
  313. configure:23776: gcc -c -D_GNU_SOURCE conftest.c >&5
  314. configure:23776: $? = 0
  315. configure:23776: result: yes
  316. configure:23776: checking for string.h
  317. configure:23776: gcc -c -D_GNU_SOURCE conftest.c >&5
  318. configure:23776: $? = 0
  319. configure:23776: result: yes
  320. configure:23776: checking for memory.h
  321. configure:23776: gcc -c -D_GNU_SOURCE conftest.c >&5
  322. configure:23776: $? = 0
  323. configure:23776: result: yes
  324. configure:23776: checking for strings.h
  325. configure:23776: gcc -c -D_GNU_SOURCE conftest.c >&5
  326. configure:23776: $? = 0
  327. configure:23776: result: yes
  328. configure:23776: checking for inttypes.h
  329. configure:23776: gcc -c -D_GNU_SOURCE conftest.c >&5
  330. configure:23776: $? = 0
  331. configure:23776: result: yes
  332. configure:23776: checking for stdint.h
  333. configure:23776: gcc -c -D_GNU_SOURCE conftest.c >&5
  334. configure:23776: $? = 0
  335. configure:23776: result: yes
  336. configure:23776: checking for unistd.h
  337. configure:23776: gcc -c -D_GNU_SOURCE conftest.c >&5
  338. configure:23776: $? = 0
  339. configure:23776: result: yes
  340. configure:23791: checking for langinfo.h
  341. configure:23791: gcc -c -D_GNU_SOURCE conftest.c >&5
  342. configure:23791: $? = 0
  343. configure:23791: result: yes
  344. configure:23791: checking for wchar.h
  345. configure:23791: gcc -c -D_GNU_SOURCE conftest.c >&5
  346. configure:23791: $? = 0
  347. configure:23791: result: yes
  348. configure:23822: checking for sys/select.h
  349. configure:23822: gcc -c -D_GNU_SOURCE conftest.c >&5
  350. configure:23822: $? = 0
  351. configure:23822: result: yes
  352. configure:23842: checking for cxxabi.h
  353. configure:23842: g++ -c conftest.cpp >&5
  354. configure:23842: $? = 0
  355. configure:23842: result: yes
  356. configure:23862: checking for an ANSI C-conforming const
  357. configure:23928: gcc -c -D_GNU_SOURCE conftest.c >&5
  358. configure:23928: $? = 0
  359. configure:23935: result: yes
  360. configure:23943: checking for inline
  361. configure:23959: gcc -c -D_GNU_SOURCE conftest.c >&5
  362. configure:23959: $? = 0
  363. configure:23967: result: inline
  364. configure:23990: checking size of short
  365. configure:23995: gcc -o conftest -D_GNU_SOURCE conftest.c >&5
  366. configure:23995: $? = 0
  367. configure:23995: ./conftest
  368. configure:23995: $? = 0
  369. configure:24009: result: 2
  370. configure:24023: checking size of void *
  371. configure:24028: gcc -o conftest -D_GNU_SOURCE conftest.c >&5
  372. configure:24028: $? = 0
  373. configure:24028: ./conftest
  374. configure:24028: $? = 0
  375. configure:24042: result: 8
  376. configure:24056: checking size of int
  377. configure:24061: gcc -o conftest -D_GNU_SOURCE conftest.c >&5
  378. configure:24061: $? = 0
  379. configure:24061: ./conftest
  380. configure:24061: $? = 0
  381. configure:24075: result: 4
  382. configure:24089: checking size of long
  383. configure:24094: gcc -o conftest -D_GNU_SOURCE conftest.c >&5
  384. configure:24094: $? = 0
  385. configure:24094: ./conftest
  386. configure:24094: $? = 0
  387. configure:24108: result: 8
  388. configure:24122: checking size of size_t
  389. configure:24127: gcc -o conftest -D_GNU_SOURCE conftest.c >&5
  390. configure:24127: $? = 0
  391. configure:24127: ./conftest
  392. configure:24127: $? = 0
  393. configure:24141: result: 8
  394. configure:24231: checking size of long long
  395. configure:24236: gcc -o conftest -D_GNU_SOURCE conftest.c >&5
  396. configure:24236: $? = 0
  397. configure:24236: ./conftest
  398. configure:24236: $? = 0
  399. configure:24250: result: 8
  400. configure:24266: checking size of wchar_t
  401. configure:24271: gcc -o conftest -D_GNU_SOURCE conftest.c >&5
  402. configure:24271: $? = 0
  403. configure:24271: ./conftest
  404. configure:24271: $? = 0
  405. configure:24302: result: 4
  406. configure:24316: checking for va_copy
  407. configure:24348: g++ -o conftest conftest.cpp >&5
  408. conftest.cpp: In function 'int main()':
  409. conftest.cpp:46:25: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  410. 46 | foo("hi", 17);
  411. | ^~~~
  412. configure:24348: $? = 0
  413. configure:24365: result: yes
  414. configure:24439: checking for _FILE_OFFSET_BITS value needed for large files
  415. configure:24460: gcc -c -D_GNU_SOURCE conftest.c >&5
  416. configure:24460: $? = 0
  417. configure:24469: result: 64
  418. configure:24525: checking if large file support is available
  419. configure:24531: result: yes
  420. configure:24604: checking for _LARGEFILE_SOURCE value needed for large files
  421. configure:24623: g++ -o conftest -D_FILE_OFFSET_BITS=64 conftest.cpp >&5
  422. configure:24623: $? = 0
  423. configure:24651: result: no
  424. configure:24683: checking whether byte ordering is bigendian
  425. configure:24705: gcc -c -D_GNU_SOURCE conftest.c >&5
  426. configure:24705: $? = 0
  427. configure:24722: gcc -c -D_GNU_SOURCE conftest.c >&5
  428. conftest.c: In function 'main':
  429. conftest.c:44:2: error: unknown type name 'not'; did you mean 'ino_t'?
  430. 44 | not big endian
  431. | ^~~
  432. | ino_t
  433. conftest.c:44:10: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
  434. 44 | not big endian
  435. | ^~~~~~
  436. configure:24722: $? = 1
  437. configure: failed program was:
  438. | /* confdefs.h */
  439. | #define PACKAGE_NAME "wxWidgets"
  440. | #define PACKAGE_TARNAME "wxwidgets"
  441. | #define PACKAGE_VERSION "3.2.9"
  442. | #define PACKAGE_STRING "wxWidgets 3.2.9"
  443. | #define PACKAGE_BUGREPORT "[email protected]"
  444. | #define PACKAGE_URL ""
  445. | #define __LINUX__ 1
  446. | #define _GNU_SOURCE 1
  447. | #define __UNIX__ 1
  448. | #define STDC_HEADERS 1
  449. | #define HAVE_SYS_TYPES_H 1
  450. | #define HAVE_SYS_STAT_H 1
  451. | #define HAVE_STDLIB_H 1
  452. | #define HAVE_STRING_H 1
  453. | #define HAVE_MEMORY_H 1
  454. | #define HAVE_STRINGS_H 1
  455. | #define HAVE_INTTYPES_H 1
  456. | #define HAVE_STDINT_H 1
  457. | #define HAVE_UNISTD_H 1
  458. | #define HAVE_LANGINFO_H 1
  459. | #define HAVE_WCHAR_H 1
  460. | #define HAVE_SYS_SELECT_H 1
  461. | #define HAVE_CXXABI_H 1
  462. | #define SIZEOF_SHORT 2
  463. | #define SIZEOF_VOID_P 8
  464. | #define SIZEOF_INT 4
  465. | #define SIZEOF_LONG 8
  466. | #define SIZEOF_SIZE_T 8
  467. | #define SIZEOF_LONG_LONG 8
  468. | #define SIZEOF_WCHAR_T 4
  469. | #define HAVE_VA_COPY 1
  470. | #define _FILE_OFFSET_BITS 64
  471. | #define HAVE_LARGEFILE_SUPPORT 1
  472. | #define HAVE_FSEEKO 1
  473. | /* end confdefs.h. */
  474. | #include <sys/types.h>
  475. | #include <sys/param.h>
  476. | int
  477. | main ()
  478. | {
  479. |
  480. | #if BYTE_ORDER != BIG_ENDIAN
  481. | not big endian
  482. | #endif
  483. | ;
  484. | return 0;
  485. | }
  486. configure:24759: result: no
  487. configure:24911: checking for std::wstring in <string>
  488. configure:24928: g++ -c conftest.cpp >&5
  489. configure:24928: $? = 0
  490. configure:24938: result: yes
  491. configure:25005: checking for std::istream
  492. configure:25005: g++ -c conftest.cpp >&5
  493. configure:25005: $? = 0
  494. configure:25005: g++ -c conftest.cpp >&5
  495. conftest.cpp: In function 'int main()':
  496. conftest.cpp:43:26: error: expected primary-expression before ')' token
  497. 43 | if (sizeof ((std::istream)))
  498. | ^
  499. configure:25005: $? = 1
  500. configure: failed program was:
  501. | /* confdefs.h */
  502. | #define PACKAGE_NAME "wxWidgets"
  503. | #define PACKAGE_TARNAME "wxwidgets"
  504. | #define PACKAGE_VERSION "3.2.9"
  505. | #define PACKAGE_STRING "wxWidgets 3.2.9"
  506. | #define PACKAGE_BUGREPORT "[email protected]"
  507. | #define PACKAGE_URL ""
  508. | #define __LINUX__ 1
  509. | #define _GNU_SOURCE 1
  510. | #define __UNIX__ 1
  511. | #define STDC_HEADERS 1
  512. | #define HAVE_SYS_TYPES_H 1
  513. | #define HAVE_SYS_STAT_H 1
  514. | #define HAVE_STDLIB_H 1
  515. | #define HAVE_STRING_H 1
  516. | #define HAVE_MEMORY_H 1
  517. | #define HAVE_STRINGS_H 1
  518. | #define HAVE_INTTYPES_H 1
  519. | #define HAVE_STDINT_H 1
  520. | #define HAVE_UNISTD_H 1
  521. | #define HAVE_LANGINFO_H 1
  522. | #define HAVE_WCHAR_H 1
  523. | #define HAVE_SYS_SELECT_H 1
  524. | #define HAVE_CXXABI_H 1
  525. | #define SIZEOF_SHORT 2
  526. | #define SIZEOF_VOID_P 8
  527. | #define SIZEOF_INT 4
  528. | #define SIZEOF_LONG 8
  529. | #define SIZEOF_SIZE_T 8
  530. | #define SIZEOF_LONG_LONG 8
  531. | #define SIZEOF_WCHAR_T 4
  532. | #define HAVE_VA_COPY 1
  533. | #define _FILE_OFFSET_BITS 64
  534. | #define HAVE_LARGEFILE_SUPPORT 1
  535. | #define HAVE_FSEEKO 1
  536. | #define HAVE_STD_WSTRING 1
  537. | /* end confdefs.h. */
  538. | #include <iostream>
  539. |
  540. | int
  541. | main ()
  542. | {
  543. | if (sizeof ((std::istream)))
  544. | return 0;
  545. | ;
  546. | return 0;
  547. | }
  548. configure:25005: result: yes
  549. configure:25017: checking for std::ostream
  550. configure:25017: g++ -c conftest.cpp >&5
  551. configure:25017: $? = 0
  552. configure:25017: g++ -c conftest.cpp >&5
  553. conftest.cpp: In function 'int main()':
  554. conftest.cpp:44:26: error: expected primary-expression before ')' token
  555. 44 | if (sizeof ((std::ostream)))
  556. | ^
  557. configure:25017: $? = 1
  558. configure: failed program was:
  559. | /* confdefs.h */
  560. | #define PACKAGE_NAME "wxWidgets"
  561. | #define PACKAGE_TARNAME "wxwidgets"
  562. | #define PACKAGE_VERSION "3.2.9"
  563. | #define PACKAGE_STRING "wxWidgets 3.2.9"
  564. | #define PACKAGE_BUGREPORT "[email protected]"
  565. | #define PACKAGE_URL ""
  566. | #define __LINUX__ 1
  567. | #define _GNU_SOURCE 1
  568. | #define __UNIX__ 1
  569. | #define STDC_HEADERS 1
  570. | #define HAVE_SYS_TYPES_H 1
  571. | #define HAVE_SYS_STAT_H 1
  572. | #define HAVE_STDLIB_H 1
  573. | #define HAVE_STRING_H 1
  574. | #define HAVE_MEMORY_H 1
  575. | #define HAVE_STRINGS_H 1
  576. | #define HAVE_INTTYPES_H 1
  577. | #define HAVE_STDINT_H 1
  578. | #define HAVE_UNISTD_H 1
  579. | #define HAVE_LANGINFO_H 1
  580. | #define HAVE_WCHAR_H 1
  581. | #define HAVE_SYS_SELECT_H 1
  582. | #define HAVE_CXXABI_H 1
  583. | #define SIZEOF_SHORT 2
  584. | #define SIZEOF_VOID_P 8
  585. | #define SIZEOF_INT 4
  586. | #define SIZEOF_LONG 8
  587. | #define SIZEOF_SIZE_T 8
  588. | #define SIZEOF_LONG_LONG 8
  589. | #define SIZEOF_WCHAR_T 4
  590. | #define HAVE_VA_COPY 1
  591. | #define _FILE_OFFSET_BITS 64
  592. | #define HAVE_LARGEFILE_SUPPORT 1
  593. | #define HAVE_FSEEKO 1
  594. | #define HAVE_STD_WSTRING 1
  595. | #define HAVE_STD__ISTREAM 1
  596. | /* end confdefs.h. */
  597. | #include <iostream>
  598. |
  599. | int
  600. | main ()
  601. | {
  602. | if (sizeof ((std::ostream)))
  603. | return 0;
  604. | ;
  605. | return 0;
  606. | }
  607. configure:25017: result: yes
  608. configure:25265: checking for type_traits
  609. configure:25265: g++ -c conftest.cpp >&5
  610. configure:25265: $? = 0
  611. configure:25265: result: yes
  612. configure:25281: checking for __sync_xxx_and_fetch builtins
  613. configure:25302: g++ -o conftest conftest.cpp >&5
  614. configure:25302: $? = 0
  615. configure:25312: result: yes
  616. configure:25372: checking for libraries directories
  617. configure:25454: result: /usr/lib
  618. configure:25595: checking for cos
  619. configure:25595: gcc -o conftest -D_GNU_SOURCE conftest.c >&5
  620. conftest.c:65:6: warning: conflicting types for built-in function 'cos'; expected 'double(double)' [-Wbuiltin-declaration-mismatch]
  621. 65 | char cos ();
  622. | ^~~
  623. conftest.c:53:1: note: 'cos' is declared in header '<math.h>'
  624. 52 | # include <limits.h>
  625. 53 | #else
  626. /usr/bin/ld: /tmp/ccSgwKyv.o: in function `main':
  627. conftest.c:(.text+0x5): undefined reference to `cos'
  628. collect2: error: ld returned 1 exit status
  629. configure:25595: $? = 1
  630. configure: failed program was:
  631. | /* confdefs.h */
  632. | #define PACKAGE_NAME "wxWidgets"
  633. | #define PACKAGE_TARNAME "wxwidgets"
  634. | #define PACKAGE_VERSION "3.2.9"
  635. | #define PACKAGE_STRING "wxWidgets 3.2.9"
  636. | #define PACKAGE_BUGREPORT "[email protected]"
  637. | #define PACKAGE_URL ""
  638. | #define __LINUX__ 1
  639. | #define _GNU_SOURCE 1
  640. | #define __UNIX__ 1
  641. | #define STDC_HEADERS 1
  642. | #define HAVE_SYS_TYPES_H 1
  643. | #define HAVE_SYS_STAT_H 1
  644. | #define HAVE_STDLIB_H 1
  645. | #define HAVE_STRING_H 1
  646. | #define HAVE_MEMORY_H 1
  647. | #define HAVE_STRINGS_H 1
  648. | #define HAVE_INTTYPES_H 1
  649. | #define HAVE_STDINT_H 1
  650. | #define HAVE_UNISTD_H 1
  651. | #define HAVE_LANGINFO_H 1
  652. | #define HAVE_WCHAR_H 1
  653. | #define HAVE_SYS_SELECT_H 1
  654. | #define HAVE_CXXABI_H 1
  655. | #define SIZEOF_SHORT 2
  656. | #define SIZEOF_VOID_P 8
  657. | #define SIZEOF_INT 4
  658. | #define SIZEOF_LONG 8
  659. | #define SIZEOF_SIZE_T 8
  660. | #define SIZEOF_LONG_LONG 8
  661. | #define SIZEOF_WCHAR_T 4
  662. | #define HAVE_VA_COPY 1
  663. | #define _FILE_OFFSET_BITS 64
  664. | #define HAVE_LARGEFILE_SUPPORT 1
  665. | #define HAVE_FSEEKO 1
  666. | #define HAVE_STD_WSTRING 1
  667. | #define HAVE_STD__ISTREAM 1
  668. | #define HAVE_STD__OSTREAM 1
  669. | #define HAVE_TYPE_TRAITS 1
  670. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  671. | /* end confdefs.h. */
  672. | /* Define cos to an innocuous variant, in case <limits.h> declares cos.
  673. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  674. | #define cos innocuous_cos
  675. |
  676. | /* System header to define __stub macros and hopefully few prototypes,
  677. | which can conflict with char cos (); below.
  678. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  679. | <limits.h> exists even on freestanding compilers. */
  680. |
  681. | #ifdef __STDC__
  682. | # include <limits.h>
  683. | #else
  684. | # include <assert.h>
  685. | #endif
  686. |
  687. | #undef cos
  688. |
  689. | /* Override any GCC internal prototype to avoid an error.
  690. | Use char because int might match the return type of a GCC
  691. | builtin and then its argument prototype would still apply. */
  692. | #ifdef __cplusplus
  693. | extern "C"
  694. | #endif
  695. | char cos ();
  696. | /* The GNU C library defines this for functions which it implements
  697. | to always fail with ENOSYS. Some functions are actually named
  698. | something starting with __ and the normal name is an alias. */
  699. | #if defined __stub_cos || defined __stub___cos
  700. | choke me
  701. | #endif
  702. |
  703. | int
  704. | main ()
  705. | {
  706. | return cos ();
  707. | ;
  708. | return 0;
  709. | }
  710. configure:25595: result: no
  711. configure:25606: checking for floor
  712. configure:25606: gcc -o conftest -D_GNU_SOURCE conftest.c >&5
  713. conftest.c:65:6: warning: conflicting types for built-in function 'floor'; expected 'double(double)' [-Wbuiltin-declaration-mismatch]
  714. 65 | char floor ();
  715. | ^~~~~
  716. conftest.c:53:1: note: 'floor' is declared in header '<math.h>'
  717. 52 | # include <limits.h>
  718. 53 | #else
  719. /usr/bin/ld: /tmp/cc8poSFP.o: in function `main':
  720. conftest.c:(.text+0x5): undefined reference to `floor'
  721. collect2: error: ld returned 1 exit status
  722. configure:25606: $? = 1
  723. configure: failed program was:
  724. | /* confdefs.h */
  725. | #define PACKAGE_NAME "wxWidgets"
  726. | #define PACKAGE_TARNAME "wxwidgets"
  727. | #define PACKAGE_VERSION "3.2.9"
  728. | #define PACKAGE_STRING "wxWidgets 3.2.9"
  729. | #define PACKAGE_BUGREPORT "[email protected]"
  730. | #define PACKAGE_URL ""
  731. | #define __LINUX__ 1
  732. | #define _GNU_SOURCE 1
  733. | #define __UNIX__ 1
  734. | #define STDC_HEADERS 1
  735. | #define HAVE_SYS_TYPES_H 1
  736. | #define HAVE_SYS_STAT_H 1
  737. | #define HAVE_STDLIB_H 1
  738. | #define HAVE_STRING_H 1
  739. | #define HAVE_MEMORY_H 1
  740. | #define HAVE_STRINGS_H 1
  741. | #define HAVE_INTTYPES_H 1
  742. | #define HAVE_STDINT_H 1
  743. | #define HAVE_UNISTD_H 1
  744. | #define HAVE_LANGINFO_H 1
  745. | #define HAVE_WCHAR_H 1
  746. | #define HAVE_SYS_SELECT_H 1
  747. | #define HAVE_CXXABI_H 1
  748. | #define SIZEOF_SHORT 2
  749. | #define SIZEOF_VOID_P 8
  750. | #define SIZEOF_INT 4
  751. | #define SIZEOF_LONG 8
  752. | #define SIZEOF_SIZE_T 8
  753. | #define SIZEOF_LONG_LONG 8
  754. | #define SIZEOF_WCHAR_T 4
  755. | #define HAVE_VA_COPY 1
  756. | #define _FILE_OFFSET_BITS 64
  757. | #define HAVE_LARGEFILE_SUPPORT 1
  758. | #define HAVE_FSEEKO 1
  759. | #define HAVE_STD_WSTRING 1
  760. | #define HAVE_STD__ISTREAM 1
  761. | #define HAVE_STD__OSTREAM 1
  762. | #define HAVE_TYPE_TRAITS 1
  763. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  764. | /* end confdefs.h. */
  765. | /* Define floor to an innocuous variant, in case <limits.h> declares floor.
  766. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  767. | #define floor innocuous_floor
  768. |
  769. | /* System header to define __stub macros and hopefully few prototypes,
  770. | which can conflict with char floor (); below.
  771. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  772. | <limits.h> exists even on freestanding compilers. */
  773. |
  774. | #ifdef __STDC__
  775. | # include <limits.h>
  776. | #else
  777. | # include <assert.h>
  778. | #endif
  779. |
  780. | #undef floor
  781. |
  782. | /* Override any GCC internal prototype to avoid an error.
  783. | Use char because int might match the return type of a GCC
  784. | builtin and then its argument prototype would still apply. */
  785. | #ifdef __cplusplus
  786. | extern "C"
  787. | #endif
  788. | char floor ();
  789. | /* The GNU C library defines this for functions which it implements
  790. | to always fail with ENOSYS. Some functions are actually named
  791. | something starting with __ and the normal name is an alias. */
  792. | #if defined __stub_floor || defined __stub___floor
  793. | choke me
  794. | #endif
  795. |
  796. | int
  797. | main ()
  798. | {
  799. | return floor ();
  800. | ;
  801. | return 0;
  802. | }
  803. configure:25606: result: no
  804. configure:25615: checking if floating point functions link without -lm
  805. configure:25621: result: no
  806. configure:25629: checking for sin
  807. configure:25629: gcc -o conftest -D_GNU_SOURCE conftest.c -lm >&5
  808. conftest.c:65:6: warning: conflicting types for built-in function 'sin'; expected 'double(double)' [-Wbuiltin-declaration-mismatch]
  809. 65 | char sin ();
  810. | ^~~
  811. conftest.c:53:1: note: 'sin' is declared in header '<math.h>'
  812. 52 | # include <limits.h>
  813. 53 | #else
  814. configure:25629: $? = 0
  815. configure:25629: result: yes
  816. configure:25640: checking for ceil
  817. configure:25640: gcc -o conftest -D_GNU_SOURCE conftest.c -lm >&5
  818. conftest.c:66:6: warning: conflicting types for built-in function 'ceil'; expected 'double(double)' [-Wbuiltin-declaration-mismatch]
  819. 66 | char ceil ();
  820. | ^~~~
  821. conftest.c:54:1: note: 'ceil' is declared in header '<math.h>'
  822. 53 | # include <limits.h>
  823. 54 | #else
  824. configure:25640: $? = 0
  825. configure:25640: result: yes
  826. configure:25649: checking if floating point functions link with -lm
  827. configure:25652: result: yes
  828. configure:25730: checking for strtoull
  829. configure:25757: g++ -o conftest conftest.cpp -lm >&5
  830. configure:25757: $? = 0
  831. configure:25767: result: yes
  832. configure:25841: checking for pkg-config
  833. configure:25859: found /usr/bin/pkg-config
  834. configure:25871: result: /usr/bin/pkg-config
  835. configure:25896: checking pkg-config is at least version 0.9.0
  836. configure:25899: result: yes
  837. configure:25960: checking for LIBPCRE
  838. configure:25968: $PKG_CONFIG --exists --print-errors "libpcre2-$pcre_suffix"
  839. configure:25971: $? = 0
  840. configure:25986: $PKG_CONFIG --exists --print-errors "libpcre2-$pcre_suffix"
  841. configure:25989: $? = 0
  842. configure:26029: result: yes
  843. configure:26192: checking for zlib.h >= 1.1.4
  844. configure:26221: gcc -o conftest -D_GNU_SOURCE conftest.c -lm >&5
  845. configure:26221: $? = 0
  846. configure:26221: ./conftest
  847. configure:26221: $? = 0
  848. configure:26232: result: yes
  849. configure:26234: checking for zlib.h
  850. configure:26234: result: yes
  851. configure:26243: checking for deflate in -lz
  852. configure:26268: gcc -o conftest -D_GNU_SOURCE conftest.c -lz -lm >&5
  853. configure:26268: $? = 0
  854. configure:26277: result: yes
  855. configure:26332: checking for png.h > 0.90
  856. configure:26358: gcc -o conftest -D_GNU_SOURCE conftest.c -lm >&5
  857. configure:26358: $? = 0
  858. configure:26358: ./conftest
  859. configure:26358: $? = 0
  860. configure:26369: result: yes
  861. configure:26371: checking for png.h
  862. configure:26371: result: yes
  863. configure:26380: checking for png_sig_cmp in -lpng
  864. configure:26405: gcc -o conftest -D_GNU_SOURCE conftest.c -lpng -lz -lm -lm >&5
  865. configure:26405: $? = 0
  866. configure:26414: result: yes
  867. configure:26463: checking for jpeglib.h
  868. configure:26484: gcc -c -D_GNU_SOURCE conftest.c >&5
  869. configure:26484: $? = 0
  870. configure:26494: result: yes
  871. configure:26498: checking for jpeg_read_header in -ljpeg
  872. configure:26523: gcc -o conftest -D_GNU_SOURCE conftest.c -ljpeg -lm >&5
  873. configure:26523: $? = 0
  874. configure:26532: result: yes
  875. configure:26697: checking for jbg_dec_init in -ljbig
  876. configure:26722: gcc -o conftest -D_GNU_SOURCE conftest.c -ljbig -lm >&5
  877. /usr/bin/ld: cannot find -ljbig: No such file or directory
  878. collect2: error: ld returned 1 exit status
  879. configure:26722: $? = 1
  880. configure: failed program was:
  881. | /* confdefs.h */
  882. | #define PACKAGE_NAME "wxWidgets"
  883. | #define PACKAGE_TARNAME "wxwidgets"
  884. | #define PACKAGE_VERSION "3.2.9"
  885. | #define PACKAGE_STRING "wxWidgets 3.2.9"
  886. | #define PACKAGE_BUGREPORT "[email protected]"
  887. | #define PACKAGE_URL ""
  888. | #define __LINUX__ 1
  889. | #define _GNU_SOURCE 1
  890. | #define __UNIX__ 1
  891. | #define STDC_HEADERS 1
  892. | #define HAVE_SYS_TYPES_H 1
  893. | #define HAVE_SYS_STAT_H 1
  894. | #define HAVE_STDLIB_H 1
  895. | #define HAVE_STRING_H 1
  896. | #define HAVE_MEMORY_H 1
  897. | #define HAVE_STRINGS_H 1
  898. | #define HAVE_INTTYPES_H 1
  899. | #define HAVE_STDINT_H 1
  900. | #define HAVE_UNISTD_H 1
  901. | #define HAVE_LANGINFO_H 1
  902. | #define HAVE_WCHAR_H 1
  903. | #define HAVE_SYS_SELECT_H 1
  904. | #define HAVE_CXXABI_H 1
  905. | #define SIZEOF_SHORT 2
  906. | #define SIZEOF_VOID_P 8
  907. | #define SIZEOF_INT 4
  908. | #define SIZEOF_LONG 8
  909. | #define SIZEOF_SIZE_T 8
  910. | #define SIZEOF_LONG_LONG 8
  911. | #define SIZEOF_WCHAR_T 4
  912. | #define HAVE_VA_COPY 1
  913. | #define _FILE_OFFSET_BITS 64
  914. | #define HAVE_LARGEFILE_SUPPORT 1
  915. | #define HAVE_FSEEKO 1
  916. | #define HAVE_STD_WSTRING 1
  917. | #define HAVE_STD__ISTREAM 1
  918. | #define HAVE_STD__OSTREAM 1
  919. | #define HAVE_TYPE_TRAITS 1
  920. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  921. | #define HAVE_SIN 1
  922. | #define HAVE_CEIL 1
  923. | #define HAVE_STRTOULL 1
  924. | #define wxUSE_REGEX 1
  925. | #define wxUSE_ZLIB 1
  926. | #define wxUSE_LIBPNG 1
  927. | #define wxUSE_LIBJPEG 1
  928. | /* end confdefs.h. */
  929. |
  930. | /* Override any GCC internal prototype to avoid an error.
  931. | Use char because int might match the return type of a GCC
  932. | builtin and then its argument prototype would still apply. */
  933. | #ifdef __cplusplus
  934. | extern "C"
  935. | #endif
  936. | char jbg_dec_init ();
  937. | int
  938. | main ()
  939. | {
  940. | return jbg_dec_init ();
  941. | ;
  942. | return 0;
  943. | }
  944. configure:26731: result: no
  945. configure:26748: checking for LIBTIFF
  946. configure:26756: $PKG_CONFIG --exists --print-errors "libtiff-4"
  947. configure:26759: $? = 0
  948. configure:26774: $PKG_CONFIG --exists --print-errors "libtiff-4"
  949. configure:26777: $? = 0
  950. configure:26945: result: yes
  951. configure:27119: checking for expat.h
  952. configure:27119: gcc -c -D_GNU_SOURCE conftest.c >&5
  953. configure:27119: $? = 0
  954. configure:27119: result: yes
  955. configure:27127: checking if expat.h is valid C++ header
  956. configure:27150: g++ -c conftest.cpp >&5
  957. configure:27150: $? = 0
  958. configure:27166: result: yes
  959. configure:27169: checking for XML_ParserCreate in -lexpat
  960. configure:27194: gcc -o conftest -D_GNU_SOURCE conftest.c -lexpat -lm >&5
  961. configure:27194: $? = 0
  962. configure:27203: result: yes
  963. configure:27627: checking for LIBCURL
  964. configure:27635: $PKG_CONFIG --exists --print-errors "libcurl"
  965. configure:27638: $? = 0
  966. configure:27653: $PKG_CONFIG --exists --print-errors "libcurl"
  967. configure:27656: $? = 0
  968. configure:27700: result: yes
  969. configure:27784: checking for GTK+ version
  970. configure:27793: result:
  971. configure:27887: checking for pkg-config
  972. configure:27917: result: /usr/bin/pkg-config
  973. configure:27942: checking pkg-config is at least version 0.16
  974. configure:27945: result: yes
  975. configure:27959: checking for GTK+ - version >= 3.0.0
  976. configure:28066: gcc -o conftest -D_GNU_SOURCE -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/blkid -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lcairo-gobject -lgdk_pixbuf-2.0 -latk-1.0 -lpango-1.0 -lcairo -lharfbuzz -lgio-2.0 -lgobject-2.0 -lgthread-2.0 -pthread -lglib-2.0 -lcurl -lm >&5
  977. configure:28066: $? = 0
  978. configure:28066: ./conftest
  979. configure:28066: $? = 0
  980. configure:28080: result: yes (version 3.24.50)
  981. configure:29538: checking for GDK Wayland backend
  982. configure:29563: gcc -c -D_GNU_SOURCE -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/blkid -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c >&5
  983. configure:29563: $? = 0
  984. configure:29573: result: yes
  985. configure:31250: checking for X11/Xlib.h
  986. configure:31250: gcc -c -D_GNU_SOURCE conftest.c >&5
  987. configure:31250: $? = 0
  988. configure:31250: result: yes
  989. configure:31263: checking for X11/XKBlib.h
  990. configure:31263: gcc -c -D_GNU_SOURCE conftest.c >&5
  991. configure:31263: $? = 0
  992. configure:31263: result: yes
  993. configure:31710: checking for pkg-config
  994. configure:31740: result: /usr/bin/pkg-config
  995. configure:31765: checking pkg-config is at least version 0.9.0
  996. configure:31768: result: yes
  997. configure:31779: checking for Xxf86vm
  998. configure:31787: $PKG_CONFIG --exists --print-errors "$fl_pkgname"
  999. configure:31790: $? = 0
  1000. configure:31805: $PKG_CONFIG --exists --print-errors "$fl_pkgname"
  1001. configure:31808: $? = 0
  1002. configure:31980: result: yes
  1003. configure:32000: checking for X11/extensions/xf86vmode.h
  1004. configure:32000: gcc -c -D_GNU_SOURCE conftest.c >&5
  1005. configure:32000: $? = 0
  1006. configure:32000: result: yes
  1007. configure:32076: checking for pkg-config
  1008. configure:32106: result: /usr/bin/pkg-config
  1009. configure:32131: checking pkg-config is at least version 0.9.0
  1010. configure:32134: result: yes
  1011. configure:32145: checking for SM
  1012. configure:32153: $PKG_CONFIG --exists --print-errors "$fl_pkgname"
  1013. configure:32156: $? = 0
  1014. configure:32171: $PKG_CONFIG --exists --print-errors "$fl_pkgname"
  1015. configure:32174: $? = 0
  1016. configure:32346: result: yes
  1017. configure:32405: checking for OpenGL headers
  1018. configure:32418: result: found in /usr/include
  1019. configure:32439: checking for GL/gl.h
  1020. configure:32439: gcc -c -D_GNU_SOURCE conftest.c >&5
  1021. configure:32439: $? = 0
  1022. configure:32439: result: yes
  1023. configure:32443: checking for GL/glu.h
  1024. configure:32443: gcc -c -D_GNU_SOURCE conftest.c >&5
  1025. configure:32443: $? = 0
  1026. configure:32443: result: yes
  1027. configure:32502: checking for pkg-config
  1028. configure:32532: result: /usr/bin/pkg-config
  1029. configure:32557: checking pkg-config is at least version 0.9.0
  1030. configure:32560: result: yes
  1031. configure:32571: checking for GL
  1032. configure:32579: $PKG_CONFIG --exists --print-errors "$fl_pkgname"
  1033. configure:32582: $? = 0
  1034. configure:32597: $PKG_CONFIG --exists --print-errors "$fl_pkgname"
  1035. configure:32600: $? = 0
  1036. configure:32772: result: yes
  1037. configure:32862: checking for pkg-config
  1038. configure:32892: result: /usr/bin/pkg-config
  1039. configure:32917: checking pkg-config is at least version 0.9.0
  1040. configure:32920: result: yes
  1041. configure:32931: checking for GLU
  1042. configure:32939: $PKG_CONFIG --exists --print-errors "$fl_pkgname"
  1043. configure:32942: $? = 0
  1044. configure:32957: $PKG_CONFIG --exists --print-errors "$fl_pkgname"
  1045. configure:32960: $? = 0
  1046. configure:33132: result: yes
  1047. configure:33177: checking for EGL
  1048. configure:33185: $PKG_CONFIG --exists --print-errors "egl >= 1.4"
  1049. configure:33188: $? = 0
  1050. configure:33203: $PKG_CONFIG --exists --print-errors "egl >= 1.4"
  1051. configure:33206: $? = 0
  1052. configure:33248: result: yes
  1053. configure:33256: checking for WAYLAND_EGL
  1054. configure:33264: $PKG_CONFIG --exists --print-errors "wayland-egl"
  1055. configure:33267: $? = 0
  1056. configure:33282: $PKG_CONFIG --exists --print-errors "wayland-egl"
  1057. configure:33285: $? = 0
  1058. configure:33321: result: yes
  1059. configure:33761: checking if the linker accepts --version-script
  1060. configure:33773:
  1061. g++ -o conftest.output conftest.cpp
  1062. -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr
  1063. configure:33776: $? = 0
  1064. configure:33791:
  1065. g++ -o conftest.output conftest.cpp
  1066. -Wl,--version-script,conftest.sym -Wl,--undefined-version >/dev/null 2>conftest.stderr
  1067. configure:33794: $? = 0
  1068. configure:33815:
  1069. g++ -shared -fPIC -o conftest1.output conftest.cpp
  1070. -Wl,--version-script,conftest.sym >/dev/null 2>/dev/null
  1071. configure:33818: $? = 0
  1072. configure:33823:
  1073. g++ -shared -fPIC -o conftest2.output conftest.cpp
  1074. -Wl,--version-script,conftest.sym conftest1.output >/dev/null 2>/dev/null
  1075. configure:33826: $? = 0
  1076. configure:33832:
  1077. g++ -shared -fPIC -o conftest3.output conftest.cpp
  1078. -Wl,--version-script,conftest.sym conftest2.output conftest1.output >/dev/null 2>/dev/null
  1079. configure:33835: $? = 0
  1080. configure:33849: result: yes
  1081. configure:33869: checking if using multiple ELF symbol versions is supported
  1082. configure:33895: g++ -o conftest -I./include -DwxHAVE_ELF_SYMVER -Wl,--version-script,conftest.sym conftest.cpp -lcurl -lm >&5
  1083. configure:33895: $? = 0
  1084. configure:33913: result: yes
  1085. configure:33987: checking for symbols visibility support
  1086. configure:34049: g++ -c -fvisibility=hidden -fvisibility-inlines-hidden conftest.cpp >&5
  1087. configure:34049: $? = 0
  1088. configure:34064: result: yes
  1089. configure:34067: checking for broken libstdc++ visibility
  1090. configure:34099: g++ -o conftest -fvisibility=hidden -fvisibility-inlines-hidden -shared -fPIC conftest.cpp -lcurl -lm >&5
  1091. configure:34099: $? = 0
  1092. configure:34116: result: no
  1093. configure:34366: checking for ssize_t
  1094. configure:34366: gcc -c -D_GNU_SOURCE conftest.c >&5
  1095. configure:34366: $? = 0
  1096. configure:34366: gcc -c -D_GNU_SOURCE conftest.c >&5
  1097. conftest.c: In function 'main':
  1098. conftest.c:101:22: error: expected expression before ')' token
  1099. 101 | if (sizeof ((ssize_t)))
  1100. | ^
  1101. configure:34366: $? = 1
  1102. configure: failed program was:
  1103. | /* confdefs.h */
  1104. | #define PACKAGE_NAME "wxWidgets"
  1105. | #define PACKAGE_TARNAME "wxwidgets"
  1106. | #define PACKAGE_VERSION "3.2.9"
  1107. | #define PACKAGE_STRING "wxWidgets 3.2.9"
  1108. | #define PACKAGE_BUGREPORT "[email protected]"
  1109. | #define PACKAGE_URL ""
  1110. | #define __LINUX__ 1
  1111. | #define _GNU_SOURCE 1
  1112. | #define __UNIX__ 1
  1113. | #define STDC_HEADERS 1
  1114. | #define HAVE_SYS_TYPES_H 1
  1115. | #define HAVE_SYS_STAT_H 1
  1116. | #define HAVE_STDLIB_H 1
  1117. | #define HAVE_STRING_H 1
  1118. | #define HAVE_MEMORY_H 1
  1119. | #define HAVE_STRINGS_H 1
  1120. | #define HAVE_INTTYPES_H 1
  1121. | #define HAVE_STDINT_H 1
  1122. | #define HAVE_UNISTD_H 1
  1123. | #define HAVE_LANGINFO_H 1
  1124. | #define HAVE_WCHAR_H 1
  1125. | #define HAVE_SYS_SELECT_H 1
  1126. | #define HAVE_CXXABI_H 1
  1127. | #define SIZEOF_SHORT 2
  1128. | #define SIZEOF_VOID_P 8
  1129. | #define SIZEOF_INT 4
  1130. | #define SIZEOF_LONG 8
  1131. | #define SIZEOF_SIZE_T 8
  1132. | #define SIZEOF_LONG_LONG 8
  1133. | #define SIZEOF_WCHAR_T 4
  1134. | #define HAVE_VA_COPY 1
  1135. | #define _FILE_OFFSET_BITS 64
  1136. | #define HAVE_LARGEFILE_SUPPORT 1
  1137. | #define HAVE_FSEEKO 1
  1138. | #define HAVE_STD_WSTRING 1
  1139. | #define HAVE_STD__ISTREAM 1
  1140. | #define HAVE_STD__OSTREAM 1
  1141. | #define HAVE_TYPE_TRAITS 1
  1142. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  1143. | #define HAVE_SIN 1
  1144. | #define HAVE_CEIL 1
  1145. | #define HAVE_STRTOULL 1
  1146. | #define wxUSE_REGEX 1
  1147. | #define wxUSE_ZLIB 1
  1148. | #define wxUSE_LIBPNG 1
  1149. | #define wxUSE_LIBJPEG 1
  1150. | #define wxUSE_LIBTIFF 1
  1151. | #define wxUSE_XML 1
  1152. | #define wxUSE_NANOSVG 1
  1153. | #define __WXGTK220__ 1
  1154. | #define __WXGTK218__ 1
  1155. | #define __WXGTK210__ 1
  1156. | #define HAVE_X11_XLIB_H 1
  1157. | #define HAVE_X11_XKBLIB_H 1
  1158. | #define HAVE_X11_EXTENSIONS_XF86VMODE_H 1
  1159. | #define wxUSE_GLCANVAS_EGL 1
  1160. | #define wxUSE_OPENGL 1
  1161. | #define wxUSE_GLCANVAS 1
  1162. | #define wxHAVE_ELF_SYMVER 1
  1163. | #define wxHAVE_ELF_SYMVER_MULTIPLE 1
  1164. | #define HAVE_VISIBILITY 1
  1165. | #define wxELF_VERSION_PREFIX "WXU_"
  1166. | /* end confdefs.h. */
  1167. | #include <stdio.h>
  1168. | #ifdef HAVE_SYS_TYPES_H
  1169. | # include <sys/types.h>
  1170. | #endif
  1171. | #ifdef HAVE_SYS_STAT_H
  1172. | # include <sys/stat.h>
  1173. | #endif
  1174. | #ifdef STDC_HEADERS
  1175. | # include <stdlib.h>
  1176. | # include <stddef.h>
  1177. | #else
  1178. | # ifdef HAVE_STDLIB_H
  1179. | # include <stdlib.h>
  1180. | # endif
  1181. | #endif
  1182. | #ifdef HAVE_STRING_H
  1183. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1184. | # include <memory.h>
  1185. | # endif
  1186. | # include <string.h>
  1187. | #endif
  1188. | #ifdef HAVE_STRINGS_H
  1189. | # include <strings.h>
  1190. | #endif
  1191. | #ifdef HAVE_INTTYPES_H
  1192. | # include <inttypes.h>
  1193. | #endif
  1194. | #ifdef HAVE_STDINT_H
  1195. | # include <stdint.h>
  1196. | #endif
  1197. | #ifdef HAVE_UNISTD_H
  1198. | # include <unistd.h>
  1199. | #endif
  1200. | int
  1201. | main ()
  1202. | {
  1203. | if (sizeof ((ssize_t)))
  1204. | return 0;
  1205. | ;
  1206. | return 0;
  1207. | }
  1208. configure:34366: result: yes
  1209. configure:34382: checking if size_t is unsigned int
  1210. configure:34405: g++ -c conftest.cpp >&5
  1211. configure:34405: $? = 0
  1212. configure:34415: result: no
  1213. configure:34422: checking if size_t is unsigned long
  1214. configure:34444: g++ -c conftest.cpp >&5
  1215. conftest.cpp:73:53: error: 'void Foo::foo(long unsigned int)' cannot be overloaded with 'void Foo::foo(size_t)'
  1216. 73 | struct Foo { void foo(size_t); void foo(unsigned long); };
  1217. | ^~~
  1218. conftest.cpp:73:35: note: previous declaration 'void Foo::foo(size_t)'
  1219. 73 | struct Foo { void foo(size_t); void foo(unsigned long); };
  1220. | ^~~
  1221. configure:34444: $? = 1
  1222. configure: failed program was:
  1223. | /* confdefs.h */
  1224. | #define PACKAGE_NAME "wxWidgets"
  1225. | #define PACKAGE_TARNAME "wxwidgets"
  1226. | #define PACKAGE_VERSION "3.2.9"
  1227. | #define PACKAGE_STRING "wxWidgets 3.2.9"
  1228. | #define PACKAGE_BUGREPORT "[email protected]"
  1229. | #define PACKAGE_URL ""
  1230. | #define __LINUX__ 1
  1231. | #define _GNU_SOURCE 1
  1232. | #define __UNIX__ 1
  1233. | #define STDC_HEADERS 1
  1234. | #define HAVE_SYS_TYPES_H 1
  1235. | #define HAVE_SYS_STAT_H 1
  1236. | #define HAVE_STDLIB_H 1
  1237. | #define HAVE_STRING_H 1
  1238. | #define HAVE_MEMORY_H 1
  1239. | #define HAVE_STRINGS_H 1
  1240. | #define HAVE_INTTYPES_H 1
  1241. | #define HAVE_STDINT_H 1
  1242. | #define HAVE_UNISTD_H 1
  1243. | #define HAVE_LANGINFO_H 1
  1244. | #define HAVE_WCHAR_H 1
  1245. | #define HAVE_SYS_SELECT_H 1
  1246. | #define HAVE_CXXABI_H 1
  1247. | #define SIZEOF_SHORT 2
  1248. | #define SIZEOF_VOID_P 8
  1249. | #define SIZEOF_INT 4
  1250. | #define SIZEOF_LONG 8
  1251. | #define SIZEOF_SIZE_T 8
  1252. | #define SIZEOF_LONG_LONG 8
  1253. | #define SIZEOF_WCHAR_T 4
  1254. | #define HAVE_VA_COPY 1
  1255. | #define _FILE_OFFSET_BITS 64
  1256. | #define HAVE_LARGEFILE_SUPPORT 1
  1257. | #define HAVE_FSEEKO 1
  1258. | #define HAVE_STD_WSTRING 1
  1259. | #define HAVE_STD__ISTREAM 1
  1260. | #define HAVE_STD__OSTREAM 1
  1261. | #define HAVE_TYPE_TRAITS 1
  1262. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  1263. | #define HAVE_SIN 1
  1264. | #define HAVE_CEIL 1
  1265. | #define HAVE_STRTOULL 1
  1266. | #define wxUSE_REGEX 1
  1267. | #define wxUSE_ZLIB 1
  1268. | #define wxUSE_LIBPNG 1
  1269. | #define wxUSE_LIBJPEG 1
  1270. | #define wxUSE_LIBTIFF 1
  1271. | #define wxUSE_XML 1
  1272. | #define wxUSE_NANOSVG 1
  1273. | #define __WXGTK220__ 1
  1274. | #define __WXGTK218__ 1
  1275. | #define __WXGTK210__ 1
  1276. | #define HAVE_X11_XLIB_H 1
  1277. | #define HAVE_X11_XKBLIB_H 1
  1278. | #define HAVE_X11_EXTENSIONS_XF86VMODE_H 1
  1279. | #define wxUSE_GLCANVAS_EGL 1
  1280. | #define wxUSE_OPENGL 1
  1281. | #define wxUSE_GLCANVAS 1
  1282. | #define wxHAVE_ELF_SYMVER 1
  1283. | #define wxHAVE_ELF_SYMVER_MULTIPLE 1
  1284. | #define HAVE_VISIBILITY 1
  1285. | #define wxELF_VERSION_PREFIX "WXU_"
  1286. | #define HAVE_SSIZE_T 1
  1287. | /* end confdefs.h. */
  1288. | #include <stddef.h>
  1289. | int
  1290. | main ()
  1291. | {
  1292. |
  1293. | return 0; }
  1294. |
  1295. | struct Foo { void foo(size_t); void foo(unsigned long); };
  1296. |
  1297. | int bar() {
  1298. |
  1299. | ;
  1300. | return 0;
  1301. | }
  1302. configure:34453: result: yes
  1303. configure:34462: checking if wchar_t is separate type
  1304. configure:34487: g++ -c conftest.cpp >&5
  1305. configure:34487: $? = 0
  1306. configure:34496: result: yes
  1307. configure:34514: checking for pw_gecos in struct passwd
  1308. configure:34535: gcc -c -D_GNU_SOURCE conftest.c >&5
  1309. configure:34535: $? = 0
  1310. configure:34549: result: yes
  1311. configure:34562: checking for wcslen
  1312. configure:34562: gcc -o conftest -D_GNU_SOURCE conftest.c -lcurl -lm >&5
  1313. configure:34562: $? = 0
  1314. configure:34562: result: yes
  1315. configure:34668: checking for wcsftime
  1316. configure:34668: gcc -o conftest -D_GNU_SOURCE conftest.c -lcurl -lm >&5
  1317. configure:34668: $? = 0
  1318. configure:34668: result: yes
  1319. configure:34682: checking for strnlen
  1320. configure:34682: gcc -o conftest -D_GNU_SOURCE conftest.c -lcurl -lm >&5
  1321. conftest.c:95:6: warning: conflicting types for built-in function 'strnlen'; expected 'long unsigned int(const char *, long unsigned int)' [-Wbuiltin-declaration-mismatch]
  1322. 95 | char strnlen ();
  1323. | ^~~~~~~
  1324. configure:34682: $? = 0
  1325. configure:34682: result: yes
  1326. configure:34682: checking for wcsdup
  1327. configure:34682: gcc -o conftest -D_GNU_SOURCE conftest.c -lcurl -lm >&5
  1328. configure:34682: $? = 0
  1329. configure:34682: result: yes
  1330. configure:34682: checking for wcsnlen
  1331. configure:34682: gcc -o conftest -D_GNU_SOURCE conftest.c -lcurl -lm >&5
  1332. configure:34682: $? = 0
  1333. configure:34682: result: yes
  1334. configure:34682: checking for wcscasecmp
  1335. configure:34682: gcc -o conftest -D_GNU_SOURCE conftest.c -lcurl -lm >&5
  1336. configure:34682: $? = 0
  1337. configure:34682: result: yes
  1338. configure:34682: checking for wcsncasecmp
  1339. configure:34682: gcc -o conftest -D_GNU_SOURCE conftest.c -lcurl -lm >&5
  1340. configure:34682: $? = 0
  1341. configure:34682: result: yes
  1342. configure:34697: checking for mbstate_t
  1343. configure:34697: gcc -c -D_GNU_SOURCE conftest.c >&5
  1344. configure:34697: $? = 0
  1345. configure:34697: gcc -c -D_GNU_SOURCE conftest.c >&5
  1346. conftest.c: In function 'main':
  1347. conftest.c:82:24: error: expected expression before ')' token
  1348. 82 | if (sizeof ((mbstate_t)))
  1349. | ^
  1350. configure:34697: $? = 1
  1351. configure: failed program was:
  1352. | /* confdefs.h */
  1353. | #define PACKAGE_NAME "wxWidgets"
  1354. | #define PACKAGE_TARNAME "wxwidgets"
  1355. | #define PACKAGE_VERSION "3.2.9"
  1356. | #define PACKAGE_STRING "wxWidgets 3.2.9"
  1357. | #define PACKAGE_BUGREPORT "[email protected]"
  1358. | #define PACKAGE_URL ""
  1359. | #define __LINUX__ 1
  1360. | #define _GNU_SOURCE 1
  1361. | #define __UNIX__ 1
  1362. | #define STDC_HEADERS 1
  1363. | #define HAVE_SYS_TYPES_H 1
  1364. | #define HAVE_SYS_STAT_H 1
  1365. | #define HAVE_STDLIB_H 1
  1366. | #define HAVE_STRING_H 1
  1367. | #define HAVE_MEMORY_H 1
  1368. | #define HAVE_STRINGS_H 1
  1369. | #define HAVE_INTTYPES_H 1
  1370. | #define HAVE_STDINT_H 1
  1371. | #define HAVE_UNISTD_H 1
  1372. | #define HAVE_LANGINFO_H 1
  1373. | #define HAVE_WCHAR_H 1
  1374. | #define HAVE_SYS_SELECT_H 1
  1375. | #define HAVE_CXXABI_H 1
  1376. | #define SIZEOF_SHORT 2
  1377. | #define SIZEOF_VOID_P 8
  1378. | #define SIZEOF_INT 4
  1379. | #define SIZEOF_LONG 8
  1380. | #define SIZEOF_SIZE_T 8
  1381. | #define SIZEOF_LONG_LONG 8
  1382. | #define SIZEOF_WCHAR_T 4
  1383. | #define HAVE_VA_COPY 1
  1384. | #define _FILE_OFFSET_BITS 64
  1385. | #define HAVE_LARGEFILE_SUPPORT 1
  1386. | #define HAVE_FSEEKO 1
  1387. | #define HAVE_STD_WSTRING 1
  1388. | #define HAVE_STD__ISTREAM 1
  1389. | #define HAVE_STD__OSTREAM 1
  1390. | #define HAVE_TYPE_TRAITS 1
  1391. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  1392. | #define HAVE_SIN 1
  1393. | #define HAVE_CEIL 1
  1394. | #define HAVE_STRTOULL 1
  1395. | #define wxUSE_REGEX 1
  1396. | #define wxUSE_ZLIB 1
  1397. | #define wxUSE_LIBPNG 1
  1398. | #define wxUSE_LIBJPEG 1
  1399. | #define wxUSE_LIBTIFF 1
  1400. | #define wxUSE_XML 1
  1401. | #define wxUSE_NANOSVG 1
  1402. | #define __WXGTK220__ 1
  1403. | #define __WXGTK218__ 1
  1404. | #define __WXGTK210__ 1
  1405. | #define HAVE_X11_XLIB_H 1
  1406. | #define HAVE_X11_XKBLIB_H 1
  1407. | #define HAVE_X11_EXTENSIONS_XF86VMODE_H 1
  1408. | #define wxUSE_GLCANVAS_EGL 1
  1409. | #define wxUSE_OPENGL 1
  1410. | #define wxUSE_GLCANVAS 1
  1411. | #define wxHAVE_ELF_SYMVER 1
  1412. | #define wxHAVE_ELF_SYMVER_MULTIPLE 1
  1413. | #define HAVE_VISIBILITY 1
  1414. | #define wxELF_VERSION_PREFIX "WXU_"
  1415. | #define HAVE_SSIZE_T 1
  1416. | #define wxSIZE_T_IS_ULONG 1
  1417. | #define wxWCHAR_T_IS_REAL_TYPE 1
  1418. | #define HAVE_PW_GECOS 1
  1419. | #define HAVE_WCSLEN 1
  1420. | #define HAVE_WCSLEN 1
  1421. | #define HAVE_WCSFTIME 1
  1422. | #define HAVE_STRNLEN 1
  1423. | #define HAVE_WCSDUP 1
  1424. | #define HAVE_WCSNLEN 1
  1425. | #define HAVE_WCSCASECMP 1
  1426. | #define HAVE_WCSNCASECMP 1
  1427. | /* end confdefs.h. */
  1428. | #include <wchar.h>
  1429. |
  1430. | int
  1431. | main ()
  1432. | {
  1433. | if (sizeof ((mbstate_t)))
  1434. | return 0;
  1435. | ;
  1436. | return 0;
  1437. | }
  1438. configure:34697: result: yes
  1439. configure:34707: checking for wcsrtombs
  1440. configure:34707: gcc -o conftest -D_GNU_SOURCE conftest.c -lcurl -lm >&5
  1441. configure:34707: $? = 0
  1442. configure:34707: result: yes
  1443. configure:34722: checking for snprintf
  1444. configure:34749: gcc -o conftest -D_GNU_SOURCE conftest.c -lcurl -lm >&5
  1445. configure:34749: $? = 0
  1446. configure:34759: result: yes
  1447. configure:34722: checking for vsnprintf
  1448. configure:34749: gcc -o conftest -D_GNU_SOURCE conftest.c -lcurl -lm >&5
  1449. configure:34749: $? = 0
  1450. configure:34759: result: yes
  1451. configure:34722: checking for vsscanf
  1452. configure:34749: gcc -o conftest -D_GNU_SOURCE conftest.c -lcurl -lm >&5
  1453. configure:34749: $? = 0
  1454. configure:34759: result: yes
  1455. configure:34783: checking if vsnprintf declaration is broken
  1456. configure:34808: g++ -c conftest.cpp >&5
  1457. configure:34808: $? = 0
  1458. configure:34818: result: no
  1459. configure:34830: checking if snprintf supports positional arguments
  1460. configure:34861: g++ -o conftest conftest.cpp -lcurl -lm >&5
  1461. conftest.cpp: In function 'int main()':
  1462. conftest.cpp:89:33: error: 'strcmp' was not declared in this scope
  1463. 89 | if (strcmp ("2 3 1", buffer) == 0)
  1464. | ^~~~~~
  1465. conftest.cpp:84:1: note: 'strcmp' is defined in header '<cstring>'; this is probably fixable by adding '#include <cstring>'
  1466. 83 | #include <stdio.h>
  1467. +++ |+#include <cstring>
  1468. 84 |
  1469. conftest.cpp:90:33: error: 'exit' was not declared in this scope
  1470. 90 | exit (0);
  1471. | ^~~~
  1472. conftest.cpp:84:1: note: 'exit' is defined in header '<cstdlib>'; this is probably fixable by adding '#include <cstdlib>'
  1473. 83 | #include <stdio.h>
  1474. +++ |+#include <cstdlib>
  1475. 84 |
  1476. conftest.cpp:91:29: error: 'exit' was not declared in this scope
  1477. 91 | exit (1);
  1478. | ^~~~
  1479. conftest.cpp:91:29: note: 'exit' is defined in header '<cstdlib>'; this is probably fixable by adding '#include <cstdlib>'
  1480. configure:34861: $? = 1
  1481. configure: program exited with status 1
  1482. configure: failed program was:
  1483. | /* confdefs.h */
  1484. | #define PACKAGE_NAME "wxWidgets"
  1485. | #define PACKAGE_TARNAME "wxwidgets"
  1486. | #define PACKAGE_VERSION "3.2.9"
  1487. | #define PACKAGE_STRING "wxWidgets 3.2.9"
  1488. | #define PACKAGE_BUGREPORT "[email protected]"
  1489. | #define PACKAGE_URL ""
  1490. | #define __LINUX__ 1
  1491. | #define _GNU_SOURCE 1
  1492. | #define __UNIX__ 1
  1493. | #define STDC_HEADERS 1
  1494. | #define HAVE_SYS_TYPES_H 1
  1495. | #define HAVE_SYS_STAT_H 1
  1496. | #define HAVE_STDLIB_H 1
  1497. | #define HAVE_STRING_H 1
  1498. | #define HAVE_MEMORY_H 1
  1499. | #define HAVE_STRINGS_H 1
  1500. | #define HAVE_INTTYPES_H 1
  1501. | #define HAVE_STDINT_H 1
  1502. | #define HAVE_UNISTD_H 1
  1503. | #define HAVE_LANGINFO_H 1
  1504. | #define HAVE_WCHAR_H 1
  1505. | #define HAVE_SYS_SELECT_H 1
  1506. | #define HAVE_CXXABI_H 1
  1507. | #define SIZEOF_SHORT 2
  1508. | #define SIZEOF_VOID_P 8
  1509. | #define SIZEOF_INT 4
  1510. | #define SIZEOF_LONG 8
  1511. | #define SIZEOF_SIZE_T 8
  1512. | #define SIZEOF_LONG_LONG 8
  1513. | #define SIZEOF_WCHAR_T 4
  1514. | #define HAVE_VA_COPY 1
  1515. | #define _FILE_OFFSET_BITS 64
  1516. | #define HAVE_LARGEFILE_SUPPORT 1
  1517. | #define HAVE_FSEEKO 1
  1518. | #define HAVE_STD_WSTRING 1
  1519. | #define HAVE_STD__ISTREAM 1
  1520. | #define HAVE_STD__OSTREAM 1
  1521. | #define HAVE_TYPE_TRAITS 1
  1522. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  1523. | #define HAVE_SIN 1
  1524. | #define HAVE_CEIL 1
  1525. | #define HAVE_STRTOULL 1
  1526. | #define wxUSE_REGEX 1
  1527. | #define wxUSE_ZLIB 1
  1528. | #define wxUSE_LIBPNG 1
  1529. | #define wxUSE_LIBJPEG 1
  1530. | #define wxUSE_LIBTIFF 1
  1531. | #define wxUSE_XML 1
  1532. | #define wxUSE_NANOSVG 1
  1533. | #define __WXGTK220__ 1
  1534. | #define __WXGTK218__ 1
  1535. | #define __WXGTK210__ 1
  1536. | #define HAVE_X11_XLIB_H 1
  1537. | #define HAVE_X11_XKBLIB_H 1
  1538. | #define HAVE_X11_EXTENSIONS_XF86VMODE_H 1
  1539. | #define wxUSE_GLCANVAS_EGL 1
  1540. | #define wxUSE_OPENGL 1
  1541. | #define wxUSE_GLCANVAS 1
  1542. | #define wxHAVE_ELF_SYMVER 1
  1543. | #define wxHAVE_ELF_SYMVER_MULTIPLE 1
  1544. | #define HAVE_VISIBILITY 1
  1545. | #define wxELF_VERSION_PREFIX "WXU_"
  1546. | #define HAVE_SSIZE_T 1
  1547. | #define wxSIZE_T_IS_ULONG 1
  1548. | #define wxWCHAR_T_IS_REAL_TYPE 1
  1549. | #define HAVE_PW_GECOS 1
  1550. | #define HAVE_WCSLEN 1
  1551. | #define HAVE_WCSLEN 1
  1552. | #define HAVE_WCSFTIME 1
  1553. | #define HAVE_STRNLEN 1
  1554. | #define HAVE_WCSDUP 1
  1555. | #define HAVE_WCSNLEN 1
  1556. | #define HAVE_WCSCASECMP 1
  1557. | #define HAVE_WCSNCASECMP 1
  1558. | #define HAVE_MBSTATE_T 1
  1559. | #define HAVE_WCSRTOMBS 1
  1560. | #define HAVE_SNPRINTF 1
  1561. | #define HAVE_VSNPRINTF 1
  1562. | #define HAVE_VSSCANF 1
  1563. | /* end confdefs.h. */
  1564. |
  1565. | #include <stdio.h>
  1566. |
  1567. | int main (void)
  1568. | {
  1569. | char buffer[128];
  1570. | snprintf (buffer, 128, "%2 %3 %1", 1, 2, 3);
  1571. | if (strcmp ("2 3 1", buffer) == 0)
  1572. | exit (0);
  1573. | exit (1);
  1574. | }
  1575. |
  1576. configure:34873: result: yes
  1577. configure:34884: checking if vsscanf() declaration is broken
  1578. configure:34908: g++ -c conftest.cpp >&5
  1579. configure:34908: $? = 0
  1580. configure:34918: result: no
  1581. configure:34959: checking for putws
  1582. configure:34986: gcc -o conftest -D_GNU_SOURCE conftest.c -lcurl -lm >&5
  1583. conftest.c: In function 'main':
  1584. conftest.c:126:20: error: 'putws' undeclared (first use in this function); did you mean 'fputws'?
  1585. 126 | &putws;
  1586. | ^~~~~
  1587. | fputws
  1588. conftest.c:126:20: note: each undeclared identifier is reported only once for each function it appears in
  1589. configure:34986: $? = 1
  1590. configure: failed program was:
  1591. | /* confdefs.h */
  1592. | #define PACKAGE_NAME "wxWidgets"
  1593. | #define PACKAGE_TARNAME "wxwidgets"
  1594. | #define PACKAGE_VERSION "3.2.9"
  1595. | #define PACKAGE_STRING "wxWidgets 3.2.9"
  1596. | #define PACKAGE_BUGREPORT "[email protected]"
  1597. | #define PACKAGE_URL ""
  1598. | #define __LINUX__ 1
  1599. | #define _GNU_SOURCE 1
  1600. | #define __UNIX__ 1
  1601. | #define STDC_HEADERS 1
  1602. | #define HAVE_SYS_TYPES_H 1
  1603. | #define HAVE_SYS_STAT_H 1
  1604. | #define HAVE_STDLIB_H 1
  1605. | #define HAVE_STRING_H 1
  1606. | #define HAVE_MEMORY_H 1
  1607. | #define HAVE_STRINGS_H 1
  1608. | #define HAVE_INTTYPES_H 1
  1609. | #define HAVE_STDINT_H 1
  1610. | #define HAVE_UNISTD_H 1
  1611. | #define HAVE_LANGINFO_H 1
  1612. | #define HAVE_WCHAR_H 1
  1613. | #define HAVE_SYS_SELECT_H 1
  1614. | #define HAVE_CXXABI_H 1
  1615. | #define SIZEOF_SHORT 2
  1616. | #define SIZEOF_VOID_P 8
  1617. | #define SIZEOF_INT 4
  1618. | #define SIZEOF_LONG 8
  1619. | #define SIZEOF_SIZE_T 8
  1620. | #define SIZEOF_LONG_LONG 8
  1621. | #define SIZEOF_WCHAR_T 4
  1622. | #define HAVE_VA_COPY 1
  1623. | #define _FILE_OFFSET_BITS 64
  1624. | #define HAVE_LARGEFILE_SUPPORT 1
  1625. | #define HAVE_FSEEKO 1
  1626. | #define HAVE_STD_WSTRING 1
  1627. | #define HAVE_STD__ISTREAM 1
  1628. | #define HAVE_STD__OSTREAM 1
  1629. | #define HAVE_TYPE_TRAITS 1
  1630. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  1631. | #define HAVE_SIN 1
  1632. | #define HAVE_CEIL 1
  1633. | #define HAVE_STRTOULL 1
  1634. | #define wxUSE_REGEX 1
  1635. | #define wxUSE_ZLIB 1
  1636. | #define wxUSE_LIBPNG 1
  1637. | #define wxUSE_LIBJPEG 1
  1638. | #define wxUSE_LIBTIFF 1
  1639. | #define wxUSE_XML 1
  1640. | #define wxUSE_NANOSVG 1
  1641. | #define __WXGTK220__ 1
  1642. | #define __WXGTK218__ 1
  1643. | #define __WXGTK210__ 1
  1644. | #define HAVE_X11_XLIB_H 1
  1645. | #define HAVE_X11_XKBLIB_H 1
  1646. | #define HAVE_X11_EXTENSIONS_XF86VMODE_H 1
  1647. | #define wxUSE_GLCANVAS_EGL 1
  1648. | #define wxUSE_OPENGL 1
  1649. | #define wxUSE_GLCANVAS 1
  1650. | #define wxHAVE_ELF_SYMVER 1
  1651. | #define wxHAVE_ELF_SYMVER_MULTIPLE 1
  1652. | #define HAVE_VISIBILITY 1
  1653. | #define wxELF_VERSION_PREFIX "WXU_"
  1654. | #define HAVE_SSIZE_T 1
  1655. | #define wxSIZE_T_IS_ULONG 1
  1656. | #define wxWCHAR_T_IS_REAL_TYPE 1
  1657. | #define HAVE_PW_GECOS 1
  1658. | #define HAVE_WCSLEN 1
  1659. | #define HAVE_WCSLEN 1
  1660. | #define HAVE_WCSFTIME 1
  1661. | #define HAVE_STRNLEN 1
  1662. | #define HAVE_WCSDUP 1
  1663. | #define HAVE_WCSNLEN 1
  1664. | #define HAVE_WCSCASECMP 1
  1665. | #define HAVE_WCSNCASECMP 1
  1666. | #define HAVE_MBSTATE_T 1
  1667. | #define HAVE_WCSRTOMBS 1
  1668. | #define HAVE_SNPRINTF 1
  1669. | #define HAVE_VSNPRINTF 1
  1670. | #define HAVE_VSSCANF 1
  1671. | #define HAVE_UNIX98_PRINTF 1
  1672. | /* end confdefs.h. */
  1673. |
  1674. |
  1675. | #include <stdio.h>
  1676. | #include <wchar.h>
  1677. | #include <stdio.h>
  1678. | #ifdef HAVE_SYS_TYPES_H
  1679. | # include <sys/types.h>
  1680. | #endif
  1681. | #ifdef HAVE_SYS_STAT_H
  1682. | # include <sys/stat.h>
  1683. | #endif
  1684. | #ifdef STDC_HEADERS
  1685. | # include <stdlib.h>
  1686. | # include <stddef.h>
  1687. | #else
  1688. | # ifdef HAVE_STDLIB_H
  1689. | # include <stdlib.h>
  1690. | # endif
  1691. | #endif
  1692. | #ifdef HAVE_STRING_H
  1693. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1694. | # include <memory.h>
  1695. | # endif
  1696. | # include <string.h>
  1697. | #endif
  1698. | #ifdef HAVE_STRINGS_H
  1699. | # include <strings.h>
  1700. | #endif
  1701. | #ifdef HAVE_INTTYPES_H
  1702. | # include <inttypes.h>
  1703. | #endif
  1704. | #ifdef HAVE_STDINT_H
  1705. | # include <stdint.h>
  1706. | #endif
  1707. | #ifdef HAVE_UNISTD_H
  1708. | # include <unistd.h>
  1709. | #endif
  1710. |
  1711. | int
  1712. | main ()
  1713. | {
  1714. |
  1715. | #ifndef putws
  1716. | &putws;
  1717. | #endif
  1718. |
  1719. |
  1720. | ;
  1721. | return 0;
  1722. | }
  1723. |
  1724. configure:34996: result: no
  1725. configure:34959: checking for fputws
  1726. configure:34986: gcc -o conftest -D_GNU_SOURCE conftest.c -lcurl -lm >&5
  1727. configure:34986: $? = 0
  1728. configure:34996: result: yes
  1729. configure:34959: checking for wprintf
  1730. configure:34986: gcc -o conftest -D_GNU_SOURCE conftest.c -lcurl -lm >&5
  1731. configure:34986: $? = 0
  1732. configure:34996: result: yes
  1733. configure:34959: checking for vswprintf
  1734. configure:34986: gcc -o conftest -D_GNU_SOURCE conftest.c -lcurl -lm >&5
  1735. configure:34986: $? = 0
  1736. configure:34996: result: yes
  1737. configure:34959: checking for vswscanf
  1738. configure:34986: gcc -o conftest -D_GNU_SOURCE conftest.c -lcurl -lm >&5
  1739. configure:34986: $? = 0
  1740. configure:34996: result: yes
  1741. configure:35013: checking for _vsnwprintf
  1742. configure:35026: gcc -c -D_GNU_SOURCE conftest.c >&5
  1743. conftest.c: In function 'main':
  1744. conftest.c:91:2: error: '_vsnwprintf' undeclared (first use in this function); did you mean 'vswprintf'?
  1745. 91 | &_vsnwprintf;
  1746. | ^~~~~~~~~~~
  1747. | vswprintf
  1748. conftest.c:91:2: note: each undeclared identifier is reported only once for each function it appears in
  1749. configure:35026: $? = 1
  1750. configure: failed program was:
  1751. | /* confdefs.h */
  1752. | #define PACKAGE_NAME "wxWidgets"
  1753. | #define PACKAGE_TARNAME "wxwidgets"
  1754. | #define PACKAGE_VERSION "3.2.9"
  1755. | #define PACKAGE_STRING "wxWidgets 3.2.9"
  1756. | #define PACKAGE_BUGREPORT "[email protected]"
  1757. | #define PACKAGE_URL ""
  1758. | #define __LINUX__ 1
  1759. | #define _GNU_SOURCE 1
  1760. | #define __UNIX__ 1
  1761. | #define STDC_HEADERS 1
  1762. | #define HAVE_SYS_TYPES_H 1
  1763. | #define HAVE_SYS_STAT_H 1
  1764. | #define HAVE_STDLIB_H 1
  1765. | #define HAVE_STRING_H 1
  1766. | #define HAVE_MEMORY_H 1
  1767. | #define HAVE_STRINGS_H 1
  1768. | #define HAVE_INTTYPES_H 1
  1769. | #define HAVE_STDINT_H 1
  1770. | #define HAVE_UNISTD_H 1
  1771. | #define HAVE_LANGINFO_H 1
  1772. | #define HAVE_WCHAR_H 1
  1773. | #define HAVE_SYS_SELECT_H 1
  1774. | #define HAVE_CXXABI_H 1
  1775. | #define SIZEOF_SHORT 2
  1776. | #define SIZEOF_VOID_P 8
  1777. | #define SIZEOF_INT 4
  1778. | #define SIZEOF_LONG 8
  1779. | #define SIZEOF_SIZE_T 8
  1780. | #define SIZEOF_LONG_LONG 8
  1781. | #define SIZEOF_WCHAR_T 4
  1782. | #define HAVE_VA_COPY 1
  1783. | #define _FILE_OFFSET_BITS 64
  1784. | #define HAVE_LARGEFILE_SUPPORT 1
  1785. | #define HAVE_FSEEKO 1
  1786. | #define HAVE_STD_WSTRING 1
  1787. | #define HAVE_STD__ISTREAM 1
  1788. | #define HAVE_STD__OSTREAM 1
  1789. | #define HAVE_TYPE_TRAITS 1
  1790. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  1791. | #define HAVE_SIN 1
  1792. | #define HAVE_CEIL 1
  1793. | #define HAVE_STRTOULL 1
  1794. | #define wxUSE_REGEX 1
  1795. | #define wxUSE_ZLIB 1
  1796. | #define wxUSE_LIBPNG 1
  1797. | #define wxUSE_LIBJPEG 1
  1798. | #define wxUSE_LIBTIFF 1
  1799. | #define wxUSE_XML 1
  1800. | #define wxUSE_NANOSVG 1
  1801. | #define __WXGTK220__ 1
  1802. | #define __WXGTK218__ 1
  1803. | #define __WXGTK210__ 1
  1804. | #define HAVE_X11_XLIB_H 1
  1805. | #define HAVE_X11_XKBLIB_H 1
  1806. | #define HAVE_X11_EXTENSIONS_XF86VMODE_H 1
  1807. | #define wxUSE_GLCANVAS_EGL 1
  1808. | #define wxUSE_OPENGL 1
  1809. | #define wxUSE_GLCANVAS 1
  1810. | #define wxHAVE_ELF_SYMVER 1
  1811. | #define wxHAVE_ELF_SYMVER_MULTIPLE 1
  1812. | #define HAVE_VISIBILITY 1
  1813. | #define wxELF_VERSION_PREFIX "WXU_"
  1814. | #define HAVE_SSIZE_T 1
  1815. | #define wxSIZE_T_IS_ULONG 1
  1816. | #define wxWCHAR_T_IS_REAL_TYPE 1
  1817. | #define HAVE_PW_GECOS 1
  1818. | #define HAVE_WCSLEN 1
  1819. | #define HAVE_WCSLEN 1
  1820. | #define HAVE_WCSFTIME 1
  1821. | #define HAVE_STRNLEN 1
  1822. | #define HAVE_WCSDUP 1
  1823. | #define HAVE_WCSNLEN 1
  1824. | #define HAVE_WCSCASECMP 1
  1825. | #define HAVE_WCSNCASECMP 1
  1826. | #define HAVE_MBSTATE_T 1
  1827. | #define HAVE_WCSRTOMBS 1
  1828. | #define HAVE_SNPRINTF 1
  1829. | #define HAVE_VSNPRINTF 1
  1830. | #define HAVE_VSSCANF 1
  1831. | #define HAVE_UNIX98_PRINTF 1
  1832. | #define HAVE_FPUTWS 1
  1833. | #define HAVE_WPRINTF 1
  1834. | #define HAVE_VSWPRINTF 1
  1835. | #define HAVE_VSWSCANF 1
  1836. | /* end confdefs.h. */
  1837. | #include <wchar.h>
  1838. | int
  1839. | main ()
  1840. | {
  1841. | &_vsnwprintf;
  1842. | ;
  1843. | return 0;
  1844. | }
  1845. configure:35032: result: no
  1846. configure:35041: checking for fsync
  1847. configure:35068: gcc -o conftest -D_GNU_SOURCE conftest.c -lcurl -lm >&5
  1848. configure:35068: $? = 0
  1849. configure:35078: result: yes
  1850. configure:35096: checking for round
  1851. configure:35119: g++ -o conftest conftest.cpp -lcurl -lm >&5
  1852. configure:35119: $? = 0
  1853. configure:35134: result: yes
  1854. configure:35164: checking for iconv
  1855. configure:35186: g++ -o conftest conftest.cpp -lcurl -lm >&5
  1856. configure:35186: $? = 0
  1857. configure:35218: result: yes
  1858. configure:35224: checking if iconv needs const
  1859. configure:35252: g++ -c conftest.cpp >&5
  1860. configure:35252: $? = 0
  1861. configure:35261: result: no
  1862. configure:35293: checking for sigaction
  1863. configure:35293: gcc -o conftest -D_GNU_SOURCE conftest.c -lcurl -lm >&5
  1864. configure:35293: $? = 0
  1865. configure:35293: result: yes
  1866. configure:35310: checking for sa_handler type
  1867. configure:35338: g++ -c conftest.cpp >&5
  1868. configure:35338: $? = 0
  1869. configure:35356: result: int
  1870. configure:35367: checking for backtrace()
  1871. configure:35395: g++ -c conftest.cpp >&5
  1872. configure:35395: $? = 0
  1873. configure:35411: result: yes
  1874. configure:35414: checking for library containing backtrace
  1875. configure:35445: gcc -o conftest -D_GNU_SOURCE conftest.c -lcurl -lm >&5
  1876. configure:35445: $? = 0
  1877. configure:35462: result: none required
  1878. configure:35479: checking for __cxa_demangle() in <cxxabi.h>
  1879. configure:35505: g++ -o conftest conftest.cpp -lcurl -lm >&5
  1880. configure:35505: $? = 0
  1881. configure:35522: result: yes
  1882. configure:35545: checking for mkstemp
  1883. configure:35545: gcc -o conftest -D_GNU_SOURCE conftest.c -lcurl -lm >&5
  1884. configure:35545: $? = 0
  1885. configure:35545: result: yes
  1886. configure:35555: checking for statfs
  1887. configure:35585: gcc -c -D_GNU_SOURCE conftest.c >&5
  1888. configure:35585: $? = 0
  1889. configure:35594: result: yes
  1890. configure:35598: checking for statfs declaration
  1891. configure:35630: g++ -c conftest.cpp >&5
  1892. configure:35630: $? = 0
  1893. configure:35645: result: yes
  1894. configure:35791: checking for fcntl
  1895. configure:35791: gcc -o conftest -D_GNU_SOURCE conftest.c -lcurl -lm >&5
  1896. configure:35791: $? = 0
  1897. configure:35791: result: yes
  1898. configure:35811: checking for setenv
  1899. configure:35811: gcc -o conftest -D_GNU_SOURCE conftest.c -lcurl -lm >&5
  1900. configure:35811: $? = 0
  1901. configure:35811: result: yes
  1902. configure:35823: checking for unsetenv
  1903. configure:35823: gcc -o conftest -D_GNU_SOURCE conftest.c -lcurl -lm >&5
  1904. configure:35823: $? = 0
  1905. configure:35823: result: yes
  1906. configure:35841: checking for nanosleep
  1907. configure:35841: gcc -o conftest -D_GNU_SOURCE conftest.c -lcurl -lm >&5
  1908. configure:35841: $? = 0
  1909. configure:35841: result: yes
  1910. configure:35965: checking for uname
  1911. configure:35992: gcc -o conftest -D_GNU_SOURCE conftest.c -lcurl -lm >&5
  1912. configure:35992: $? = 0
  1913. configure:36002: result: yes
  1914. configure:36080: checking for strtok_r
  1915. configure:36107: gcc -o conftest -D_GNU_SOURCE conftest.c -lcurl -lm >&5
  1916. configure:36107: $? = 0
  1917. configure:36117: result: yes
  1918. configure:36137: checking for inet_addr
  1919. configure:36137: gcc -o conftest -D_GNU_SOURCE conftest.c -lcurl -lm >&5
  1920. configure:36137: $? = 0
  1921. configure:36137: result: yes
  1922. configure:36327: checking for inet_aton
  1923. configure:36327: gcc -o conftest -D_GNU_SOURCE conftest.c -lcurl -lm >&5
  1924. configure:36327: $? = 0
  1925. configure:36327: result: yes
  1926. configure:36393: checking for fdopen
  1927. configure:36420: gcc -o conftest -D_GNU_SOURCE conftest.c -lcurl -lm >&5
  1928. configure:36420: $? = 0
  1929. configure:36430: result: yes
  1930. configure:36451: checking for sysconf
  1931. configure:36478: gcc -o conftest -D_GNU_SOURCE conftest.c -lcurl -lm >&5
  1932. configure:36478: $? = 0
  1933. configure:36488: result: yes
  1934. configure:36508: checking for getpwuid_r
  1935. configure:36542: gcc -o conftest -D_GNU_SOURCE conftest.c -lcurl -lm >&5
  1936. configure:36542: $? = 0
  1937. configure:36552: result: yes
  1938. configure:36572: checking for getgrgid_r
  1939. configure:36606: gcc -o conftest -D_GNU_SOURCE conftest.c -lcurl -lm >&5
  1940. configure:36606: $? = 0
  1941. configure:36616: result: yes
  1942. configure:36807: checking whether pthreads work with -pthread
  1943. configure:36835: gcc -o conftest -pthread -D_GNU_SOURCE conftest.c -lcurl -lm >&5
  1944. configure:36835: $? = 0
  1945. configure:36844: result: yes
  1946. configure:36863: checking if more special flags are required for pthreads
  1947. configure:36885: result: no
  1948. configure:36898: checking for pthread_setconcurrency
  1949. configure:36898: gcc -o conftest -D_GNU_SOURCE -pthread conftest.c -lcurl -lm >&5
  1950. configure:36898: $? = 0
  1951. configure:36898: result: yes
  1952. configure:36927: checking for pthread_cleanup_push/pop
  1953. configure:36956: g++ -c conftest.cpp >&5
  1954. configure:36956: $? = 0
  1955. configure:36975: result: yes
  1956. configure:36984: checking for sched.h
  1957. configure:36984: gcc -c -D_GNU_SOURCE conftest.c >&5
  1958. configure:36984: $? = 0
  1959. configure:36984: result: yes
  1960. configure:36996: checking for sched_yield
  1961. configure:36996: gcc -o conftest -D_GNU_SOURCE -pthread conftest.c -lcurl -lm >&5
  1962. configure:36996: $? = 0
  1963. configure:36996: result: yes
  1964. configure:37054: checking for pthread_attr_getschedpolicy
  1965. configure:37054: gcc -o conftest -D_GNU_SOURCE -pthread conftest.c -lcurl -lm >&5
  1966. configure:37054: $? = 0
  1967. configure:37054: result: yes
  1968. configure:37056: checking for pthread_attr_setschedparam
  1969. configure:37056: gcc -o conftest -D_GNU_SOURCE -pthread conftest.c -lcurl -lm >&5
  1970. configure:37056: $? = 0
  1971. configure:37056: result: yes
  1972. configure:37058: checking for sched_get_priority_max
  1973. configure:37058: gcc -o conftest -D_GNU_SOURCE -pthread conftest.c -lcurl -lm >&5
  1974. configure:37058: $? = 0
  1975. configure:37058: result: yes
  1976. configure:37123: checking for pthread_cancel
  1977. configure:37123: gcc -o conftest -D_GNU_SOURCE -pthread conftest.c -lcurl -lm >&5
  1978. configure:37123: $? = 0
  1979. configure:37123: result: yes
  1980. configure:37133: checking for pthread_mutex_timedlock
  1981. configure:37133: gcc -o conftest -D_GNU_SOURCE -pthread conftest.c -lcurl -lm >&5
  1982. configure:37133: $? = 0
  1983. configure:37133: result: yes
  1984. configure:37143: checking for pthread_attr_setstacksize
  1985. configure:37143: gcc -o conftest -D_GNU_SOURCE -pthread conftest.c -lcurl -lm >&5
  1986. configure:37143: $? = 0
  1987. configure:37143: result: yes
  1988. configure:37151: checking for pthread_mutexattr_t
  1989. configure:37171: gcc -c -D_GNU_SOURCE conftest.c >&5
  1990. configure:37171: $? = 0
  1991. configure:37180: result: yes
  1992. configure:37187: checking for pthread_mutexattr_settype declaration
  1993. configure:37207: gcc -c -D_GNU_SOURCE conftest.c >&5
  1994. configure:37207: $? = 0
  1995. configure:37216: result: yes
  1996. configure:37418: checking for abi::__forced_unwind() in <cxxabi.h>
  1997. configure:37443: g++ -c conftest.cpp >&5
  1998. configure:37443: $? = 0
  1999. configure:37459: result: yes
  2000. configure:37524: checking for localtime_r
  2001. configure:37524: gcc -o conftest -D_GNU_SOURCE -pthread conftest.c -lcurl -lm >&5
  2002. configure:37524: $? = 0
  2003. configure:37524: result: yes
  2004. configure:37530: checking for gmtime_r
  2005. configure:37530: gcc -o conftest -D_GNU_SOURCE -pthread conftest.c -lcurl -lm >&5
  2006. configure:37530: $? = 0
  2007. configure:37530: result: yes
  2008. configure:37545: checking how many arguments gethostbyname_r() takes
  2009. configure:37580: gcc -c -D_GNU_SOURCE conftest.c >&5
  2010. conftest.c: In function 'main':
  2011. conftest.c:133:19: error: too few arguments to function 'gethostbyname_r'; expected 6, have 1
  2012. 133 | (void)gethostbyname_r(name) /* ; */
  2013. | ^~~~~~~~~~~~~~~
  2014. In file included from conftest.c:127:
  2015. /usr/include/netdb.h:177:12: note: declared here
  2016. 177 | extern int gethostbyname_r (const char *__restrict __name,
  2017. | ^~~~~~~~~~~~~~~
  2018. configure:37580: $? = 1
  2019. configure: failed program was:
  2020. | /* confdefs.h */
  2021. | #define PACKAGE_NAME "wxWidgets"
  2022. | #define PACKAGE_TARNAME "wxwidgets"
  2023. | #define PACKAGE_VERSION "3.2.9"
  2024. | #define PACKAGE_STRING "wxWidgets 3.2.9"
  2025. | #define PACKAGE_BUGREPORT "[email protected]"
  2026. | #define PACKAGE_URL ""
  2027. | #define __LINUX__ 1
  2028. | #define _GNU_SOURCE 1
  2029. | #define __UNIX__ 1
  2030. | #define STDC_HEADERS 1
  2031. | #define HAVE_SYS_TYPES_H 1
  2032. | #define HAVE_SYS_STAT_H 1
  2033. | #define HAVE_STDLIB_H 1
  2034. | #define HAVE_STRING_H 1
  2035. | #define HAVE_MEMORY_H 1
  2036. | #define HAVE_STRINGS_H 1
  2037. | #define HAVE_INTTYPES_H 1
  2038. | #define HAVE_STDINT_H 1
  2039. | #define HAVE_UNISTD_H 1
  2040. | #define HAVE_LANGINFO_H 1
  2041. | #define HAVE_WCHAR_H 1
  2042. | #define HAVE_SYS_SELECT_H 1
  2043. | #define HAVE_CXXABI_H 1
  2044. | #define SIZEOF_SHORT 2
  2045. | #define SIZEOF_VOID_P 8
  2046. | #define SIZEOF_INT 4
  2047. | #define SIZEOF_LONG 8
  2048. | #define SIZEOF_SIZE_T 8
  2049. | #define SIZEOF_LONG_LONG 8
  2050. | #define SIZEOF_WCHAR_T 4
  2051. | #define HAVE_VA_COPY 1
  2052. | #define _FILE_OFFSET_BITS 64
  2053. | #define HAVE_LARGEFILE_SUPPORT 1
  2054. | #define HAVE_FSEEKO 1
  2055. | #define HAVE_STD_WSTRING 1
  2056. | #define HAVE_STD__ISTREAM 1
  2057. | #define HAVE_STD__OSTREAM 1
  2058. | #define HAVE_TYPE_TRAITS 1
  2059. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  2060. | #define HAVE_SIN 1
  2061. | #define HAVE_CEIL 1
  2062. | #define HAVE_STRTOULL 1
  2063. | #define wxUSE_REGEX 1
  2064. | #define wxUSE_ZLIB 1
  2065. | #define wxUSE_LIBPNG 1
  2066. | #define wxUSE_LIBJPEG 1
  2067. | #define wxUSE_LIBTIFF 1
  2068. | #define wxUSE_XML 1
  2069. | #define wxUSE_NANOSVG 1
  2070. | #define __WXGTK220__ 1
  2071. | #define __WXGTK218__ 1
  2072. | #define __WXGTK210__ 1
  2073. | #define HAVE_X11_XLIB_H 1
  2074. | #define HAVE_X11_XKBLIB_H 1
  2075. | #define HAVE_X11_EXTENSIONS_XF86VMODE_H 1
  2076. | #define wxUSE_GLCANVAS_EGL 1
  2077. | #define wxUSE_OPENGL 1
  2078. | #define wxUSE_GLCANVAS 1
  2079. | #define wxHAVE_ELF_SYMVER 1
  2080. | #define wxHAVE_ELF_SYMVER_MULTIPLE 1
  2081. | #define HAVE_VISIBILITY 1
  2082. | #define wxELF_VERSION_PREFIX "WXU_"
  2083. | #define HAVE_SSIZE_T 1
  2084. | #define wxSIZE_T_IS_ULONG 1
  2085. | #define wxWCHAR_T_IS_REAL_TYPE 1
  2086. | #define HAVE_PW_GECOS 1
  2087. | #define HAVE_WCSLEN 1
  2088. | #define HAVE_WCSLEN 1
  2089. | #define HAVE_WCSFTIME 1
  2090. | #define HAVE_STRNLEN 1
  2091. | #define HAVE_WCSDUP 1
  2092. | #define HAVE_WCSNLEN 1
  2093. | #define HAVE_WCSCASECMP 1
  2094. | #define HAVE_WCSNCASECMP 1
  2095. | #define HAVE_MBSTATE_T 1
  2096. | #define HAVE_WCSRTOMBS 1
  2097. | #define HAVE_SNPRINTF 1
  2098. | #define HAVE_VSNPRINTF 1
  2099. | #define HAVE_VSSCANF 1
  2100. | #define HAVE_UNIX98_PRINTF 1
  2101. | #define HAVE_FPUTWS 1
  2102. | #define HAVE_WPRINTF 1
  2103. | #define HAVE_VSWPRINTF 1
  2104. | #define HAVE_VSWSCANF 1
  2105. | #define HAVE_FSYNC 1
  2106. | #define HAVE_ROUND 1
  2107. | #define HAVE_ICONV 1
  2108. | #define ICONV_CONST
  2109. | #define HAVE_SIGACTION 1
  2110. | #define wxTYPE_SA_HANDLER int
  2111. | #define HAVE_CXA_DEMANGLE 1
  2112. | #define HAVE_MKSTEMP 1
  2113. | #define HAVE_STATFS_DECL 1
  2114. | #define HAVE_STATFS 1
  2115. | #define WX_STATFS_T struct statfs
  2116. | #define HAVE_FCNTL 1
  2117. | #define HAVE_SETENV 1
  2118. | #define HAVE_UNSETENV 1
  2119. | #define HAVE_NANOSLEEP 1
  2120. | #define HAVE_NANOSLEEP 1
  2121. | #define HAVE_UNAME 1
  2122. | #define HAVE_STRTOK_R 1
  2123. | #define HAVE_INET_ADDR 1
  2124. | #define HAVE_INET_ADDR 1
  2125. | #define HAVE_INET_ATON 1
  2126. | #define HAVE_INET_ATON 1
  2127. | #define HAVE_FDOPEN 1
  2128. | #define HAVE_SYSCONF 1
  2129. | #define HAVE_GETPWUID_R 1
  2130. | #define HAVE_GETGRGID_R 1
  2131. | #define HAVE_PTHREAD_SETCONCURRENCY 1
  2132. | #define HAVE_PTHREAD_SET_CONCURRENCY 1
  2133. | #define wxHAVE_PTHREAD_CLEANUP 1
  2134. | #define HAVE_SCHED_H 1
  2135. | #define HAVE_SCHED_YIELD 1
  2136. | #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
  2137. | #define HAVE_PTHREAD_CANCEL 1
  2138. | #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1
  2139. | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
  2140. | #define HAVE_PTHREAD_MUTEXATTR_T 1
  2141. | #define HAVE_PTHREAD_MUTEXATTR_SETTYPE_DECL 1
  2142. | #define HAVE_ABI_FORCEDUNWIND 1
  2143. | #define HAVE_LOCALTIME_R 1
  2144. | #define HAVE_GMTIME_R 1
  2145. | /* end confdefs.h. */
  2146. | #include <netdb.h>
  2147. | int
  2148. | main ()
  2149. | {
  2150. |
  2151. | char *name = "www.gnu.org";
  2152. | (void)gethostbyname_r(name) /* ; */
  2153. |
  2154. | ;
  2155. | return 0;
  2156. | }
  2157. configure:37610: gcc -c -D_GNU_SOURCE conftest.c >&5
  2158. configure:37610: $? = 0
  2159. configure:37710: result: six
  2160. configure:37762: checking how many arguments getservbyname_r() takes
  2161. configure:37793: g++ -c conftest.cpp >&5
  2162. configure:37793: $? = 0
  2163. configure:37860: result: six
  2164. configure:38093: checking for dlopen
  2165. configure:38093: gcc -o conftest -D_GNU_SOURCE -pthread conftest.c -lcurl -lm >&5
  2166. configure:38093: $? = 0
  2167. configure:38093: result: yes
  2168. configure:38158: checking for dladdr
  2169. configure:38158: gcc -o conftest -D_GNU_SOURCE -pthread conftest.c -lcurl -lm >&5
  2170. configure:38158: $? = 0
  2171. configure:38158: result: yes
  2172. configure:38281: checking whether inotify is usable
  2173. configure:38292: gcc -o conftest -D_GNU_SOURCE -pthread conftest.c -lcurl -lm >&5
  2174. configure:38292: $? = 0
  2175. configure:38302: result: yes
  2176. configure:38353: checking for XKBCOMMON
  2177. configure:38361: $PKG_CONFIG --exists --print-errors "xkbcommon"
  2178. configure:38364: $? = 0
  2179. configure:38379: $PKG_CONFIG --exists --print-errors "xkbcommon"
  2180. configure:38382: $? = 0
  2181. configure:38424: result: yes
  2182. configure:38446: checking for LIBSECRET
  2183. configure:38454: $PKG_CONFIG --exists --print-errors "libsecret-1"
  2184. configure:38457: $? = 0
  2185. configure:38472: $PKG_CONFIG --exists --print-errors "libsecret-1"
  2186. configure:38475: $? = 0
  2187. configure:38519: result: yes
  2188. configure:38546: checking for GSPELL
  2189. configure:38554: $PKG_CONFIG --exists --print-errors "gspell-1"
  2190. Package gspell-1 was not found in the pkg-config search path.
  2191. Perhaps you should add the directory containing `gspell-1.pc'
  2192. to the PKG_CONFIG_PATH environment variable
  2193. Package 'gspell-1' not found
  2194. configure:38557: $? = 1
  2195. configure:38572: $PKG_CONFIG --exists --print-errors "gspell-1"
  2196. Package gspell-1 was not found in the pkg-config search path.
  2197. Perhaps you should add the directory containing `gspell-1.pc'
  2198. to the PKG_CONFIG_PATH environment variable
  2199. Package 'gspell-1' not found
  2200. configure:38575: $? = 1
  2201. Package 'gspell-1' not found
  2202. configure:38604: WARNING: gspell-1 not found, spell checking in wxTextCtrl won't be available
  2203. configure:38661: checking for SNDCTL_DSP_SPEED in sys/soundcard.h
  2204. configure:38686: gcc -o conftest -D_GNU_SOURCE -pthread conftest.c -lsecret-1 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lcurl -lm >&5
  2205. configure:38686: $? = 0
  2206. configure:38729: result: yes
  2207. configure:39365: checking for GTKPRINT
  2208. configure:39373: $PKG_CONFIG --exists --print-errors "$gtk_unix_print"
  2209. configure:39376: $? = 0
  2210. configure:39391: $PKG_CONFIG --exists --print-errors "$gtk_unix_print"
  2211. configure:39394: $? = 0
  2212. configure:39438: result: yes
  2213. configure:39547: checking for LIBNOTIFY
  2214. configure:39555: $PKG_CONFIG --exists --print-errors "libnotify >= 0.7"
  2215. configure:39558: $? = 0
  2216. configure:39573: $PKG_CONFIG --exists --print-errors "libnotify >= 0.7"
  2217. configure:39576: $? = 0
  2218. configure:39772: result: yes
  2219. configure:40027: checking xlocale.h usability
  2220. configure:40027: gcc -c -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-3.0/unix-print -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -D_GNU_SOURCE conftest.c >&5
  2221. conftest.c:216:10: fatal error: xlocale.h: No such file or directory
  2222. 216 | #include <xlocale.h>
  2223. | ^~~~~~~~~~~
  2224. compilation terminated.
  2225. configure:40027: $? = 1
  2226. configure: failed program was:
  2227. | /* confdefs.h */
  2228. | #define PACKAGE_NAME "wxWidgets"
  2229. | #define PACKAGE_TARNAME "wxwidgets"
  2230. | #define PACKAGE_VERSION "3.2.9"
  2231. | #define PACKAGE_STRING "wxWidgets 3.2.9"
  2232. | #define PACKAGE_BUGREPORT "[email protected]"
  2233. | #define PACKAGE_URL ""
  2234. | #define __LINUX__ 1
  2235. | #define _GNU_SOURCE 1
  2236. | #define __UNIX__ 1
  2237. | #define STDC_HEADERS 1
  2238. | #define HAVE_SYS_TYPES_H 1
  2239. | #define HAVE_SYS_STAT_H 1
  2240. | #define HAVE_STDLIB_H 1
  2241. | #define HAVE_STRING_H 1
  2242. | #define HAVE_MEMORY_H 1
  2243. | #define HAVE_STRINGS_H 1
  2244. | #define HAVE_INTTYPES_H 1
  2245. | #define HAVE_STDINT_H 1
  2246. | #define HAVE_UNISTD_H 1
  2247. | #define HAVE_LANGINFO_H 1
  2248. | #define HAVE_WCHAR_H 1
  2249. | #define HAVE_SYS_SELECT_H 1
  2250. | #define HAVE_CXXABI_H 1
  2251. | #define SIZEOF_SHORT 2
  2252. | #define SIZEOF_VOID_P 8
  2253. | #define SIZEOF_INT 4
  2254. | #define SIZEOF_LONG 8
  2255. | #define SIZEOF_SIZE_T 8
  2256. | #define SIZEOF_LONG_LONG 8
  2257. | #define SIZEOF_WCHAR_T 4
  2258. | #define HAVE_VA_COPY 1
  2259. | #define _FILE_OFFSET_BITS 64
  2260. | #define HAVE_LARGEFILE_SUPPORT 1
  2261. | #define HAVE_FSEEKO 1
  2262. | #define HAVE_STD_WSTRING 1
  2263. | #define HAVE_STD__ISTREAM 1
  2264. | #define HAVE_STD__OSTREAM 1
  2265. | #define HAVE_TYPE_TRAITS 1
  2266. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  2267. | #define HAVE_SIN 1
  2268. | #define HAVE_CEIL 1
  2269. | #define HAVE_STRTOULL 1
  2270. | #define wxUSE_REGEX 1
  2271. | #define wxUSE_ZLIB 1
  2272. | #define wxUSE_LIBPNG 1
  2273. | #define wxUSE_LIBJPEG 1
  2274. | #define wxUSE_LIBTIFF 1
  2275. | #define wxUSE_XML 1
  2276. | #define wxUSE_NANOSVG 1
  2277. | #define __WXGTK220__ 1
  2278. | #define __WXGTK218__ 1
  2279. | #define __WXGTK210__ 1
  2280. | #define HAVE_X11_XLIB_H 1
  2281. | #define HAVE_X11_XKBLIB_H 1
  2282. | #define HAVE_X11_EXTENSIONS_XF86VMODE_H 1
  2283. | #define wxUSE_GLCANVAS_EGL 1
  2284. | #define wxUSE_OPENGL 1
  2285. | #define wxUSE_GLCANVAS 1
  2286. | #define wxHAVE_ELF_SYMVER 1
  2287. | #define wxHAVE_ELF_SYMVER_MULTIPLE 1
  2288. | #define HAVE_VISIBILITY 1
  2289. | #define wxELF_VERSION_PREFIX "WXU_"
  2290. | #define HAVE_SSIZE_T 1
  2291. | #define wxSIZE_T_IS_ULONG 1
  2292. | #define wxWCHAR_T_IS_REAL_TYPE 1
  2293. | #define HAVE_PW_GECOS 1
  2294. | #define HAVE_WCSLEN 1
  2295. | #define HAVE_WCSLEN 1
  2296. | #define HAVE_WCSFTIME 1
  2297. | #define HAVE_STRNLEN 1
  2298. | #define HAVE_WCSDUP 1
  2299. | #define HAVE_WCSNLEN 1
  2300. | #define HAVE_WCSCASECMP 1
  2301. | #define HAVE_WCSNCASECMP 1
  2302. | #define HAVE_MBSTATE_T 1
  2303. | #define HAVE_WCSRTOMBS 1
  2304. | #define HAVE_SNPRINTF 1
  2305. | #define HAVE_VSNPRINTF 1
  2306. | #define HAVE_VSSCANF 1
  2307. | #define HAVE_UNIX98_PRINTF 1
  2308. | #define HAVE_FPUTWS 1
  2309. | #define HAVE_WPRINTF 1
  2310. | #define HAVE_VSWPRINTF 1
  2311. | #define HAVE_VSWSCANF 1
  2312. | #define HAVE_FSYNC 1
  2313. | #define HAVE_ROUND 1
  2314. | #define HAVE_ICONV 1
  2315. | #define ICONV_CONST
  2316. | #define HAVE_SIGACTION 1
  2317. | #define wxTYPE_SA_HANDLER int
  2318. | #define HAVE_CXA_DEMANGLE 1
  2319. | #define HAVE_MKSTEMP 1
  2320. | #define HAVE_STATFS_DECL 1
  2321. | #define HAVE_STATFS 1
  2322. | #define WX_STATFS_T struct statfs
  2323. | #define HAVE_FCNTL 1
  2324. | #define HAVE_SETENV 1
  2325. | #define HAVE_UNSETENV 1
  2326. | #define HAVE_NANOSLEEP 1
  2327. | #define HAVE_NANOSLEEP 1
  2328. | #define HAVE_UNAME 1
  2329. | #define HAVE_STRTOK_R 1
  2330. | #define HAVE_INET_ADDR 1
  2331. | #define HAVE_INET_ADDR 1
  2332. | #define HAVE_INET_ATON 1
  2333. | #define HAVE_INET_ATON 1
  2334. | #define HAVE_FDOPEN 1
  2335. | #define HAVE_SYSCONF 1
  2336. | #define HAVE_GETPWUID_R 1
  2337. | #define HAVE_GETGRGID_R 1
  2338. | #define HAVE_PTHREAD_SETCONCURRENCY 1
  2339. | #define HAVE_PTHREAD_SET_CONCURRENCY 1
  2340. | #define wxHAVE_PTHREAD_CLEANUP 1
  2341. | #define HAVE_SCHED_H 1
  2342. | #define HAVE_SCHED_YIELD 1
  2343. | #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
  2344. | #define HAVE_PTHREAD_CANCEL 1
  2345. | #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1
  2346. | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
  2347. | #define HAVE_PTHREAD_MUTEXATTR_T 1
  2348. | #define HAVE_PTHREAD_MUTEXATTR_SETTYPE_DECL 1
  2349. | #define HAVE_ABI_FORCEDUNWIND 1
  2350. | #define HAVE_LOCALTIME_R 1
  2351. | #define HAVE_GMTIME_R 1
  2352. | #define HAVE_GETHOSTBYNAME_R 1
  2353. | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1
  2354. | #define HAVE_FUNC_GETSERVBYNAME_R_6 1
  2355. | #define wxUSE_COMPILER_TLS 1
  2356. | #define wxUSE_THREADS 1
  2357. | #define __WXGTK3__ 1
  2358. | #define __WXGTK20__ 1
  2359. | #define WXWIN_COMPATIBILITY_3_0 1
  2360. | #define wxUSE_GUI 1
  2361. | #define wxUSE_UNIX 1
  2362. | #define HAVE_DLOPEN 1
  2363. | #define HAVE_DLOPEN 1
  2364. | #define HAVE_DLADDR 1
  2365. | #define HAVE_DLADDR 1
  2366. | #define wxUSE_DYNAMIC_LOADER 1
  2367. | #define wxUSE_DYNLIB_CLASS 1
  2368. | #define wxHAS_INOTIFY 1
  2369. | #define wxUSE_FSWATCHER 1
  2370. | #define HAVE_XKBCOMMON 1
  2371. | #define wxUSE_SECRETSTORE 1
  2372. | #define wxUSE_ANY 1
  2373. | #define wxUSE_APPLE_IEEE 1
  2374. | #define wxUSE_TIMER 1
  2375. | #define HAVE_SYS_SOUNDCARD_H 1
  2376. | #define wxUSE_SOUND 1
  2377. | #define wxUSE_GTKPRINT 1
  2378. | #define wxUSE_LIBNOTIFY_0_7 1
  2379. | #define wxUSE_LIBNOTIFY 1
  2380. | #define wxUSE_CMDLINE_PARSER 1
  2381. | #define wxUSE_STOPWATCH 1
  2382. | #define wxUSE_DATETIME 1
  2383. | #define wxUSE_FILE 1
  2384. | #define wxUSE_FFILE 1
  2385. | #define wxUSE_ARCHIVE_STREAMS 1
  2386. | #define wxUSE_ZIPSTREAM 1
  2387. | #define wxUSE_TARSTREAM 1
  2388. | #define wxUSE_FILE_HISTORY 1
  2389. | #define wxUSE_FILESYSTEM 1
  2390. | #define wxUSE_FS_ARCHIVE 1
  2391. | #define wxUSE_FS_ZIP 1
  2392. | #define wxUSE_FSVOLUME 1
  2393. | #define wxUSE_ON_FATAL_EXCEPTION 1
  2394. | #define wxUSE_STACKWALKER 1
  2395. | #define wxUSE_DEBUGREPORT 1
  2396. | #define wxUSE_SNGLINST_CHECKER 1
  2397. | #define wxUSE_BUSYINFO 1
  2398. | #define wxUSE_STD_CONTAINERS_COMPATIBLY 1
  2399. | #define wxUSE_STD_IOSTREAM 1
  2400. | #define wxUSE_STD_STRING 1
  2401. | #define wxUSE_UNSAFE_WXSTRING_CONV 1
  2402. | #define wxUSE_STDPATHS 1
  2403. | #define wxUSE_TEXTBUFFER 1
  2404. | #define wxUSE_TEXTFILE 1
  2405. | #define wxUSE_CONFIG 1
  2406. | #define wxUSE_CONFIG_NATIVE 1
  2407. | #define wxUSE_INTL 1
  2408. | /* end confdefs.h. */
  2409. | #include <stdio.h>
  2410. | #ifdef HAVE_SYS_TYPES_H
  2411. | # include <sys/types.h>
  2412. | #endif
  2413. | #ifdef HAVE_SYS_STAT_H
  2414. | # include <sys/stat.h>
  2415. | #endif
  2416. | #ifdef STDC_HEADERS
  2417. | # include <stdlib.h>
  2418. | # include <stddef.h>
  2419. | #else
  2420. | # ifdef HAVE_STDLIB_H
  2421. | # include <stdlib.h>
  2422. | # endif
  2423. | #endif
  2424. | #ifdef HAVE_STRING_H
  2425. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2426. | # include <memory.h>
  2427. | # endif
  2428. | # include <string.h>
  2429. | #endif
  2430. | #ifdef HAVE_STRINGS_H
  2431. | # include <strings.h>
  2432. | #endif
  2433. | #ifdef HAVE_INTTYPES_H
  2434. | # include <inttypes.h>
  2435. | #endif
  2436. | #ifdef HAVE_STDINT_H
  2437. | # include <stdint.h>
  2438. | #endif
  2439. | #ifdef HAVE_UNISTD_H
  2440. | # include <unistd.h>
  2441. | #endif
  2442. | #include <xlocale.h>
  2443. configure:40027: result: no
  2444. configure:40027: checking xlocale.h presence
  2445. configure:40027: gcc -E conftest.c
  2446. conftest.c:183:10: fatal error: xlocale.h: No such file or directory
  2447. 183 | #include <xlocale.h>
  2448. | ^~~~~~~~~~~
  2449. compilation terminated.
  2450. configure:40027: $? = 1
  2451. configure: failed program was:
  2452. | /* confdefs.h */
  2453. | #define PACKAGE_NAME "wxWidgets"
  2454. | #define PACKAGE_TARNAME "wxwidgets"
  2455. | #define PACKAGE_VERSION "3.2.9"
  2456. | #define PACKAGE_STRING "wxWidgets 3.2.9"
  2457. | #define PACKAGE_BUGREPORT "[email protected]"
  2458. | #define PACKAGE_URL ""
  2459. | #define __LINUX__ 1
  2460. | #define _GNU_SOURCE 1
  2461. | #define __UNIX__ 1
  2462. | #define STDC_HEADERS 1
  2463. | #define HAVE_SYS_TYPES_H 1
  2464. | #define HAVE_SYS_STAT_H 1
  2465. | #define HAVE_STDLIB_H 1
  2466. | #define HAVE_STRING_H 1
  2467. | #define HAVE_MEMORY_H 1
  2468. | #define HAVE_STRINGS_H 1
  2469. | #define HAVE_INTTYPES_H 1
  2470. | #define HAVE_STDINT_H 1
  2471. | #define HAVE_UNISTD_H 1
  2472. | #define HAVE_LANGINFO_H 1
  2473. | #define HAVE_WCHAR_H 1
  2474. | #define HAVE_SYS_SELECT_H 1
  2475. | #define HAVE_CXXABI_H 1
  2476. | #define SIZEOF_SHORT 2
  2477. | #define SIZEOF_VOID_P 8
  2478. | #define SIZEOF_INT 4
  2479. | #define SIZEOF_LONG 8
  2480. | #define SIZEOF_SIZE_T 8
  2481. | #define SIZEOF_LONG_LONG 8
  2482. | #define SIZEOF_WCHAR_T 4
  2483. | #define HAVE_VA_COPY 1
  2484. | #define _FILE_OFFSET_BITS 64
  2485. | #define HAVE_LARGEFILE_SUPPORT 1
  2486. | #define HAVE_FSEEKO 1
  2487. | #define HAVE_STD_WSTRING 1
  2488. | #define HAVE_STD__ISTREAM 1
  2489. | #define HAVE_STD__OSTREAM 1
  2490. | #define HAVE_TYPE_TRAITS 1
  2491. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  2492. | #define HAVE_SIN 1
  2493. | #define HAVE_CEIL 1
  2494. | #define HAVE_STRTOULL 1
  2495. | #define wxUSE_REGEX 1
  2496. | #define wxUSE_ZLIB 1
  2497. | #define wxUSE_LIBPNG 1
  2498. | #define wxUSE_LIBJPEG 1
  2499. | #define wxUSE_LIBTIFF 1
  2500. | #define wxUSE_XML 1
  2501. | #define wxUSE_NANOSVG 1
  2502. | #define __WXGTK220__ 1
  2503. | #define __WXGTK218__ 1
  2504. | #define __WXGTK210__ 1
  2505. | #define HAVE_X11_XLIB_H 1
  2506. | #define HAVE_X11_XKBLIB_H 1
  2507. | #define HAVE_X11_EXTENSIONS_XF86VMODE_H 1
  2508. | #define wxUSE_GLCANVAS_EGL 1
  2509. | #define wxUSE_OPENGL 1
  2510. | #define wxUSE_GLCANVAS 1
  2511. | #define wxHAVE_ELF_SYMVER 1
  2512. | #define wxHAVE_ELF_SYMVER_MULTIPLE 1
  2513. | #define HAVE_VISIBILITY 1
  2514. | #define wxELF_VERSION_PREFIX "WXU_"
  2515. | #define HAVE_SSIZE_T 1
  2516. | #define wxSIZE_T_IS_ULONG 1
  2517. | #define wxWCHAR_T_IS_REAL_TYPE 1
  2518. | #define HAVE_PW_GECOS 1
  2519. | #define HAVE_WCSLEN 1
  2520. | #define HAVE_WCSLEN 1
  2521. | #define HAVE_WCSFTIME 1
  2522. | #define HAVE_STRNLEN 1
  2523. | #define HAVE_WCSDUP 1
  2524. | #define HAVE_WCSNLEN 1
  2525. | #define HAVE_WCSCASECMP 1
  2526. | #define HAVE_WCSNCASECMP 1
  2527. | #define HAVE_MBSTATE_T 1
  2528. | #define HAVE_WCSRTOMBS 1
  2529. | #define HAVE_SNPRINTF 1
  2530. | #define HAVE_VSNPRINTF 1
  2531. | #define HAVE_VSSCANF 1
  2532. | #define HAVE_UNIX98_PRINTF 1
  2533. | #define HAVE_FPUTWS 1
  2534. | #define HAVE_WPRINTF 1
  2535. | #define HAVE_VSWPRINTF 1
  2536. | #define HAVE_VSWSCANF 1
  2537. | #define HAVE_FSYNC 1
  2538. | #define HAVE_ROUND 1
  2539. | #define HAVE_ICONV 1
  2540. | #define ICONV_CONST
  2541. | #define HAVE_SIGACTION 1
  2542. | #define wxTYPE_SA_HANDLER int
  2543. | #define HAVE_CXA_DEMANGLE 1
  2544. | #define HAVE_MKSTEMP 1
  2545. | #define HAVE_STATFS_DECL 1
  2546. | #define HAVE_STATFS 1
  2547. | #define WX_STATFS_T struct statfs
  2548. | #define HAVE_FCNTL 1
  2549. | #define HAVE_SETENV 1
  2550. | #define HAVE_UNSETENV 1
  2551. | #define HAVE_NANOSLEEP 1
  2552. | #define HAVE_NANOSLEEP 1
  2553. | #define HAVE_UNAME 1
  2554. | #define HAVE_STRTOK_R 1
  2555. | #define HAVE_INET_ADDR 1
  2556. | #define HAVE_INET_ADDR 1
  2557. | #define HAVE_INET_ATON 1
  2558. | #define HAVE_INET_ATON 1
  2559. | #define HAVE_FDOPEN 1
  2560. | #define HAVE_SYSCONF 1
  2561. | #define HAVE_GETPWUID_R 1
  2562. | #define HAVE_GETGRGID_R 1
  2563. | #define HAVE_PTHREAD_SETCONCURRENCY 1
  2564. | #define HAVE_PTHREAD_SET_CONCURRENCY 1
  2565. | #define wxHAVE_PTHREAD_CLEANUP 1
  2566. | #define HAVE_SCHED_H 1
  2567. | #define HAVE_SCHED_YIELD 1
  2568. | #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
  2569. | #define HAVE_PTHREAD_CANCEL 1
  2570. | #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1
  2571. | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
  2572. | #define HAVE_PTHREAD_MUTEXATTR_T 1
  2573. | #define HAVE_PTHREAD_MUTEXATTR_SETTYPE_DECL 1
  2574. | #define HAVE_ABI_FORCEDUNWIND 1
  2575. | #define HAVE_LOCALTIME_R 1
  2576. | #define HAVE_GMTIME_R 1
  2577. | #define HAVE_GETHOSTBYNAME_R 1
  2578. | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1
  2579. | #define HAVE_FUNC_GETSERVBYNAME_R_6 1
  2580. | #define wxUSE_COMPILER_TLS 1
  2581. | #define wxUSE_THREADS 1
  2582. | #define __WXGTK3__ 1
  2583. | #define __WXGTK20__ 1
  2584. | #define WXWIN_COMPATIBILITY_3_0 1
  2585. | #define wxUSE_GUI 1
  2586. | #define wxUSE_UNIX 1
  2587. | #define HAVE_DLOPEN 1
  2588. | #define HAVE_DLOPEN 1
  2589. | #define HAVE_DLADDR 1
  2590. | #define HAVE_DLADDR 1
  2591. | #define wxUSE_DYNAMIC_LOADER 1
  2592. | #define wxUSE_DYNLIB_CLASS 1
  2593. | #define wxHAS_INOTIFY 1
  2594. | #define wxUSE_FSWATCHER 1
  2595. | #define HAVE_XKBCOMMON 1
  2596. | #define wxUSE_SECRETSTORE 1
  2597. | #define wxUSE_ANY 1
  2598. | #define wxUSE_APPLE_IEEE 1
  2599. | #define wxUSE_TIMER 1
  2600. | #define HAVE_SYS_SOUNDCARD_H 1
  2601. | #define wxUSE_SOUND 1
  2602. | #define wxUSE_GTKPRINT 1
  2603. | #define wxUSE_LIBNOTIFY_0_7 1
  2604. | #define wxUSE_LIBNOTIFY 1
  2605. | #define wxUSE_CMDLINE_PARSER 1
  2606. | #define wxUSE_STOPWATCH 1
  2607. | #define wxUSE_DATETIME 1
  2608. | #define wxUSE_FILE 1
  2609. | #define wxUSE_FFILE 1
  2610. | #define wxUSE_ARCHIVE_STREAMS 1
  2611. | #define wxUSE_ZIPSTREAM 1
  2612. | #define wxUSE_TARSTREAM 1
  2613. | #define wxUSE_FILE_HISTORY 1
  2614. | #define wxUSE_FILESYSTEM 1
  2615. | #define wxUSE_FS_ARCHIVE 1
  2616. | #define wxUSE_FS_ZIP 1
  2617. | #define wxUSE_FSVOLUME 1
  2618. | #define wxUSE_ON_FATAL_EXCEPTION 1
  2619. | #define wxUSE_STACKWALKER 1
  2620. | #define wxUSE_DEBUGREPORT 1
  2621. | #define wxUSE_SNGLINST_CHECKER 1
  2622. | #define wxUSE_BUSYINFO 1
  2623. | #define wxUSE_STD_CONTAINERS_COMPATIBLY 1
  2624. | #define wxUSE_STD_IOSTREAM 1
  2625. | #define wxUSE_STD_STRING 1
  2626. | #define wxUSE_UNSAFE_WXSTRING_CONV 1
  2627. | #define wxUSE_STDPATHS 1
  2628. | #define wxUSE_TEXTBUFFER 1
  2629. | #define wxUSE_TEXTFILE 1
  2630. | #define wxUSE_CONFIG 1
  2631. | #define wxUSE_CONFIG_NATIVE 1
  2632. | #define wxUSE_INTL 1
  2633. | /* end confdefs.h. */
  2634. | #include <xlocale.h>
  2635. configure:40027: result: no
  2636. configure:40027: checking for xlocale.h
  2637. configure:40027: result: no
  2638. configure:40038: checking for locale_t
  2639. configure:40072: g++ -c -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-3.0/unix-print -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libsecret-1 -I/usr/include/gio-unix-2.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid conftest.cpp >&5
  2640. configure:40072: $? = 0
  2641. configure:40087: result: yes
  2642. configure:40163: checking for sys/epoll.h
  2643. configure:40163: gcc -c -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-3.0/unix-print -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -D_GNU_SOURCE conftest.c >&5
  2644. configure:40163: $? = 0
  2645. configure:40163: result: yes
  2646. configure:40197: checking for gettimeofday
  2647. configure:40197: gcc -o conftest -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-3.0/unix-print -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -D_GNU_SOURCE -pthread conftest.c -lsecret-1 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lcurl -lm >&5
  2648. configure:40197: $? = 0
  2649. configure:40197: result: yes
  2650. configure:40208: checking whether gettimeofday takes two arguments
  2651. configure:40231: gcc -c -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-3.0/unix-print -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -D_GNU_SOURCE conftest.c >&5
  2652. configure:40231: $? = 0
  2653. configure:40267: result: yes
  2654. configure:40277: checking for timezone variable in <time.h>
  2655. configure:40305: g++ -c -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-3.0/unix-print -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libsecret-1 -I/usr/include/gio-unix-2.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid conftest.cpp >&5
  2656. configure:40305: $? = 0
  2657. configure:40380: result: timezone
  2658. configure:40392: checking for localtime
  2659. configure:40392: gcc -o conftest -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-3.0/unix-print -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -D_GNU_SOURCE -pthread conftest.c -lsecret-1 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lcurl -lm >&5
  2660. configure:40392: $? = 0
  2661. configure:40392: result: yes
  2662. configure:40403: checking for tm_gmtoff in struct tm
  2663. configure:40425: gcc -c -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-3.0/unix-print -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -D_GNU_SOURCE conftest.c >&5
  2664. configure:40425: $? = 0
  2665. configure:40436: result: yes
  2666. configure:40445: checking for _NL_TIME_FIRST_WEEKDAY in langinfo.h
  2667. configure:40467: gcc -c -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-3.0/unix-print -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -D_GNU_SOURCE conftest.c >&5
  2668. conftest.c:203:30: warning: '_GNU_SOURCE' redefined
  2669. 203 | #define _GNU_SOURCE
  2670. | ^~~~~~~~~~~
  2671. conftest.c:9:9: note: this is the location of the previous definition
  2672. 9 | #define _GNU_SOURCE 1
  2673. | ^~~~~~~~~~~
  2674. configure:40467: $? = 0
  2675. configure:40478: result: yes
  2676. configure:40492: checking for setpriority
  2677. configure:40492: gcc -o conftest -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-3.0/unix-print -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -D_GNU_SOURCE -pthread conftest.c -lsecret-1 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lcurl -lm >&5
  2678. configure:40492: $? = 0
  2679. configure:40492: result: yes
  2680. configure:40505: checking for socket
  2681. configure:40505: gcc -o conftest -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-3.0/unix-print -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -D_GNU_SOURCE -pthread conftest.c -lsecret-1 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lcurl -lm >&5
  2682. configure:40505: $? = 0
  2683. configure:40505: result: yes
  2684. configure:40614: checking what is the type of the third argument of getsockname
  2685. configure:40643: g++ -c -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-3.0/unix-print -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libsecret-1 -I/usr/include/gio-unix-2.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid conftest.cpp >&5
  2686. configure:40643: $? = 0
  2687. configure:40713: result: socklen_t
  2688. configure:40726: checking what is the type of the fifth argument of getsockopt
  2689. configure:40755: g++ -c -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-3.0/unix-print -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libsecret-1 -I/usr/include/gio-unix-2.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid conftest.cpp >&5
  2690. configure:40755: $? = 0
  2691. configure:40818: result: socklen_t
  2692. configure:40836: checking whether we have sockaddr_in6
  2693. configure:40859: gcc -c -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-3.0/unix-print -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -D_GNU_SOURCE conftest.c >&5
  2694. configure:40859: $? = 0
  2695. configure:40869: result: yes
  2696. configure:40979: checking for linux/joystick.h
  2697. configure:40979: gcc -c -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-3.0/unix-print -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -D_GNU_SOURCE conftest.c >&5
  2698. configure:40979: $? = 0
  2699. configure:40979: result: yes
  2700. configure:41229: checking for XTST
  2701. configure:41237: $PKG_CONFIG --exists --print-errors "xtst"
  2702. configure:41240: $? = 0
  2703. configure:41255: $PKG_CONFIG --exists --print-errors "xtst"
  2704. configure:41258: $? = 0
  2705. configure:41308: result: yes
  2706. configure:41817: checking for PRIVATE_FONTS
  2707. configure:41825: $PKG_CONFIG --exists --print-errors "fontconfig >= 2.8.0 pangoft2 >= 1.38.0"
  2708. configure:41828: $? = 0
  2709. configure:41843: $PKG_CONFIG --exists --print-errors "fontconfig >= 2.8.0 pangoft2 >= 1.38.0"
  2710. configure:41846: $? = 0
  2711. configure:41882: result: yes
  2712. configure:42019: checking for python
  2713. configure:42052: result: no
  2714. configure:42133: checking for WEBKIT
  2715. configure:42141: $PKG_CONFIG --exists --print-errors "webkit2gtk-4.1"
  2716. configure:42144: $? = 0
  2717. configure:42159: $PKG_CONFIG --exists --print-errors "webkit2gtk-4.1"
  2718. configure:42162: $? = 0
  2719. configure:42202: result: yes
  2720. configure:42673: checking for CAIRO
  2721. configure:42681: $PKG_CONFIG --exists --print-errors "cairo"
  2722. configure:42684: $? = 0
  2723. configure:42699: $PKG_CONFIG --exists --print-errors "cairo"
  2724. configure:42702: $? = 0
  2725. configure:42740: result: yes
  2726. configure:42749: checking for cairo_push_group
  2727. configure:42749: gcc -o conftest -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-3.0/unix-print -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -D_GNU_SOURCE -pthread conftest.c -lsecret-1 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lcurl -lm -lcairo >&5
  2728. configure:42749: $? = 0
  2729. configure:42749: result: yes
  2730. configure:42909: checking for GST
  2731. configure:42917: $PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-video-$GST_VERSION gstreamer-player-$GST_VERSION >= 1.7.2.1"
  2732. configure:42920: $? = 0
  2733. configure:42935: $PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-video-$GST_VERSION gstreamer-player-$GST_VERSION >= 1.7.2.1"
  2734. configure:42938: $? = 0
  2735. configure:42980: result: yes
  2736. configure:43392: checking CXXWARNINGS for gcc -Woverloaded-virtual
  2737. configure:43419: g++ -c -I/usr/include/pango-1.0 -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-3.0/unix-print -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libsecret-1 -I/usr/include/gio-unix-2.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/webkitgtk-4.1 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/libsoup-3.0 -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gstreamer-1.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pedantic -Werror -Woverloaded-virtual conftest.cpp >&5
  2738. configure:43419: $? = 0
  2739. configure:43433: result: -Woverloaded-virtual
  2740. configure:43445: : CXXWARNINGS="$CXXWARNINGS $ac_cv_cxxflags_gcc_option__Woverloaded_virtual"
  2741. configure:43448: $? = 0
  2742. configure:43711: checking for a BSD-compatible install
  2743. configure:43779: result: /usr/bin/install -c
  2744. configure:43849: checking for ranlib
  2745. configure:43865: found /usr/bin/ranlib
  2746. configure:43876: result: ranlib
  2747. configure:43899: checking whether ln -s works
  2748. configure:43903: result: yes
  2749. configure:43911: checking whether make sets $(MAKE)
  2750. configure:43933: result: yes
  2751. configure:43996: checking for ar
  2752. configure:44023: result: ar
  2753. configure:44092: checking for strip
  2754. configure:44108: found /usr/bin/strip
  2755. configure:44119: result: strip
  2756. configure:44184: checking for nm
  2757. configure:44200: found /usr/bin/nm
  2758. configure:44211: result: nm
  2759. configure:44246: checking if make is GNU make
  2760. configure:44260: result: yes
  2761. configure:44616: checking for dependency tracking method
  2762. configure:44630: result: gcc
  2763. configure:46077: checking whether make sets $(MAKE)
  2764. configure:46099: result: yes
  2765. configure:46148: checking whether catch.hpp file exists
  2766. configure:46163: result: yes
  2767. configure:46617: creating ./config.status
  2768.  
  2769. ## ---------------------- ##
  2770. ## Running config.status. ##
  2771. ## ---------------------- ##
  2772.  
  2773. This file was extended by wxWidgets config.status 3.2.9, which was
  2774. generated by GNU Autoconf 2.69. Invocation command line was
  2775.  
  2776. CONFIG_FILES =
  2777. CONFIG_HEADERS =
  2778. CONFIG_LINKS =
  2779. CONFIG_COMMANDS =
  2780. $ ./config.status
  2781.  
  2782. on comp03
  2783.  
  2784. config.status:1608: creating lib/wx/config/gtk3-unicode-3.2
  2785. config.status:1608: creating lib/wx/config/inplace-gtk3-unicode-3.2
  2786. config.status:1608: creating utils/ifacecheck/rungccxml.sh
  2787. config.status:1608: creating version-script
  2788. config.status:1608: creating Makefile
  2789. config.status:1608: creating samples/html/Makefile
  2790. config.status:1608: creating samples/opengl/Makefile
  2791. config.status:1608: creating samples/xrc/Makefile
  2792. config.status:1608: creating samples/wrapsizer/Makefile
  2793. config.status:1608: creating samples/wizard/Makefile
  2794. config.status:1608: creating samples/widgets/Makefile
  2795. config.status:1608: creating samples/webview/Makefile
  2796. config.status:1608: creating samples/webrequest/Makefile
  2797. config.status:1608: creating samples/vscroll/Makefile
  2798. config.status:1608: creating samples/validate/Makefile
  2799. config.status:1608: creating samples/uiaction/Makefile
  2800. config.status:1608: creating samples/typetest/Makefile
  2801. config.status:1608: creating samples/treelist/Makefile
  2802. config.status:1608: creating samples/treectrl/Makefile
  2803. config.status:1608: creating samples/toolbar/Makefile
  2804. config.status:1608: creating samples/thread/Makefile
  2805. config.status:1608: creating samples/text/Makefile
  2806. config.status:1608: creating samples/taskbar/Makefile
  2807. config.status:1608: creating samples/taborder/Makefile
  2808. config.status:1608: creating samples/svg/Makefile
  2809. config.status:1608: creating samples/stc/Makefile
  2810. config.status:1608: creating samples/statbar/Makefile
  2811. config.status:1608: creating samples/splitter/Makefile
  2812. config.status:1608: creating samples/splash/Makefile
  2813. config.status:1608: creating samples/sound/Makefile
  2814. config.status:1608: creating samples/sockets/Makefile
  2815. config.status:1608: creating samples/shaped/Makefile
  2816. config.status:1608: creating samples/secretstore/Makefile
  2817. config.status:1608: creating samples/scroll/Makefile
  2818. config.status:1608: creating samples/sashtest/Makefile
  2819. config.status:1608: creating samples/richtext/Makefile
  2820. config.status:1608: creating samples/ribbon/Makefile
  2821. config.status:1608: creating samples/render/Makefile
  2822. config.status:1608: creating samples/propgrid/Makefile
  2823. config.status:1608: creating samples/printing/Makefile
  2824. config.status:1608: creating samples/preferences/Makefile
  2825. config.status:1608: creating samples/power/Makefile
  2826. config.status:1608: creating samples/popup/Makefile
  2827. config.status:1608: creating samples/opengl/pyramid/Makefile
  2828. config.status:1608: creating samples/opengl/penguin/Makefile
  2829. config.status:1608: creating samples/opengl/isosurf/Makefile
  2830. config.status:1608: creating samples/opengl/cube/Makefile
  2831. config.status:1608: creating samples/notebook/Makefile
  2832. config.status:1608: creating samples/minimal/Makefile
  2833. config.status:1608: creating samples/menu/Makefile
  2834. config.status:1608: creating samples/mediaplayer/Makefile
  2835. config.status:1608: creating samples/mdi/Makefile
  2836. config.status:1608: creating samples/listctrl/Makefile
  2837. config.status:1608: creating samples/layout/Makefile
  2838. config.status:1608: creating samples/keyboard/Makefile
  2839. config.status:1608: creating samples/joytest/Makefile
  2840. config.status:1608: creating samples/ipc/Makefile
  2841. config.status:1608: creating samples/internat/Makefile
  2842. config.status:1608: creating samples/image/Makefile
  2843. config.status:1608: creating samples/html/zip/Makefile
  2844. config.status:1608: creating samples/html/widget/Makefile
  2845. config.status:1608: creating samples/html/virtual/Makefile
  2846. config.status:1608: creating samples/html/test/Makefile
  2847. config.status:1608: creating samples/html/printing/Makefile
  2848. config.status:1608: creating samples/html/helpview/Makefile
  2849. config.status:1608: creating samples/html/help/Makefile
  2850. config.status:1608: creating samples/html/about/Makefile
  2851. config.status:1608: creating samples/htlbox/Makefile
  2852. config.status:1608: creating samples/help/Makefile
  2853. config.status:1608: creating samples/grid/Makefile
  2854. config.status:1608: creating samples/fswatcher/Makefile
  2855. config.status:1608: creating samples/font/Makefile
  2856. config.status:1608: creating samples/exec/Makefile
  2857. config.status:1608: creating samples/except/Makefile
  2858. config.status:1608: creating samples/event/Makefile
  2859. config.status:1608: creating samples/erase/Makefile
  2860. config.status:1608: creating samples/drawing/Makefile
  2861. config.status:1608: creating samples/dragimag/Makefile
  2862. config.status:1608: creating samples/docview/Makefile
  2863. config.status:1608: creating samples/dnd/Makefile
  2864. config.status:1608: creating samples/display/Makefile
  2865. config.status:1608: creating samples/dialup/Makefile
  2866. config.status:1608: creating samples/dialogs/Makefile
  2867. config.status:1608: creating samples/debugrpt/Makefile
  2868. config.status:1608: creating samples/dataview/Makefile
  2869. config.status:1608: creating samples/console/Makefile
  2870. config.status:1608: creating samples/config/Makefile
  2871. config.status:1608: creating samples/combo/Makefile
  2872. config.status:1608: creating samples/collpane/Makefile
  2873. config.status:1608: creating samples/clipboard/Makefile
  2874. config.status:1608: creating samples/caret/Makefile
  2875. config.status:1608: creating samples/calendar/Makefile
  2876. config.status:1608: creating samples/aui/Makefile
  2877. config.status:1608: creating samples/artprov/Makefile
  2878. config.status:1608: creating samples/archive/Makefile
  2879. config.status:1608: creating samples/animate/Makefile
  2880. config.status:1608: creating samples/Makefile
  2881. config.status:1608: creating demos/poem/Makefile
  2882. config.status:1608: creating demos/life/Makefile
  2883. config.status:1608: creating demos/fractal/Makefile
  2884. config.status:1608: creating demos/Makefile
  2885. config.status:1608: creating demos/bombs/Makefile
  2886. config.status:1608: creating demos/forty/Makefile
  2887. config.status:1608: creating utils/helpview/Makefile
  2888. config.status:1608: creating utils/helpview/src/Makefile
  2889. config.status:1608: creating utils/hhp2cached/Makefile
  2890. config.status:1608: creating utils/ifacecheck/src/Makefile
  2891. config.status:1608: creating utils/emulator/Makefile
  2892. config.status:1608: creating utils/emulator/src/Makefile
  2893. config.status:1608: creating utils/wxrc/Makefile
  2894. config.status:1608: creating utils/screenshotgen/Makefile
  2895. config.status:1608: creating utils/screenshotgen/src/Makefile
  2896. config.status:1608: creating utils/Makefile
  2897. config.status:1608: creating utils/execmon/Makefile
  2898. config.status:1608: creating tests/Makefile
  2899. config.status:1608: creating tests/benchmarks/Makefile
  2900. config.status:1608: creating lib/wx/include/gtk3-unicode-3.2/wx/setup.h
  2901. config.status:1797: executing wx-config commands
  2902.  
  2903. ## ---------------- ##
  2904. ## Cache variables. ##
  2905. ## ---------------- ##
  2906.  
  2907. ac_cv_build=x86_64-pc-linux-gnu
  2908. ac_cv_c_bigendian=no
  2909. ac_cv_c_compiler_gnu=yes
  2910. ac_cv_c_const=yes
  2911. ac_cv_c_inline=inline
  2912. ac_cv_cxx_compiler_gnu=yes
  2913. ac_cv_cxxflags_gcc_option__Woverloaded_virtual=-Woverloaded-virtual
  2914. ac_cv_env_CAIRO_CFLAGS_set=
  2915. ac_cv_env_CAIRO_CFLAGS_value=
  2916. ac_cv_env_CAIRO_LIBS_set=
  2917. ac_cv_env_CAIRO_LIBS_value=
  2918. ac_cv_env_CCC_set=
  2919. ac_cv_env_CCC_value=
  2920. ac_cv_env_CC_set=
  2921. ac_cv_env_CC_value=
  2922. ac_cv_env_CFLAGS_set=
  2923. ac_cv_env_CFLAGS_value=
  2924. ac_cv_env_CPPFLAGS_set=
  2925. ac_cv_env_CPPFLAGS_value=
  2926. ac_cv_env_CPP_set=
  2927. ac_cv_env_CPP_value=
  2928. ac_cv_env_CXXFLAGS_set=
  2929. ac_cv_env_CXXFLAGS_value=
  2930. ac_cv_env_CXX_set=
  2931. ac_cv_env_CXX_value=
  2932. ac_cv_env_DIRECTFB_CFLAGS_set=
  2933. ac_cv_env_DIRECTFB_CFLAGS_value=
  2934. ac_cv_env_DIRECTFB_LIBS_set=
  2935. ac_cv_env_DIRECTFB_LIBS_value=
  2936. ac_cv_env_EGL_CFLAGS_set=
  2937. ac_cv_env_EGL_CFLAGS_value=
  2938. ac_cv_env_EGL_LIBS_set=
  2939. ac_cv_env_EGL_LIBS_value=
  2940. ac_cv_env_GLU_CFLAGS_set=
  2941. ac_cv_env_GLU_CFLAGS_value=
  2942. ac_cv_env_GLU_LIBS_set=
  2943. ac_cv_env_GLU_LIBS_value=
  2944. ac_cv_env_GL_CFLAGS_set=
  2945. ac_cv_env_GL_CFLAGS_value=
  2946. ac_cv_env_GL_LIBS_set=
  2947. ac_cv_env_GL_LIBS_value=
  2948. ac_cv_env_GNOMEVFS_CFLAGS_set=
  2949. ac_cv_env_GNOMEVFS_CFLAGS_value=
  2950. ac_cv_env_GNOMEVFS_LIBS_set=
  2951. ac_cv_env_GNOMEVFS_LIBS_value=
  2952. ac_cv_env_GSPELL_CFLAGS_set=
  2953. ac_cv_env_GSPELL_CFLAGS_value=
  2954. ac_cv_env_GSPELL_LIBS_set=
  2955. ac_cv_env_GSPELL_LIBS_value=
  2956. ac_cv_env_GST_CFLAGS_set=
  2957. ac_cv_env_GST_CFLAGS_value=
  2958. ac_cv_env_GST_LIBS_set=
  2959. ac_cv_env_GST_LIBS_value=
  2960. ac_cv_env_GTKPRINT_CFLAGS_set=
  2961. ac_cv_env_GTKPRINT_CFLAGS_value=
  2962. ac_cv_env_GTKPRINT_LIBS_set=
  2963. ac_cv_env_GTKPRINT_LIBS_value=
  2964. ac_cv_env_LDFLAGS_set=
  2965. ac_cv_env_LDFLAGS_value=
  2966. ac_cv_env_LIBCURL_CFLAGS_set=
  2967. ac_cv_env_LIBCURL_CFLAGS_value=
  2968. ac_cv_env_LIBCURL_LIBS_set=
  2969. ac_cv_env_LIBCURL_LIBS_value=
  2970. ac_cv_env_LIBNOTIFY_CFLAGS_set=
  2971. ac_cv_env_LIBNOTIFY_CFLAGS_value=
  2972. ac_cv_env_LIBNOTIFY_LIBS_set=
  2973. ac_cv_env_LIBNOTIFY_LIBS_value=
  2974. ac_cv_env_LIBPCRE_CFLAGS_set=
  2975. ac_cv_env_LIBPCRE_CFLAGS_value=
  2976. ac_cv_env_LIBPCRE_LIBS_set=
  2977. ac_cv_env_LIBPCRE_LIBS_value=
  2978. ac_cv_env_LIBSECRET_CFLAGS_set=
  2979. ac_cv_env_LIBSECRET_CFLAGS_value=
  2980. ac_cv_env_LIBSECRET_LIBS_set=
  2981. ac_cv_env_LIBSECRET_LIBS_value=
  2982. ac_cv_env_LIBS_set=
  2983. ac_cv_env_LIBS_value=
  2984. ac_cv_env_LIBTIFF_CFLAGS_set=
  2985. ac_cv_env_LIBTIFF_CFLAGS_value=
  2986. ac_cv_env_LIBTIFF_LIBS_set=
  2987. ac_cv_env_LIBTIFF_LIBS_value=
  2988. ac_cv_env_MesaGL_CFLAGS_set=
  2989. ac_cv_env_MesaGL_CFLAGS_value=
  2990. ac_cv_env_MesaGL_LIBS_set=
  2991. ac_cv_env_MesaGL_LIBS_value=
  2992. ac_cv_env_PANGOFT2_CFLAGS_set=
  2993. ac_cv_env_PANGOFT2_CFLAGS_value=
  2994. ac_cv_env_PANGOFT2_LIBS_set=
  2995. ac_cv_env_PANGOFT2_LIBS_value=
  2996. ac_cv_env_PANGOXFT_CFLAGS_set=
  2997. ac_cv_env_PANGOXFT_CFLAGS_value=
  2998. ac_cv_env_PANGOXFT_LIBS_set=
  2999. ac_cv_env_PANGOXFT_LIBS_value=
  3000. ac_cv_env_PKG_CONFIG_set=
  3001. ac_cv_env_PKG_CONFIG_value=
  3002. ac_cv_env_PRIVATE_FONTS_CFLAGS_set=
  3003. ac_cv_env_PRIVATE_FONTS_CFLAGS_value=
  3004. ac_cv_env_PRIVATE_FONTS_LIBS_set=
  3005. ac_cv_env_PRIVATE_FONTS_LIBS_value=
  3006. ac_cv_env_QT5_CFLAGS_set=
  3007. ac_cv_env_QT5_CFLAGS_value=
  3008. ac_cv_env_QT5_LIBS_set=
  3009. ac_cv_env_QT5_LIBS_value=
  3010. ac_cv_env_SDL_CFLAGS_set=
  3011. ac_cv_env_SDL_CFLAGS_value=
  3012. ac_cv_env_SDL_LIBS_set=
  3013. ac_cv_env_SDL_LIBS_value=
  3014. ac_cv_env_SM_CFLAGS_set=
  3015. ac_cv_env_SM_CFLAGS_value=
  3016. ac_cv_env_SM_LIBS_set=
  3017. ac_cv_env_SM_LIBS_value=
  3018. ac_cv_env_WAYLAND_EGL_CFLAGS_set=
  3019. ac_cv_env_WAYLAND_EGL_CFLAGS_value=
  3020. ac_cv_env_WAYLAND_EGL_LIBS_set=
  3021. ac_cv_env_WAYLAND_EGL_LIBS_value=
  3022. ac_cv_env_WEBKIT_CFLAGS_set=
  3023. ac_cv_env_WEBKIT_CFLAGS_value=
  3024. ac_cv_env_WEBKIT_LIBS_set=
  3025. ac_cv_env_WEBKIT_LIBS_value=
  3026. ac_cv_env_XKBCOMMON_CFLAGS_set=
  3027. ac_cv_env_XKBCOMMON_CFLAGS_value=
  3028. ac_cv_env_XKBCOMMON_LIBS_set=
  3029. ac_cv_env_XKBCOMMON_LIBS_value=
  3030. ac_cv_env_XMKMF_set=
  3031. ac_cv_env_XMKMF_value=
  3032. ac_cv_env_XTST_CFLAGS_set=
  3033. ac_cv_env_XTST_CFLAGS_value=
  3034. ac_cv_env_XTST_LIBS_set=
  3035. ac_cv_env_XTST_LIBS_value=
  3036. ac_cv_env_Xinerama_CFLAGS_set=
  3037. ac_cv_env_Xinerama_CFLAGS_value=
  3038. ac_cv_env_Xinerama_LIBS_set=
  3039. ac_cv_env_Xinerama_LIBS_value=
  3040. ac_cv_env_Xxf86vm_CFLAGS_set=
  3041. ac_cv_env_Xxf86vm_CFLAGS_value=
  3042. ac_cv_env_Xxf86vm_LIBS_set=
  3043. ac_cv_env_Xxf86vm_LIBS_value=
  3044. ac_cv_env_build_alias_set=
  3045. ac_cv_env_build_alias_value=
  3046. ac_cv_env_host_alias_set=
  3047. ac_cv_env_host_alias_value=
  3048. ac_cv_env_target_alias_set=
  3049. ac_cv_env_target_alias_value=
  3050. ac_cv_func_cairo_push_group=yes
  3051. ac_cv_func_ceil=yes
  3052. ac_cv_func_cos=no
  3053. ac_cv_func_dladdr=yes
  3054. ac_cv_func_dlopen=yes
  3055. ac_cv_func_fcntl=yes
  3056. ac_cv_func_floor=no
  3057. ac_cv_func_gettimeofday=yes
  3058. ac_cv_func_gmtime_r=yes
  3059. ac_cv_func_inet_addr=yes
  3060. ac_cv_func_inet_aton=yes
  3061. ac_cv_func_localtime=yes
  3062. ac_cv_func_localtime_r=yes
  3063. ac_cv_func_mkstemp=yes
  3064. ac_cv_func_nanosleep=yes
  3065. ac_cv_func_pthread_attr_getschedpolicy=yes
  3066. ac_cv_func_pthread_attr_setschedparam=yes
  3067. ac_cv_func_pthread_attr_setstacksize=yes
  3068. ac_cv_func_pthread_cancel=yes
  3069. ac_cv_func_pthread_mutex_timedlock=yes
  3070. ac_cv_func_pthread_setconcurrency=yes
  3071. ac_cv_func_sched_get_priority_max=yes
  3072. ac_cv_func_sched_yield=yes
  3073. ac_cv_func_setenv=yes
  3074. ac_cv_func_setpriority=yes
  3075. ac_cv_func_sigaction=yes
  3076. ac_cv_func_sin=yes
  3077. ac_cv_func_socket=yes
  3078. ac_cv_func_strnlen=yes
  3079. ac_cv_func_unsetenv=yes
  3080. ac_cv_func_wcscasecmp=yes
  3081. ac_cv_func_wcsdup=yes
  3082. ac_cv_func_wcsftime=yes
  3083. ac_cv_func_wcslen=yes
  3084. ac_cv_func_wcsncasecmp=yes
  3085. ac_cv_func_wcsnlen=yes
  3086. ac_cv_func_wcsrtombs=yes
  3087. ac_cv_func_which_gethostbyname_r=six
  3088. ac_cv_func_which_getservbyname_r=six
  3089. ac_cv_header_GL_gl_h=yes
  3090. ac_cv_header_GL_glu_h=yes
  3091. ac_cv_header_X11_XKBlib_h=yes
  3092. ac_cv_header_X11_Xlib_h=yes
  3093. ac_cv_header_X11_extensions_xf86vmode_h=yes
  3094. ac_cv_header_cxxabi_h=yes
  3095. ac_cv_header_expat_h=yes
  3096. ac_cv_header_inttypes_h=yes
  3097. ac_cv_header_jpeglib_h=yes
  3098. ac_cv_header_langinfo_h=yes
  3099. ac_cv_header_linux_joystick_h=yes
  3100. ac_cv_header_memory_h=yes
  3101. ac_cv_header_png_h=yes
  3102. ac_cv_header_sched_h=yes
  3103. ac_cv_header_stdc=yes
  3104. ac_cv_header_stdint_h=yes
  3105. ac_cv_header_stdlib_h=yes
  3106. ac_cv_header_string_h=yes
  3107. ac_cv_header_strings_h=yes
  3108. ac_cv_header_sys_epoll_h=yes
  3109. ac_cv_header_sys_select_h=yes
  3110. ac_cv_header_sys_soundcard=yes
  3111. ac_cv_header_sys_stat_h=yes
  3112. ac_cv_header_sys_types_h=yes
  3113. ac_cv_header_type_traits=yes
  3114. ac_cv_header_unistd_h=yes
  3115. ac_cv_header_wchar_h=yes
  3116. ac_cv_header_xlocale_h=no
  3117. ac_cv_header_zlib_h=yes
  3118. ac_cv_host=x86_64-pc-linux-gnu
  3119. ac_cv_lib_expat_XML_ParserCreate=yes
  3120. ac_cv_lib_jbig_jbg_dec_init=no
  3121. ac_cv_lib_jpeg_jpeg_read_header=yes
  3122. ac_cv_lib_png_png_sig_cmp=yes
  3123. ac_cv_lib_z_deflate=yes
  3124. ac_cv_objext=o
  3125. ac_cv_path_EGREP='/usr/bin/grep -E'
  3126. ac_cv_path_GREP=/usr/bin/grep
  3127. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  3128. ac_cv_path_install='/usr/bin/install -c'
  3129. ac_cv_prog_CPP='gcc -E'
  3130. ac_cv_prog_ac_ct_AR=ar
  3131. ac_cv_prog_ac_ct_CC=gcc
  3132. ac_cv_prog_ac_ct_CXX=g++
  3133. ac_cv_prog_ac_ct_NM=nm
  3134. ac_cv_prog_ac_ct_RANLIB=ranlib
  3135. ac_cv_prog_ac_ct_STRIP=strip
  3136. ac_cv_prog_cc_c89=
  3137. ac_cv_prog_cc_g=yes
  3138. ac_cv_prog_cxx_g=yes
  3139. ac_cv_prog_gcc_traditional=no
  3140. ac_cv_prog_make_make_set=yes
  3141. ac_cv_search_backtrace='none required'
  3142. ac_cv_sizeof_int=4
  3143. ac_cv_sizeof_long=8
  3144. ac_cv_sizeof_long_long=8
  3145. ac_cv_sizeof_short=2
  3146. ac_cv_sizeof_size_t=8
  3147. ac_cv_sizeof_void_p=8
  3148. ac_cv_sizeof_wchar_t=4
  3149. ac_cv_sys_file_offset_bits=64
  3150. ac_cv_sys_largefile_source=no
  3151. ac_cv_type_mbstate_t=yes
  3152. ac_cv_type_ssize_t=yes
  3153. ac_cv_type_std__istream=yes
  3154. ac_cv_type_std__ostream=yes
  3155. am_cv_func_iconv=yes
  3156. am_cv_lib_iconv=no
  3157. bakefile_cv_c_compiler___INTEL_COMPILER=no
  3158. bakefile_cv_cxx_compiler___INTEL_COMPILER=no
  3159. bakefile_cv_cxx_compiler___SUNPRO_CC=no
  3160. bakefile_cv_prog_makeisgnu=yes
  3161. pkg_cv_CAIRO_CFLAGS='-I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1'
  3162. pkg_cv_CAIRO_LIBS=-lcairo
  3163. pkg_cv_EGL_CFLAGS=-I/usr/include/libdrm
  3164. pkg_cv_EGL_LIBS=-lEGL
  3165. pkg_cv_GLU_CFLAGS=-I/usr/include/libdrm
  3166. pkg_cv_GLU_LIBS='-lGLU -lGL'
  3167. pkg_cv_GL_CFLAGS=-I/usr/include/libdrm
  3168. pkg_cv_GL_LIBS=-lGL
  3169. pkg_cv_GST_CFLAGS='-I/usr/include/gstreamer-1.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
  3170. pkg_cv_GST_LIBS='-lgstplayer-1.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0'
  3171. pkg_cv_GTKPRINT_CFLAGS='-I/usr/include/gtk-3.0/unix-print -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid'
  3172. pkg_cv_GTKPRINT_LIBS='-lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lharfbuzz -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0'
  3173. pkg_cv_LIBCURL_CFLAGS=
  3174. pkg_cv_LIBCURL_LIBS=-lcurl
  3175. pkg_cv_LIBNOTIFY_CFLAGS='-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
  3176. pkg_cv_LIBNOTIFY_LIBS='-lnotify -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0'
  3177. pkg_cv_LIBPCRE_CFLAGS=
  3178. pkg_cv_LIBPCRE_LIBS=-lpcre2-32
  3179. pkg_cv_LIBSECRET_CFLAGS='-I/usr/include/libsecret-1 -I/usr/include/gio-unix-2.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid'
  3180. pkg_cv_LIBSECRET_LIBS='-lsecret-1 -lgio-2.0 -lgobject-2.0 -lglib-2.0'
  3181. pkg_cv_LIBTIFF_CFLAGS=
  3182. pkg_cv_LIBTIFF_LIBS=-ltiff
  3183. pkg_cv_PRIVATE_FONTS_CFLAGS='-I/usr/include/pango-1.0 -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
  3184. pkg_cv_PRIVATE_FONTS_LIBS='-lpangoft2-1.0 -lpango-1.0 -lfontconfig -lharfbuzz -lfreetype -lgobject-2.0 -lglib-2.0'
  3185. pkg_cv_SM_CFLAGS=-I/usr/include/uuid
  3186. pkg_cv_SM_LIBS=-lSM
  3187. pkg_cv_WAYLAND_EGL_CFLAGS=
  3188. pkg_cv_WAYLAND_EGL_LIBS='-lwayland-egl -lwayland-client -lm'
  3189. pkg_cv_WEBKIT_CFLAGS='-I/usr/include/webkitgtk-4.1 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/libsoup-3.0 -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
  3190. pkg_cv_WEBKIT_LIBS='-lwebkit2gtk-4.1 -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lcairo-gobject -lgdk_pixbuf-2.0 -latk-1.0 -lpango-1.0 -lcairo -lharfbuzz -lsoup-3.0 -lgio-2.0 -lgmodule-2.0 -pthread -ljavascriptcoregtk-4.1 -lgobject-2.0 -lglib-2.0'
  3191. pkg_cv_XKBCOMMON_CFLAGS=
  3192. pkg_cv_XKBCOMMON_LIBS=-lxkbcommon
  3193. pkg_cv_XTST_CFLAGS=
  3194. pkg_cv_XTST_LIBS=-lXtst
  3195. pkg_cv_Xxf86vm_CFLAGS=
  3196. pkg_cv_Xxf86vm_LIBS=-lXxf86vm
  3197. wx_cv_cc_broken_libstdcxx_visibility=no
  3198. wx_cv_cc_gcc_atomic_builtins=yes
  3199. wx_cv_cc_visibility=yes
  3200. wx_cv_cflags_gtk='-I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/blkid -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
  3201. wx_cv_class_stdstring=yes
  3202. wx_cv_elf_symver=yes
  3203. wx_cv_elf_symver_multiple=yes
  3204. wx_cv_expat_is_not_broken=yes
  3205. wx_cv_func_backtrace=yes
  3206. wx_cv_func_broken_vsnprintf_decl=no
  3207. wx_cv_func_broken_vsscanf_decl=no
  3208. wx_cv_func_cxa_demangle=yes
  3209. wx_cv_func_fdopen=yes
  3210. wx_cv_func_fputws=yes
  3211. wx_cv_func_fsync=yes
  3212. wx_cv_func_getgrgid_r=yes
  3213. wx_cv_func_getpwuid_r=yes
  3214. wx_cv_func_gettimeofday_has_2_args=yes
  3215. wx_cv_func_iconv_const=no
  3216. wx_cv_func_pthread_cleanup=yes
  3217. wx_cv_func_pthread_mutexattr_settype_decl=yes
  3218. wx_cv_func_putws=no
  3219. wx_cv_func_round=yes
  3220. wx_cv_func_snprintf=yes
  3221. wx_cv_func_snprintf_pos_params=yes
  3222. wx_cv_func_statfs=yes
  3223. wx_cv_func_statfs_decl=yes
  3224. wx_cv_func_strtok_r=yes
  3225. wx_cv_func_strtoull=yes
  3226. wx_cv_func_sysconf=yes
  3227. wx_cv_func_uname=yes
  3228. wx_cv_func_va_copy=yes
  3229. wx_cv_func_vsnprintf=yes
  3230. wx_cv_func_vsscanf=yes
  3231. wx_cv_func_vswprintf=yes
  3232. wx_cv_func_vswscanf=yes
  3233. wx_cv_func_wprintf=yes
  3234. wx_cv_gdk_wayland=yes
  3235. wx_cv_have_nl_time_first_weekday=yes
  3236. wx_cv_inotify_usable=yes
  3237. wx_cv_lib_gtk=3
  3238. wx_cv_libs_gtk='-lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lcairo-gobject -lgdk_pixbuf-2.0 -latk-1.0 -lpango-1.0 -lcairo -lharfbuzz -lgio-2.0 -lgobject-2.0 -lgthread-2.0 -pthread -lglib-2.0 -lX11'
  3239. wx_cv_size_t_is_uint=no
  3240. wx_cv_size_t_is_ulong=yes
  3241. wx_cv_std_libfullpath=/usr/lib
  3242. wx_cv_std_libpath=lib
  3243. wx_cv_struct_pw_gecos=yes
  3244. wx_cv_struct_tm_has_gmtoff=yes
  3245. wx_cv_type_abi_forced_unwind=yes
  3246. wx_cv_type_getsockname3=socklen_t
  3247. wx_cv_type_getsockopt5=socklen_t
  3248. wx_cv_type_locale_t=yes
  3249. wx_cv_type_pthread_mutexattr_t=yes
  3250. wx_cv_type_sa_handler=int
  3251. wx_cv_type_sockaddr_in6=yes
  3252. wx_cv_type_statvfs_t='struct statfs'
  3253. wx_cv_undefined_version=yes
  3254. wx_cv_use_aboutdlg='wxUSE_ABOUTDLG=${DEFAULT_wxUSE_ABOUTDLG:-yes}'
  3255. wx_cv_use_accel='wxUSE_ACCEL=${DEFAULT_wxUSE_ACCEL:-yes}'
  3256. wx_cv_use_accessibility='wxUSE_ACCESSIBILITY=${DEFAULT_wxUSE_ACCESSIBILITY:-yes}'
  3257. wx_cv_use_actindicator='wxUSE_ACTIVITYINDICATOR=${DEFAULT_wxUSE_ACTIVITYINDICATOR:-yes}'
  3258. wx_cv_use_addremovectrl='wxUSE_ADDREMOVECTRL=${DEFAULT_wxUSE_ADDREMOVECTRL:-yes}'
  3259. wx_cv_use_all_features='wxUSE_ALL_FEATURES=${DEFAULT_wxUSE_ALL_FEATURES:-yes}'
  3260. wx_cv_use_animatectrl='wxUSE_ANIMATIONCTRL=${DEFAULT_wxUSE_ANIMATIONCTRL:-yes}'
  3261. wx_cv_use_any='wxUSE_ANY=${DEFAULT_wxUSE_ANY:-yes}'
  3262. wx_cv_use_apple_ieee='wxUSE_APPLE_IEEE=${DEFAULT_wxUSE_APPLE_IEEE:-yes}'
  3263. wx_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=${DEFAULT_wxUSE_ARCHIVE_STREAMS:-yes}'
  3264. wx_cv_use_artstd='wxUSE_ARTPROVIDER_STD=${DEFAULT_wxUSE_ARTPROVIDER_STD:-yes}'
  3265. wx_cv_use_arttango='wxUSE_ARTPROVIDER_TANGO=${DEFAULT_wxUSE_ARTPROVIDER_TANGO:-yes}'
  3266. wx_cv_use_aui='wxUSE_AUI=${DEFAULT_wxUSE_AUI:-yes}'
  3267. wx_cv_use_autoidman='wxUSE_AUTOID_MANAGEMENT=${DEFAULT_wxUSE_AUTOID_MANAGEMENT:-yes}'
  3268. wx_cv_use_backtrace='wxUSE_STACKWALKER=${DEFAULT_wxUSE_STACKWALKER:-yes}'
  3269. wx_cv_use_bannerwindow='wxUSE_BANNERWINDOW=${DEFAULT_wxUSE_BANNERWINDOW:-yes}'
  3270. wx_cv_use_base64='wxUSE_BASE64=${DEFAULT_wxUSE_BASE64:-yes}'
  3271. wx_cv_use_baseevtloop='wxUSE_CONSOLE_EVENTLOOP=${DEFAULT_wxUSE_CONSOLE_EVENTLOOP:-yes}'
  3272. wx_cv_use_bmpbutton='wxUSE_BMPBUTTON=${DEFAULT_wxUSE_BMPBUTTON:-yes}'
  3273. wx_cv_use_bmpcombobox='wxUSE_BITMAPCOMBOBOX=${DEFAULT_wxUSE_BITMAPCOMBOBOX:-yes}'
  3274. wx_cv_use_busyinfo='wxUSE_BUSYINFO=${DEFAULT_wxUSE_BUSYINFO:-yes}'
  3275. wx_cv_use_button='wxUSE_BUTTON=${DEFAULT_wxUSE_BUTTON:-yes}'
  3276. wx_cv_use_calendar='wxUSE_CALCTRL=${DEFAULT_wxUSE_CALCTRL:-yes}'
  3277. wx_cv_use_caret='wxUSE_CARET=${DEFAULT_wxUSE_CARET:-yes}'
  3278. wx_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=${DEFAULT_wxUSE_ON_FATAL_EXCEPTION:-yes}'
  3279. wx_cv_use_checkbox='wxUSE_CHECKBOX=${DEFAULT_wxUSE_CHECKBOX:-yes}'
  3280. wx_cv_use_checklst='wxUSE_CHECKLST=${DEFAULT_wxUSE_CHECKLST:-yes}'
  3281. wx_cv_use_choice='wxUSE_CHOICE=${DEFAULT_wxUSE_CHOICE:-yes}'
  3282. wx_cv_use_choicebook='wxUSE_CHOICEBOOK=${DEFAULT_wxUSE_CHOICEBOOK:-yes}'
  3283. wx_cv_use_choicedlg='wxUSE_CHOICEDLG=${DEFAULT_wxUSE_CHOICEDLG:-yes}'
  3284. wx_cv_use_clipboard='wxUSE_CLIPBOARD=${DEFAULT_wxUSE_CLIPBOARD:-yes}'
  3285. wx_cv_use_cmdline='wxUSE_CMDLINE_PARSER=${DEFAULT_wxUSE_CMDLINE_PARSER:-yes}'
  3286. wx_cv_use_coldlg='wxUSE_COLOURDLG=${DEFAULT_wxUSE_COLOURDLG:-yes}'
  3287. wx_cv_use_collpane='wxUSE_COLLPANE=${DEFAULT_wxUSE_COLLPANE:-yes}'
  3288. wx_cv_use_colourpicker='wxUSE_COLOURPICKERCTRL=${DEFAULT_wxUSE_COLOURPICKERCTRL:-yes}'
  3289. wx_cv_use_combobox='wxUSE_COMBOBOX=${DEFAULT_wxUSE_COMBOBOX:-yes}'
  3290. wx_cv_use_comboctrl='wxUSE_COMBOCTRL=${DEFAULT_wxUSE_COMBOCTRL:-yes}'
  3291. wx_cv_use_commandlinkbutton='wxUSE_COMMANDLINKBUTTON=${DEFAULT_wxUSE_COMMANDLINKBUTTON:-yes}'
  3292. wx_cv_use_commondlg='wxUSE_COMMONDLGS=${DEFAULT_wxUSE_COMMONDLGS:-yes}'
  3293. wx_cv_use_compat28='WXWIN_COMPATIBILITY_2_8=${DEFAULT_WXWIN_COMPATIBILITY_2_8:-no}'
  3294. wx_cv_use_compat30='WXWIN_COMPATIBILITY_3_0=${DEFAULT_WXWIN_COMPATIBILITY_3_0:-yes}'
  3295. wx_cv_use_config='wxUSE_CONFIG=${DEFAULT_wxUSE_CONFIG:-yes}'
  3296. wx_cv_use_constraints='wxUSE_CONSTRAINTS=${DEFAULT_wxUSE_CONSTRAINTS:-yes}'
  3297. wx_cv_use_controls='wxUSE_CONTROLS=${DEFAULT_wxUSE_CONTROLS:-yes}'
  3298. wx_cv_use_creddlg='wxUSE_CREDENTIALDLG=${DEFAULT_wxUSE_CREDENTIALDLG:-yes}'
  3299. wx_cv_use_dataobj='wxUSE_DATAOBJ=${DEFAULT_wxUSE_DATAOBJ:-yes}'
  3300. wx_cv_use_dataviewctrl='wxUSE_DATAVIEWCTRL=${DEFAULT_wxUSE_DATAVIEWCTRL:-yes}'
  3301. wx_cv_use_datepick='wxUSE_DATEPICKCTRL=${DEFAULT_wxUSE_DATEPICKCTRL:-yes}'
  3302. wx_cv_use_datetime='wxUSE_DATETIME=${DEFAULT_wxUSE_DATETIME:-yes}'
  3303. wx_cv_use_dccache='wxUSE_DC_CACHEING=${DEFAULT_wxUSE_DC_CACHEING:-yes}'
  3304. wx_cv_use_dctransform='wxUSE_DC_TRANSFORM_MATRIX=${DEFAULT_wxUSE_DC_TRANSFORM_MATRIX:-yes}'
  3305. wx_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=${DEFAULT_wxUSE_DEBUG_CONTEXT:-no}'
  3306. wx_cv_use_debug_flag='wxUSE_DEBUG_FLAG=${DEFAULT_wxUSE_DEBUG_FLAG:-yes}'
  3307. wx_cv_use_debug_gdb='wxUSE_DEBUG_GDB=${DEFAULT_wxUSE_DEBUG_GDB:-no}'
  3308. wx_cv_use_debug_info='wxUSE_DEBUG_INFO=${DEFAULT_wxUSE_DEBUG_INFO:-no}'
  3309. wx_cv_use_debugreport='wxUSE_DEBUGREPORT=${DEFAULT_wxUSE_DEBUGREPORT:-yes}'
  3310. wx_cv_use_detect_sm='wxUSE_DETECT_SM=${DEFAULT_wxUSE_DETECT_SM:-yes}'
  3311. wx_cv_use_dialupman='wxUSE_DIALUP_MANAGER=${DEFAULT_wxUSE_DIALUP_MANAGER:-yes}'
  3312. wx_cv_use_dirdlg='wxUSE_DIRDLG=${DEFAULT_wxUSE_DIRDLG:-yes}'
  3313. wx_cv_use_dirpicker='wxUSE_DIRPICKERCTRL=${DEFAULT_wxUSE_DIRPICKERCTRL:-yes}'
  3314. wx_cv_use_display='wxUSE_DISPLAY=${DEFAULT_wxUSE_DISPLAY:-yes}'
  3315. wx_cv_use_dmalloc='wxUSE_DMALLOC=${DEFAULT_wxUSE_DMALLOC:-yes}'
  3316. wx_cv_use_dnd='wxUSE_DRAG_AND_DROP=${DEFAULT_wxUSE_DRAG_AND_DROP:-yes}'
  3317. wx_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=${DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE:-yes}'
  3318. wx_cv_use_dragimage='wxUSE_DRAGIMAGE=${DEFAULT_wxUSE_DRAGIMAGE:-yes}'
  3319. wx_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=${DEFAULT_wxUSE_DYNAMIC_LOADER:-yes}'
  3320. wx_cv_use_dynlib='wxUSE_DYNLIB_CLASS=${DEFAULT_wxUSE_DYNLIB_CLASS:-yes}'
  3321. wx_cv_use_editablebox='wxUSE_EDITABLELISTBOX=${DEFAULT_wxUSE_EDITABLELISTBOX:-yes}'
  3322. wx_cv_use_epollloop='wxUSE_EPOLL_DISPATCHER=${DEFAULT_wxUSE_EPOLL_DISPATCHER:-yes}'
  3323. wx_cv_use_exceptions='wxUSE_EXCEPTIONS=${DEFAULT_wxUSE_EXCEPTIONS:-yes}'
  3324. wx_cv_use_expat=wxUSE_EXPAT=yes
  3325. wx_cv_use_extended_rtti='wxUSE_EXTENDED_RTTI=${DEFAULT_wxUSE_EXTENDED_RTTI:-no}'
  3326. wx_cv_use_ffile='wxUSE_FFILE=${DEFAULT_wxUSE_FFILE:-yes}'
  3327. wx_cv_use_file='wxUSE_FILE=${DEFAULT_wxUSE_FILE:-yes}'
  3328. wx_cv_use_filectrl='wxUSE_FILECTRL=${DEFAULT_wxUSE_FILECTRL:-yes}'
  3329. wx_cv_use_filedlg='wxUSE_FILEDLG=${DEFAULT_wxUSE_FILEDLG:-yes}'
  3330. wx_cv_use_filehistory='wxUSE_FILE_HISTORY=${DEFAULT_wxUSE_FILE_HISTORY:-yes}'
  3331. wx_cv_use_filepicker='wxUSE_FILEPICKERCTRL=${DEFAULT_wxUSE_FILEPICKERCTRL:-yes}'
  3332. wx_cv_use_fileproto='wxUSE_PROTOCOL_FILE=${DEFAULT_wxUSE_PROTOCOL_FILE:-yes}'
  3333. wx_cv_use_filesystem='wxUSE_FILESYSTEM=${DEFAULT_wxUSE_FILESYSTEM:-yes}'
  3334. wx_cv_use_finddlg='wxUSE_FINDREPLDLG=${DEFAULT_wxUSE_FINDREPLDLG:-yes}'
  3335. wx_cv_use_fontdlg='wxUSE_FONTDLG=${DEFAULT_wxUSE_FONTDLG:-yes}'
  3336. wx_cv_use_fontenum='wxUSE_FONTENUM=${DEFAULT_wxUSE_FONTENUM:-yes}'
  3337. wx_cv_use_fontmap='wxUSE_FONTMAP=${DEFAULT_wxUSE_FONTMAP:-yes}'
  3338. wx_cv_use_fontpicker='wxUSE_FONTPICKERCTRL=${DEFAULT_wxUSE_FONTPICKERCTRL:-yes}'
  3339. wx_cv_use_fs_archive='wxUSE_FS_ARCHIVE=${DEFAULT_wxUSE_FS_ARCHIVE:-yes}'
  3340. wx_cv_use_fs_inet='wxUSE_FS_INET=${DEFAULT_wxUSE_FS_INET:-yes}'
  3341. wx_cv_use_fs_zip='wxUSE_FS_ZIP=${DEFAULT_wxUSE_FS_ZIP:-yes}'
  3342. wx_cv_use_fsvolume='wxUSE_FSVOLUME=${DEFAULT_wxUSE_FSVOLUME:-yes}'
  3343. wx_cv_use_fswatcher='wxUSE_FSWATCHER=${DEFAULT_wxUSE_FSWATCHER:-yes}'
  3344. wx_cv_use_ftp='wxUSE_PROTOCOL_FTP=${DEFAULT_wxUSE_PROTOCOL_FTP:-yes}'
  3345. wx_cv_use_gauge='wxUSE_GAUGE=${DEFAULT_wxUSE_GAUGE:-yes}'
  3346. wx_cv_use_geometry='wxUSE_GEOMETRY=${DEFAULT_wxUSE_GEOMETRY:-yes}'
  3347. wx_cv_use_gif='wxUSE_GIF=${DEFAULT_wxUSE_GIF:-yes}'
  3348. wx_cv_use_glcanvasegl='wxUSE_GLCANVAS_EGL=${DEFAULT_wxUSE_GLCANVAS_EGL:-yes}'
  3349. wx_cv_use_gnomevfs='wxUSE_LIBGNOMEVFS=${DEFAULT_wxUSE_LIBGNOMEVFS:-yes}'
  3350. wx_cv_use_gpe='wxUSE_GPE=${DEFAULT_wxUSE_GPE:-no}'
  3351. wx_cv_use_graphics_ctx='wxUSE_GRAPHICS_CONTEXT=${DEFAULT_wxUSE_GRAPHICS_CONTEXT:-yes}'
  3352. wx_cv_use_grid='wxUSE_GRID=${DEFAULT_wxUSE_GRID:-yes}'
  3353. wx_cv_use_gtkprint='wxUSE_GTKPRINT=${DEFAULT_wxUSE_GTKPRINT:-yes}'
  3354. wx_cv_use_gui='wxUSE_GUI=${DEFAULT_wxUSE_GUI:-yes}'
  3355. wx_cv_use_headerctrl='wxUSE_HEADERCTRL=${DEFAULT_wxUSE_HEADERCTRL:-yes}'
  3356. wx_cv_use_help='wxUSE_HELP=${DEFAULT_wxUSE_HELP:-yes}'
  3357. wx_cv_use_hotkey='wxUSE_HOTKEY=${DEFAULT_wxUSE_HOTKEY:-yes}'
  3358. wx_cv_use_html='wxUSE_HTML=${DEFAULT_wxUSE_HTML:-yes}'
  3359. wx_cv_use_htmlhelp='wxUSE_WXHTML_HELP=${DEFAULT_wxUSE_WXHTML_HELP:-yes}'
  3360. wx_cv_use_http='wxUSE_PROTOCOL_HTTP=${DEFAULT_wxUSE_PROTOCOL_HTTP:-yes}'
  3361. wx_cv_use_hyperlink='wxUSE_HYPERLINKCTRL=${DEFAULT_wxUSE_HYPERLINKCTRL:-yes}'
  3362. wx_cv_use_ico_cur='wxUSE_ICO_CUR=${DEFAULT_wxUSE_ICO_CUR:-yes}'
  3363. wx_cv_use_iff='wxUSE_IFF=${DEFAULT_wxUSE_IFF:-yes}'
  3364. wx_cv_use_image='wxUSE_IMAGE=${DEFAULT_wxUSE_IMAGE:-yes}'
  3365. wx_cv_use_imaglist='wxUSE_IMAGLIST=${DEFAULT_wxUSE_IMAGLIST:-yes}'
  3366. wx_cv_use_infobar='wxUSE_INFOBAR=${DEFAULT_wxUSE_INFOBAR:-yes}'
  3367. wx_cv_use_intl='wxUSE_INTL=${DEFAULT_wxUSE_INTL:-yes}'
  3368. wx_cv_use_ipc='wxUSE_IPC=${DEFAULT_wxUSE_IPC:-yes}'
  3369. wx_cv_use_ipv6='wxUSE_IPV6=${DEFAULT_wxUSE_IPV6:-yes}'
  3370. wx_cv_use_joystick='wxUSE_JOYSTICK=${DEFAULT_wxUSE_JOYSTICK:-yes}'
  3371. wx_cv_use_libcurl='wxUSE_LIBCURL=${DEFAULT_wxUSE_LIBCURL:-yes}'
  3372. wx_cv_use_libiconv='wxUSE_LIBICONV=${DEFAULT_wxUSE_LIBICONV:-yes}'
  3373. wx_cv_use_libjbig='wxUSE_LIBJBIG=${DEFAULT_wxUSE_LIBJBIG:-yes}'
  3374. wx_cv_use_libjpeg=wxUSE_LIBJPEG=yes
  3375. wx_cv_use_liblzma='wxUSE_LIBLZMA=${DEFAULT_wxUSE_LIBLZMA:-yes}'
  3376. wx_cv_use_libmspack='wxUSE_LIBMSPACK=${DEFAULT_wxUSE_LIBMSPACK:-yes}'
  3377. wx_cv_use_libnotify='wxUSE_LIBNOTIFY=${DEFAULT_wxUSE_LIBNOTIFY:-yes}'
  3378. wx_cv_use_libpng=wxUSE_LIBPNG=yes
  3379. wx_cv_use_libtiff=wxUSE_LIBTIFF=yes
  3380. wx_cv_use_libxpm=wxUSE_LIBXPM=yes
  3381. wx_cv_use_listbook='wxUSE_LISTBOOK=${DEFAULT_wxUSE_LISTBOOK:-yes}'
  3382. wx_cv_use_listbox='wxUSE_LISTBOX=${DEFAULT_wxUSE_LISTBOX:-yes}'
  3383. wx_cv_use_listctrl='wxUSE_LISTCTRL=${DEFAULT_wxUSE_LISTCTRL:-yes}'
  3384. wx_cv_use_log='wxUSE_LOG=${DEFAULT_wxUSE_LOG:-yes}'
  3385. wx_cv_use_logdialog='wxUSE_LOGDIALOG=${DEFAULT_wxUSE_LOGDIALOG:-yes}'
  3386. wx_cv_use_loggui='wxUSE_LOGGUI=${DEFAULT_wxUSE_LOGGUI:-yes}'
  3387. wx_cv_use_logwin='wxUSE_LOGWINDOW=${DEFAULT_wxUSE_LOGWINDOW:-yes}'
  3388. wx_cv_use_longlong='wxUSE_LONGLONG=${DEFAULT_wxUSE_LONGLONG:-yes}'
  3389. wx_cv_use_markup='wxUSE_MARKUP=${DEFAULT_wxUSE_MARKUP:-yes}'
  3390. wx_cv_use_mdi='wxUSE_MDI=${DEFAULT_wxUSE_MDI:-yes}'
  3391. wx_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=${DEFAULT_wxUSE_MDI_ARCHITECTURE:-yes}'
  3392. wx_cv_use_mediactrl='wxUSE_MEDIACTRL=${DEFAULT_wxUSE_MEDIACTRL:-yes}'
  3393. wx_cv_use_mem_tracing='wxUSE_MEM_TRACING=${DEFAULT_wxUSE_MEM_TRACING:-no}'
  3394. wx_cv_use_menubar='wxUSE_MENUBAR=${DEFAULT_wxUSE_MENUBAR:-yes}'
  3395. wx_cv_use_menus='wxUSE_MENUS=${DEFAULT_wxUSE_MENUS:-yes}'
  3396. wx_cv_use_metafile='wxUSE_METAFILE=${DEFAULT_wxUSE_METAFILE:-yes}'
  3397. wx_cv_use_mimetype='wxUSE_MIMETYPE=${DEFAULT_wxUSE_MIMETYPE:-yes}'
  3398. wx_cv_use_miniframe='wxUSE_MINIFRAME=${DEFAULT_wxUSE_MINIFRAME:-yes}'
  3399. wx_cv_use_monolithic='wxUSE_MONOLITHIC=${DEFAULT_wxUSE_MONOLITHIC:-no}'
  3400. wx_cv_use_mousewheel='wxUSE_MOUSEWHEEL=${DEFAULT_wxUSE_MOUSEWHEEL:-yes}'
  3401. wx_cv_use_msgdlg='wxUSE_MSGDLG=${DEFAULT_wxUSE_MSGDLG:-yes}'
  3402. wx_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=${DEFAULT_wxUSE_MS_HTML_HELP:-yes}'
  3403. wx_cv_use_nanosvg='wxUSE_NANOSVG=${DEFAULT_wxUSE_NANOSVG:-yes}'
  3404. wx_cv_use_nanox='wxUSE_NANOX=${DEFAULT_wxUSE_NANOX:-no}'
  3405. wx_cv_use_nativedvc='wxUSE_NATIVE_DATAVIEWCTRL=${DEFAULT_wxUSE_NATIVE_DATAVIEWCTRL:-yes}'
  3406. wx_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=${DEFAULT_wxUSE_NO_EXCEPTIONS:-no}'
  3407. wx_cv_use_no_rtti='wxUSE_NO_RTTI=${DEFAULT_wxUSE_NO_RTTI:-no}'
  3408. wx_cv_use_notebook='wxUSE_NOTEBOOK=${DEFAULT_wxUSE_NOTEBOOK:-yes}'
  3409. wx_cv_use_notifmsg='wxUSE_NOTIFICATION_MESSAGE=${DEFAULT_wxUSE_NOTIFICATION_MESSAGE:-yes}'
  3410. wx_cv_use_numberdlg='wxUSE_NUMBERDLG=${DEFAULT_wxUSE_NUMBERDLG:-yes}'
  3411. wx_cv_use_odcombobox='wxUSE_ODCOMBOBOX=${DEFAULT_wxUSE_ODCOMBOBOX:-yes}'
  3412. wx_cv_use_official_build='wxUSE_OFFICIAL_BUILD=${DEFAULT_wxUSE_OFFICIAL_BUILD:-no}'
  3413. wx_cv_use_ole='wxUSE_OLE=${DEFAULT_wxUSE_OLE:-yes}'
  3414. wx_cv_use_opengl='wxUSE_OPENGL=${DEFAULT_wxUSE_OPENGL:-yes}'
  3415. wx_cv_use_optimise='wxUSE_OPTIMISE=${DEFAULT_wxUSE_OPTIMISE:-yes}'
  3416. wx_cv_use_ownerdrawn='wxUSE_OWNER_DRAWN=${DEFAULT_wxUSE_OWNER_DRAWN:-yes}'
  3417. wx_cv_use_palette='wxUSE_PALETTE=${DEFAULT_wxUSE_PALETTE:-yes}'
  3418. wx_cv_use_pch='wxUSE_PCH=${DEFAULT_wxUSE_PCH:-no}'
  3419. wx_cv_use_pcx='wxUSE_PCX=${DEFAULT_wxUSE_PCX:-yes}'
  3420. wx_cv_use_permissive='wxUSE_PERMISSIVE=${DEFAULT_wxUSE_PERMISSIVE:-no}'
  3421. wx_cv_use_pic='wxUSE_PIC=${DEFAULT_wxUSE_PIC:-yes}'
  3422. wx_cv_use_plugins='wxUSE_PLUGINS=${DEFAULT_wxUSE_PLUGINS:-no}'
  3423. wx_cv_use_pnm='wxUSE_PNM=${DEFAULT_wxUSE_PNM:-yes}'
  3424. wx_cv_use_popupwin='wxUSE_POPUPWIN=${DEFAULT_wxUSE_POPUPWIN:-yes}'
  3425. wx_cv_use_postscript='wxUSE_POSTSCRIPT=${DEFAULT_wxUSE_POSTSCRIPT:-yes}'
  3426. wx_cv_use_prefseditor='wxUSE_PREFERENCES_EDITOR=${DEFAULT_wxUSE_PREFERENCES_EDITOR:-yes}'
  3427. wx_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=${DEFAULT_wxUSE_PRINTING_ARCHITECTURE:-yes}'
  3428. wx_cv_use_printfposparam='wxUSE_PRINTF_POS_PARAMS=${DEFAULT_wxUSE_PRINTF_POS_PARAMS:-yes}'
  3429. wx_cv_use_privatefonts='wxUSE_PRIVATE_FONTS=${DEFAULT_wxUSE_PRIVATE_FONTS:-yes}'
  3430. wx_cv_use_profile='wxUSE_PROFILE=${DEFAULT_wxUSE_PROFILE:-no}'
  3431. wx_cv_use_progressdlg='wxUSE_PROGRESSDLG=${DEFAULT_wxUSE_PROGRESSDLG:-yes}'
  3432. wx_cv_use_propgrid='wxUSE_PROPGRID=${DEFAULT_wxUSE_PROPGRID:-yes}'
  3433. wx_cv_use_protocol='wxUSE_PROTOCOL=${DEFAULT_wxUSE_PROTOCOL:-yes}'
  3434. wx_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=${DEFAULT_wxUSE_PROTOCOL_FILE:-yes}'
  3435. wx_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=${DEFAULT_wxUSE_PROTOCOL_FTP:-yes}'
  3436. wx_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=${DEFAULT_wxUSE_PROTOCOL_HTTP:-yes}'
  3437. wx_cv_use_protocols='wxUSE_PROTOCOL=${DEFAULT_wxUSE_PROTOCOL:-yes}'
  3438. wx_cv_use_ps_in_msw='wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW=${DEFAULT_wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW:-yes}'
  3439. wx_cv_use_radiobox='wxUSE_RADIOBOX=${DEFAULT_wxUSE_RADIOBOX:-yes}'
  3440. wx_cv_use_radiobtn='wxUSE_RADIOBTN=${DEFAULT_wxUSE_RADIOBTN:-yes}'
  3441. wx_cv_use_rearrangectrl='wxUSE_REARRANGECTRL=${DEFAULT_wxUSE_REARRANGECTRL:-yes}'
  3442. wx_cv_use_regex=wxUSE_REGEX=yes
  3443. wx_cv_use_regkey='wxUSE_REGKEY=${DEFAULT_wxUSE_REGKEY:-yes}'
  3444. wx_cv_use_repro_build='wxUSE_REPRODUCIBLE_BUILD=${DEFAULT_wxUSE_REPRODUCIBLE_BUILD:-no}'
  3445. wx_cv_use_ribbon='wxUSE_RIBBON=${DEFAULT_wxUSE_RIBBON:-yes}'
  3446. wx_cv_use_richmsgdlg='wxUSE_RICHMSGDLG=${DEFAULT_wxUSE_RICHMSGDLG:-yes}'
  3447. wx_cv_use_richtext='wxUSE_RICHTEXT=${DEFAULT_wxUSE_RICHTEXT:-yes}'
  3448. wx_cv_use_richtooltip='wxUSE_RICHTOOLTIP=${DEFAULT_wxUSE_RICHTOOLTIP:-yes}'
  3449. wx_cv_use_rpath='wxUSE_RPATH=${DEFAULT_wxUSE_RPATH:-yes}'
  3450. wx_cv_use_sash='wxUSE_SASH=${DEFAULT_wxUSE_SASH:-yes}'
  3451. wx_cv_use_scrollbar='wxUSE_SCROLLBAR=${DEFAULT_wxUSE_SCROLLBAR:-yes}'
  3452. wx_cv_use_sdl='wxUSE_LIBSDL=${DEFAULT_wxUSE_LIBSDL:-yes}'
  3453. wx_cv_use_searchctrl='wxUSE_SEARCHCTRL=${DEFAULT_wxUSE_SEARCHCTRL:-yes}'
  3454. wx_cv_use_secretstore='wxUSE_SECRETSTORE=${DEFAULT_wxUSE_SECRETSTORE:-yes}'
  3455. wx_cv_use_selectloop='wxUSE_SELECT_DISPATCHER=${DEFAULT_wxUSE_SELECT_DISPATCHER:-yes}'
  3456. wx_cv_use_shared='wxUSE_SHARED=${DEFAULT_wxUSE_SHARED:-yes}'
  3457. wx_cv_use_slider='wxUSE_SLIDER=${DEFAULT_wxUSE_SLIDER:-yes}'
  3458. wx_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=${DEFAULT_wxUSE_SNGLINST_CHECKER:-yes}'
  3459. wx_cv_use_sockets='wxUSE_SOCKETS=${DEFAULT_wxUSE_SOCKETS:-yes}'
  3460. wx_cv_use_sound='wxUSE_SOUND=${DEFAULT_wxUSE_SOUND:-yes}'
  3461. wx_cv_use_spellcheck='wxUSE_SPELLCHECK=${DEFAULT_wxUSE_SPELLCHECK:-yes}'
  3462. wx_cv_use_spinbtn='wxUSE_SPINBTN=${DEFAULT_wxUSE_SPINBTN:-yes}'
  3463. wx_cv_use_spinctrl='wxUSE_SPINCTRL=${DEFAULT_wxUSE_SPINCTRL:-yes}'
  3464. wx_cv_use_splash='wxUSE_SPLASH=${DEFAULT_wxUSE_SPLASH:-yes}'
  3465. wx_cv_use_splines='wxUSE_SPLINES=${DEFAULT_wxUSE_SPLINES:-yes}'
  3466. wx_cv_use_splitter='wxUSE_SPLITTER=${DEFAULT_wxUSE_SPLITTER:-yes}'
  3467. wx_cv_use_statbmp='wxUSE_STATBMP=${DEFAULT_wxUSE_STATBMP:-yes}'
  3468. wx_cv_use_statbox='wxUSE_STATBOX=${DEFAULT_wxUSE_STATBOX:-yes}'
  3469. wx_cv_use_statline='wxUSE_STATLINE=${DEFAULT_wxUSE_STATLINE:-yes}'
  3470. wx_cv_use_stattext='wxUSE_STATTEXT=${DEFAULT_wxUSE_STATTEXT:-yes}'
  3471. wx_cv_use_statusbar='wxUSE_STATUSBAR=${DEFAULT_wxUSE_STATUSBAR:-yes}'
  3472. wx_cv_use_stc='wxUSE_STC=${DEFAULT_wxUSE_STC:-yes}'
  3473. wx_cv_use_std_containers='wxUSE_STD_CONTAINERS=${DEFAULT_wxUSE_STD_CONTAINERS:-no}'
  3474. wx_cv_use_std_containers_compat='wxUSE_STD_CONTAINERS_COMPATIBLY=${DEFAULT_wxUSE_STD_CONTAINERS_COMPATIBLY:-no}'
  3475. wx_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=${DEFAULT_wxUSE_STD_IOSTREAM:-no}'
  3476. wx_cv_use_std_string='wxUSE_STD_STRING=${DEFAULT_wxUSE_STD_STRING:-no}'
  3477. wx_cv_use_std_string_conv_in_wxstring='wxUSE_STD_STRING_CONV_IN_WXSTRING=${DEFAULT_wxUSE_STD_STRING_CONV_IN_WXSTRING:-no}'
  3478. wx_cv_use_stdpaths='wxUSE_STDPATHS=${DEFAULT_wxUSE_STDPATHS:-yes}'
  3479. wx_cv_use_stl='wxUSE_STL=${DEFAULT_wxUSE_STL:-no}'
  3480. wx_cv_use_stopwatch='wxUSE_STOPWATCH=${DEFAULT_wxUSE_STOPWATCH:-yes}'
  3481. wx_cv_use_streams='wxUSE_STREAMS=${DEFAULT_wxUSE_STREAMS:-yes}'
  3482. wx_cv_use_subdirs='wxWITH_SUBDIRS=${DEFAULT_wxWITH_SUBDIRS:-yes}'
  3483. wx_cv_use_svg='wxUSE_SVG=${DEFAULT_wxUSE_SVG:-yes}'
  3484. wx_cv_use_symver='wxUSE_ELF_SYMVER=${DEFAULT_wxUSE_ELF_SYMVER:-yes}'
  3485. wx_cv_use_sys_libs='wxUSE_SYS_LIBS=${DEFAULT_wxUSE_SYS_LIBS:-yes}'
  3486. wx_cv_use_sysoptions='wxUSE_SYSTEM_OPTIONS=${DEFAULT_wxUSE_SYSTEM_OPTIONS:-yes}'
  3487. wx_cv_use_tarstream='wxUSE_TARSTREAM=${DEFAULT_wxUSE_TARSTREAM:-yes}'
  3488. wx_cv_use_taskbarbutton='wxUSE_TASKBARBUTTON=${DEFAULT_wxUSE_TASKBARBUTTON:-yes}'
  3489. wx_cv_use_taskbaricon='wxUSE_TASKBARICON=${DEFAULT_wxUSE_TASKBARICON:-yes}'
  3490. wx_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=${DEFAULT_wxUSE_TOOLBAR_NATIVE:-yes}'
  3491. wx_cv_use_tests='wxUSE_TESTS_SUBDIR=${DEFAULT_wxUSE_TESTS_SUBDIR:-yes}'
  3492. wx_cv_use_textbuf='wxUSE_TEXTBUFFER=${DEFAULT_wxUSE_TEXTBUFFER:-yes}'
  3493. wx_cv_use_textctrl='wxUSE_TEXTCTRL=${DEFAULT_wxUSE_TEXTCTRL:-yes}'
  3494. wx_cv_use_textdlg='wxUSE_TEXTDLG=${DEFAULT_wxUSE_TEXTDLG:-yes}'
  3495. wx_cv_use_textfile='wxUSE_TEXTFILE=${DEFAULT_wxUSE_TEXTFILE:-yes}'
  3496. wx_cv_use_tga='wxUSE_TGA=${DEFAULT_wxUSE_TGA:-yes}'
  3497. wx_cv_use_threads='wxUSE_THREADS=${DEFAULT_wxUSE_THREADS:-yes}'
  3498. wx_cv_use_timepick='wxUSE_TIMEPICKCTRL=${DEFAULT_wxUSE_TIMEPICKCTRL:-yes}'
  3499. wx_cv_use_timer='wxUSE_TIMER=${DEFAULT_wxUSE_TIMER:-yes}'
  3500. wx_cv_use_tipdlg='wxUSE_STARTUP_TIPS=${DEFAULT_wxUSE_STARTUP_TIPS:-yes}'
  3501. wx_cv_use_tipwindow='wxUSE_TIPWINDOW=${DEFAULT_wxUSE_TIPWINDOW:-yes}'
  3502. wx_cv_use_tls='wxUSE_COMPILER_TLS=${DEFAULT_wxUSE_COMPILER_TLS:-yes}'
  3503. wx_cv_use_togglebtn='wxUSE_TOGGLEBTN=${DEFAULT_wxUSE_TOGGLEBTN:-yes}'
  3504. wx_cv_use_toolbar='wxUSE_TOOLBAR=${DEFAULT_wxUSE_TOOLBAR:-yes}'
  3505. wx_cv_use_toolbook='wxUSE_TOOLBOOK=${DEFAULT_wxUSE_TOOLBOOK:-yes}'
  3506. wx_cv_use_tooltips='wxUSE_TOOLTIPS=${DEFAULT_wxUSE_TOOLTIPS:-yes}'
  3507. wx_cv_use_treebook='wxUSE_TREEBOOK=${DEFAULT_wxUSE_TREEBOOK:-yes}'
  3508. wx_cv_use_treectrl='wxUSE_TREECTRL=${DEFAULT_wxUSE_TREECTRL:-yes}'
  3509. wx_cv_use_treelist='wxUSE_TREELISTCTRL=${DEFAULT_wxUSE_TREELISTCTRL:-yes}'
  3510. wx_cv_use_uiactionsim='wxUSE_UIACTIONSIMULATOR=${DEFAULT_wxUSE_UIACTIONSIMULATOR:-yes}'
  3511. wx_cv_use_unicode='wxUSE_UNICODE=${DEFAULT_wxUSE_UNICODE:-yes}'
  3512. wx_cv_use_universal='wxUSE_UNIVERSAL=${DEFAULT_wxUSE_UNIVERSAL:-no}'
  3513. wx_cv_use_unsafe_conv_in_wxstring='wxUSE_UNSAFE_WXSTRING_CONV=${DEFAULT_wxUSE_UNSAFE_WXSTRING_CONV:-yes}'
  3514. wx_cv_use_url='wxUSE_URL=${DEFAULT_wxUSE_URL:-yes}'
  3515. wx_cv_use_utf8=wxUSE_UNICODE_UTF8=no
  3516. wx_cv_use_utf8only='wxUSE_UNICODE_UTF8_LOCALE=${DEFAULT_wxUSE_UNICODE_UTF8_LOCALE:-no}'
  3517. wx_cv_use_uxtheme='wxUSE_UXTHEME=${DEFAULT_wxUSE_UXTHEME:-yes}'
  3518. wx_cv_use_validators='wxUSE_VALIDATORS=${DEFAULT_wxUSE_VALIDATORS:-yes}'
  3519. wx_cv_use_vararg_macros='wxUSE_VARARG_MACROS=${DEFAULT_wxUSE_VARARG_MACROS:-yes}'
  3520. wx_cv_use_variant='wxUSE_VARIANT=${DEFAULT_wxUSE_VARIANT:-yes}'
  3521. wx_cv_use_visibility='wxUSE_VISIBILITY=${DEFAULT_wxUSE_VISIBILITY:-yes}'
  3522. wx_cv_use_webrequest='wxUSE_WEBREQUEST=${DEFAULT_wxUSE_WEBREQUEST:-yes}'
  3523. wx_cv_use_webview='wxUSE_WEBVIEW=${DEFAULT_wxUSE_WEBVIEW:-yes}'
  3524. wx_cv_use_webviewedge='wxUSE_WEBVIEW_EDGE=${DEFAULT_wxUSE_WEBVIEW_EDGE:-yes}'
  3525. wx_cv_use_webviewie='wxUSE_WEBVIEW_IE=${DEFAULT_wxUSE_WEBVIEW_IE:-yes}'
  3526. wx_cv_use_webviewwebkit='wxUSE_WEBVIEW_WEBKIT=${DEFAULT_wxUSE_WEBVIEW_WEBKIT:-yes}'
  3527. wx_cv_use_winhttp='wxUSE_WINHTTP=${DEFAULT_wxUSE_WINHTTP:-yes}'
  3528. wx_cv_use_wizarddlg='wxUSE_WIZARDDLG=${DEFAULT_wxUSE_WIZARDDLG:-yes}'
  3529. wx_cv_use_wxdib='wxUSE_DIB=${DEFAULT_wxUSE_DIB:-yes}'
  3530. wx_cv_use_xlocale='wxUSE_XLOCALE=${DEFAULT_wxUSE_XLOCALE:-yes}'
  3531. wx_cv_use_xpm='wxUSE_XPM=${DEFAULT_wxUSE_XPM:-yes}'
  3532. wx_cv_use_xrc='wxUSE_XRC=${DEFAULT_wxUSE_XRC:-yes}'
  3533. wx_cv_use_xtest='wxUSE_XTEST=${DEFAULT_wxUSE_XTEST:-yes}'
  3534. wx_cv_use_zipstream='wxUSE_ZIPSTREAM=${DEFAULT_wxUSE_ZIPSTREAM:-yes}'
  3535. wx_cv_use_zlib=wxUSE_ZLIB=yes
  3536. wx_cv_var_timezone=timezone
  3537. wx_cv_version_script=yes
  3538. wx_cv_wchar_t_is_separate_type=yes
  3539.  
  3540. ## ----------------- ##
  3541. ## Output variables. ##
  3542. ## ----------------- ##
  3543.  
  3544. AIX_CXX_LD=''
  3545. AR='ar'
  3546. AROPTIONS='rc'
  3547. BK_DEPS='/sources/wxWidgets-3.2.9/bk-deps'
  3548. BK_MAKE_PCH=''
  3549. BUILT_WX_LIBS='xrc webview stc richtext ribbon propgrid aui gl html qa adv core xml net base'
  3550. CAIRO_CFLAGS='-I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1'
  3551. CAIRO_LIBS='-lcairo'
  3552. CC='gcc'
  3553. CFLAGS=''
  3554. CFLAGS_VISIBILITY='-fvisibility=hidden'
  3555. COND_BUILD_debug='#'
  3556. COND_BUILD_debug_DEBUG_INFO_default='#'
  3557. COND_BUILD_release='#'
  3558. COND_BUILD_release_DEBUG_INFO_default='#'
  3559. COND_DEBUG_FLAG_0='#'
  3560. COND_DEBUG_INFO_0=''
  3561. COND_DEBUG_INFO_1='#'
  3562. COND_DEPS_TRACKING_0='#'
  3563. COND_DEPS_TRACKING_1=''
  3564. COND_GCC_PCH_1='#'
  3565. COND_ICC_PCH_1='#'
  3566. COND_MONOLITHIC_0=''
  3567. COND_MONOLITHIC_0_SHARED_0='#'
  3568. COND_MONOLITHIC_0_SHARED_0_USE_AUI_1='#'
  3569. COND_MONOLITHIC_0_SHARED_0_USE_GUI_1='#'
  3570. COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1='#'
  3571. COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1='#'
  3572. COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1='#'
  3573. COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_WEBVIEW_1='#'
  3574. COND_MONOLITHIC_0_SHARED_0_USE_PROPGRID_1='#'
  3575. COND_MONOLITHIC_0_SHARED_0_USE_RIBBON_1='#'
  3576. COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1='#'
  3577. COND_MONOLITHIC_0_SHARED_0_USE_STC_1='#'
  3578. COND_MONOLITHIC_0_SHARED_0_USE_XML_1='#'
  3579. COND_MONOLITHIC_0_SHARED_0_USE_XRC_1='#'
  3580. COND_MONOLITHIC_0_SHARED_1=''
  3581. COND_MONOLITHIC_0_SHARED_1_USE_AUI_1=''
  3582. COND_MONOLITHIC_0_SHARED_1_USE_GUI_1=''
  3583. COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1=''
  3584. COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1=''
  3585. COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1=''
  3586. COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_WEBVIEW_1=''
  3587. COND_MONOLITHIC_0_SHARED_1_USE_PROPGRID_1=''
  3588. COND_MONOLITHIC_0_SHARED_1_USE_RIBBON_1=''
  3589. COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1_USE_XML_1=''
  3590. COND_MONOLITHIC_0_SHARED_1_USE_STC_1=''
  3591. COND_MONOLITHIC_0_SHARED_1_USE_XML_1=''
  3592. COND_MONOLITHIC_0_SHARED_1_USE_XML_1_USE_XRC_1=''
  3593. COND_MONOLITHIC_0_USE_AUI_1=''
  3594. COND_MONOLITHIC_0_USE_GUI_1=''
  3595. COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1=''
  3596. COND_MONOLITHIC_0_USE_HTML_1=''
  3597. COND_MONOLITHIC_0_USE_MEDIA_1=''
  3598. COND_MONOLITHIC_0_USE_PROPGRID_1=''
  3599. COND_MONOLITHIC_0_USE_QA_1=''
  3600. COND_MONOLITHIC_0_USE_RIBBON_1=''
  3601. COND_MONOLITHIC_0_USE_RICHTEXT_1=''
  3602. COND_MONOLITHIC_0_USE_STC_1=''
  3603. COND_MONOLITHIC_0_USE_WEBVIEW_1=''
  3604. COND_MONOLITHIC_0_USE_XML_1=''
  3605. COND_MONOLITHIC_0_USE_XRC_1=''
  3606. COND_MONOLITHIC_1='#'
  3607. COND_MONOLITHIC_1_SHARED_0='#'
  3608. COND_MONOLITHIC_1_SHARED_1='#'
  3609. COND_MONOLITHIC_1_USE_STC_1='#'
  3610. COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1='#'
  3611. COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1='#'
  3612. COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1=''
  3613. COND_PLATFORM_MACOSX_0_USE_SOVERSION_1=''
  3614. COND_PLATFORM_MACOSX_1='#'
  3615. COND_PLATFORM_MACOSX_1_PLATFORM_WIN32_1_SHARED_0='#'
  3616. COND_PLATFORM_MACOSX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1='#'
  3617. COND_PLATFORM_MACOSX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1='#'
  3618. COND_PLATFORM_MACOSX_1_TOOLKIT_GTK_TOOLKIT_VERSION_4_USE_GUI_1='#'
  3619. COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1='#'
  3620. COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1_WXUNIV_0='#'
  3621. COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1='#'
  3622. COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0='#'
  3623. COND_PLATFORM_MACOSX_1_USE_GUI_1='#'
  3624. COND_PLATFORM_MACOSX_1_USE_OPENGL_1='#'
  3625. COND_PLATFORM_MACOSX_1_USE_SOVERSION_1='#'
  3626. COND_PLATFORM_OS2_1='#'
  3627. COND_PLATFORM_UNIX_0='#'
  3628. COND_PLATFORM_UNIX_1=''
  3629. COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1='#'
  3630. COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1=''
  3631. COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_4_USE_GUI_1='#'
  3632. COND_PLATFORM_UNIX_1_USE_GUI_1=''
  3633. COND_PLATFORM_UNIX_1_USE_PLUGINS_0=''
  3634. COND_PLATFORM_WIN32_0=''
  3635. COND_PLATFORM_WIN32_0_TOOLKIT_GTK_TOOLKIT_VERSION_3=''
  3636. COND_PLATFORM_WIN32_0_TOOLKIT_GTK_TOOLKIT_VERSION_4='#'
  3637. COND_PLATFORM_WIN32_1='#'
  3638. COND_PLATFORM_WIN32_1_SHARED_0='#'
  3639. COND_PLATFORM_WIN32_1_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1='#'
  3640. COND_PLATFORM_WIN32_1_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1='#'
  3641. COND_PLATFORM_WIN32_1_TOOLKIT_GTK_TOOLKIT_VERSION_4_USE_GUI_1='#'
  3642. COND_PLATFORM_WIN32_1_TOOLKIT_QT_USE_GUI_1_WXUNIV_0='#'
  3643. COND_PYTHON='#'
  3644. COND_SHARED_0='#'
  3645. COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0='#'
  3646. COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0='#'
  3647. COND_SHARED_0_USE_GUI_1_USE_OPENGL_1='#'
  3648. COND_SHARED_0_USE_GUI_1_wxUSE_LIBJPEG_builtin='#'
  3649. COND_SHARED_0_USE_GUI_1_wxUSE_LIBPNG_builtin='#'
  3650. COND_SHARED_0_USE_GUI_1_wxUSE_LIBTIFF_builtin='#'
  3651. COND_SHARED_0_USE_STC_1='#'
  3652. COND_SHARED_0_wxUSE_EXPAT_builtin='#'
  3653. COND_SHARED_0_wxUSE_REGEX_builtin='#'
  3654. COND_SHARED_0_wxUSE_ZLIB_builtin='#'
  3655. COND_SHARED_1=''
  3656. COND_SHARED_1_USE_GUI_1=''
  3657. COND_SHARED_1_USE_GUI_1_USE_OPENGL_1=''
  3658. COND_TOOLKIT_='#'
  3659. COND_TOOLKIT_COCOA='#'
  3660. COND_TOOLKIT_DFB='#'
  3661. COND_TOOLKIT_DFB_USE_GUI_1='#'
  3662. COND_TOOLKIT_GTK=''
  3663. COND_TOOLKIT_GTK_TOOLKIT_VERSION_2='#'
  3664. COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1='#'
  3665. COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0='#'
  3666. COND_TOOLKIT_GTK_TOOLKIT_VERSION_3=''
  3667. COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1=''
  3668. COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1_WXUNIV_0=''
  3669. COND_TOOLKIT_GTK_TOOLKIT_VERSION_4='#'
  3670. COND_TOOLKIT_GTK_TOOLKIT_VERSION_4_USE_GUI_1='#'
  3671. COND_TOOLKIT_GTK_TOOLKIT_VERSION_4_USE_GUI_1_WXUNIV_0='#'
  3672. COND_TOOLKIT_GTK_TOOLKIT_VERSION_='#'
  3673. COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1='#'
  3674. COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0='#'
  3675. COND_TOOLKIT_GTK_USE_GUI_1=''
  3676. COND_TOOLKIT_MAC='#'
  3677. COND_TOOLKIT_MOTIF='#'
  3678. COND_TOOLKIT_MOTIF_USE_GUI_1='#'
  3679. COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0='#'
  3680. COND_TOOLKIT_MSW='#'
  3681. COND_TOOLKIT_MSW_USE_GUI_1='#'
  3682. COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0='#'
  3683. COND_TOOLKIT_OSX_CARBON='#'
  3684. COND_TOOLKIT_OSX_COCOA='#'
  3685. COND_TOOLKIT_OSX_COCOA_USE_GUI_1='#'
  3686. COND_TOOLKIT_OSX_COCOA_USE_GUI_1_WXUNIV_0='#'
  3687. COND_TOOLKIT_OSX_COCOA_WXUNIV_0='#'
  3688. COND_TOOLKIT_OSX_IPHONE='#'
  3689. COND_TOOLKIT_OSX_IPHONE_USE_GUI_1='#'
  3690. COND_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0='#'
  3691. COND_TOOLKIT_QT='#'
  3692. COND_TOOLKIT_QT_USE_GUI_1_WXUNIV_0='#'
  3693. COND_TOOLKIT_X11='#'
  3694. COND_TOOLKIT_X11_USE_GUI_1='#'
  3695. COND_UNICODE_1=''
  3696. COND_USE_CAIRO_1='#'
  3697. COND_USE_EXCEPTIONS_0='#'
  3698. COND_USE_EXCEPTIONS_1='#'
  3699. COND_USE_GUI_0='#'
  3700. COND_USE_GUI_1=''
  3701. COND_USE_GUI_1_USE_OPENGL_1=''
  3702. COND_USE_GUI_1_WXUNIV_0=''
  3703. COND_USE_GUI_1_WXUNIV_1='#'
  3704. COND_USE_GUI_1_wxUSE_LIBJPEG_builtin='#'
  3705. COND_USE_GUI_1_wxUSE_LIBPNG_builtin='#'
  3706. COND_USE_GUI_1_wxUSE_LIBTIFF_builtin='#'
  3707. COND_USE_OPENGL_1=''
  3708. COND_USE_PCH_1='#'
  3709. COND_USE_PLUGINS_0=''
  3710. COND_USE_RTTI_0='#'
  3711. COND_USE_RTTI_1='#'
  3712. COND_USE_SOTWOSYMLINKS_1=''
  3713. COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1='#'
  3714. COND_USE_SOVERLINUX_1=''
  3715. COND_USE_SOVERSION_0='#'
  3716. COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1='#'
  3717. COND_USE_SOVERSOLARIS_1='#'
  3718. COND_USE_STC_1=''
  3719. COND_USE_THREADS_0='#'
  3720. COND_USE_THREADS_1='#'
  3721. COND_USE_WEBVIEW_WEBKIT2_1=''
  3722. COND_USE_XML_1=''
  3723. COND_USE_XRC_1=''
  3724. COND_WINDOWS_IMPLIB_1='#'
  3725. COND_WITH_PLUGIN_SDL_1='#'
  3726. COND_WXUNIV_1='#'
  3727. COND_wxUSE_EXPAT_builtin='#'
  3728. COND_wxUSE_LIBJPEG_builtin='#'
  3729. COND_wxUSE_LIBPNG_builtin='#'
  3730. COND_wxUSE_LIBTIFF_builtin='#'
  3731. COND_wxUSE_REGEX_builtin='#'
  3732. COND_wxUSE_ZLIB_builtin='#'
  3733. CPP='gcc -E'
  3734. CPPFLAGS=''
  3735. CXX='g++'
  3736. CXXFLAGS=''
  3737. CXXFLAGS_VISIBILITY='-fvisibility=hidden -fvisibility-inlines-hidden'
  3738. DEBUG_FLAG=''
  3739. DEBUG_INFO='0'
  3740. DEFS='-DHAVE_CONFIG_H'
  3741. DEPS_TRACKING='1'
  3742. DIRECTFB_CFLAGS=''
  3743. DIRECTFB_LIBS=''
  3744. DISTDIR='wx$(TOOLKIT)'
  3745. DLLIMP_SUFFIX='so'
  3746. DLLPREFIX='lib'
  3747. DLLPREFIX_MODULE=''
  3748. DLLTOOL=''
  3749. DMALLOC_LIBS=''
  3750. DYLIB_RPATH_INSTALL=''
  3751. DYLIB_RPATH_POSTLINK=''
  3752. ECHO_C=''
  3753. ECHO_N='-n'
  3754. ECHO_T=''
  3755. EGL_CFLAGS='-I/usr/include/libdrm'
  3756. EGL_LIBS='-lEGL'
  3757. EGREP='/usr/bin/grep -E'
  3758. EXEEXT=''
  3759. EXTRALIBS='-pthread -Wl,--version-script,$(wx_top_builddir)/version-script -Wl,--undefined-version -lz -lsecret-1 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lcurl -lm -lpcre2-32 '
  3760. EXTRALIBS_GUI='-lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lcairo-gobject -lgdk_pixbuf-2.0 -latk-1.0 -lpango-1.0 -lcairo -lharfbuzz -lgio-2.0 -lgobject-2.0 -lgthread-2.0 -pthread -lglib-2.0 -lX11 -lXxf86vm -lSM -lxkbcommon -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lharfbuzz -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lnotify -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lXtst -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lharfbuzz -lfreetype -lgobject-2.0 -lglib-2.0 -lpng -lz -ljpeg -ltiff'
  3761. EXTRALIBS_HTML=''
  3762. EXTRALIBS_MEDIA='-lgstplayer-1.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0'
  3763. EXTRALIBS_OPENGL=' -lGL -lGLU -lEGL -lwayland-egl -lwayland-client -lm'
  3764. EXTRALIBS_SDL=''
  3765. EXTRALIBS_STC=''
  3766. EXTRALIBS_WEBVIEW='-lwebkit2gtk-4.1 -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lcairo-gobject -lgdk_pixbuf-2.0 -latk-1.0 -lpango-1.0 -lcairo -lharfbuzz -lsoup-3.0 -lgio-2.0 -lgmodule-2.0 -pthread -ljavascriptcoregtk-4.1 -lgobject-2.0 -lglib-2.0'
  3767. EXTRALIBS_XML=' -lexpat'
  3768. GCC='yes'
  3769. GCC_PCH='0'
  3770. GLU_CFLAGS='-I/usr/include/libdrm'
  3771. GLU_LIBS='-lGLU -lGL'
  3772. GL_CFLAGS='-I/usr/include/libdrm'
  3773. GL_LIBS='-lGL'
  3774. GNOMEVFS_CFLAGS=''
  3775. GNOMEVFS_LIBS=''
  3776. GREP='/usr/bin/grep'
  3777. GSPELL_CFLAGS=''
  3778. GSPELL_LIBS=''
  3779. GST_CFLAGS='-I/usr/include/gstreamer-1.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
  3780. GST_LIBS='-lgstplayer-1.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0'
  3781. GTKPRINT_CFLAGS='-I/usr/include/gtk-3.0/unix-print -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid'
  3782. GTKPRINT_LIBS='-lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lharfbuzz -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0'
  3783. GTK_CFLAGS='-I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/blkid -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
  3784. GTK_CONFIG=''
  3785. GTK_LIBS='-lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lcairo-gobject -lgdk_pixbuf-2.0 -latk-1.0 -lpango-1.0 -lcairo -lharfbuzz -lgio-2.0 -lgobject-2.0 -lgthread-2.0 -pthread -lglib-2.0 -lX11'
  3786. GUIDIST='GTK_DIST SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST INTL_DIST'
  3787. GXX_VERSION=''
  3788. HAVE_CXX11=''
  3789. HAVE_CXX14=''
  3790. HAVE_CXX17=''
  3791. HAVE_CXX20=''
  3792. HEADER_PAD_OPTION=''
  3793. HOST_SUFFIX=''
  3794. ICC_PCH='0'
  3795. ICC_PCH_CREATE_SWITCH=''
  3796. ICC_PCH_USE_SWITCH=''
  3797. IF_GNU_MAKE=''
  3798. INSTALL_DATA='${INSTALL} -m 644'
  3799. INSTALL_DIR='mkdir -p'
  3800. INSTALL_PROGRAM='${INSTALL}'
  3801. INSTALL_SCRIPT='${INSTALL}'
  3802. LDFLAGS=''
  3803. LDFLAGS_GL=''
  3804. LDFLAGS_GUI=''
  3805. LIBCURL_CFLAGS=''
  3806. LIBCURL_LIBS='-lcurl'
  3807. LIBEXT='.a'
  3808. LIBICONV=''
  3809. LIBNOTIFY_CFLAGS='-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
  3810. LIBNOTIFY_LIBS='-lnotify -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0'
  3811. LIBOBJS=''
  3812. LIBPCRE_CFLAGS=''
  3813. LIBPCRE_LIBS='-lpcre2-32'
  3814. LIBPREFIX='lib'
  3815. LIBS='-lz -lsecret-1 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lcurl -lm'
  3816. LIBSECRET_CFLAGS='-I/usr/include/libsecret-1 -I/usr/include/gio-unix-2.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid'
  3817. LIBSECRET_LIBS='-lsecret-1 -lgio-2.0 -lgobject-2.0 -lglib-2.0'
  3818. LIBTIFF_CFLAGS=''
  3819. LIBTIFF_LIBS='-ltiff'
  3820. LN_S='ln -s'
  3821. LTLIBOBJS=''
  3822. MAKE_SET=''
  3823. MONOLITHIC='0'
  3824. MesaGL_CFLAGS=''
  3825. MesaGL_LIBS=''
  3826. NM='nm'
  3827. OBJCXXFLAGS='-pthread -O2 -Wno-deprecated-declarations -fvisibility=hidden -fvisibility-inlines-hidden'
  3828. OBJEXT='o'
  3829. OFFICIAL_BUILD='0'
  3830. OPENGL_LIBS='-lGL -lGLU -lEGL -lwayland-egl -lwayland-client -lm'
  3831. PACKAGE_BUGREPORT='[email protected]'
  3832. PACKAGE_NAME='wxWidgets'
  3833. PACKAGE_STRING='wxWidgets 3.2.9'
  3834. PACKAGE_TARNAME='wxwidgets'
  3835. PACKAGE_URL=''
  3836. PACKAGE_VERSION='3.2.9'
  3837. PANGOFT2_CFLAGS=''
  3838. PANGOFT2_LIBS=''
  3839. PANGOXFT_CFLAGS=''
  3840. PANGOXFT_LIBS=''
  3841. PATH_SEPARATOR=':'
  3842. PIC_FLAG='-fPIC -DPIC'
  3843. PKG_CONFIG='/usr/bin/pkg-config'
  3844. PLATFORM_BEOS='0'
  3845. PLATFORM_MAC='0'
  3846. PLATFORM_MACOS='0'
  3847. PLATFORM_MACOSX='0'
  3848. PLATFORM_UNIX='1'
  3849. PLATFORM_WIN32='0'
  3850. PRIVATE_FONTS_CFLAGS='-I/usr/include/pango-1.0 -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
  3851. PRIVATE_FONTS_LIBS='-lpangoft2-1.0 -lpango-1.0 -lfontconfig -lharfbuzz -lfreetype -lgobject-2.0 -lglib-2.0'
  3852. PYTHON=''
  3853. QT5_CFLAGS=''
  3854. QT5_LIBS=''
  3855. RANLIB='ranlib'
  3856. RESCOMP=''
  3857. SAMPLES_CXXFLAGS=' -fPIC -DPIC'
  3858. SAMPLES_RPATH_FLAG='-Wl,-rpath,$(wx_top_builddir)/lib'
  3859. SAMPLES_SUBDIRS='animate archive artprov aui calendar caret clipboard collpane combo config console dataview debugrpt dialogs dialup display dnd docview dragimag drawing erase event except exec font fswatcher grid help htlbox html/about html/help html/helpview html/printing html/test html/virtual html/widget html/zip image internat ipc joytest keyboard layout listctrl mdi mediaplayer menu minimal notebook opengl/cube opengl/isosurf opengl/penguin opengl/pyramid popup power preferences printing propgrid render ribbon richtext sashtest scroll secretstore shaped sockets sound splash splitter statbar stc svg taborder taskbar text thread toolbar treectrl treelist typetest uiaction validate vscroll webrequest webview widgets wizard wrapsizer xrc '
  3860. SDL_CFLAGS=''
  3861. SDL_CONFIG=''
  3862. SDL_LIBS=''
  3863. SET_MAKE=''
  3864. SHARED='1'
  3865. SHARED_LD_CC='$(CC) -shared -fPIC -o'
  3866. SHARED_LD_CXX='$(CXX) -shared -fPIC -o'
  3867. SHARED_LD_MODULE_CC='$(CC) -shared -fPIC -o'
  3868. SHARED_LD_MODULE_CXX='$(CXX) -shared -fPIC -o'
  3869. SHELL='/bin/sh'
  3870. SM_CFLAGS='-I/usr/include/uuid'
  3871. SM_LIBS='-lSM'
  3872. SONAME_FLAG='-Wl,-soname,'
  3873. SO_SUFFIX='so'
  3874. SO_SUFFIX_MODULE='so'
  3875. STD_BASE_LIBS='xml net base'
  3876. STD_GUI_LIBS='xrc html qa adv core'
  3877. STRIP='strip'
  3878. TOOLCHAIN_FULLNAME='gtk3-unicode-3.2'
  3879. TOOLCHAIN_NAME='gtk3u-3.2'
  3880. TOOLKIT='GTK'
  3881. TOOLKIT_DIR='gtk'
  3882. TOOLKIT_LOWERCASE='gtk'
  3883. TOOLKIT_VERSION='3'
  3884. UNICODE='1'
  3885. USE_DPI_AWARE_MANIFEST='2'
  3886. USE_GUI='1'
  3887. USE_MACVERSION='0'
  3888. USE_PLUGINS='0'
  3889. USE_SOTWOSYMLINKS='1'
  3890. USE_SOVERCYGWIN='0'
  3891. USE_SOVERLINUX='1'
  3892. USE_SOVERSION='1'
  3893. USE_SOVERSOLARIS='0'
  3894. USE_XML='1'
  3895. VENDOR='custom'
  3896. WAYLAND_EGL_CFLAGS=''
  3897. WAYLAND_EGL_LIBS='-lwayland-egl -lwayland-client -lm'
  3898. WEBKIT_CFLAGS='-I/usr/include/webkitgtk-4.1 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/libsoup-3.0 -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
  3899. WEBKIT_LIBS='-lwebkit2gtk-4.1 -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lcairo-gobject -lgdk_pixbuf-2.0 -latk-1.0 -lpango-1.0 -lcairo -lharfbuzz -lsoup-3.0 -lgio-2.0 -lgmodule-2.0 -pthread -ljavascriptcoregtk-4.1 -lgobject-2.0 -lglib-2.0'
  3900. WIDGET_SET=''
  3901. WINDOWS_IMPLIB='0'
  3902. WINDRES=''
  3903. WITH_PLUGIN_SDL='0'
  3904. WXCONFIG_CFLAGS='-pthread'
  3905. WXCONFIG_CPPFLAGS=' -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__'
  3906. WXCONFIG_CXXFLAGS='-pthread'
  3907. WXCONFIG_LDFLAGS='-pthread '
  3908. WXCONFIG_LDFLAGS_GUI=''
  3909. WXCONFIG_LIBS='-lwxscintilla-3.2 -lz -lexpat -lpcre2-32 -lpng -lz -ljpeg -ltiff -lz -lsecret-1 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lcurl -lm'
  3910. WXCONFIG_RESFLAGS=''
  3911. WXCONFIG_RPATH='-Wl,-rpath,$libdir'
  3912. WXUNIV='0'
  3913. WX_CFLAGS='-pthread -Wall -Wundef -O2 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-3.0/unix-print -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/pixman-1 -D_GNU_SOURCE -fvisibility=hidden'
  3914. WX_CHARTYPE='unicode'
  3915. WX_CPPFLAGS='-I${wx_top_builddir}/lib/wx/include/gtk3-unicode-3.2 -I${top_srcdir}/include -D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/blkid -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
  3916. WX_CXXFLAGS='-pthread -Wall -Wundef -Wunused-parameter -Wno-ctor-dtor-privacy -Woverloaded-virtual -Wno-deprecated-declarations -O2 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gtk-3.0/unix-print -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/libsecret-1 -I/usr/include/webkitgtk-4.1 -I/usr/include/libsoup-3.0 -I/usr/include/gstreamer-1.0 -fvisibility=hidden -fvisibility-inlines-hidden'
  3917. WX_FLAVOUR=''
  3918. WX_LDFLAGS='-pthread '
  3919. WX_LIBRARY_BASENAME_GUI='wx_gtk3u'
  3920. WX_LIBRARY_BASENAME_NOGUI='wx_baseu'
  3921. WX_LIB_FLAVOUR=''
  3922. WX_RELEASE='3.2'
  3923. WX_SUBVERSION='3.2.9.0'
  3924. WX_VERSION='3.2.9'
  3925. WX_VERSION_TAG='WXU_3.2'
  3926. XKBCOMMON_CFLAGS=''
  3927. XKBCOMMON_LIBS='-lxkbcommon'
  3928. XMKMF=''
  3929. XTST_CFLAGS=''
  3930. XTST_LIBS='-lXtst'
  3931. X_CFLAGS=''
  3932. X_EXTRA_LIBS=''
  3933. X_LIBS=''
  3934. X_PRE_LIBS=''
  3935. Xinerama_CFLAGS=''
  3936. Xinerama_LIBS=''
  3937. Xxf86vm_CFLAGS=''
  3938. Xxf86vm_LIBS='-lXxf86vm'
  3939. ac_ct_CC='gcc'
  3940. ac_ct_CXX='g++'
  3941. bindir='${exec_prefix}/bin'
  3942. build='x86_64-pc-linux-gnu'
  3943. build_alias=''
  3944. build_cpu='x86_64'
  3945. build_os='linux-gnu'
  3946. build_vendor='pc'
  3947. cross_compiling='no'
  3948. datadir='${datarootdir}'
  3949. datarootdir='${prefix}/share'
  3950. dlldir='${exec_prefix}/lib'
  3951. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  3952. dvidir='${docdir}'
  3953. exec_prefix='${prefix}'
  3954. host='x86_64-pc-linux-gnu'
  3955. host_alias=''
  3956. host_cpu='x86_64'
  3957. host_os='linux-gnu'
  3958. host_vendor='pc'
  3959. htmldir='${docdir}'
  3960. includedir='${prefix}/include'
  3961. infodir='${datarootdir}/info'
  3962. libdir='${exec_prefix}/lib'
  3963. libexecdir='${exec_prefix}/libexec'
  3964. localedir='${datarootdir}/locale'
  3965. localstatedir='${prefix}/var'
  3966. mandir='${datarootdir}/man'
  3967. oldincludedir='/usr/include'
  3968. pdfdir='${docdir}'
  3969. prefix='/usr/local'
  3970. program_transform_name='s,x,x,'
  3971. psdir='${docdir}'
  3972. runstatedir='${localstatedir}/run'
  3973. sbindir='${exec_prefix}/sbin'
  3974. sharedstatedir='${prefix}/com'
  3975. subdirs_extra=''
  3976. sysconfdir='${prefix}/etc'
  3977. target_alias=''
  3978. wxCFLAGS_C99=''
  3979. wxPCRE2_CODE_UNIT_WIDTH=''
  3980. wxUSE_EXPAT='sys'
  3981. wxUSE_LIBJPEG='sys'
  3982. wxUSE_LIBPNG='sys'
  3983. wxUSE_LIBTIFF='sys'
  3984. wxUSE_REGEX='sys'
  3985. wxUSE_XML='yes'
  3986. wxUSE_ZLIB='sys'
  3987. wx_top_builddir='/sources/wxWidgets-3.2.9'
  3988.  
  3989. ## ----------- ##
  3990. ## confdefs.h. ##
  3991. ## ----------- ##
  3992.  
  3993. /* confdefs.h */
  3994. #define PACKAGE_NAME "wxWidgets"
  3995. #define PACKAGE_TARNAME "wxwidgets"
  3996. #define PACKAGE_VERSION "3.2.9"
  3997. #define PACKAGE_STRING "wxWidgets 3.2.9"
  3998. #define PACKAGE_BUGREPORT "[email protected]"
  3999. #define PACKAGE_URL ""
  4000. #define __LINUX__ 1
  4001. #define _GNU_SOURCE 1
  4002. #define __UNIX__ 1
  4003. #define STDC_HEADERS 1
  4004. #define HAVE_SYS_TYPES_H 1
  4005. #define HAVE_SYS_STAT_H 1
  4006. #define HAVE_STDLIB_H 1
  4007. #define HAVE_STRING_H 1
  4008. #define HAVE_MEMORY_H 1
  4009. #define HAVE_STRINGS_H 1
  4010. #define HAVE_INTTYPES_H 1
  4011. #define HAVE_STDINT_H 1
  4012. #define HAVE_UNISTD_H 1
  4013. #define HAVE_LANGINFO_H 1
  4014. #define HAVE_WCHAR_H 1
  4015. #define HAVE_SYS_SELECT_H 1
  4016. #define HAVE_CXXABI_H 1
  4017. #define SIZEOF_SHORT 2
  4018. #define SIZEOF_VOID_P 8
  4019. #define SIZEOF_INT 4
  4020. #define SIZEOF_LONG 8
  4021. #define SIZEOF_SIZE_T 8
  4022. #define SIZEOF_LONG_LONG 8
  4023. #define SIZEOF_WCHAR_T 4
  4024. #define HAVE_VA_COPY 1
  4025. #define _FILE_OFFSET_BITS 64
  4026. #define HAVE_LARGEFILE_SUPPORT 1
  4027. #define HAVE_FSEEKO 1
  4028. #define HAVE_STD_WSTRING 1
  4029. #define HAVE_STD__ISTREAM 1
  4030. #define HAVE_STD__OSTREAM 1
  4031. #define HAVE_TYPE_TRAITS 1
  4032. #define HAVE_GCC_ATOMIC_BUILTINS 1
  4033. #define HAVE_SIN 1
  4034. #define HAVE_CEIL 1
  4035. #define HAVE_STRTOULL 1
  4036. #define wxUSE_REGEX 1
  4037. #define wxUSE_ZLIB 1
  4038. #define wxUSE_LIBPNG 1
  4039. #define wxUSE_LIBJPEG 1
  4040. #define wxUSE_LIBTIFF 1
  4041. #define wxUSE_XML 1
  4042. #define wxUSE_NANOSVG 1
  4043. #define __WXGTK220__ 1
  4044. #define __WXGTK218__ 1
  4045. #define __WXGTK210__ 1
  4046. #define HAVE_X11_XLIB_H 1
  4047. #define HAVE_X11_XKBLIB_H 1
  4048. #define HAVE_X11_EXTENSIONS_XF86VMODE_H 1
  4049. #define wxUSE_GLCANVAS_EGL 1
  4050. #define wxUSE_OPENGL 1
  4051. #define wxUSE_GLCANVAS 1
  4052. #define wxHAVE_ELF_SYMVER 1
  4053. #define wxHAVE_ELF_SYMVER_MULTIPLE 1
  4054. #define HAVE_VISIBILITY 1
  4055. #define wxELF_VERSION_PREFIX "WXU_"
  4056. #define HAVE_SSIZE_T 1
  4057. #define wxSIZE_T_IS_ULONG 1
  4058. #define wxWCHAR_T_IS_REAL_TYPE 1
  4059. #define HAVE_PW_GECOS 1
  4060. #define HAVE_WCSLEN 1
  4061. #define HAVE_WCSLEN 1
  4062. #define HAVE_WCSFTIME 1
  4063. #define HAVE_STRNLEN 1
  4064. #define HAVE_WCSDUP 1
  4065. #define HAVE_WCSNLEN 1
  4066. #define HAVE_WCSCASECMP 1
  4067. #define HAVE_WCSNCASECMP 1
  4068. #define HAVE_MBSTATE_T 1
  4069. #define HAVE_WCSRTOMBS 1
  4070. #define HAVE_SNPRINTF 1
  4071. #define HAVE_VSNPRINTF 1
  4072. #define HAVE_VSSCANF 1
  4073. #define HAVE_UNIX98_PRINTF 1
  4074. #define HAVE_FPUTWS 1
  4075. #define HAVE_WPRINTF 1
  4076. #define HAVE_VSWPRINTF 1
  4077. #define HAVE_VSWSCANF 1
  4078. #define HAVE_FSYNC 1
  4079. #define HAVE_ROUND 1
  4080. #define HAVE_ICONV 1
  4081. #define ICONV_CONST
  4082. #define HAVE_SIGACTION 1
  4083. #define wxTYPE_SA_HANDLER int
  4084. #define HAVE_CXA_DEMANGLE 1
  4085. #define HAVE_MKSTEMP 1
  4086. #define HAVE_STATFS_DECL 1
  4087. #define HAVE_STATFS 1
  4088. #define WX_STATFS_T struct statfs
  4089. #define HAVE_FCNTL 1
  4090. #define HAVE_SETENV 1
  4091. #define HAVE_UNSETENV 1
  4092. #define HAVE_NANOSLEEP 1
  4093. #define HAVE_NANOSLEEP 1
  4094. #define HAVE_UNAME 1
  4095. #define HAVE_STRTOK_R 1
  4096. #define HAVE_INET_ADDR 1
  4097. #define HAVE_INET_ADDR 1
  4098. #define HAVE_INET_ATON 1
  4099. #define HAVE_INET_ATON 1
  4100. #define HAVE_FDOPEN 1
  4101. #define HAVE_SYSCONF 1
  4102. #define HAVE_GETPWUID_R 1
  4103. #define HAVE_GETGRGID_R 1
  4104. #define HAVE_PTHREAD_SETCONCURRENCY 1
  4105. #define HAVE_PTHREAD_SET_CONCURRENCY 1
  4106. #define wxHAVE_PTHREAD_CLEANUP 1
  4107. #define HAVE_SCHED_H 1
  4108. #define HAVE_SCHED_YIELD 1
  4109. #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
  4110. #define HAVE_PTHREAD_CANCEL 1
  4111. #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1
  4112. #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
  4113. #define HAVE_PTHREAD_MUTEXATTR_T 1
  4114. #define HAVE_PTHREAD_MUTEXATTR_SETTYPE_DECL 1
  4115. #define HAVE_ABI_FORCEDUNWIND 1
  4116. #define HAVE_LOCALTIME_R 1
  4117. #define HAVE_GMTIME_R 1
  4118. #define HAVE_GETHOSTBYNAME_R 1
  4119. #define HAVE_FUNC_GETHOSTBYNAME_R_6 1
  4120. #define HAVE_FUNC_GETSERVBYNAME_R_6 1
  4121. #define wxUSE_COMPILER_TLS 1
  4122. #define wxUSE_THREADS 1
  4123. #define __WXGTK3__ 1
  4124. #define __WXGTK20__ 1
  4125. #define WXWIN_COMPATIBILITY_3_0 1
  4126. #define wxUSE_GUI 1
  4127. #define wxUSE_UNIX 1
  4128. #define HAVE_DLOPEN 1
  4129. #define HAVE_DLOPEN 1
  4130. #define HAVE_DLADDR 1
  4131. #define HAVE_DLADDR 1
  4132. #define wxUSE_DYNAMIC_LOADER 1
  4133. #define wxUSE_DYNLIB_CLASS 1
  4134. #define wxHAS_INOTIFY 1
  4135. #define wxUSE_FSWATCHER 1
  4136. #define HAVE_XKBCOMMON 1
  4137. #define wxUSE_SECRETSTORE 1
  4138. #define wxUSE_ANY 1
  4139. #define wxUSE_APPLE_IEEE 1
  4140. #define wxUSE_TIMER 1
  4141. #define HAVE_SYS_SOUNDCARD_H 1
  4142. #define wxUSE_SOUND 1
  4143. #define wxUSE_GTKPRINT 1
  4144. #define wxUSE_LIBNOTIFY_0_7 1
  4145. #define wxUSE_LIBNOTIFY 1
  4146. #define wxUSE_CMDLINE_PARSER 1
  4147. #define wxUSE_STOPWATCH 1
  4148. #define wxUSE_DATETIME 1
  4149. #define wxUSE_FILE 1
  4150. #define wxUSE_FFILE 1
  4151. #define wxUSE_ARCHIVE_STREAMS 1
  4152. #define wxUSE_ZIPSTREAM 1
  4153. #define wxUSE_TARSTREAM 1
  4154. #define wxUSE_FILE_HISTORY 1
  4155. #define wxUSE_FILESYSTEM 1
  4156. #define wxUSE_FS_ARCHIVE 1
  4157. #define wxUSE_FS_ZIP 1
  4158. #define wxUSE_FSVOLUME 1
  4159. #define wxUSE_ON_FATAL_EXCEPTION 1
  4160. #define wxUSE_STACKWALKER 1
  4161. #define wxUSE_DEBUGREPORT 1
  4162. #define wxUSE_SNGLINST_CHECKER 1
  4163. #define wxUSE_BUSYINFO 1
  4164. #define wxUSE_STD_CONTAINERS_COMPATIBLY 1
  4165. #define wxUSE_STD_IOSTREAM 1
  4166. #define wxUSE_STD_STRING 1
  4167. #define wxUSE_UNSAFE_WXSTRING_CONV 1
  4168. #define wxUSE_STDPATHS 1
  4169. #define wxUSE_TEXTBUFFER 1
  4170. #define wxUSE_TEXTFILE 1
  4171. #define wxUSE_CONFIG 1
  4172. #define wxUSE_CONFIG_NATIVE 1
  4173. #define wxUSE_INTL 1
  4174. #define wxUSE_XLOCALE 1
  4175. #define HAVE_LOCALE_T 1
  4176. #define wxUSE_LOG 1
  4177. #define wxUSE_LOGGUI 1
  4178. #define wxUSE_LOGWINDOW 1
  4179. #define wxUSE_LOG_DIALOG 1
  4180. #define wxUSE_LONGLONG 1
  4181. #define wxUSE_GEOMETRY 1
  4182. #define wxUSE_BASE64 1
  4183. #define wxUSE_STREAMS 1
  4184. #define wxUSE_PRINTF_POS_PARAMS 1
  4185. #define wxUSE_CONSOLE_EVENTLOOP 1
  4186. #define wxUSE_SELECT_DISPATCHER 1
  4187. #define HAVE_SYS_EPOLL_H 1
  4188. #define wxUSE_EPOLL_DISPATCHER 1
  4189. #define HAVE_GETTIMEOFDAY 1
  4190. #define WX_TIMEZONE timezone
  4191. #define HAVE_LOCALTIME 1
  4192. #define WX_GMTOFF_IN_TM 1
  4193. #define HAVE_NL_TIME_FIRST_WEEKDAY 1
  4194. #define HAVE_SETPRIORITY 1
  4195. #define WX_SOCKLEN_T socklen_t
  4196. #define SOCKOPTLEN_T socklen_t
  4197. #define wxUSE_IPV6 1
  4198. #define wxUSE_SOCKETS 1
  4199. #define wxUSE_PROTOCOL 1
  4200. #define wxUSE_PROTOCOL_HTTP 1
  4201. #define wxUSE_PROTOCOL_FTP 1
  4202. #define wxUSE_PROTOCOL_FILE 1
  4203. #define wxUSE_URL 1
  4204. #define wxUSE_VARIANT 1
  4205. #define wxUSE_FS_INET 1
  4206. #define wxUSE_WEBREQUEST_CURL 1
  4207. #define wxUSE_WEBREQUEST 1
  4208. #define HAVE_LINUX_JOYSTICK_H 1
  4209. #define wxUSE_JOYSTICK 1
  4210. #define wxUSE_FONTENUM 1
  4211. #define wxUSE_FONTMAP 1
  4212. #define wxUSE_UNICODE 1
  4213. #define wxUSE_CONSTRAINTS 1
  4214. #define wxUSE_MDI 1
  4215. #define wxUSE_MDI_ARCHITECTURE 1
  4216. #define wxUSE_DOC_VIEW_ARCHITECTURE 1
  4217. #define wxUSE_HELP 1
  4218. #define wxUSE_WXHTML_HELP 1
  4219. #define wxUSE_PRINTING_ARCHITECTURE 1
  4220. #define wxUSE_POSTSCRIPT 1
  4221. #define wxUSE_AFM_FOR_POSTSCRIPT 1
  4222. #define wxUSE_SVG 1
  4223. #define wxUSE_IPC 1
  4224. #define wxUSE_DATAOBJ 1
  4225. #define wxUSE_CLIPBOARD 1
  4226. #define wxUSE_DRAG_AND_DROP 1
  4227. #define wxUSE_SPLINES 1
  4228. #define wxUSE_MOUSEWHEEL 1
  4229. #define wxUSE_XTEST 1
  4230. #define wxUSE_UIACTIONSIMULATOR 1
  4231. #define wxUSE_DC_TRANSFORM_MATRIX 1
  4232. #define wxUSE_MARKUP 1
  4233. #define wxUSE_ACCEL 1
  4234. #define wxUSE_ACTIVITYINDICATOR 1
  4235. #define wxUSE_ADDREMOVECTRL 1
  4236. #define wxUSE_ANIMATIONCTRL 1
  4237. #define wxUSE_BANNERWINDOW 1
  4238. #define wxUSE_BUTTON 1
  4239. #define wxUSE_BMPBUTTON 1
  4240. #define wxUSE_CALENDARCTRL 1
  4241. #define wxUSE_CARET 1
  4242. #define wxUSE_COLLPANE 1
  4243. #define wxUSE_COMBOBOX 1
  4244. #define wxUSE_COMBOCTRL 1
  4245. #define wxUSE_COMMANDLINKBUTTON 1
  4246. #define wxUSE_CHOICE 1
  4247. #define wxUSE_CHOICEBOOK 1
  4248. #define wxUSE_CHECKBOX 1
  4249. #define wxUSE_CHECKLISTBOX 1
  4250. #define wxUSE_COLOURPICKERCTRL 1
  4251. #define wxUSE_DATEPICKCTRL 1
  4252. #define wxUSE_DIRPICKERCTRL 1
  4253. #define wxUSE_FILECTRL 1
  4254. #define wxUSE_FILEPICKERCTRL 1
  4255. #define wxUSE_FONTPICKERCTRL 1
  4256. #define wxUSE_DISPLAY 1
  4257. #define wxUSE_DETECT_SM 1
  4258. #define wxUSE_GAUGE 1
  4259. #define wxUSE_GRID 1
  4260. #define wxUSE_HEADERCTRL 1
  4261. #define wxUSE_HYPERLINKCTRL 1
  4262. #define wxUSE_BITMAPCOMBOBOX 1
  4263. #define wxUSE_DATAVIEWCTRL 1
  4264. #define wxUSE_NATIVE_DATAVIEWCTRL 1
  4265. #define wxUSE_IMAGLIST 1
  4266. #define wxUSE_INFOBAR 1
  4267. #define wxUSE_LISTBOOK 1
  4268. #define wxUSE_LISTBOX 1
  4269. #define wxUSE_LISTCTRL 1
  4270. #define wxUSE_EDITABLELISTBOX 1
  4271. #define wxUSE_NOTEBOOK 1
  4272. #define wxUSE_NOTIFICATION_MESSAGE 1
  4273. #define wxUSE_ODCOMBOBOX 1
  4274. #define wxUSE_RADIOBOX 1
  4275. #define wxUSE_RADIOBTN 1
  4276. #define wxUSE_REARRANGECTRL 1
  4277. #define wxUSE_RICHMSGDLG 1
  4278. #define wxUSE_RICHTOOLTIP 1
  4279. #define wxUSE_SASH 1
  4280. #define wxUSE_SCROLLBAR 1
  4281. #define wxUSE_SEARCHCTRL 1
  4282. #define wxUSE_SLIDER 1
  4283. #define wxUSE_SPINBTN 1
  4284. #define wxUSE_SPINCTRL 1
  4285. #define wxUSE_SPLITTER 1
  4286. #define wxUSE_STATBMP 1
  4287. #define wxUSE_STATBOX 1
  4288. #define wxUSE_STATTEXT 1
  4289. #define wxUSE_STATLINE 1
  4290. #define wxUSE_NATIVE_STATUSBAR 1
  4291. #define wxUSE_STATUSBAR 1
  4292. #define wxUSE_TEXTCTRL 1
  4293. #define wxUSE_RICHEDIT 1
  4294. #define wxUSE_RICHEDIT2 1
  4295. #define wxUSE_TIMEPICKCTRL 1
  4296. #define wxUSE_TOGGLEBTN 1
  4297. #define wxUSE_TOOLBAR 1
  4298. #define wxUSE_TOOLBAR_NATIVE 1
  4299. #define wxUSE_TOOLTIPS 1
  4300. #define wxUSE_TREEBOOK 1
  4301. #define wxUSE_TOOLBOOK 1
  4302. #define wxUSE_TREECTRL 1
  4303. #define wxUSE_TREELISTCTRL 1
  4304. #define wxUSE_POPUPWIN 1
  4305. #define wxUSE_PREFERENCES_EDITOR 1
  4306. #define wxUSE_PRIVATE_FONTS 1
  4307. #define wxUSE_DIALUP_MANAGER 1
  4308. #define wxUSE_TIPWINDOW 1
  4309. #define wxUSE_CONTROLS 1
  4310. #define wxUSE_ARTPROVIDER_STD 1
  4311. #define wxUSE_DRAGIMAGE 1
  4312. #define wxUSE_EXCEPTIONS 1
  4313. #define wxUSE_HTML 1
  4314. #define wxUSE_XRC 1
  4315. #define wxUSE_AUI 1
  4316. #define wxUSE_PROPGRID 1
  4317. #define wxUSE_RIBBON 1
  4318. #define wxUSE_STC 1
  4319. #define wxUSE_MENUS 1
  4320. #define wxUSE_MENUBAR 1
  4321. #define wxUSE_MIMETYPE 1
  4322. #define wxUSE_MINIFRAME 1
  4323. #define wxUSE_SYSTEM_OPTIONS 1
  4324. #define wxUSE_TASKBARICON 1
  4325. #define wxUSE_TASKBARICON_BALLOONS 1
  4326. #define wxUSE_VALIDATORS 1
  4327. #define wxUSE_PALETTE 1
  4328. #define wxUSE_RICHTEXT 1
  4329. #define wxUSE_WEBVIEW_WEBKIT2 1
  4330. #define wxUSE_WEBVIEW 1
  4331. #define wxUSE_IMAGE 1
  4332. #define wxUSE_GIF 1
  4333. #define wxUSE_PCX 1
  4334. #define wxUSE_TGA 1
  4335. #define wxUSE_IFF 1
  4336. #define wxUSE_PNM 1
  4337. #define wxUSE_XPM 1
  4338. #define wxUSE_ICO_CUR 1
  4339. #define wxUSE_ABOUTDLG 1
  4340. #define wxUSE_CHOICEDLG 1
  4341. #define wxUSE_COLOURDLG 1
  4342. #define wxUSE_CREDENTIALDLG 1
  4343. #define wxUSE_FILEDLG 1
  4344. #define wxUSE_FINDREPLDLG 1
  4345. #define wxUSE_FONTDLG 1
  4346. #define wxUSE_DIRDLG 1
  4347. #define wxUSE_MSGDLG 1
  4348. #define wxUSE_NUMBERDLG 1
  4349. #define wxUSE_PROGRESSDLG 1
  4350. #define wxUSE_NATIVE_PROGRESSDLG 1
  4351. #define wxUSE_SPLASH 1
  4352. #define wxUSE_STARTUP_TIPS 1
  4353. #define wxUSE_TEXTDLG 1
  4354. #define wxUSE_WIZARDDLG 1
  4355. #define HAVE_CAIRO_PUSH_GROUP 1
  4356. #define wxUSE_CAIRO 1
  4357. #define wxUSE_GRAPHICS_CONTEXT 1
  4358. #define wxUSE_GSTREAMER_PLAYER 1
  4359. #define wxUSE_GSTREAMER 1
  4360. #define wxUSE_MEDIACTRL 1
  4361. #define wxINSTALL_PREFIX "/usr/local"
  4362.  
  4363. configure: exit 0
Add Comment
Please, Sign In to add comment