Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 793127 Details for
Bug 860036
x11-libs/wxGTK-3.0.5.1[gstreamer]: missing dependency on gstreamer
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
config.log
config.log (text/x-log), 197.82 KB, created by
haarp
on 2022-07-22 10:53:48 UTC
(
hide
)
Description:
config.log
Filename:
MIME Type:
Creator:
haarp
Created:
2022-07-22 10:53:48 UTC
Size:
197.82 KB
patch
obsolete
>This file contains any messages produced by compilers while >running configure, to aid debugging if configure makes a mistake. > >It was created by wxWidgets configure 3.0.5, which was >generated by GNU Autoconf 2.69. Invocation command line was > > $ /var/tmp/portage/x11-libs/wxGTK-3.0.5.1/work/wxWidgets-3.0.5.1/configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --docdir=/usr/share/doc/wxGTK-3.0.5.1 --htmldir=/usr/share/doc/wxGTK-3.0.5.1/html --with-zlib=sys --with-expat=sys --enable-compat28 --with-sdl --libdir=${prefix}/lib --enable-graphics_ctx --with-gtkprint --enable-gui --with-gtk=3 --with-libpng=sys --with-libjpeg=sys --without-gnomevfs --enable-mediactrl --disable-webview --with-libnotify --with-opengl --with-libtiff=sys > >## --------- ## >## Platform. ## >## --------- ## > >hostname = hellbringer >uname -m = x86_64 >uname -r = 5.15.52-gentoo-HH >uname -s = Linux >uname -v = #1 SMP PREEMPT Fri Jul 15 10:09:41 CEST 2022 > >/usr/bin/uname -p = Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz >/bin/uname -X = unknown > >/bin/arch = unknown >/usr/bin/arch -k = unknown >/usr/convex/getsysinfo = unknown >/usr/bin/hostinfo = unknown >/bin/machine = unknown >/usr/bin/oslevel = unknown >/bin/universe = unknown > >PATH: /usr/lib/portage/python3.10/ebuild-helpers/xattr >PATH: /usr/lib/portage/python3.10/ebuild-helpers >PATH: /usr/local/sbin >PATH: /usr/local/bin >PATH: /usr/sbin >PATH: /usr/bin >PATH: /sbin >PATH: /bin >PATH: /opt/bin >PATH: /usr/lib/llvm/14/bin >PATH: /opt/vmware/bin > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:3697: loading site script /usr/share/config.site >| #!/bin/sh >| # Copyright 2009-2014 Gentoo Foundation >| # Distributed under the terms of the GNU General Public License v2 >| >| # provided by crossdev >| SITEDIR="/usr/share/crossdev/include/site" >| >| # user override >| ETC_SITEDIR="/etc/crossdev/include/site" >| >| config_site_arch() { >| local host="${CHOST%%-*}" >| >| case ${host} in >| arm*b*) host=armeb ;; >| arm*) host=arm ;; >| mips*l*) host=mipsel ;; >| mips*) host=mips ;; >| esac >| >| echo "${host}" >| } >| >| config_site_names() { >| local site_arch="$(config_site_arch)" >| local sites="" >| local x >| >| case ${CHOST} in >| *-linux-*) sites="${sites} linux ${site_arch}-linux" ;; >| *-darwin*) sites="${sites} darwin ${site_arch}-darwin" ;; >| mingw*|*-mingw*) sites="${sites} mingw ${site_arch}-mingw" ;; >| esac >| >| case ${CHOST} in >| *-linux-uclibc*) sites="${sites} linux-uclibc ${site_arch}-linux-uclibc" ;; >| *-linux-gnu*) sites="${sites} linux-gnu ${site_arch}-linux-gnu" ;; >| *-linux-musl*) sites="${sites} linux-musl ${site_arch}-linux-musl" ;; >| esac >| >| case ${CHOST} in >| *-linux-uclibceabi*) sites="${sites} linux-uclibceabi ${site_arch}-linux-uclibceabi" ;; >| *-linux-gnueabi*) sites="${sites} linux-gnueabi ${site_arch}-linux-gnueabi" ;; >| esac >| >| for x in ${sites} ${CHOST}; do >| [ -e "${SITEDIR}/${x}" ] && echo "${SITEDIR}/${x}" >| [ -e "${ETC_SITEDIR}/${x}" ] && echo "${ETC_SITEDIR}/${x}" >| done >| } >| >| # Only kick in for cross-compiles so we don't break native builds #427184 >| if [ "${CBUILD:-${CHOST}}" != "${CHOST}" ] ; then >| sites="$(config_site_names)" >| if [ -n "${sites}" ] ; then >| for site in ${sites}; do >| echo "${0##*/}: loading site script ${site}" >| . "${site}" >| done >| fi >| unset site sites >| fi >configure:3829: checking build system type >configure:3843: result: i686-pc-linux-gnu >configure:3863: checking host system type >configure:3876: result: i686-pc-linux-gnu >configure:4257: checking for --disable-gui >configure:4287: result: no >configure:4301: checking for --enable-monolithic >configure:4331: result: no >configure:4345: checking for --enable-plugins >configure:4375: result: no >configure:4388: checking for --without-subdirs >configure:4419: result: no >configure:4439: checking for --enable-official_build >configure:4469: result: no >configure:4492: checking for --disable-all-features >configure:4522: result: no >configure:4545: checking for --enable-universal >configure:4575: result: no >configure:4700: checking for --enable-nanox >configure:4730: result: no >configure:4744: checking for --enable-gpe >configure:4774: result: no >configure:4779: checking for toolkit >configure:4846: result: gtk >configure:4869: checking for --with-libpng >configure:4903: result: system version >configure:4913: checking for --with-libjpeg >configure:4947: result: system version >configure:4957: checking for --with-libtiff >configure:4991: result: system version >configure:5010: checking for --without-libjbig >configure:5041: result: no >configure:5054: checking for --without-liblzma >configure:5085: result: no >configure:5089: checking for --with-libxpm >configure:5117: result: yes >configure:5142: checking for --with-libiconv >configure:5173: result: yes >configure:5186: checking for --with-libmspack >configure:5217: result: no >configure:5230: checking for --without-gtkprint >configure:5261: result: no >configure:5274: checking for --with-gnomevfs >configure:5305: result: no >configure:5318: checking for --with-libnotify >configure:5349: result: yes >configure:5362: checking for --with-hildon >configure:5393: result: no >configure:5406: checking for --with-opengl >configure:5437: result: yes >configure:5453: checking for --with-dmalloc >configure:5484: result: no >configure:5497: checking for --with-sdl >configure:5528: result: yes >configure:5532: checking for --with-regex >configure:5560: result: yes >configure:5576: checking for --with-zlib >configure:5610: result: system version >configure:5620: checking for --with-expat >configure:5654: result: system version >configure:5664: checking for --with-macosx-sdk >configure:5675: result: >configure:5678: checking for --with-macosx-version-min >configure:5689: result: >configure:5693: checking for --enable-debug >configure:5714: result: default >configure:5747: checking for --disable-debug_flag >configure:5777: result: no >configure:5791: checking for --enable-debug_info >configure:5821: result: no >configure:5837: checking for --enable-debug_gdb >configure:5867: result: no >configure:5881: checking for --enable-debug_cntxt >configure:5911: result: no >configure:5925: checking for --enable-mem_tracing >configure:5955: result: no >configure:5971: checking for --disable-shared >configure:6001: result: no >configure:6015: checking for --enable-stl >configure:6045: result: no >configure:6064: checking for --enable-std_containers >configure:6094: result: no >configure:6108: checking for --enable-std_iostreams >configure:6138: result: yes >configure:6152: checking for --enable-std_string >configure:6182: result: yes >configure:6196: checking for --enable-std_string_conv_in_wxstring >configure:6226: result: no >configure:6240: checking for --disable-unicode >configure:6270: result: no >configure:6284: checking for --enable-mslu >configure:6314: result: no >configure:6319: checking for --enable-utf8 >configure:6335: result: no >configure:6349: checking for --enable-utf8only >configure:6379: result: no >configure:6393: checking for --enable-extended_rtti >configure:6423: result: no >configure:6485: checking for --disable-optimise >configure:6515: result: no >configure:6530: checking for --enable-profile >configure:6560: result: no >configure:6574: checking for --enable-no_rtti >configure:6604: result: no >configure:6618: checking for --enable-no_exceptions >configure:6648: result: no >configure:6662: checking for --enable-permissive >configure:6692: result: no >configure:6706: checking for --enable-no_deps >configure:6736: result: no >configure:6750: checking for --disable-vararg_macros >configure:6780: result: no >configure:6786: checking for --enable-universal_binary >configure:6802: result: no >configure:6807: checking for --enable-macosx_arch >configure:6823: result: no >configure:6838: checking for --enable-compat26 >configure:6868: result: no >configure:6882: checking for --disable-compat28 >configure:6912: result: no >configure:6927: checking for --disable-rpath >configure:6957: result: no >configure:6972: checking for --enable-objc_uniquifying >configure:7002: result: no >configure:7017: checking for --disable-visibility >configure:7047: result: no >configure:7061: checking for --disable-tls >configure:7091: result: no >configure:7107: checking for --enable-intl >configure:7137: result: yes >configure:7151: checking for --enable-xlocale >configure:7181: result: yes >configure:7195: checking for --enable-config >configure:7225: result: yes >configure:7240: checking for --enable-protocols >configure:7270: result: yes >configure:7284: checking for --enable-ftp >configure:7314: result: yes >configure:7328: checking for --enable-http >configure:7358: result: yes >configure:7372: checking for --enable-fileproto >configure:7402: result: yes >configure:7416: checking for --enable-sockets >configure:7446: result: yes >configure:7460: checking for --enable-ipv6 >configure:7490: result: no >configure:7504: checking for --enable-ole >configure:7534: result: yes >configure:7548: checking for --enable-dataobj >configure:7578: result: yes >configure:7593: checking for --enable-ipc >configure:7623: result: yes >configure:7638: checking for --enable-baseevtloop >configure:7668: result: yes >configure:7682: checking for --enable-epollloop >configure:7712: result: yes >configure:7726: checking for --enable-selectloop >configure:7756: result: yes >configure:7771: checking for --enable-any >configure:7801: result: yes >configure:7815: checking for --enable-apple_ieee >configure:7845: result: yes >configure:7859: checking for --enable-arcstream >configure:7889: result: yes >configure:7903: checking for --enable-base64 >configure:7933: result: yes >configure:7947: checking for --enable-backtrace >configure:7977: result: yes >configure:7991: checking for --enable-catch_segvs >configure:8021: result: yes >configure:8035: checking for --enable-cmdline >configure:8065: result: yes >configure:8079: checking for --enable-datetime >configure:8109: result: yes >configure:8123: checking for --enable-debugreport >configure:8153: result: yes >configure:8167: checking for --enable-dialupman >configure:8197: result: yes >configure:8211: checking for --enable-dynlib >configure:8241: result: yes >configure:8255: checking for --enable-dynamicloader >configure:8285: result: yes >configure:8299: checking for --enable-exceptions >configure:8329: result: yes >configure:8343: checking for --enable-ffile >configure:8373: result: yes >configure:8387: checking for --enable-file >configure:8417: result: yes >configure:8431: checking for --enable-filehistory >configure:8461: result: yes >configure:8475: checking for --enable-filesystem >configure:8505: result: yes >configure:8519: checking for --enable-fontenum >configure:8549: result: yes >configure:8563: checking for --enable-fontmap >configure:8593: result: yes >configure:8607: checking for --enable-fs_archive >configure:8637: result: yes >configure:8651: checking for --enable-fs_inet >configure:8681: result: yes >configure:8695: checking for --enable-fs_zip >configure:8725: result: yes >configure:8739: checking for --enable-fsvolume >configure:8769: result: yes >configure:8783: checking for --enable-fswatcher >configure:8813: result: yes >configure:8827: checking for --enable-geometry >configure:8857: result: yes >configure:8871: checking for --enable-log >configure:8901: result: yes >configure:8915: checking for --enable-longlong >configure:8945: result: yes >configure:8959: checking for --enable-mimetype >configure:8989: result: yes >configure:9003: checking for --enable-printfposparam >configure:9033: result: yes >configure:9047: checking for --enable-snglinst >configure:9077: result: yes >configure:9091: checking for --enable-sound >configure:9121: result: yes >configure:9135: checking for --enable-stdpaths >configure:9165: result: yes >configure:9179: checking for --enable-stopwatch >configure:9209: result: yes >configure:9223: checking for --enable-streams >configure:9253: result: yes >configure:9267: checking for --enable-sysoptions >configure:9297: result: yes >configure:9311: checking for --enable-tarstream >configure:9341: result: yes >configure:9355: checking for --enable-textbuf >configure:9385: result: yes >configure:9399: checking for --enable-textfile >configure:9429: result: yes >configure:9443: checking for --enable-timer >configure:9473: result: yes >configure:9487: checking for --enable-variant >configure:9517: result: yes >configure:9531: checking for --enable-zipstream >configure:9561: result: yes >configure:9576: checking for --enable-url >configure:9606: result: yes >configure:9620: checking for --enable-protocol >configure:9650: result: yes >configure:9664: checking for --enable-protocol_http >configure:9694: result: yes >configure:9708: checking for --enable-protocol_ftp >configure:9738: result: yes >configure:9752: checking for --enable-protocol_file >configure:9782: result: yes >configure:9797: checking for --enable-threads >configure:9827: result: yes >configure:9842: checking for --enable-iniconf >configure:9872: result: no >configure:9886: checking for --enable-regkey >configure:9916: result: yes >configure:9934: checking for --enable-docview >configure:9964: result: yes >configure:9978: checking for --enable-help >configure:10008: result: yes >configure:10022: checking for --enable-mshtmlhelp >configure:10052: result: yes >configure:10066: checking for --enable-html >configure:10096: result: yes >configure:10110: checking for --enable-htmlhelp >configure:10140: result: yes >configure:10154: checking for --enable-xrc >configure:10184: result: yes >configure:10198: checking for --enable-aui >configure:10228: result: yes >configure:10242: checking for --enable-propgrid >configure:10272: result: yes >configure:10286: checking for --enable-ribbon >configure:10316: result: yes >configure:10330: checking for --enable-stc >configure:10360: result: yes >configure:10374: checking for --enable-constraints >configure:10404: result: yes >configure:10418: checking for --enable-loggui >configure:10448: result: yes >configure:10462: checking for --enable-logwin >configure:10492: result: yes >configure:10506: checking for --enable-logdialog >configure:10536: result: yes >configure:10550: checking for --enable-mdi >configure:10580: result: yes >configure:10594: checking for --enable-mdidoc >configure:10624: result: yes >configure:10638: checking for --enable-mediactrl >configure:10668: result: yes >configure:10682: checking for --enable-gstreamer8 >configure:10712: result: no >configure:10726: checking for --enable-richtext >configure:10756: result: yes >configure:10770: checking for --enable-postscript >configure:10800: result: yes >configure:10814: checking for --enable-printarch >configure:10844: result: yes >configure:10858: checking for --enable-svg >configure:10888: result: yes >configure:10902: checking for --enable-webkit >configure:10932: result: yes >configure:10946: checking for --enable-webview >configure:10976: result: no >configure:10992: checking for --enable-graphics_ctx >configure:11022: result: yes >configure:11084: checking for --enable-clipboard >configure:11114: result: yes >configure:11128: checking for --enable-dnd >configure:11158: result: yes >configure:11175: checking for --disable-controls >configure:11205: result: no >configure:11284: checking for --enable-markup >configure:11314: result: yes >configure:11329: checking for --enable-accel >configure:11359: result: yes >configure:11373: checking for --enable-animatectrl >configure:11403: result: yes >configure:11417: checking for --enable-bannerwindow >configure:11447: result: yes >configure:11461: checking for --enable-artstd >configure:11491: result: yes >configure:11505: checking for --enable-arttango >configure:11535: result: auto >configure:11549: checking for --enable-bmpbutton >configure:11579: result: yes >configure:11593: checking for --enable-bmpcombobox >configure:11623: result: yes >configure:11637: checking for --enable-button >configure:11667: result: yes >configure:11681: checking for --enable-calendar >configure:11711: result: yes >configure:11725: checking for --enable-caret >configure:11755: result: yes >configure:11769: checking for --enable-checkbox >configure:11799: result: yes >configure:11813: checking for --enable-checklst >configure:11843: result: yes >configure:11857: checking for --enable-choice >configure:11887: result: yes >configure:11901: checking for --enable-choicebook >configure:11931: result: yes >configure:11945: checking for --enable-collpane >configure:11975: result: yes >configure:11989: checking for --enable-colourpicker >configure:12019: result: yes >configure:12033: checking for --enable-combobox >configure:12063: result: yes >configure:12077: checking for --enable-comboctrl >configure:12107: result: yes >configure:12121: checking for --enable-commandlinkbutton >configure:12151: result: yes >configure:12165: checking for --enable-dataviewctrl >configure:12195: result: yes >configure:12209: checking for --enable-datepick >configure:12239: result: yes >configure:12253: checking for --enable-detect_sm >configure:12283: result: yes >configure:12297: checking for --enable-dirpicker >configure:12327: result: yes >configure:12341: checking for --enable-display >configure:12371: result: yes >configure:12385: checking for --enable-editablebox >configure:12415: result: yes >configure:12429: checking for --enable-filectrl >configure:12459: result: yes >configure:12473: checking for --enable-filepicker >configure:12503: result: yes >configure:12517: checking for --enable-fontpicker >configure:12547: result: yes >configure:12561: checking for --enable-gauge >configure:12591: result: yes >configure:12605: checking for --enable-grid >configure:12635: result: yes >configure:12649: checking for --enable-headerctrl >configure:12679: result: yes >configure:12693: checking for --enable-hyperlink >configure:12723: result: yes >configure:12737: checking for --enable-imaglist >configure:12767: result: yes >configure:12781: checking for --enable-infobar >configure:12811: result: yes >configure:12825: checking for --enable-listbook >configure:12855: result: yes >configure:12869: checking for --enable-listbox >configure:12899: result: yes >configure:12913: checking for --enable-listctrl >configure:12943: result: yes >configure:12957: checking for --enable-notebook >configure:12987: result: yes >configure:13001: checking for --enable-notifmsg >configure:13031: result: yes >configure:13045: checking for --enable-odcombobox >configure:13075: result: yes >configure:13089: checking for --enable-popupwin >configure:13119: result: yes >configure:13133: checking for --enable-prefseditor >configure:13163: result: yes >configure:13177: checking for --enable-radiobox >configure:13207: result: yes >configure:13221: checking for --enable-radiobtn >configure:13251: result: yes >configure:13265: checking for --enable-richmsgdlg >configure:13295: result: yes >configure:13309: checking for --enable-richtooltip >configure:13339: result: yes >configure:13353: checking for --enable-rearrangectrl >configure:13383: result: yes >configure:13397: checking for --enable-sash >configure:13427: result: yes >configure:13441: checking for --enable-scrollbar >configure:13471: result: yes >configure:13485: checking for --enable-searchctrl >configure:13515: result: yes >configure:13529: checking for --enable-slider >configure:13559: result: yes >configure:13573: checking for --enable-spinbtn >configure:13603: result: yes >configure:13617: checking for --enable-spinctrl >configure:13647: result: yes >configure:13661: checking for --enable-splitter >configure:13691: result: yes >configure:13705: checking for --enable-statbmp >configure:13735: result: yes >configure:13749: checking for --enable-statbox >configure:13779: result: yes >configure:13793: checking for --enable-statline >configure:13823: result: yes >configure:13837: checking for --enable-stattext >configure:13867: result: yes >configure:13881: checking for --enable-statusbar >configure:13911: result: yes >configure:13925: checking for --enable-taskbaricon >configure:13955: result: yes >configure:13969: checking for --enable-tbarnative >configure:13999: result: yes >configure:14013: checking for --enable-textctrl >configure:14043: result: yes >configure:14057: checking for --enable-timepick >configure:14087: result: yes >configure:14101: checking for --enable-tipwindow >configure:14131: result: yes >configure:14145: checking for --enable-togglebtn >configure:14175: result: yes >configure:14189: checking for --enable-toolbar >configure:14219: result: yes >configure:14233: checking for --enable-toolbook >configure:14263: result: yes >configure:14277: checking for --enable-treebook >configure:14307: result: yes >configure:14321: checking for --enable-treectrl >configure:14351: result: yes >configure:14365: checking for --enable-treelist >configure:14395: result: yes >configure:14411: checking for --enable-commondlg >configure:14441: result: yes >configure:14455: checking for --enable-aboutdlg >configure:14485: result: yes >configure:14499: checking for --enable-choicedlg >configure:14529: result: yes >configure:14543: checking for --enable-coldlg >configure:14573: result: yes >configure:14587: checking for --enable-filedlg >configure:14617: result: yes >configure:14631: checking for --enable-finddlg >configure:14661: result: yes >configure:14675: checking for --enable-fontdlg >configure:14705: result: yes >configure:14719: checking for --enable-dirdlg >configure:14749: result: yes >configure:14763: checking for --enable-msgdlg >configure:14793: result: yes >configure:14807: checking for --enable-numberdlg >configure:14837: result: yes >configure:14851: checking for --enable-splash >configure:14881: result: yes >configure:14895: checking for --enable-textdlg >configure:14925: result: yes >configure:14939: checking for --enable-tipdlg >configure:14969: result: yes >configure:14983: checking for --enable-progressdlg >configure:15013: result: yes >configure:15027: checking for --enable-wizarddlg >configure:15057: result: yes >configure:15073: checking for --enable-menus >configure:15103: result: yes >configure:15117: checking for --enable-miniframe >configure:15147: result: yes >configure:15161: checking for --enable-tooltips >configure:15191: result: yes >configure:15205: checking for --enable-splines >configure:15235: result: yes >configure:15249: checking for --enable-mousewheel >configure:15279: result: yes >configure:15293: checking for --enable-validators >configure:15323: result: yes >configure:15337: checking for --enable-busyinfo >configure:15367: result: yes >configure:15381: checking for --enable-hotkey >configure:15411: result: auto >configure:15425: checking for --enable-joystick >configure:15455: result: yes >configure:15469: checking for --enable-metafile >configure:15499: result: auto >configure:15513: checking for --enable-dragimage >configure:15543: result: yes >configure:15557: checking for --enable-accessibility >configure:15587: result: no >configure:15601: checking for --enable-uiactionsim >configure:15631: result: yes >configure:15645: checking for --enable-dctransform >configure:15675: result: yes >configure:15689: checking for --enable-webviewwebkit >configure:15719: result: yes >configure:15735: checking for --enable-palette >configure:15765: result: yes >configure:15779: checking for --enable-image >configure:15809: result: yes >configure:15823: checking for --enable-gif >configure:15853: result: yes >configure:15867: checking for --enable-pcx >configure:15897: result: yes >configure:15911: checking for --enable-tga >configure:15941: result: yes >configure:15955: checking for --enable-iff >configure:15985: result: yes >configure:15999: checking for --enable-pnm >configure:16029: result: yes >configure:16043: checking for --enable-xpm >configure:16073: result: yes >configure:16087: checking for --enable-ico_cur >configure:16117: result: yes >configure:16133: checking for --enable-dccache >configure:16163: result: yes >configure:16177: checking for --enable-ps-in-msw >configure:16207: result: yes >configure:16221: checking for --enable-ownerdrawn >configure:16251: result: yes >configure:16265: checking for --enable-uxtheme >configure:16295: result: yes >configure:16309: checking for --enable-wxdib >configure:16339: result: yes >configure:16353: checking for --enable-webviewie >configure:16383: result: yes >configure:16402: checking for --enable-autoidman >configure:16432: result: no >configure:16526: checking for i686-pc-linux-gnu-gcc >configure:16553: result: x86_64-pc-linux-gnu-gcc -m32 >configure:16822: checking for C compiler version >configure:16831: x86_64-pc-linux-gnu-gcc -m32 --version >&5 >x86_64-pc-linux-gnu-gcc (Gentoo 11.3.0 p4) 11.3.0 >Copyright (C) 2021 Free Software Foundation, Inc. >This is free software; see the source for copying conditions. There is NO >warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > >configure:16842: $? = 0 >configure:16831: x86_64-pc-linux-gnu-gcc -m32 -v >&5 >Using built-in specs. >COLLECT_GCC=x86_64-pc-linux-gnu-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/11.3.0/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-11.3.0/work/gcc-11.3.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/11.3.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.3.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.3.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.3.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include/g++-v11 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/11.3.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 11.3.0 p4' --disable-esp --enable-libstdcxx-time --disable-libstdcxx-pch --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libssp --disable-libada --disable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --with-zstd --enable-lto --with-isl --disable-isl-version-check --enable-default-pie --enable-default-ssp --with-build-config=bootstrap-lto >Thread model: posix >Supported LTO compression algorithms: zlib zstd >gcc version 11.3.0 (Gentoo 11.3.0 p4) >configure:16842: $? = 0 >configure:16831: x86_64-pc-linux-gnu-gcc -m32 -V >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized command-line option '-V' >x86_64-pc-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:16842: $? = 1 >configure:16831: x86_64-pc-linux-gnu-gcc -m32 -qversion >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'? >x86_64-pc-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:16842: $? = 1 >configure:16862: checking whether the C compiler works >configure:16884: x86_64-pc-linux-gnu-gcc -m32 -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:16888: $? = 0 >configure:16936: result: yes >configure:16939: checking for C compiler default output file name >configure:16941: result: a.out >configure:16947: checking for suffix of executables >configure:16954: x86_64-pc-linux-gnu-gcc -m32 -o conftest -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:16958: $? = 0 >configure:16980: result: >configure:17002: checking whether we are cross compiling >configure:17010: x86_64-pc-linux-gnu-gcc -m32 -o conftest -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:17014: $? = 0 >configure:17021: ./conftest >configure:17025: $? = 0 >configure:17040: result: no >configure:17045: checking for suffix of object files >configure:17067: x86_64-pc-linux-gnu-gcc -m32 -c -pipe -march=native -O2 conftest.c >&5 >configure:17071: $? = 0 >configure:17092: result: o >configure:17096: checking whether we are using the GNU C compiler >configure:17115: x86_64-pc-linux-gnu-gcc -m32 -c -pipe -march=native -O2 conftest.c >&5 >configure:17115: $? = 0 >configure:17124: result: yes >configure:17133: checking whether x86_64-pc-linux-gnu-gcc -m32 accepts -g >configure:17153: x86_64-pc-linux-gnu-gcc -m32 -c -g conftest.c >&5 >configure:17153: $? = 0 >configure:17194: result: yes >configure:17211: checking for x86_64-pc-linux-gnu-gcc -m32 option to accept ISO C89 >configure:17274: x86_64-pc-linux-gnu-gcc -m32 -c -pipe -march=native -O2 conftest.c >&5 >configure:17274: $? = 0 >configure:17287: result: none needed >configure:17320: checking whether we are using the Intel C compiler >configure:17340: x86_64-pc-linux-gnu-gcc -m32 -c -pipe -march=native -O2 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:16:17: error: unknown type name 'choke' > 16 | choke me > | ^~~~~ >configure:17340: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "wxWidgets" >| #define PACKAGE_TARNAME "wxwidgets" >| #define PACKAGE_VERSION "3.0.5" >| #define PACKAGE_STRING "wxWidgets 3.0.5" >| #define PACKAGE_BUGREPORT "wx-dev@lists.wxwidgets.org" >| #define PACKAGE_URL "" >| #define __LINUX__ 1 >| /* end confdefs.h. */ >| >| int >| main () >| { >| >| #ifndef __INTEL_COMPILER >| choke me >| #endif >| >| ; >| return 0; >| } >configure:17350: result: no >configure:17880: checking how to run the C preprocessor >configure:17911: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:17911: $? = 0 >configure:17925: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:10:10: fatal error: ac_nonexistent.h: No such file or directory > 10 | #include <ac_nonexistent.h> > | ^~~~~~~~~~~~~~~~~~ >compilation terminated. >configure:17925: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "wxWidgets" >| #define PACKAGE_TARNAME "wxwidgets" >| #define PACKAGE_VERSION "3.0.5" >| #define PACKAGE_STRING "wxWidgets 3.0.5" >| #define PACKAGE_BUGREPORT "wx-dev@lists.wxwidgets.org" >| #define PACKAGE_URL "" >| #define __LINUX__ 1 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:17950: result: x86_64-pc-linux-gnu-gcc -m32 -E >configure:17970: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:17970: $? = 0 >configure:17984: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:10:10: fatal error: ac_nonexistent.h: No such file or directory > 10 | #include <ac_nonexistent.h> > | ^~~~~~~~~~~~~~~~~~ >compilation terminated. >configure:17984: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "wxWidgets" >| #define PACKAGE_TARNAME "wxwidgets" >| #define PACKAGE_VERSION "3.0.5" >| #define PACKAGE_STRING "wxWidgets 3.0.5" >| #define PACKAGE_BUGREPORT "wx-dev@lists.wxwidgets.org" >| #define PACKAGE_URL "" >| #define __LINUX__ 1 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:18013: checking for grep that handles long lines and -e >configure:18071: result: /bin/grep >configure:18076: checking for egrep >configure:18138: result: /bin/grep -E >configure:18144: checking whether x86_64-pc-linux-gnu-gcc -m32 needs -traditional >configure:18178: result: no >configure:18299: checking for C++ compiler version >configure:18308: x86_64-pc-linux-gnu-g++ -m32 --version >&5 >x86_64-pc-linux-gnu-g++ (Gentoo 11.3.0 p4) 11.3.0 >Copyright (C) 2021 Free Software Foundation, Inc. >This is free software; see the source for copying conditions. There is NO >warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > >configure:18319: $? = 0 >configure:18308: x86_64-pc-linux-gnu-g++ -m32 -v >&5 >Using built-in specs. >COLLECT_GCC=x86_64-pc-linux-gnu-g++ >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/11.3.0/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-11.3.0/work/gcc-11.3.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/11.3.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.3.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.3.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.3.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/include/g++-v11 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/11.3.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 11.3.0 p4' --disable-esp --enable-libstdcxx-time --disable-libstdcxx-pch --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libssp --disable-libada --disable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --with-zstd --enable-lto --with-isl --disable-isl-version-check --enable-default-pie --enable-default-ssp --with-build-config=bootstrap-lto >Thread model: posix >Supported LTO compression algorithms: zlib zstd >gcc version 11.3.0 (Gentoo 11.3.0 p4) >configure:18319: $? = 0 >configure:18308: x86_64-pc-linux-gnu-g++ -m32 -V >&5 >x86_64-pc-linux-gnu-g++: error: unrecognized command-line option '-V' >x86_64-pc-linux-gnu-g++: fatal error: no input files >compilation terminated. >configure:18319: $? = 1 >configure:18308: x86_64-pc-linux-gnu-g++ -m32 -qversion >&5 >x86_64-pc-linux-gnu-g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? >x86_64-pc-linux-gnu-g++: fatal error: no input files >compilation terminated. >configure:18319: $? = 1 >configure:18323: checking whether we are using the GNU C++ compiler >configure:18342: x86_64-pc-linux-gnu-g++ -m32 -c -pipe -march=native -O2 conftest.cpp >&5 >configure:18342: $? = 0 >configure:18351: result: yes >configure:18360: checking whether x86_64-pc-linux-gnu-g++ -m32 accepts -g >configure:18380: x86_64-pc-linux-gnu-g++ -m32 -c -g conftest.cpp >&5 >configure:18380: $? = 0 >configure:18421: result: yes >configure:18457: checking whether we are using the Intel C++ compiler >configure:18477: x86_64-pc-linux-gnu-g++ -m32 -c -pipe -march=native -O2 conftest.cpp >&5 >conftest.cpp: In function 'int main()': >conftest.cpp:16:17: error: 'choke' was not declared in this scope > 16 | choke me > | ^~~~~ >configure:18477: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "wxWidgets" >| #define PACKAGE_TARNAME "wxwidgets" >| #define PACKAGE_VERSION "3.0.5" >| #define PACKAGE_STRING "wxWidgets 3.0.5" >| #define PACKAGE_BUGREPORT "wx-dev@lists.wxwidgets.org" >| #define PACKAGE_URL "" >| #define __LINUX__ 1 >| /* end confdefs.h. */ >| >| int >| main () >| { >| >| #ifndef __INTEL_COMPILER >| choke me >| #endif >| >| ; >| return 0; >| } >configure:18487: result: no >configure:18792: checking whether we are using the Sun C++ compiler >configure:18812: x86_64-pc-linux-gnu-g++ -m32 -c -pipe -march=native -O2 conftest.cpp >&5 >conftest.cpp: In function 'int main()': >conftest.cpp:16:17: error: 'choke' was not declared in this scope > 16 | choke me > | ^~~~~ >configure:18812: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "wxWidgets" >| #define PACKAGE_TARNAME "wxwidgets" >| #define PACKAGE_VERSION "3.0.5" >| #define PACKAGE_STRING "wxWidgets 3.0.5" >| #define PACKAGE_BUGREPORT "wx-dev@lists.wxwidgets.org" >| #define PACKAGE_URL "" >| #define __LINUX__ 1 >| /* end confdefs.h. */ >| >| int >| main () >| { >| >| #ifndef __SUNPRO_CC >| choke me >| #endif >| >| ; >| return 0; >| } >configure:18822: result: no >configure:19020: checking for i686-pc-linux-gnu-ar >configure:19047: result: x86_64-pc-linux-gnu-ar >configure:19634: checking for ANSI C header files >configure:19654: x86_64-pc-linux-gnu-gcc -m32 -c -D_GNU_SOURCE -pipe -march=native -O2 conftest.c >&5 >configure:19654: $? = 0 >configure:19727: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:19727: $? = 0 >configure:19727: ./conftest >configure:19727: $? = 0 >configure:19738: result: yes >configure:19751: checking for sys/types.h >configure:19751: x86_64-pc-linux-gnu-gcc -m32 -c -D_GNU_SOURCE -pipe -march=native -O2 conftest.c >&5 >configure:19751: $? = 0 >configure:19751: result: yes >configure:19751: checking for sys/stat.h >configure:19751: x86_64-pc-linux-gnu-gcc -m32 -c -D_GNU_SOURCE -pipe -march=native -O2 conftest.c >&5 >configure:19751: $? = 0 >configure:19751: result: yes >configure:19751: checking for stdlib.h >configure:19751: x86_64-pc-linux-gnu-gcc -m32 -c -D_GNU_SOURCE -pipe -march=native -O2 conftest.c >&5 >configure:19751: $? = 0 >configure:19751: result: yes >configure:19751: checking for string.h >configure:19751: x86_64-pc-linux-gnu-gcc -m32 -c -D_GNU_SOURCE -pipe -march=native -O2 conftest.c >&5 >configure:19751: $? = 0 >configure:19751: result: yes >configure:19751: checking for memory.h >configure:19751: x86_64-pc-linux-gnu-gcc -m32 -c -D_GNU_SOURCE -pipe -march=native -O2 conftest.c >&5 >configure:19751: $? = 0 >configure:19751: result: yes >configure:19751: checking for strings.h >configure:19751: x86_64-pc-linux-gnu-gcc -m32 -c -D_GNU_SOURCE -pipe -march=native -O2 conftest.c >&5 >configure:19751: $? = 0 >configure:19751: result: yes >configure:19751: checking for inttypes.h >configure:19751: x86_64-pc-linux-gnu-gcc -m32 -c -D_GNU_SOURCE -pipe -march=native -O2 conftest.c >&5 >configure:19751: $? = 0 >configure:19751: result: yes >configure:19751: checking for stdint.h >configure:19751: x86_64-pc-linux-gnu-gcc -m32 -c -D_GNU_SOURCE -pipe -march=native -O2 conftest.c >&5 >configure:19751: $? = 0 >configure:19751: result: yes >configure:19751: checking for unistd.h >configure:19751: x86_64-pc-linux-gnu-gcc -m32 -c -D_GNU_SOURCE -pipe -march=native -O2 conftest.c >&5 >configure:19751: $? = 0 >configure:19751: result: yes >configure:19766: checking for langinfo.h >configure:19766: x86_64-pc-linux-gnu-gcc -m32 -c -D_GNU_SOURCE -pipe -march=native -O2 conftest.c >&5 >configure:19766: $? = 0 >configure:19766: result: yes >configure:19766: checking for wchar.h >configure:19766: x86_64-pc-linux-gnu-gcc -m32 -c -D_GNU_SOURCE -pipe -march=native -O2 conftest.c >&5 >configure:19766: $? = 0 >configure:19766: result: yes >configure:19808: checking for sys/select.h >configure:19808: x86_64-pc-linux-gnu-gcc -m32 -c -D_GNU_SOURCE -pipe -march=native -O2 conftest.c >&5 >configure:19808: $? = 0 >configure:19808: result: yes >configure:19828: checking for cxxabi.h >configure:19828: x86_64-pc-linux-gnu-g++ -m32 -c -pipe -march=native -O2 conftest.cpp >&5 >configure:19828: $? = 0 >configure:19828: result: yes >configure:19848: checking for an ANSI C-conforming const >configure:19914: x86_64-pc-linux-gnu-gcc -m32 -c -D_GNU_SOURCE -pipe -march=native -O2 conftest.c >&5 >configure:19914: $? = 0 >configure:19921: result: yes >configure:19929: checking for inline >configure:19945: x86_64-pc-linux-gnu-gcc -m32 -c -D_GNU_SOURCE -pipe -march=native -O2 conftest.c >&5 >configure:19945: $? = 0 >configure:19953: result: inline >configure:19976: checking size of short >configure:19981: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:19981: $? = 0 >configure:19981: ./conftest >configure:19981: $? = 0 >configure:19995: result: 2 >configure:20009: checking size of void * >configure:20014: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:20014: $? = 0 >configure:20014: ./conftest >configure:20014: $? = 0 >configure:20028: result: 4 >configure:20042: checking size of int >configure:20047: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:20047: $? = 0 >configure:20047: ./conftest >configure:20047: $? = 0 >configure:20061: result: 4 >configure:20075: checking size of long >configure:20080: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:20080: $? = 0 >configure:20080: ./conftest >configure:20080: $? = 0 >configure:20094: result: 4 >configure:20108: checking size of size_t >configure:20113: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:20113: $? = 0 >configure:20113: ./conftest >configure:20113: $? = 0 >configure:20127: result: 4 >configure:20217: checking size of long long >configure:20222: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:20222: $? = 0 >configure:20222: ./conftest >configure:20222: $? = 0 >configure:20236: result: 8 >configure:20252: checking size of wchar_t >configure:20257: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:20257: $? = 0 >configure:20257: ./conftest >configure:20257: $? = 0 >configure:20288: result: 4 >configure:20304: checking for va_copy >configure:20336: x86_64-pc-linux-gnu-g++ -m32 -o conftest -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >conftest.cpp: In function 'int main()': >conftest.cpp:47:25: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] > 47 | foo("hi", 17); > | ^~~~ >configure:20336: $? = 0 >configure:20353: result: yes >configure:20415: checking whether the compiler supports variadic macros >configure:20445: x86_64-pc-linux-gnu-g++ -m32 -c -pipe -march=native -O2 conftest.cpp >&5 >conftest.cpp: In function 'int main()': >conftest.cpp:44:26: warning: format '%p' expects argument of type 'void*', but argument 4 has type 'int' [-Wformat=] > 44 | test("%s %d %p", "test", 1, 0); > | ^~~~~~~~~~ ~ > | | > | int >conftest.cpp:38:51: note: in definition of macro 'test' > 38 | #define test(fmt, ...) printf(fmt, __VA_ARGS__) > | ^~~ >conftest.cpp:44:34: note: format string is defined here > 44 | test("%s %d %p", "test", 1, 0); > | ~^ > | | > | void* > | %d >configure:20445: $? = 0 >configure:20461: result: yes >configure:20483: checking for _FILE_OFFSET_BITS value needed for large files >configure:20504: x86_64-pc-linux-gnu-gcc -m32 -c -D_GNU_SOURCE -pipe -march=native -O2 conftest.c >&5 >configure:20504: $? = 0 >configure:20513: result: 64 >configure:20569: checking if large file support is available >configure:20575: result: yes >configure:20648: checking for _LARGEFILE_SOURCE value needed for large files >configure:20667: x86_64-pc-linux-gnu-g++ -m32 -o conftest -pipe -march=native -O2 -D_FILE_OFFSET_BITS=64 -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:20667: $? = 0 >configure:20695: result: no >configure:20727: checking whether byte ordering is bigendian >configure:20749: x86_64-pc-linux-gnu-gcc -m32 -c -D_GNU_SOURCE -pipe -march=native -O2 conftest.c >&5 >configure:20749: $? = 0 >configure:20766: x86_64-pc-linux-gnu-gcc -m32 -c -D_GNU_SOURCE -pipe -march=native -O2 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:46:2: error: unknown type name 'not'; did you mean 'ino_t'? > 46 | not big endian > | ^~~ > | ino_t >conftest.c:46:10: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' > 46 | not big endian > | ^~~~~~ >configure:20766: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "wxWidgets" >| #define PACKAGE_TARNAME "wxwidgets" >| #define PACKAGE_VERSION "3.0.5" >| #define PACKAGE_STRING "wxWidgets 3.0.5" >| #define PACKAGE_BUGREPORT "wx-dev@lists.wxwidgets.org" >| #define PACKAGE_URL "" >| #define __LINUX__ 1 >| #define _GNU_SOURCE 1 >| #define __UNIX__ 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_CXXABI_H 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_VOID_P 4 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_WCHAR_T 4 >| #define wxUSE_WCHAR_T 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_VARIADIC_MACROS 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_LARGEFILE_SUPPORT 1 >| #define HAVE_FSEEKO 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <sys/param.h> >| int >| main () >| { >| >| #if BYTE_ORDER != BIG_ENDIAN >| not big endian >| #endif >| ; >| return 0; >| } >configure:20802: result: no >configure:20825: checking for iostream >configure:20825: x86_64-pc-linux-gnu-g++ -m32 -c -pipe -march=native -O2 conftest.cpp >&5 >configure:20825: $? = 0 >configure:20825: result: yes >configure:20853: checking if C++ compiler supports the explicit keyword >configure:20882: x86_64-pc-linux-gnu-g++ -m32 -c -pipe -march=native -O2 conftest.cpp >&5 >configure:20882: $? = 0 >configure:20901: x86_64-pc-linux-gnu-g++ -m32 -c -pipe -march=native -O2 conftest.cpp >&5 >conftest.cpp: In function 'int main()': >conftest.cpp:48:25: error: invalid initialization of reference of type 'const Foo&' from expression of type 'int' > 48 | TakeFoo(17); > | ^~ >conftest.cpp:42:48: note: in passing argument 1 of 'void TakeFoo(const Foo&)' > 42 | static void TakeFoo(const Foo& foo) { } > | ~~~~~~~~~~~^~~ >configure:20901: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "wxWidgets" >| #define PACKAGE_TARNAME "wxwidgets" >| #define PACKAGE_VERSION "3.0.5" >| #define PACKAGE_STRING "wxWidgets 3.0.5" >| #define PACKAGE_BUGREPORT "wx-dev@lists.wxwidgets.org" >| #define PACKAGE_URL "" >| #define __LINUX__ 1 >| #define _GNU_SOURCE 1 >| #define __UNIX__ 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_CXXABI_H 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_VOID_P 4 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_WCHAR_T 4 >| #define wxUSE_WCHAR_T 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_VARIADIC_MACROS 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_LARGEFILE_SUPPORT 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_IOSTREAM 1 >| /* end confdefs.h. */ >| >| class Foo { public: explicit Foo(int) {} }; >| static void TakeFoo(const Foo& foo) { } >| >| int >| main () >| { >| >| TakeFoo(17); >| return 0; >| >| ; >| return 0; >| } >configure:20923: result: yes >configure:21058: checking for std::wstring in <string> >configure:21075: x86_64-pc-linux-gnu-g++ -m32 -c -pipe -march=native -O2 conftest.cpp >&5 >configure:21075: $? = 0 >configure:21085: result: yes >configure:21152: checking for std::istream >configure:21152: x86_64-pc-linux-gnu-g++ -m32 -c -pipe -march=native -O2 conftest.cpp >&5 >configure:21152: $? = 0 >configure:21152: x86_64-pc-linux-gnu-g++ -m32 -c -pipe -march=native -O2 conftest.cpp >&5 >conftest.cpp: In function 'int main()': >conftest.cpp:47:26: error: expected primary-expression before ')' token > 47 | if (sizeof ((std::istream))) > | ^ >configure:21152: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "wxWidgets" >| #define PACKAGE_TARNAME "wxwidgets" >| #define PACKAGE_VERSION "3.0.5" >| #define PACKAGE_STRING "wxWidgets 3.0.5" >| #define PACKAGE_BUGREPORT "wx-dev@lists.wxwidgets.org" >| #define PACKAGE_URL "" >| #define __LINUX__ 1 >| #define _GNU_SOURCE 1 >| #define __UNIX__ 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_CXXABI_H 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_VOID_P 4 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_WCHAR_T 4 >| #define wxUSE_WCHAR_T 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_VARIADIC_MACROS 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_LARGEFILE_SUPPORT 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_IOSTREAM 1 >| #define HAVE_EXPLICIT 1 >| #define HAVE_STD_WSTRING 1 >| /* end confdefs.h. */ >| #include <iostream> >| >| int >| main () >| { >| if (sizeof ((std::istream))) >| return 0; >| ; >| return 0; >| } >configure:21152: result: yes >configure:21164: checking for std::ostream >configure:21164: x86_64-pc-linux-gnu-g++ -m32 -c -pipe -march=native -O2 conftest.cpp >&5 >configure:21164: $? = 0 >configure:21164: x86_64-pc-linux-gnu-g++ -m32 -c -pipe -march=native -O2 conftest.cpp >&5 >conftest.cpp: In function 'int main()': >conftest.cpp:48:26: error: expected primary-expression before ')' token > 48 | if (sizeof ((std::ostream))) > | ^ >configure:21164: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "wxWidgets" >| #define PACKAGE_TARNAME "wxwidgets" >| #define PACKAGE_VERSION "3.0.5" >| #define PACKAGE_STRING "wxWidgets 3.0.5" >| #define PACKAGE_BUGREPORT "wx-dev@lists.wxwidgets.org" >| #define PACKAGE_URL "" >| #define __LINUX__ 1 >| #define _GNU_SOURCE 1 >| #define __UNIX__ 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_CXXABI_H 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_VOID_P 4 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_WCHAR_T 4 >| #define wxUSE_WCHAR_T 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_VARIADIC_MACROS 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_LARGEFILE_SUPPORT 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_IOSTREAM 1 >| #define HAVE_EXPLICIT 1 >| #define HAVE_STD_WSTRING 1 >| #define HAVE_STD__ISTREAM 1 >| /* end confdefs.h. */ >| #include <iostream> >| >| int >| main () >| { >| if (sizeof ((std::ostream))) >| return 0; >| ; >| return 0; >| } >configure:21164: result: yes >configure:21454: checking how to run the C++ preprocessor >configure:21481: x86_64-pc-linux-gnu-g++ -m32 -E conftest.cpp >configure:21481: $? = 0 >configure:21495: x86_64-pc-linux-gnu-g++ -m32 -E conftest.cpp >conftest.cpp:44:10: fatal error: ac_nonexistent.h: No such file or directory > 44 | #include <ac_nonexistent.h> > | ^~~~~~~~~~~~~~~~~~ >compilation terminated. >configure:21495: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "wxWidgets" >| #define PACKAGE_TARNAME "wxwidgets" >| #define PACKAGE_VERSION "3.0.5" >| #define PACKAGE_STRING "wxWidgets 3.0.5" >| #define PACKAGE_BUGREPORT "wx-dev@lists.wxwidgets.org" >| #define PACKAGE_URL "" >| #define __LINUX__ 1 >| #define _GNU_SOURCE 1 >| #define __UNIX__ 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_CXXABI_H 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_VOID_P 4 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_WCHAR_T 4 >| #define wxUSE_WCHAR_T 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_VARIADIC_MACROS 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_LARGEFILE_SUPPORT 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_IOSTREAM 1 >| #define HAVE_EXPLICIT 1 >| #define HAVE_STD_WSTRING 1 >| #define HAVE_STD__ISTREAM 1 >| #define HAVE_STD__OSTREAM 1 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:21520: result: x86_64-pc-linux-gnu-g++ -m32 -E >configure:21540: x86_64-pc-linux-gnu-g++ -m32 -E conftest.cpp >configure:21540: $? = 0 >configure:21554: x86_64-pc-linux-gnu-g++ -m32 -E conftest.cpp >conftest.cpp:44:10: fatal error: ac_nonexistent.h: No such file or directory > 44 | #include <ac_nonexistent.h> > | ^~~~~~~~~~~~~~~~~~ >compilation terminated. >configure:21554: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "wxWidgets" >| #define PACKAGE_TARNAME "wxwidgets" >| #define PACKAGE_VERSION "3.0.5" >| #define PACKAGE_STRING "wxWidgets 3.0.5" >| #define PACKAGE_BUGREPORT "wx-dev@lists.wxwidgets.org" >| #define PACKAGE_URL "" >| #define __LINUX__ 1 >| #define _GNU_SOURCE 1 >| #define __UNIX__ 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_CXXABI_H 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_VOID_P 4 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_WCHAR_T 4 >| #define wxUSE_WCHAR_T 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_VARIADIC_MACROS 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_LARGEFILE_SUPPORT 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_IOSTREAM 1 >| #define HAVE_EXPLICIT 1 >| #define HAVE_STD_WSTRING 1 >| #define HAVE_STD__ISTREAM 1 >| #define HAVE_STD__OSTREAM 1 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:21586: checking type_traits usability >configure:21586: x86_64-pc-linux-gnu-g++ -m32 -c -pipe -march=native -O2 conftest.cpp >&5 >configure:21586: $? = 0 >configure:21586: result: yes >configure:21586: checking type_traits presence >configure:21586: x86_64-pc-linux-gnu-g++ -m32 -E conftest.cpp >configure:21586: $? = 0 >configure:21586: result: yes >configure:21586: checking for type_traits >configure:21586: result: yes >configure:21600: checking for __sync_fetch_and_add and __sync_sub_and_fetch builtins >configure:21624: x86_64-pc-linux-gnu-g++ -m32 -o conftest -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:21624: $? = 0 >configure:21634: result: yes >configure:21694: checking for libraries directories >configure:21770: result: /usr/lib >configure:21903: checking for cos >configure:21903: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:69:6: warning: conflicting types for built-in function 'cos'; expected 'double(double)' [-Wbuiltin-declaration-mismatch] > 69 | char cos (); > | ^~~ >conftest.c:57:1: note: 'cos' is declared in header '<math.h>' > 56 | # include <limits.h> > 57 | #else >/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/x11-libs/wxGTK-3.0.5.1/temp/ccgV7U9Z.o: in function `main': >conftest.c:(.text.startup+0x13): undefined reference to `cos' >collect2: error: ld returned 1 exit status >configure:21903: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "wxWidgets" >| #define PACKAGE_TARNAME "wxwidgets" >| #define PACKAGE_VERSION "3.0.5" >| #define PACKAGE_STRING "wxWidgets 3.0.5" >| #define PACKAGE_BUGREPORT "wx-dev@lists.wxwidgets.org" >| #define PACKAGE_URL "" >| #define __LINUX__ 1 >| #define _GNU_SOURCE 1 >| #define __UNIX__ 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_CXXABI_H 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_VOID_P 4 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_WCHAR_T 4 >| #define wxUSE_WCHAR_T 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_VARIADIC_MACROS 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_LARGEFILE_SUPPORT 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_IOSTREAM 1 >| #define HAVE_EXPLICIT 1 >| #define HAVE_STD_WSTRING 1 >| #define HAVE_STD__ISTREAM 1 >| #define HAVE_STD__OSTREAM 1 >| #define HAVE_TYPE_TRAITS 1 >| #define HAVE_GCC_ATOMIC_BUILTINS 1 >| /* end confdefs.h. */ >| /* Define cos to an innocuous variant, in case <limits.h> declares cos. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define cos innocuous_cos >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char cos (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef cos >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char cos (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_cos || defined __stub___cos >| choke me >| #endif >| >| int >| main () >| { >| return cos (); >| ; >| return 0; >| } >configure:21903: result: no >configure:21914: checking for floor >configure:21914: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:69:6: warning: conflicting types for built-in function 'floor'; expected 'double(double)' [-Wbuiltin-declaration-mismatch] > 69 | char floor (); > | ^~~~~ >conftest.c:57:1: note: 'floor' is declared in header '<math.h>' > 56 | # include <limits.h> > 57 | #else >/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/x11-libs/wxGTK-3.0.5.1/temp/ccp1pmDg.o: in function `main': >conftest.c:(.text.startup+0x13): undefined reference to `floor' >collect2: error: ld returned 1 exit status >configure:21914: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "wxWidgets" >| #define PACKAGE_TARNAME "wxwidgets" >| #define PACKAGE_VERSION "3.0.5" >| #define PACKAGE_STRING "wxWidgets 3.0.5" >| #define PACKAGE_BUGREPORT "wx-dev@lists.wxwidgets.org" >| #define PACKAGE_URL "" >| #define __LINUX__ 1 >| #define _GNU_SOURCE 1 >| #define __UNIX__ 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_CXXABI_H 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_VOID_P 4 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_WCHAR_T 4 >| #define wxUSE_WCHAR_T 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_VARIADIC_MACROS 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_LARGEFILE_SUPPORT 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_IOSTREAM 1 >| #define HAVE_EXPLICIT 1 >| #define HAVE_STD_WSTRING 1 >| #define HAVE_STD__ISTREAM 1 >| #define HAVE_STD__OSTREAM 1 >| #define HAVE_TYPE_TRAITS 1 >| #define HAVE_GCC_ATOMIC_BUILTINS 1 >| /* end confdefs.h. */ >| /* Define floor to an innocuous variant, in case <limits.h> declares floor. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define floor innocuous_floor >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char floor (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef floor >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char floor (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_floor || defined __stub___floor >| choke me >| #endif >| >| int >| main () >| { >| return floor (); >| ; >| return 0; >| } >configure:21914: result: no >configure:21923: checking if floating point functions link without -lm >configure:21929: result: no >configure:21937: checking for sin >configure:21937: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >conftest.c:69:6: warning: conflicting types for built-in function 'sin'; expected 'double(double)' [-Wbuiltin-declaration-mismatch] > 69 | char sin (); > | ^~~ >conftest.c:57:1: note: 'sin' is declared in header '<math.h>' > 56 | # include <limits.h> > 57 | #else >configure:21937: $? = 0 >configure:21937: result: yes >configure:21948: checking for ceil >configure:21948: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >conftest.c:70:6: warning: conflicting types for built-in function 'ceil'; expected 'double(double)' [-Wbuiltin-declaration-mismatch] > 70 | char ceil (); > | ^~~~ >conftest.c:58:1: note: 'ceil' is declared in header '<math.h>' > 57 | # include <limits.h> > 58 | #else >configure:21948: $? = 0 >configure:21948: result: yes >configure:21957: checking if floating point functions link with -lm >configure:21960: result: yes >configure:22036: checking for strtoull >configure:22063: x86_64-pc-linux-gnu-g++ -m32 -o conftest -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.cpp -lm >&5 >configure:22063: $? = 0 >configure:22073: result: yes >configure:22201: checking pkg-config is at least version 0.9.0 >configure:22204: result: yes >configure:22221: WARNING: Defaulting to the builtin regex library for Unicode build. >configure:22272: checking for zlib.h >= 1.1.4 >configure:22300: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >conftest.c: In function 'main': >conftest.c:58:37: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] > 58 | if (!f) exit(1); > | ^~~~ >conftest.c:54:1: note: include '<stdlib.h>' or provide a declaration of 'exit' > 53 | #include <stdio.h> > +++ |+#include <stdlib.h> > 54 | >conftest.c:58:37: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] > 58 | if (!f) exit(1); > | ^~~~ >conftest.c:58:37: note: include '<stdlib.h>' or provide a declaration of 'exit' >conftest.c:64:29: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] > 64 | exit(0); > | ^~~~ >conftest.c:64:29: note: include '<stdlib.h>' or provide a declaration of 'exit' >configure:22300: $? = 0 >configure:22300: ./conftest >configure:22300: $? = 0 >configure:22311: result: yes >configure:22313: checking for zlib.h >configure:22313: result: yes >configure:22325: checking for deflate in -lz >configure:22350: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lz -lm >&5 >configure:22350: $? = 0 >configure:22359: result: yes >configure:22394: checking for png.h > 0.90 >configure:22419: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >conftest.c: In function 'main': >conftest.c:59:33: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] > 59 | if (!f) exit(1); > | ^~~~ >conftest.c:54:1: note: include '<stdlib.h>' or provide a declaration of 'exit' > 53 | #include <png.h> > +++ |+#include <stdlib.h> > 54 | #include <stdio.h> >conftest.c:59:33: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] > 59 | if (!f) exit(1); > | ^~~~ >conftest.c:59:33: note: include '<stdlib.h>' or provide a declaration of 'exit' >conftest.c:62:25: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] > 62 | exit(0); > | ^~~~ >conftest.c:62:25: note: include '<stdlib.h>' or provide a declaration of 'exit' >configure:22419: $? = 0 >configure:22419: ./conftest >configure:22419: $? = 0 >configure:22430: result: yes >configure:22432: checking for png.h >configure:22432: result: yes >configure:22441: checking for png_sig_cmp in -lpng >configure:22466: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lpng -lz -lm -lm >&5 >configure:22466: $? = 0 >configure:22475: result: yes >configure:22504: checking for jpeglib.h >configure:22525: x86_64-pc-linux-gnu-gcc -m32 -c -D_GNU_SOURCE -pipe -march=native -O2 conftest.c >&5 >configure:22525: $? = 0 >configure:22535: result: yes >configure:22539: checking for jpeg_read_header in -ljpeg >configure:22564: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.c -ljpeg -lm >&5 >configure:22564: $? = 0 >configure:22573: result: yes >configure:22666: checking for tiffio.h >configure:22666: x86_64-pc-linux-gnu-gcc -m32 -c -D_GNU_SOURCE -pipe -march=native -O2 conftest.c >&5 >configure:22666: $? = 0 >configure:22666: result: yes >configure:22671: checking for TIFFError in -ltiff >configure:22696: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.c -ltiff -lm -ljpeg -lz -lm >&5 >configure:22696: $? = 0 >configure:22705: result: yes >configure:22839: checking for expat.h >configure:22839: x86_64-pc-linux-gnu-gcc -m32 -c -D_GNU_SOURCE -pipe -march=native -O2 conftest.c >&5 >configure:22839: $? = 0 >configure:22839: result: yes >configure:22847: checking if expat.h is valid C++ header >configure:22870: x86_64-pc-linux-gnu-g++ -m32 -c -pipe -march=native -O2 conftest.cpp >&5 >configure:22870: $? = 0 >configure:22886: result: yes >configure:22889: checking for XML_ParserCreate in -lexpat >configure:22914: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lexpat -lm >&5 >configure:22914: $? = 0 >configure:22923: result: yes >configure:23101: checking for GTK+ version >configure:23110: result: >configure:23419: checking for pkg-config >configure:23437: found /usr/bin/pkg-config >configure:23450: result: /usr/bin/pkg-config >configure:23472: checking for GTK+ - version >= 3.0.0 >configure:23581: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -Wl,-O1 -Wl,--as-needed conftest.c -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lgthread-2.0 -pthread -lglib-2.0 -lm >&5 >configure:23581: $? = 0 >configure:23581: ./conftest >configure:23581: $? = 0 >configure:23595: result: yes (version 3.24.34) >configure:26092: checking for X11/Xlib.h >configure:26092: x86_64-pc-linux-gnu-gcc -m32 -c -D_GNU_SOURCE -pipe -march=native -O2 conftest.c >&5 >configure:26092: $? = 0 >configure:26092: result: yes >configure:26105: checking for X11/XKBlib.h >configure:26105: x86_64-pc-linux-gnu-gcc -m32 -c -D_GNU_SOURCE -pipe -march=native -O2 conftest.c >&5 >configure:26105: $? = 0 >configure:26105: result: yes >configure:26615: checking pkg-config is at least version 0.9.0 >configure:26618: result: yes >configure:26629: checking for Xxf86vm >configure:26637: $PKG_CONFIG --exists --print-errors "$fl_pkgname" >configure:26640: $? = 0 >configure:26655: $PKG_CONFIG --exists --print-errors "$fl_pkgname" >configure:26658: $? = 0 >configure:26830: result: yes >configure:26850: checking for X11/extensions/xf86vmode.h >configure:26850: x86_64-pc-linux-gnu-gcc -m32 -c -D_GNU_SOURCE -pipe -march=native -O2 conftest.c >&5 >configure:26850: $? = 0 >configure:26850: result: yes >configure:26981: checking pkg-config is at least version 0.9.0 >configure:26984: result: yes >configure:26995: checking for SM >configure:27003: $PKG_CONFIG --exists --print-errors "$fl_pkgname" >configure:27006: $? = 0 >configure:27021: $PKG_CONFIG --exists --print-errors "$fl_pkgname" >configure:27024: $? = 0 >configure:27196: result: yes >configure:27255: checking for OpenGL headers >configure:27268: result: found in /usr/include >configure:27289: checking for GL/gl.h >configure:27289: x86_64-pc-linux-gnu-gcc -m32 -c -D_GNU_SOURCE -pipe -march=native -O2 conftest.c >&5 >configure:27289: $? = 0 >configure:27289: result: yes >configure:27293: checking for GL/glu.h >configure:27293: x86_64-pc-linux-gnu-gcc -m32 -c -D_GNU_SOURCE -pipe -march=native -O2 conftest.c >&5 >configure:27293: $? = 0 >configure:27293: result: yes >configure:27407: checking pkg-config is at least version 0.9.0 >configure:27410: result: yes >configure:27421: checking for GL >configure:27429: $PKG_CONFIG --exists --print-errors "$fl_pkgname" >configure:27432: $? = 0 >configure:27447: $PKG_CONFIG --exists --print-errors "$fl_pkgname" >configure:27450: $? = 0 >configure:27622: result: yes >configure:27767: checking pkg-config is at least version 0.9.0 >configure:27770: result: yes >configure:27781: checking for GLU >configure:27789: $PKG_CONFIG --exists --print-errors "$fl_pkgname" >configure:27792: $? = 0 >configure:27807: $PKG_CONFIG --exists --print-errors "$fl_pkgname" >configure:27810: $? = 0 >configure:27982: result: yes >configure:28453: checking if the linker accepts --version-script >configure:28465: > x86_64-pc-linux-gnu-g++ -m32 -o conftest.output -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.cpp > -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr >configure:28468: $? = 0 >configure:28488: > x86_64-pc-linux-gnu-g++ -m32 -shared -fPIC -o conftest1.output -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.cpp > -Wl,--version-script,conftest.sym >/dev/null 2>/dev/null >configure:28491: $? = 0 >configure:28496: > x86_64-pc-linux-gnu-g++ -m32 -shared -fPIC -o conftest2.output -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.cpp > -Wl,--version-script,conftest.sym conftest1.output >/dev/null 2>/dev/null >configure:28499: $? = 0 >configure:28505: > x86_64-pc-linux-gnu-g++ -m32 -shared -fPIC -o conftest3.output -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.cpp > -Wl,--version-script,conftest.sym conftest2.output conftest1.output >/dev/null 2>/dev/null >configure:28508: $? = 0 >configure:28522: result: yes >configure:28538: checking for symbols visibility support >configure:28600: x86_64-pc-linux-gnu-g++ -m32 -c -pipe -march=native -O2 -fvisibility=hidden -fvisibility-inlines-hidden conftest.cpp >&5 >configure:28600: $? = 0 >configure:28615: result: yes >configure:28618: checking for broken libstdc++ visibility >configure:28650: x86_64-pc-linux-gnu-g++ -m32 -o conftest -pipe -march=native -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wl,-O1 -Wl,--as-needed -shared -fPIC conftest.cpp -lm >&5 >configure:28650: $? = 0 >configure:28667: result: no >configure:28980: checking for mode_t >configure:28980: x86_64-pc-linux-gnu-gcc -m32 -c -D_GNU_SOURCE -pipe -march=native -O2 conftest.c >&5 >configure:28980: $? = 0 >configure:28980: x86_64-pc-linux-gnu-gcc -m32 -c -D_GNU_SOURCE -pipe -march=native -O2 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:100:21: error: expected expression before ')' token > 100 | if (sizeof ((mode_t))) > | ^ >configure:28980: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "wxWidgets" >| #define PACKAGE_TARNAME "wxwidgets" >| #define PACKAGE_VERSION "3.0.5" >| #define PACKAGE_STRING "wxWidgets 3.0.5" >| #define PACKAGE_BUGREPORT "wx-dev@lists.wxwidgets.org" >| #define PACKAGE_URL "" >| #define __LINUX__ 1 >| #define _GNU_SOURCE 1 >| #define __UNIX__ 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_CXXABI_H 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_VOID_P 4 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_WCHAR_T 4 >| #define wxUSE_WCHAR_T 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_VARIADIC_MACROS 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_LARGEFILE_SUPPORT 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_IOSTREAM 1 >| #define HAVE_EXPLICIT 1 >| #define HAVE_STD_WSTRING 1 >| #define HAVE_STD__ISTREAM 1 >| #define HAVE_STD__OSTREAM 1 >| #define HAVE_TYPE_TRAITS 1 >| #define HAVE_GCC_ATOMIC_BUILTINS 1 >| #define HAVE_SIN 1 >| #define HAVE_CEIL 1 >| #define HAVE_STRTOULL 1 >| #define wxUSE_REGEX 1 >| #define wxUSE_ZLIB 1 >| #define wxUSE_LIBPNG 1 >| #define wxUSE_LIBJPEG 1 >| #define wxUSE_LIBTIFF 1 >| #define wxUSE_EXPAT 1 >| #define wxUSE_XML 1 >| #define __WXGTK218__ 1 >| #define __WXGTK210__ 1 >| #define HAVE_X11_XLIB_H 1 >| #define HAVE_X11_XKBLIB_H 1 >| #define HAVE_X11_EXTENSIONS_XF86VMODE_H 1 >| #define wxUSE_OPENGL 1 >| #define wxUSE_GLCANVAS 1 >| #define HAVE_VISIBILITY 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((mode_t))) >| return 0; >| ; >| return 0; >| } >configure:28980: result: yes >configure:28991: checking for off_t >configure:28991: x86_64-pc-linux-gnu-gcc -m32 -c -D_GNU_SOURCE -pipe -march=native -O2 conftest.c >&5 >configure:28991: $? = 0 >configure:28991: x86_64-pc-linux-gnu-gcc -m32 -c -D_GNU_SOURCE -pipe -march=native -O2 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:100:20: error: expected expression before ')' token > 100 | if (sizeof ((off_t))) > | ^ >configure:28991: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "wxWidgets" >| #define PACKAGE_TARNAME "wxwidgets" >| #define PACKAGE_VERSION "3.0.5" >| #define PACKAGE_STRING "wxWidgets 3.0.5" >| #define PACKAGE_BUGREPORT "wx-dev@lists.wxwidgets.org" >| #define PACKAGE_URL "" >| #define __LINUX__ 1 >| #define _GNU_SOURCE 1 >| #define __UNIX__ 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_CXXABI_H 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_VOID_P 4 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_WCHAR_T 4 >| #define wxUSE_WCHAR_T 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_VARIADIC_MACROS 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_LARGEFILE_SUPPORT 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_IOSTREAM 1 >| #define HAVE_EXPLICIT 1 >| #define HAVE_STD_WSTRING 1 >| #define HAVE_STD__ISTREAM 1 >| #define HAVE_STD__OSTREAM 1 >| #define HAVE_TYPE_TRAITS 1 >| #define HAVE_GCC_ATOMIC_BUILTINS 1 >| #define HAVE_SIN 1 >| #define HAVE_CEIL 1 >| #define HAVE_STRTOULL 1 >| #define wxUSE_REGEX 1 >| #define wxUSE_ZLIB 1 >| #define wxUSE_LIBPNG 1 >| #define wxUSE_LIBJPEG 1 >| #define wxUSE_LIBTIFF 1 >| #define wxUSE_EXPAT 1 >| #define wxUSE_XML 1 >| #define __WXGTK218__ 1 >| #define __WXGTK210__ 1 >| #define HAVE_X11_XLIB_H 1 >| #define HAVE_X11_XKBLIB_H 1 >| #define HAVE_X11_EXTENSIONS_XF86VMODE_H 1 >| #define wxUSE_OPENGL 1 >| #define wxUSE_GLCANVAS 1 >| #define HAVE_VISIBILITY 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((off_t))) >| return 0; >| ; >| return 0; >| } >configure:28991: result: yes >configure:29002: checking for pid_t >configure:29002: x86_64-pc-linux-gnu-gcc -m32 -c -D_GNU_SOURCE -pipe -march=native -O2 conftest.c >&5 >configure:29002: $? = 0 >configure:29002: x86_64-pc-linux-gnu-gcc -m32 -c -D_GNU_SOURCE -pipe -march=native -O2 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:100:20: error: expected expression before ')' token > 100 | if (sizeof ((pid_t))) > | ^ >configure:29002: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "wxWidgets" >| #define PACKAGE_TARNAME "wxwidgets" >| #define PACKAGE_VERSION "3.0.5" >| #define PACKAGE_STRING "wxWidgets 3.0.5" >| #define PACKAGE_BUGREPORT "wx-dev@lists.wxwidgets.org" >| #define PACKAGE_URL "" >| #define __LINUX__ 1 >| #define _GNU_SOURCE 1 >| #define __UNIX__ 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_CXXABI_H 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_VOID_P 4 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_WCHAR_T 4 >| #define wxUSE_WCHAR_T 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_VARIADIC_MACROS 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_LARGEFILE_SUPPORT 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_IOSTREAM 1 >| #define HAVE_EXPLICIT 1 >| #define HAVE_STD_WSTRING 1 >| #define HAVE_STD__ISTREAM 1 >| #define HAVE_STD__OSTREAM 1 >| #define HAVE_TYPE_TRAITS 1 >| #define HAVE_GCC_ATOMIC_BUILTINS 1 >| #define HAVE_SIN 1 >| #define HAVE_CEIL 1 >| #define HAVE_STRTOULL 1 >| #define wxUSE_REGEX 1 >| #define wxUSE_ZLIB 1 >| #define wxUSE_LIBPNG 1 >| #define wxUSE_LIBJPEG 1 >| #define wxUSE_LIBTIFF 1 >| #define wxUSE_EXPAT 1 >| #define wxUSE_XML 1 >| #define __WXGTK218__ 1 >| #define __WXGTK210__ 1 >| #define HAVE_X11_XLIB_H 1 >| #define HAVE_X11_XKBLIB_H 1 >| #define HAVE_X11_EXTENSIONS_XF86VMODE_H 1 >| #define wxUSE_OPENGL 1 >| #define wxUSE_GLCANVAS 1 >| #define HAVE_VISIBILITY 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((pid_t))) >| return 0; >| ; >| return 0; >| } >configure:29002: result: yes >configure:29013: checking for size_t >configure:29013: x86_64-pc-linux-gnu-gcc -m32 -c -D_GNU_SOURCE -pipe -march=native -O2 conftest.c >&5 >configure:29013: $? = 0 >configure:29013: x86_64-pc-linux-gnu-gcc -m32 -c -D_GNU_SOURCE -pipe -march=native -O2 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:100:21: error: expected expression before ')' token > 100 | if (sizeof ((size_t))) > | ^ >configure:29013: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "wxWidgets" >| #define PACKAGE_TARNAME "wxwidgets" >| #define PACKAGE_VERSION "3.0.5" >| #define PACKAGE_STRING "wxWidgets 3.0.5" >| #define PACKAGE_BUGREPORT "wx-dev@lists.wxwidgets.org" >| #define PACKAGE_URL "" >| #define __LINUX__ 1 >| #define _GNU_SOURCE 1 >| #define __UNIX__ 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_CXXABI_H 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_VOID_P 4 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_WCHAR_T 4 >| #define wxUSE_WCHAR_T 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_VARIADIC_MACROS 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_LARGEFILE_SUPPORT 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_IOSTREAM 1 >| #define HAVE_EXPLICIT 1 >| #define HAVE_STD_WSTRING 1 >| #define HAVE_STD__ISTREAM 1 >| #define HAVE_STD__OSTREAM 1 >| #define HAVE_TYPE_TRAITS 1 >| #define HAVE_GCC_ATOMIC_BUILTINS 1 >| #define HAVE_SIN 1 >| #define HAVE_CEIL 1 >| #define HAVE_STRTOULL 1 >| #define wxUSE_REGEX 1 >| #define wxUSE_ZLIB 1 >| #define wxUSE_LIBPNG 1 >| #define wxUSE_LIBJPEG 1 >| #define wxUSE_LIBTIFF 1 >| #define wxUSE_EXPAT 1 >| #define wxUSE_XML 1 >| #define __WXGTK218__ 1 >| #define __WXGTK210__ 1 >| #define HAVE_X11_XLIB_H 1 >| #define HAVE_X11_XKBLIB_H 1 >| #define HAVE_X11_EXTENSIONS_XF86VMODE_H 1 >| #define wxUSE_OPENGL 1 >| #define wxUSE_GLCANVAS 1 >| #define HAVE_VISIBILITY 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((size_t))) >| return 0; >| ; >| return 0; >| } >configure:29013: result: yes >configure:29025: checking for ssize_t >configure:29025: x86_64-pc-linux-gnu-gcc -m32 -c -D_GNU_SOURCE -pipe -march=native -O2 conftest.c >&5 >configure:29025: $? = 0 >configure:29025: x86_64-pc-linux-gnu-gcc -m32 -c -D_GNU_SOURCE -pipe -march=native -O2 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:100:22: error: expected expression before ')' token > 100 | if (sizeof ((ssize_t))) > | ^ >configure:29025: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "wxWidgets" >| #define PACKAGE_TARNAME "wxwidgets" >| #define PACKAGE_VERSION "3.0.5" >| #define PACKAGE_STRING "wxWidgets 3.0.5" >| #define PACKAGE_BUGREPORT "wx-dev@lists.wxwidgets.org" >| #define PACKAGE_URL "" >| #define __LINUX__ 1 >| #define _GNU_SOURCE 1 >| #define __UNIX__ 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_CXXABI_H 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_VOID_P 4 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_WCHAR_T 4 >| #define wxUSE_WCHAR_T 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_VARIADIC_MACROS 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_LARGEFILE_SUPPORT 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_IOSTREAM 1 >| #define HAVE_EXPLICIT 1 >| #define HAVE_STD_WSTRING 1 >| #define HAVE_STD__ISTREAM 1 >| #define HAVE_STD__OSTREAM 1 >| #define HAVE_TYPE_TRAITS 1 >| #define HAVE_GCC_ATOMIC_BUILTINS 1 >| #define HAVE_SIN 1 >| #define HAVE_CEIL 1 >| #define HAVE_STRTOULL 1 >| #define wxUSE_REGEX 1 >| #define wxUSE_ZLIB 1 >| #define wxUSE_LIBPNG 1 >| #define wxUSE_LIBJPEG 1 >| #define wxUSE_LIBTIFF 1 >| #define wxUSE_EXPAT 1 >| #define wxUSE_XML 1 >| #define __WXGTK218__ 1 >| #define __WXGTK210__ 1 >| #define HAVE_X11_XLIB_H 1 >| #define HAVE_X11_XKBLIB_H 1 >| #define HAVE_X11_EXTENSIONS_XF86VMODE_H 1 >| #define wxUSE_OPENGL 1 >| #define wxUSE_GLCANVAS 1 >| #define HAVE_VISIBILITY 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((ssize_t))) >| return 0; >| ; >| return 0; >| } >configure:29025: result: yes >configure:29041: checking if size_t is unsigned int >configure:29064: x86_64-pc-linux-gnu-g++ -m32 -c -pipe -march=native -O2 conftest.cpp >&5 >conftest.cpp:72:49: error: 'void Foo::foo(unsigned int)' cannot be overloaded with 'void Foo::foo(size_t)' > 72 | struct Foo { void foo(size_t); void foo(unsigned int); }; > | ^~~ >conftest.cpp:72:31: note: previous declaration 'void Foo::foo(size_t)' > 72 | struct Foo { void foo(size_t); void foo(unsigned int); }; > | ^~~ >configure:29064: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "wxWidgets" >| #define PACKAGE_TARNAME "wxwidgets" >| #define PACKAGE_VERSION "3.0.5" >| #define PACKAGE_STRING "wxWidgets 3.0.5" >| #define PACKAGE_BUGREPORT "wx-dev@lists.wxwidgets.org" >| #define PACKAGE_URL "" >| #define __LINUX__ 1 >| #define _GNU_SOURCE 1 >| #define __UNIX__ 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_CXXABI_H 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_VOID_P 4 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_WCHAR_T 4 >| #define wxUSE_WCHAR_T 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_VARIADIC_MACROS 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_LARGEFILE_SUPPORT 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_IOSTREAM 1 >| #define HAVE_EXPLICIT 1 >| #define HAVE_STD_WSTRING 1 >| #define HAVE_STD__ISTREAM 1 >| #define HAVE_STD__OSTREAM 1 >| #define HAVE_TYPE_TRAITS 1 >| #define HAVE_GCC_ATOMIC_BUILTINS 1 >| #define HAVE_SIN 1 >| #define HAVE_CEIL 1 >| #define HAVE_STRTOULL 1 >| #define wxUSE_REGEX 1 >| #define wxUSE_ZLIB 1 >| #define wxUSE_LIBPNG 1 >| #define wxUSE_LIBJPEG 1 >| #define wxUSE_LIBTIFF 1 >| #define wxUSE_EXPAT 1 >| #define wxUSE_XML 1 >| #define __WXGTK218__ 1 >| #define __WXGTK210__ 1 >| #define HAVE_X11_XLIB_H 1 >| #define HAVE_X11_XKBLIB_H 1 >| #define HAVE_X11_EXTENSIONS_XF86VMODE_H 1 >| #define wxUSE_OPENGL 1 >| #define wxUSE_GLCANVAS 1 >| #define HAVE_VISIBILITY 1 >| #define HAVE_SSIZE_T 1 >| /* end confdefs.h. */ >| #include <stddef.h> >| int >| main () >| { >| >| return 0; } >| >| struct Foo { void foo(size_t); void foo(unsigned int); }; >| >| int bar() { >| >| ; >| return 0; >| } >configure:29074: result: yes >configure:29121: checking if wchar_t is separate type >configure:29146: x86_64-pc-linux-gnu-g++ -m32 -c -pipe -march=native -O2 conftest.cpp >&5 >configure:29146: $? = 0 >configure:29155: result: yes >configure:29173: checking for pw_gecos in struct passwd >configure:29194: x86_64-pc-linux-gnu-gcc -m32 -c -D_GNU_SOURCE -pipe -march=native -O2 conftest.c >&5 >configure:29194: $? = 0 >configure:29208: result: yes >configure:29221: checking for wcslen >configure:29221: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >configure:29221: $? = 0 >configure:29221: result: yes >configure:29327: checking for wcsftime >configure:29327: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >configure:29327: $? = 0 >configure:29327: result: yes >configure:29341: checking for strnlen >configure:29341: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >conftest.c:94:6: warning: conflicting types for built-in function 'strnlen'; expected 'unsigned int(const char *, unsigned int)' [-Wbuiltin-declaration-mismatch] > 94 | char strnlen (); > | ^~~~~~~ >configure:29341: $? = 0 >configure:29341: result: yes >configure:29341: checking for wcsdup >configure:29341: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >configure:29341: $? = 0 >configure:29341: result: yes >configure:29341: checking for wcsnlen >configure:29341: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >configure:29341: $? = 0 >configure:29341: result: yes >configure:29341: checking for wcscasecmp >configure:29341: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >configure:29341: $? = 0 >configure:29341: result: yes >configure:29341: checking for wcsncasecmp >configure:29341: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >configure:29341: $? = 0 >configure:29341: result: yes >configure:29356: checking for mbstate_t >configure:29356: x86_64-pc-linux-gnu-gcc -m32 -c -D_GNU_SOURCE -pipe -march=native -O2 conftest.c >&5 >configure:29356: $? = 0 >configure:29356: x86_64-pc-linux-gnu-gcc -m32 -c -D_GNU_SOURCE -pipe -march=native -O2 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:81:24: error: expected expression before ')' token > 81 | if (sizeof ((mbstate_t))) > | ^ >configure:29356: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "wxWidgets" >| #define PACKAGE_TARNAME "wxwidgets" >| #define PACKAGE_VERSION "3.0.5" >| #define PACKAGE_STRING "wxWidgets 3.0.5" >| #define PACKAGE_BUGREPORT "wx-dev@lists.wxwidgets.org" >| #define PACKAGE_URL "" >| #define __LINUX__ 1 >| #define _GNU_SOURCE 1 >| #define __UNIX__ 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_CXXABI_H 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_VOID_P 4 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_WCHAR_T 4 >| #define wxUSE_WCHAR_T 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_VARIADIC_MACROS 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_LARGEFILE_SUPPORT 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_IOSTREAM 1 >| #define HAVE_EXPLICIT 1 >| #define HAVE_STD_WSTRING 1 >| #define HAVE_STD__ISTREAM 1 >| #define HAVE_STD__OSTREAM 1 >| #define HAVE_TYPE_TRAITS 1 >| #define HAVE_GCC_ATOMIC_BUILTINS 1 >| #define HAVE_SIN 1 >| #define HAVE_CEIL 1 >| #define HAVE_STRTOULL 1 >| #define wxUSE_REGEX 1 >| #define wxUSE_ZLIB 1 >| #define wxUSE_LIBPNG 1 >| #define wxUSE_LIBJPEG 1 >| #define wxUSE_LIBTIFF 1 >| #define wxUSE_EXPAT 1 >| #define wxUSE_XML 1 >| #define __WXGTK218__ 1 >| #define __WXGTK210__ 1 >| #define HAVE_X11_XLIB_H 1 >| #define HAVE_X11_XKBLIB_H 1 >| #define HAVE_X11_EXTENSIONS_XF86VMODE_H 1 >| #define wxUSE_OPENGL 1 >| #define wxUSE_GLCANVAS 1 >| #define HAVE_VISIBILITY 1 >| #define HAVE_SSIZE_T 1 >| #define wxSIZE_T_IS_UINT 1 >| #define wxWCHAR_T_IS_REAL_TYPE 1 >| #define HAVE_PW_GECOS 1 >| #define HAVE_WCSLEN 1 >| #define HAVE_WCSLEN 1 >| #define HAVE_WCSFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_WCSDUP 1 >| #define HAVE_WCSNLEN 1 >| #define HAVE_WCSCASECMP 1 >| #define HAVE_WCSNCASECMP 1 >| /* end confdefs.h. */ >| #include <wchar.h> >| >| int >| main () >| { >| if (sizeof ((mbstate_t))) >| return 0; >| ; >| return 0; >| } >configure:29356: result: yes >configure:29366: checking for wcsrtombs >configure:29366: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >configure:29366: $? = 0 >configure:29366: result: yes >configure:29381: checking for snprintf >configure:29381: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >conftest.c:101:6: warning: conflicting types for built-in function 'snprintf'; expected 'int(char *, unsigned int, const char *, ...)' [-Wbuiltin-declaration-mismatch] > 101 | char snprintf (); > | ^~~~~~~~ >conftest.c:89:1: note: 'snprintf' is declared in header '<stdio.h>' > 88 | # include <limits.h> > 89 | #else >configure:29381: $? = 0 >configure:29381: result: yes >configure:29381: checking for vsnprintf >configure:29381: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >conftest.c:102:6: warning: conflicting types for built-in function 'vsnprintf'; expected 'int(char *, unsigned int, const char *, char *)' [-Wbuiltin-declaration-mismatch] > 102 | char vsnprintf (); > | ^~~~~~~~~ >conftest.c:90:1: note: 'vsnprintf' is declared in header '<stdio.h>' > 89 | # include <limits.h> > 90 | #else >configure:29381: $? = 0 >configure:29381: result: yes >configure:29381: checking for vsscanf >configure:29381: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >conftest.c:103:6: warning: conflicting types for built-in function 'vsscanf'; expected 'int(const char *, const char *, char *)' [-Wbuiltin-declaration-mismatch] > 103 | char vsscanf (); > | ^~~~~~~ >conftest.c:91:1: note: 'vsscanf' is declared in header '<stdio.h>' > 90 | # include <limits.h> > 91 | #else >configure:29381: $? = 0 >configure:29381: result: yes >configure:29398: checking for vsnprintf declaration >configure:29422: x86_64-pc-linux-gnu-g++ -m32 -c -pipe -march=native -O2 conftest.cpp >&5 >configure:29422: $? = 0 >configure:29432: result: yes >configure:29439: checking if vsnprintf declaration is broken >configure:29470: x86_64-pc-linux-gnu-g++ -m32 -c -pipe -march=native -O2 conftest.cpp >&5 >configure:29470: $? = 0 >configure:29480: result: no >configure:29491: checking for snprintf declaration >configure:29520: x86_64-pc-linux-gnu-g++ -m32 -c -pipe -march=native -O2 conftest.cpp >&5 >configure:29520: $? = 0 >configure:29530: result: yes >configure:29540: checking if snprintf supports positional arguments >configure:29571: x86_64-pc-linux-gnu-g++ -m32 -o conftest -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.cpp -lm >&5 >conftest.cpp: In function 'int main()': >conftest.cpp:89:55: warning: unknown conversion type character ' ' in format [-Wformat=] > 89 | snprintf (buffer, 128, "%2 %3 %1", 1, 2, 3); > | ^ >conftest.cpp:89:58: warning: unknown conversion type character ' ' in format [-Wformat=] > 89 | snprintf (buffer, 128, "%2 %3 %1", 1, 2, 3); > | ^ >conftest.cpp:89:60: warning: conversion lacks type at end of format [-Wformat=] > 89 | snprintf (buffer, 128, "%2 %3 %1", 1, 2, 3); > | ^ >conftest.cpp:90:33: error: 'strcmp' was not declared in this scope > 90 | if (strcmp ("2 3 1", buffer) == 0) > | ^~~~~~ >conftest.cpp:85:1: note: 'strcmp' is defined in header '<cstring>'; did you forget to '#include <cstring>'? > 84 | #include <stdio.h> > +++ |+#include <cstring> > 85 | >conftest.cpp:91:33: error: 'exit' was not declared in this scope > 91 | exit (0); > | ^~~~ >conftest.cpp:92:29: error: 'exit' was not declared in this scope > 92 | exit (1); > | ^~~~ >configure:29571: $? = 1 >configure: program exited with status 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "wxWidgets" >| #define PACKAGE_TARNAME "wxwidgets" >| #define PACKAGE_VERSION "3.0.5" >| #define PACKAGE_STRING "wxWidgets 3.0.5" >| #define PACKAGE_BUGREPORT "wx-dev@lists.wxwidgets.org" >| #define PACKAGE_URL "" >| #define __LINUX__ 1 >| #define _GNU_SOURCE 1 >| #define __UNIX__ 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_CXXABI_H 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_VOID_P 4 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_WCHAR_T 4 >| #define wxUSE_WCHAR_T 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_VARIADIC_MACROS 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_LARGEFILE_SUPPORT 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_IOSTREAM 1 >| #define HAVE_EXPLICIT 1 >| #define HAVE_STD_WSTRING 1 >| #define HAVE_STD__ISTREAM 1 >| #define HAVE_STD__OSTREAM 1 >| #define HAVE_TYPE_TRAITS 1 >| #define HAVE_GCC_ATOMIC_BUILTINS 1 >| #define HAVE_SIN 1 >| #define HAVE_CEIL 1 >| #define HAVE_STRTOULL 1 >| #define wxUSE_REGEX 1 >| #define wxUSE_ZLIB 1 >| #define wxUSE_LIBPNG 1 >| #define wxUSE_LIBJPEG 1 >| #define wxUSE_LIBTIFF 1 >| #define wxUSE_EXPAT 1 >| #define wxUSE_XML 1 >| #define __WXGTK218__ 1 >| #define __WXGTK210__ 1 >| #define HAVE_X11_XLIB_H 1 >| #define HAVE_X11_XKBLIB_H 1 >| #define HAVE_X11_EXTENSIONS_XF86VMODE_H 1 >| #define wxUSE_OPENGL 1 >| #define wxUSE_GLCANVAS 1 >| #define HAVE_VISIBILITY 1 >| #define HAVE_SSIZE_T 1 >| #define wxSIZE_T_IS_UINT 1 >| #define wxWCHAR_T_IS_REAL_TYPE 1 >| #define HAVE_PW_GECOS 1 >| #define HAVE_WCSLEN 1 >| #define HAVE_WCSLEN 1 >| #define HAVE_WCSFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_WCSDUP 1 >| #define HAVE_WCSNLEN 1 >| #define HAVE_WCSCASECMP 1 >| #define HAVE_WCSNCASECMP 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_WCSRTOMBS 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VSSCANF 1 >| #define HAVE_VSNPRINTF_DECL 1 >| #define HAVE_SNPRINTF_DECL 1 >| /* end confdefs.h. */ >| >| #include <stdio.h> >| >| int main (void) >| { >| char buffer[128]; >| snprintf (buffer, 128, "%2 %3 %1", 1, 2, 3); >| if (strcmp ("2 3 1", buffer) == 0) >| exit (0); >| exit (1); >| } >| >configure:29583: result: yes >configure:29594: checking for vsscanf declaration >configure:29624: x86_64-pc-linux-gnu-g++ -m32 -c -pipe -march=native -O2 conftest.cpp >&5 >configure:29624: $? = 0 >configure:29634: result: yes >configure:29641: checking if vsscanf() declaration is broken >configure:29671: x86_64-pc-linux-gnu-g++ -m32 -c -pipe -march=native -O2 conftest.cpp >&5 >configure:29671: $? = 0 >configure:29681: result: no >configure:29723: checking for putws >configure:29750: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >conftest.c: In function 'main': >conftest.c:128:20: error: 'putws' undeclared (first use in this function); did you mean 'fputws'? > 128 | &putws; > | ^~~~~ > | fputws >conftest.c:128:20: note: each undeclared identifier is reported only once for each function it appears in >configure:29750: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "wxWidgets" >| #define PACKAGE_TARNAME "wxwidgets" >| #define PACKAGE_VERSION "3.0.5" >| #define PACKAGE_STRING "wxWidgets 3.0.5" >| #define PACKAGE_BUGREPORT "wx-dev@lists.wxwidgets.org" >| #define PACKAGE_URL "" >| #define __LINUX__ 1 >| #define _GNU_SOURCE 1 >| #define __UNIX__ 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_CXXABI_H 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_VOID_P 4 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_WCHAR_T 4 >| #define wxUSE_WCHAR_T 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_VARIADIC_MACROS 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_LARGEFILE_SUPPORT 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_IOSTREAM 1 >| #define HAVE_EXPLICIT 1 >| #define HAVE_STD_WSTRING 1 >| #define HAVE_STD__ISTREAM 1 >| #define HAVE_STD__OSTREAM 1 >| #define HAVE_TYPE_TRAITS 1 >| #define HAVE_GCC_ATOMIC_BUILTINS 1 >| #define HAVE_SIN 1 >| #define HAVE_CEIL 1 >| #define HAVE_STRTOULL 1 >| #define wxUSE_REGEX 1 >| #define wxUSE_ZLIB 1 >| #define wxUSE_LIBPNG 1 >| #define wxUSE_LIBJPEG 1 >| #define wxUSE_LIBTIFF 1 >| #define wxUSE_EXPAT 1 >| #define wxUSE_XML 1 >| #define __WXGTK218__ 1 >| #define __WXGTK210__ 1 >| #define HAVE_X11_XLIB_H 1 >| #define HAVE_X11_XKBLIB_H 1 >| #define HAVE_X11_EXTENSIONS_XF86VMODE_H 1 >| #define wxUSE_OPENGL 1 >| #define wxUSE_GLCANVAS 1 >| #define HAVE_VISIBILITY 1 >| #define HAVE_SSIZE_T 1 >| #define wxSIZE_T_IS_UINT 1 >| #define wxWCHAR_T_IS_REAL_TYPE 1 >| #define HAVE_PW_GECOS 1 >| #define HAVE_WCSLEN 1 >| #define HAVE_WCSLEN 1 >| #define HAVE_WCSFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_WCSDUP 1 >| #define HAVE_WCSNLEN 1 >| #define HAVE_WCSCASECMP 1 >| #define HAVE_WCSNCASECMP 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_WCSRTOMBS 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VSSCANF 1 >| #define HAVE_VSNPRINTF_DECL 1 >| #define HAVE_SNPRINTF_DECL 1 >| #define HAVE_UNIX98_PRINTF 1 >| #define HAVE_VSSCANF_DECL 1 >| /* end confdefs.h. */ >| >| >| #include <stdio.h> >| #include <wchar.h> >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| >| int >| main () >| { >| >| #ifndef putws >| &putws; >| #endif >| >| >| ; >| return 0; >| } >| >configure:29760: result: no >configure:29723: checking for fputws >configure:29750: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >configure:29750: $? = 0 >configure:29760: result: yes >configure:29723: checking for wprintf >configure:29750: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >configure:29750: $? = 0 >configure:29760: result: yes >configure:29723: checking for vswprintf >configure:29750: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >configure:29750: $? = 0 >configure:29760: result: yes >configure:29723: checking for vswscanf >configure:29750: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >configure:29750: $? = 0 >configure:29760: result: yes >configure:29777: checking for _vsnwprintf >configure:29790: x86_64-pc-linux-gnu-gcc -m32 -c -D_GNU_SOURCE -pipe -march=native -O2 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:93:2: error: '_vsnwprintf' undeclared (first use in this function); did you mean 'vswprintf'? > 93 | &_vsnwprintf; > | ^~~~~~~~~~~ > | vswprintf >conftest.c:93:2: note: each undeclared identifier is reported only once for each function it appears in >configure:29790: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "wxWidgets" >| #define PACKAGE_TARNAME "wxwidgets" >| #define PACKAGE_VERSION "3.0.5" >| #define PACKAGE_STRING "wxWidgets 3.0.5" >| #define PACKAGE_BUGREPORT "wx-dev@lists.wxwidgets.org" >| #define PACKAGE_URL "" >| #define __LINUX__ 1 >| #define _GNU_SOURCE 1 >| #define __UNIX__ 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_CXXABI_H 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_VOID_P 4 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_WCHAR_T 4 >| #define wxUSE_WCHAR_T 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_VARIADIC_MACROS 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_LARGEFILE_SUPPORT 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_IOSTREAM 1 >| #define HAVE_EXPLICIT 1 >| #define HAVE_STD_WSTRING 1 >| #define HAVE_STD__ISTREAM 1 >| #define HAVE_STD__OSTREAM 1 >| #define HAVE_TYPE_TRAITS 1 >| #define HAVE_GCC_ATOMIC_BUILTINS 1 >| #define HAVE_SIN 1 >| #define HAVE_CEIL 1 >| #define HAVE_STRTOULL 1 >| #define wxUSE_REGEX 1 >| #define wxUSE_ZLIB 1 >| #define wxUSE_LIBPNG 1 >| #define wxUSE_LIBJPEG 1 >| #define wxUSE_LIBTIFF 1 >| #define wxUSE_EXPAT 1 >| #define wxUSE_XML 1 >| #define __WXGTK218__ 1 >| #define __WXGTK210__ 1 >| #define HAVE_X11_XLIB_H 1 >| #define HAVE_X11_XKBLIB_H 1 >| #define HAVE_X11_EXTENSIONS_XF86VMODE_H 1 >| #define wxUSE_OPENGL 1 >| #define wxUSE_GLCANVAS 1 >| #define HAVE_VISIBILITY 1 >| #define HAVE_SSIZE_T 1 >| #define wxSIZE_T_IS_UINT 1 >| #define wxWCHAR_T_IS_REAL_TYPE 1 >| #define HAVE_PW_GECOS 1 >| #define HAVE_WCSLEN 1 >| #define HAVE_WCSLEN 1 >| #define HAVE_WCSFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_WCSDUP 1 >| #define HAVE_WCSNLEN 1 >| #define HAVE_WCSCASECMP 1 >| #define HAVE_WCSNCASECMP 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_WCSRTOMBS 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VSSCANF 1 >| #define HAVE_VSNPRINTF_DECL 1 >| #define HAVE_SNPRINTF_DECL 1 >| #define HAVE_UNIX98_PRINTF 1 >| #define HAVE_VSSCANF_DECL 1 >| #define HAVE_FPUTWS 1 >| #define HAVE_WPRINTF 1 >| #define HAVE_VSWPRINTF 1 >| #define HAVE_VSWSCANF 1 >| /* end confdefs.h. */ >| #include <wchar.h> >| int >| main () >| { >| &_vsnwprintf; >| ; >| return 0; >| } >configure:29796: result: no >configure:29805: checking for fsync >configure:29832: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >configure:29832: $? = 0 >configure:29842: result: yes >configure:29860: checking for round >configure:29883: x86_64-pc-linux-gnu-g++ -m32 -o conftest -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.cpp -lm >&5 >configure:29883: $? = 0 >configure:29898: result: yes >configure:29928: checking for iconv >configure:29950: x86_64-pc-linux-gnu-g++ -m32 -o conftest -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.cpp -lm >&5 >configure:29950: $? = 0 >configure:29982: result: yes >configure:29988: checking if iconv needs const >configure:30016: x86_64-pc-linux-gnu-g++ -m32 -c -pipe -march=native -O2 conftest.cpp >&5 >configure:30016: $? = 0 >configure:30025: result: no >configure:30057: checking for sigaction >configure:30057: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >configure:30057: $? = 0 >configure:30057: result: yes >configure:30074: checking for sa_handler type >configure:30102: x86_64-pc-linux-gnu-g++ -m32 -c -pipe -march=native -O2 conftest.cpp >&5 >configure:30102: $? = 0 >configure:30120: result: int >configure:30131: checking for backtrace() in <execinfo.h> >configure:30137: checking for library containing backtrace >configure:30168: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >configure:30168: $? = 0 >configure:30185: result: none required >configure:30213: x86_64-pc-linux-gnu-g++ -m32 -o conftest -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.cpp -lm >&5 >configure:30213: $? = 0 >configure:30236: result: yes >configure:30245: checking for __cxa_demangle() in <cxxabi.h> >configure:30271: x86_64-pc-linux-gnu-g++ -m32 -o conftest -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.cpp -lm >&5 >configure:30271: $? = 0 >configure:30288: result: yes >configure:30311: checking for mkstemp >configure:30311: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >configure:30311: $? = 0 >configure:30311: result: yes >configure:30321: checking for statfs >configure:30351: x86_64-pc-linux-gnu-gcc -m32 -c -D_GNU_SOURCE -pipe -march=native -O2 conftest.c >&5 >configure:30351: $? = 0 >configure:30360: result: yes >configure:30364: checking for statfs declaration >configure:30396: x86_64-pc-linux-gnu-g++ -m32 -c -pipe -march=native -O2 conftest.cpp >&5 >configure:30396: $? = 0 >configure:30411: result: yes >configure:30557: checking for fcntl >configure:30557: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >configure:30557: $? = 0 >configure:30557: result: yes >configure:30577: checking for setenv >configure:30577: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >configure:30577: $? = 0 >configure:30577: result: yes >configure:30589: checking for unsetenv >configure:30589: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >configure:30589: $? = 0 >configure:30589: result: yes >configure:30617: checking for nanosleep >configure:30617: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >configure:30617: $? = 0 >configure:30617: result: yes >configure:30742: checking for uname >configure:30769: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >configure:30769: $? = 0 >configure:30779: result: yes >configure:30857: checking for strtok_r >configure:30884: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >configure:30884: $? = 0 >configure:30894: result: yes >configure:30914: checking for inet_addr >configure:30914: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >configure:30914: $? = 0 >configure:30914: result: yes >configure:31060: checking for inet_aton >configure:31060: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >configure:31060: $? = 0 >configure:31060: result: yes >configure:31126: checking for fdopen >configure:31153: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >configure:31153: $? = 0 >configure:31163: result: yes >configure:31184: checking for sysconf >configure:31211: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >configure:31211: $? = 0 >configure:31221: result: yes >configure:31241: checking for getpwuid_r >configure:31275: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >configure:31275: $? = 0 >configure:31285: result: yes >configure:31305: checking for getgrgid_r >configure:31339: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >configure:31339: $? = 0 >configure:31349: result: yes >configure:31532: checking whether pthreads work with -pthread >configure:31560: x86_64-pc-linux-gnu-gcc -m32 -o conftest -pthread -D_GNU_SOURCE -pipe -march=native -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >configure:31560: $? = 0 >configure:31569: result: yes >configure:31588: checking if more special flags are required for pthreads >configure:31610: result: no >configure:31623: checking for pthread_setconcurrency >configure:31623: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -pthread -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >configure:31623: $? = 0 >configure:31623: result: yes >configure:31652: checking for pthread_cleanup_push/pop >configure:31681: x86_64-pc-linux-gnu-g++ -m32 -c -pipe -march=native -O2 conftest.cpp >&5 >configure:31681: $? = 0 >configure:31700: result: yes >configure:31709: checking for sched.h >configure:31709: x86_64-pc-linux-gnu-gcc -m32 -c -D_GNU_SOURCE -pipe -march=native -O2 conftest.c >&5 >configure:31709: $? = 0 >configure:31709: result: yes >configure:31721: checking for sched_yield >configure:31721: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -pthread -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >configure:31721: $? = 0 >configure:31721: result: yes >configure:31779: checking for pthread_attr_getschedpolicy >configure:31779: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -pthread -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >configure:31779: $? = 0 >configure:31779: result: yes >configure:31781: checking for pthread_attr_setschedparam >configure:31781: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -pthread -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >configure:31781: $? = 0 >configure:31781: result: yes >configure:31783: checking for sched_get_priority_max >configure:31783: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -pthread -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >configure:31783: $? = 0 >configure:31783: result: yes >configure:31848: checking for pthread_cancel >configure:31848: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -pthread -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >configure:31848: $? = 0 >configure:31848: result: yes >configure:31858: checking for pthread_mutex_timedlock >configure:31858: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -pthread -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >configure:31858: $? = 0 >configure:31858: result: yes >configure:31868: checking for pthread_attr_setstacksize >configure:31868: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -pthread -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >configure:31868: $? = 0 >configure:31868: result: yes >configure:31876: checking for pthread_mutexattr_t >configure:31896: x86_64-pc-linux-gnu-gcc -m32 -c -D_GNU_SOURCE -pipe -march=native -O2 conftest.c >&5 >configure:31896: $? = 0 >configure:31905: result: yes >configure:31912: checking for pthread_mutexattr_settype declaration >configure:31932: x86_64-pc-linux-gnu-gcc -m32 -c -D_GNU_SOURCE -pipe -march=native -O2 conftest.c >&5 >configure:31932: $? = 0 >configure:31941: result: yes >configure:32143: checking for abi::__forced_unwind() in <cxxabi.h> >configure:32168: x86_64-pc-linux-gnu-g++ -m32 -c -pipe -march=native -O2 conftest.cpp >&5 >configure:32168: $? = 0 >configure:32184: result: yes >configure:32249: checking for localtime_r >configure:32249: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -pthread -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >configure:32249: $? = 0 >configure:32249: result: yes >configure:32255: checking for gmtime_r >configure:32255: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -pthread -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >configure:32255: $? = 0 >configure:32255: result: yes >configure:32270: checking how many arguments gethostbyname_r() takes >configure:32306: x86_64-pc-linux-gnu-gcc -m32 -c -D_GNU_SOURCE -pipe -march=native -O2 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:135:19: error: too few arguments to function 'gethostbyname_r' > 135 | (void)gethostbyname_r(name) /* ; */ > | ^~~~~~~~~~~~~~~ >In file included from conftest.c:129: >/usr/include/netdb.h:177:12: note: declared here > 177 | extern int gethostbyname_r (const char *__restrict __name, > | ^~~~~~~~~~~~~~~ >configure:32306: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "wxWidgets" >| #define PACKAGE_TARNAME "wxwidgets" >| #define PACKAGE_VERSION "3.0.5" >| #define PACKAGE_STRING "wxWidgets 3.0.5" >| #define PACKAGE_BUGREPORT "wx-dev@lists.wxwidgets.org" >| #define PACKAGE_URL "" >| #define __LINUX__ 1 >| #define _GNU_SOURCE 1 >| #define __UNIX__ 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_CXXABI_H 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_VOID_P 4 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_WCHAR_T 4 >| #define wxUSE_WCHAR_T 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_VARIADIC_MACROS 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_LARGEFILE_SUPPORT 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_IOSTREAM 1 >| #define HAVE_EXPLICIT 1 >| #define HAVE_STD_WSTRING 1 >| #define HAVE_STD__ISTREAM 1 >| #define HAVE_STD__OSTREAM 1 >| #define HAVE_TYPE_TRAITS 1 >| #define HAVE_GCC_ATOMIC_BUILTINS 1 >| #define HAVE_SIN 1 >| #define HAVE_CEIL 1 >| #define HAVE_STRTOULL 1 >| #define wxUSE_REGEX 1 >| #define wxUSE_ZLIB 1 >| #define wxUSE_LIBPNG 1 >| #define wxUSE_LIBJPEG 1 >| #define wxUSE_LIBTIFF 1 >| #define wxUSE_EXPAT 1 >| #define wxUSE_XML 1 >| #define __WXGTK218__ 1 >| #define __WXGTK210__ 1 >| #define HAVE_X11_XLIB_H 1 >| #define HAVE_X11_XKBLIB_H 1 >| #define HAVE_X11_EXTENSIONS_XF86VMODE_H 1 >| #define wxUSE_OPENGL 1 >| #define wxUSE_GLCANVAS 1 >| #define HAVE_VISIBILITY 1 >| #define HAVE_SSIZE_T 1 >| #define wxSIZE_T_IS_UINT 1 >| #define wxWCHAR_T_IS_REAL_TYPE 1 >| #define HAVE_PW_GECOS 1 >| #define HAVE_WCSLEN 1 >| #define HAVE_WCSLEN 1 >| #define HAVE_WCSFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_WCSDUP 1 >| #define HAVE_WCSNLEN 1 >| #define HAVE_WCSCASECMP 1 >| #define HAVE_WCSNCASECMP 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_WCSRTOMBS 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VSSCANF 1 >| #define HAVE_VSNPRINTF_DECL 1 >| #define HAVE_SNPRINTF_DECL 1 >| #define HAVE_UNIX98_PRINTF 1 >| #define HAVE_VSSCANF_DECL 1 >| #define HAVE_FPUTWS 1 >| #define HAVE_WPRINTF 1 >| #define HAVE_VSWPRINTF 1 >| #define HAVE_VSWSCANF 1 >| #define HAVE_FSYNC 1 >| #define HAVE_ROUND 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_SIGACTION 1 >| #define wxTYPE_SA_HANDLER int >| #define HAVE_CXA_DEMANGLE 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_STATFS_DECL 1 >| #define HAVE_STATFS 1 >| #define WX_STATFS_T struct statfs >| #define HAVE_FCNTL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_UNAME 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_INET_ADDR 1 >| #define HAVE_INET_ADDR 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_FDOPEN 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_PTHREAD_SETCONCURRENCY 1 >| #define HAVE_PTHREAD_SET_CONCURRENCY 1 >| #define wxHAVE_PTHREAD_CLEANUP 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_THREAD_PRIORITY_FUNCTIONS 1 >| #define HAVE_PTHREAD_CANCEL 1 >| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 >| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 >| #define HAVE_PTHREAD_MUTEXATTR_T 1 >| #define HAVE_PTHREAD_MUTEXATTR_SETTYPE_DECL 1 >| #define HAVE_ABI_FORCEDUNWIND 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_GMTIME_R 1 >| /* end confdefs.h. */ >| #include <netdb.h> >| int >| main () >| { >| >| char *name = "www.gnu.org"; >| (void)gethostbyname_r(name) /* ; */ >| >| >| ; >| return 0; >| } >configure:32338: x86_64-pc-linux-gnu-gcc -m32 -c -D_GNU_SOURCE -pipe -march=native -O2 conftest.c >&5 >configure:32338: $? = 0 >configure:32433: result: six >configure:32472: checking how many arguments getservbyname_r() takes >configure:32503: x86_64-pc-linux-gnu-g++ -m32 -c -pipe -march=native -O2 conftest.cpp >&5 >configure:32503: $? = 0 >configure:32570: result: six >configure:32721: WARNING: CXXFLAGS/CFLAGS already contains -O flag; ignoring the --disable-optimise option >configure:32781: checking for dlopen >configure:32781: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -pthread -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >configure:32781: $? = 0 >configure:32781: result: yes >configure:32910: checking for dlerror >configure:32910: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -pthread -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >configure:32910: $? = 0 >configure:32910: result: yes >configure:33027: checking for sys/inotify.h >configure:33027: x86_64-pc-linux-gnu-gcc -m32 -c -D_GNU_SOURCE -pipe -march=native -O2 conftest.c >&5 >configure:33027: $? = 0 >configure:33027: result: yes >configure:33110: checking for SNDCTL_DSP_SPEED in sys/soundcard.h >configure:33132: x86_64-pc-linux-gnu-gcc -m32 -o conftest -D_GNU_SOURCE -pipe -march=native -O2 -pthread -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >configure:33132: $? = 0 >configure:33172: result: yes >configure:33187: checking for SDL >configure:33195: $PKG_CONFIG --exists --print-errors "sdl2 >= 2.0.0" >configure:33198: $? = 0 >configure:33213: $PKG_CONFIG --exists --print-errors "sdl2 >= 2.0.0" >configure:33216: $? = 0 >configure:33774: result: yes >configure:33808: checking for GTKPRINT >configure:33816: $PKG_CONFIG --exists --print-errors "$gtk_unix_print" >configure:33819: $? = 0 >configure:33834: $PKG_CONFIG --exists --print-errors "$gtk_unix_print" >configure:33837: $? = 0 >configure:33881: result: yes >configure:33990: checking for LIBNOTIFY >configure:33998: $PKG_CONFIG --exists --print-errors "libnotify >= 0.7" >configure:34001: $? = 0 >configure:34016: $PKG_CONFIG --exists --print-errors "libnotify >= 0.7" >configure:34019: $? = 0 >configure:34203: result: yes >configure:34627: checking for complete xlocale >configure:34657: x86_64-pc-linux-gnu-g++ -m32 -c -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -pthread -I/usr/include/gtk-3.0/unix-print -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I/usr/include/SDL2 -D_REENTRANT -pipe -march=native -O2 conftest.cpp >&5 >conftest.cpp:184:18: fatal error: xlocale.h: No such file or directory > 184 | #include <xlocale.h> > | ^~~~~~~~~~~ >compilation terminated. >configure:34657: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "wxWidgets" >| #define PACKAGE_TARNAME "wxwidgets" >| #define PACKAGE_VERSION "3.0.5" >| #define PACKAGE_STRING "wxWidgets 3.0.5" >| #define PACKAGE_BUGREPORT "wx-dev@lists.wxwidgets.org" >| #define PACKAGE_URL "" >| #define __LINUX__ 1 >| #define _GNU_SOURCE 1 >| #define __UNIX__ 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_CXXABI_H 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_VOID_P 4 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 4 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_WCHAR_T 4 >| #define wxUSE_WCHAR_T 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_VARIADIC_MACROS 1 >| #define _FILE_OFFSET_BITS 64 >| #define HAVE_LARGEFILE_SUPPORT 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_IOSTREAM 1 >| #define HAVE_EXPLICIT 1 >| #define HAVE_STD_WSTRING 1 >| #define HAVE_STD__ISTREAM 1 >| #define HAVE_STD__OSTREAM 1 >| #define HAVE_TYPE_TRAITS 1 >| #define HAVE_GCC_ATOMIC_BUILTINS 1 >| #define HAVE_SIN 1 >| #define HAVE_CEIL 1 >| #define HAVE_STRTOULL 1 >| #define wxUSE_REGEX 1 >| #define wxUSE_ZLIB 1 >| #define wxUSE_LIBPNG 1 >| #define wxUSE_LIBJPEG 1 >| #define wxUSE_LIBTIFF 1 >| #define wxUSE_EXPAT 1 >| #define wxUSE_XML 1 >| #define __WXGTK218__ 1 >| #define __WXGTK210__ 1 >| #define HAVE_X11_XLIB_H 1 >| #define HAVE_X11_XKBLIB_H 1 >| #define HAVE_X11_EXTENSIONS_XF86VMODE_H 1 >| #define wxUSE_OPENGL 1 >| #define wxUSE_GLCANVAS 1 >| #define HAVE_VISIBILITY 1 >| #define HAVE_SSIZE_T 1 >| #define wxSIZE_T_IS_UINT 1 >| #define wxWCHAR_T_IS_REAL_TYPE 1 >| #define HAVE_PW_GECOS 1 >| #define HAVE_WCSLEN 1 >| #define HAVE_WCSLEN 1 >| #define HAVE_WCSFTIME 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_WCSDUP 1 >| #define HAVE_WCSNLEN 1 >| #define HAVE_WCSCASECMP 1 >| #define HAVE_WCSNCASECMP 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_WCSRTOMBS 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VSSCANF 1 >| #define HAVE_VSNPRINTF_DECL 1 >| #define HAVE_SNPRINTF_DECL 1 >| #define HAVE_UNIX98_PRINTF 1 >| #define HAVE_VSSCANF_DECL 1 >| #define HAVE_FPUTWS 1 >| #define HAVE_WPRINTF 1 >| #define HAVE_VSWPRINTF 1 >| #define HAVE_VSWSCANF 1 >| #define HAVE_FSYNC 1 >| #define HAVE_ROUND 1 >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_SIGACTION 1 >| #define wxTYPE_SA_HANDLER int >| #define HAVE_CXA_DEMANGLE 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_STATFS_DECL 1 >| #define HAVE_STATFS 1 >| #define WX_STATFS_T struct statfs >| #define HAVE_FCNTL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_UNAME 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_INET_ADDR 1 >| #define HAVE_INET_ADDR 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_FDOPEN 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_PTHREAD_SETCONCURRENCY 1 >| #define HAVE_PTHREAD_SET_CONCURRENCY 1 >| #define wxHAVE_PTHREAD_CLEANUP 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_THREAD_PRIORITY_FUNCTIONS 1 >| #define HAVE_PTHREAD_CANCEL 1 >| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 >| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 >| #define HAVE_PTHREAD_MUTEXATTR_T 1 >| #define HAVE_PTHREAD_MUTEXATTR_SETTYPE_DECL 1 >| #define HAVE_ABI_FORCEDUNWIND 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 >| #define HAVE_FUNC_GETSERVBYNAME_R_6 1 >| #define wxUSE_COMPILER_TLS 1 >| #define wxUSE_THREADS 1 >| #define __WXGTK3__ 1 >| #define __WXGTK20__ 1 >| #define WXWIN_COMPATIBILITY_2_8 1 >| #define wxUSE_GUI 1 >| #define wxUSE_UNIX 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLERROR 1 >| #define wxUSE_DYNAMIC_LOADER 1 >| #define wxUSE_DYNLIB_CLASS 1 >| #define HAVE_SYS_INOTIFY_H 1 >| #define wxHAS_INOTIFY 1 >| #define wxUSE_FSWATCHER 1 >| #define wxUSE_ANY 1 >| #define wxUSE_APPLE_IEEE 1 >| #define wxUSE_TIMER 1 >| #define HAVE_SYS_SOUNDCARD_H 1 >| #define wxUSE_LIBSDL 1 >| #define wxUSE_SOUND 1 >| #define wxUSE_GTKPRINT 1 >| #define wxUSE_LIBNOTIFY_0_7 1 >| #define wxUSE_LIBNOTIFY 1 >| #define wxUSE_CMDLINE_PARSER 1 >| #define wxUSE_STOPWATCH 1 >| #define wxUSE_DATETIME 1 >| #define wxUSE_FILE 1 >| #define wxUSE_FFILE 1 >| #define wxUSE_ARCHIVE_STREAMS 1 >| #define wxUSE_ZIPSTREAM 1 >| #define wxUSE_TARSTREAM 1 >| #define wxUSE_FILE_HISTORY 1 >| #define wxUSE_FILESYSTEM 1 >| #define wxUSE_FS_ARCHIVE 1 >| #define wxUSE_FS_ZIP 1 >| #define wxUSE_FSVOLUME 1 >| #define wxUSE_ON_FATAL_EXCEPTION 1 >| #define wxUSE_STACKWALKER 1 >| #define wxUSE_DEBUGREPORT 1 >| #define wxUSE_SNGLINST_CHECKER 1 >| #define wxUSE_BUSYINFO 1 >| #define wxUSE_STD_IOSTREAM 1 >| #define wxUSE_STD_STRING 1 >| #define wxUSE_STDPATHS 1 >| #define wxUSE_TEXTBUFFER 1 >| #define wxUSE_TEXTFILE 1 >| #define wxUSE_CONFIG 1 >| #define wxUSE_CONFIG_NATIVE 1 >| #define wxUSE_INTL 1 >| #define wxUSE_XLOCALE 1 >| /* end confdefs.h. */ >| >| #include <xlocale.h> >| #include <locale.h> >| #include <stdlib.h> >| >| int >| main () >| { >| >| locale_t t; >| strtod_l(NULL, NULL, t); >| >| ; >| return 0; >| } >configure:34672: result: no >configure:34747: checking for sys/epoll.h >configure:34747: x86_64-pc-linux-gnu-gcc -m32 -c -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -pthread -I/usr/include/gtk-3.0/unix-print -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I/usr/include/SDL2 -D_REENTRANT -D_GNU_SOURCE -pipe -march=native -O2 conftest.c >&5 >configure:34747: $? = 0 >configure:34747: result: yes >configure:34773: checking for gettimeofday >configure:34773: x86_64-pc-linux-gnu-gcc -m32 -o conftest -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -pthread -I/usr/include/gtk-3.0/unix-print -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I/usr/include/SDL2 -D_REENTRANT -D_GNU_SOURCE -pipe -march=native -O2 -pthread -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >configure:34773: $? = 0 >configure:34773: result: yes >configure:34784: checking whether gettimeofday takes two arguments >configure:34807: x86_64-pc-linux-gnu-gcc -m32 -c -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -pthread -I/usr/include/gtk-3.0/unix-print -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I/usr/include/SDL2 -D_REENTRANT -D_GNU_SOURCE -pipe -march=native -O2 conftest.c >&5 >configure:34807: $? = 0 >configure:34843: result: yes >configure:34853: checking for timezone variable in <time.h> >configure:34881: x86_64-pc-linux-gnu-g++ -m32 -c -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -pthread -I/usr/include/gtk-3.0/unix-print -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I/usr/include/SDL2 -D_REENTRANT -pipe -march=native -O2 conftest.cpp >&5 >configure:34881: $? = 0 >configure:34956: result: timezone >configure:34968: checking for localtime >configure:34968: x86_64-pc-linux-gnu-gcc -m32 -o conftest -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -pthread -I/usr/include/gtk-3.0/unix-print -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I/usr/include/SDL2 -D_REENTRANT -D_GNU_SOURCE -pipe -march=native -O2 -pthread -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >configure:34968: $? = 0 >configure:34968: result: yes >configure:34979: checking for tm_gmtoff in struct tm >configure:35001: x86_64-pc-linux-gnu-gcc -m32 -c -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -pthread -I/usr/include/gtk-3.0/unix-print -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I/usr/include/SDL2 -D_REENTRANT -D_GNU_SOURCE -pipe -march=native -O2 conftest.c >&5 >configure:35001: $? = 0 >configure:35012: result: yes >configure:35027: checking for setpriority >configure:35027: x86_64-pc-linux-gnu-gcc -m32 -o conftest -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -pthread -I/usr/include/gtk-3.0/unix-print -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I/usr/include/SDL2 -D_REENTRANT -D_GNU_SOURCE -pipe -march=native -O2 -pthread -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >configure:35027: $? = 0 >configure:35027: result: yes >configure:35040: checking for socket >configure:35040: x86_64-pc-linux-gnu-gcc -m32 -o conftest -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -pthread -I/usr/include/gtk-3.0/unix-print -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I/usr/include/SDL2 -D_REENTRANT -D_GNU_SOURCE -pipe -march=native -O2 -pthread -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 >configure:35040: $? = 0 >configure:35040: result: yes >configure:35103: checking what is the type of the third argument of getsockname >configure:35132: x86_64-pc-linux-gnu-g++ -m32 -c -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -pthread -I/usr/include/gtk-3.0/unix-print -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I/usr/include/SDL2 -D_REENTRANT -pipe -march=native -O2 conftest.cpp >&5 >configure:35132: $? = 0 >configure:35202: result: socklen_t >configure:35215: checking what is the type of the fifth argument of getsockopt >configure:35244: x86_64-pc-linux-gnu-g++ -m32 -c -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -pthread -I/usr/include/gtk-3.0/unix-print -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I/usr/include/SDL2 -D_REENTRANT -pipe -march=native -O2 conftest.cpp >&5 >configure:35244: $? = 0 >configure:35307: result: socklen_t >configure:35477: checking for linux/joystick.h >configure:35477: x86_64-pc-linux-gnu-gcc -m32 -c -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -pthread -I/usr/include/gtk-3.0/unix-print -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I/usr/include/SDL2 -D_REENTRANT -D_GNU_SOURCE -pipe -march=native -O2 conftest.c >&5 >configure:35477: $? = 0 >configure:35477: result: yes >configure:36423: checking for python >configure:36441: found /usr/bin/python >configure:36453: result: /usr/bin/python >configure:36981: checking for CAIRO >configure:36989: $PKG_CONFIG --exists --print-errors "cairo" >configure:36992: $? = 0 >configure:37007: $PKG_CONFIG --exists --print-errors "cairo" >configure:37010: $? = 0 >configure:37048: result: yes >configure:37057: checking for cairo_push_group >configure:37057: x86_64-pc-linux-gnu-gcc -m32 -o conftest -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -pthread -I/usr/include/gtk-3.0/unix-print -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I/usr/include/SDL2 -D_REENTRANT -D_GNU_SOURCE -pipe -march=native -O2 -pthread -Wl,-O1 -Wl,--as-needed conftest.c -lm -lcairo >&5 >configure:37057: $? = 0 >configure:37057: result: yes >configure:37110: checking for GST >configure:37118: $PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-video-$GST_VERSION" >Package gstreamer-1.0 was not found in the pkg-config search path. >Perhaps you should add the directory containing `gstreamer-1.0.pc' >to the PKG_CONFIG_PATH environment variable >Package 'gstreamer-1.0', required by 'virtual:world', not found >Package 'gstreamer-video-1.0', required by 'virtual:world', not found >configure:37121: $? = 1 >configure:37136: $PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-video-$GST_VERSION" >Package gstreamer-1.0 was not found in the pkg-config search path. >Perhaps you should add the directory containing `gstreamer-1.0.pc' >to the PKG_CONFIG_PATH environment variable >Package 'gstreamer-1.0', required by 'virtual:world', not found >Package 'gstreamer-video-1.0', required by 'virtual:world', not found >configure:37139: $? = 1 >Package 'gstreamer-1.0', required by 'virtual:world', not found >Package 'gstreamer-video-1.0', required by 'virtual:world', not found >configure:37168: WARNING: GStreamer 1.0 not available, falling back to 0.10 >configure:37197: checking for GST >configure:37205: $PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION" >Package gstreamer-0.10 was not found in the pkg-config search path. >Perhaps you should add the directory containing `gstreamer-0.10.pc' >to the PKG_CONFIG_PATH environment variable >Package 'gstreamer-0.10', required by 'virtual:world', not found >Package 'gstreamer-plugins-base-0.10', required by 'virtual:world', not found >configure:37208: $? = 1 >configure:37223: $PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION" >Package gstreamer-0.10 was not found in the pkg-config search path. >Perhaps you should add the directory containing `gstreamer-0.10.pc' >to the PKG_CONFIG_PATH environment variable >Package 'gstreamer-0.10', required by 'virtual:world', not found >Package 'gstreamer-plugins-base-0.10', required by 'virtual:world', not found >configure:37226: $? = 1 >Package 'gstreamer-0.10', required by 'virtual:world', not found >Package 'gstreamer-plugins-base-0.10', required by 'virtual:world', not found >configure:37255: WARNING: GStreamer 0.10 not available, falling back to 0.8 >configure:37369: WARNING: wxMediaCtrl can't be built because GStreamer not available >configure:37491: error: wxMediaCtrl was explicitly requested but can't be built. > > Fix the problems reported above or don't use --enable-mediactrl configure option. > > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_build=i686-pc-linux-gnu >ac_cv_c_bigendian=no >ac_cv_c_compiler_gnu=yes >ac_cv_c_const=yes >ac_cv_c_inline=inline >ac_cv_cxx_compiler_gnu=yes >ac_cv_env_CAIRO_CFLAGS_set= >ac_cv_env_CAIRO_CFLAGS_value= >ac_cv_env_CAIRO_LIBS_set= >ac_cv_env_CAIRO_LIBS_value= >ac_cv_env_CCC_set= >ac_cv_env_CCC_value= >ac_cv_env_CC_set=set >ac_cv_env_CC_value='x86_64-pc-linux-gnu-gcc -m32' >ac_cv_env_CFLAGS_set=set >ac_cv_env_CFLAGS_value='-pipe -march=native -O2' >ac_cv_env_CPPFLAGS_set= >ac_cv_env_CPPFLAGS_value= >ac_cv_env_CPPUNIT_CFLAGS_set= >ac_cv_env_CPPUNIT_CFLAGS_value= >ac_cv_env_CPPUNIT_LIBS_set= >ac_cv_env_CPPUNIT_LIBS_value= >ac_cv_env_CPP_set= >ac_cv_env_CPP_value= >ac_cv_env_CXXCPP_set= >ac_cv_env_CXXCPP_value= >ac_cv_env_CXXFLAGS_set=set >ac_cv_env_CXXFLAGS_value='-pipe -march=native -O2' >ac_cv_env_CXX_set=set >ac_cv_env_CXX_value='x86_64-pc-linux-gnu-g++ -m32' >ac_cv_env_DIRECTFB_CFLAGS_set= >ac_cv_env_DIRECTFB_CFLAGS_value= >ac_cv_env_DIRECTFB_LIBS_set= >ac_cv_env_DIRECTFB_LIBS_value= >ac_cv_env_GLU_CFLAGS_set= >ac_cv_env_GLU_CFLAGS_value= >ac_cv_env_GLU_LIBS_set= >ac_cv_env_GLU_LIBS_value= >ac_cv_env_GL_CFLAGS_set= >ac_cv_env_GL_CFLAGS_value= >ac_cv_env_GL_LIBS_set= >ac_cv_env_GL_LIBS_value= >ac_cv_env_GNOMEVFS_CFLAGS_set= >ac_cv_env_GNOMEVFS_CFLAGS_value= >ac_cv_env_GNOMEVFS_LIBS_set= >ac_cv_env_GNOMEVFS_LIBS_value= >ac_cv_env_GST_CFLAGS_set= >ac_cv_env_GST_CFLAGS_value= >ac_cv_env_GST_LIBS_set= >ac_cv_env_GST_LIBS_value= >ac_cv_env_GTKPRINT_CFLAGS_set= >ac_cv_env_GTKPRINT_CFLAGS_value= >ac_cv_env_GTKPRINT_LIBS_set= >ac_cv_env_GTKPRINT_LIBS_value= >ac_cv_env_HILDON2_CFLAGS_set= >ac_cv_env_HILDON2_CFLAGS_value= >ac_cv_env_HILDON2_LIBS_set= >ac_cv_env_HILDON2_LIBS_value= >ac_cv_env_HILDON_CFLAGS_set= >ac_cv_env_HILDON_CFLAGS_value= >ac_cv_env_HILDON_LIBS_set= >ac_cv_env_HILDON_LIBS_value= >ac_cv_env_LDFLAGS_set=set >ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed' >ac_cv_env_LIBNOTIFY_CFLAGS_set= >ac_cv_env_LIBNOTIFY_CFLAGS_value= >ac_cv_env_LIBNOTIFY_LIBS_set= >ac_cv_env_LIBNOTIFY_LIBS_value= >ac_cv_env_LIBS_set= >ac_cv_env_LIBS_value= >ac_cv_env_MesaGL_CFLAGS_set= >ac_cv_env_MesaGL_CFLAGS_value= >ac_cv_env_MesaGL_LIBS_set= >ac_cv_env_MesaGL_LIBS_value= >ac_cv_env_PANGOFT2_CFLAGS_set= >ac_cv_env_PANGOFT2_CFLAGS_value= >ac_cv_env_PANGOFT2_LIBS_set= >ac_cv_env_PANGOFT2_LIBS_value= >ac_cv_env_PANGOXFT_CFLAGS_set= >ac_cv_env_PANGOXFT_CFLAGS_value= >ac_cv_env_PANGOXFT_LIBS_set= >ac_cv_env_PANGOXFT_LIBS_value= >ac_cv_env_PKG_CONFIG_set=set >ac_cv_env_PKG_CONFIG_value=x86_64-pc-linux-gnu-pkg-config >ac_cv_env_SDL_CFLAGS_set= >ac_cv_env_SDL_CFLAGS_value= >ac_cv_env_SDL_LIBS_set= >ac_cv_env_SDL_LIBS_value= >ac_cv_env_SM_CFLAGS_set= >ac_cv_env_SM_CFLAGS_value= >ac_cv_env_SM_LIBS_set= >ac_cv_env_SM_LIBS_value= >ac_cv_env_WEBKIT_CFLAGS_set= >ac_cv_env_WEBKIT_CFLAGS_value= >ac_cv_env_WEBKIT_LIBS_set= >ac_cv_env_WEBKIT_LIBS_value= >ac_cv_env_XMKMF_set= >ac_cv_env_XMKMF_value= >ac_cv_env_Xinerama_CFLAGS_set= >ac_cv_env_Xinerama_CFLAGS_value= >ac_cv_env_Xinerama_LIBS_set= >ac_cv_env_Xinerama_LIBS_value= >ac_cv_env_Xxf86vm_CFLAGS_set= >ac_cv_env_Xxf86vm_CFLAGS_value= >ac_cv_env_Xxf86vm_LIBS_set= >ac_cv_env_Xxf86vm_LIBS_value= >ac_cv_env_build_alias_set=set >ac_cv_env_build_alias_value=i686-pc-linux-gnu >ac_cv_env_host_alias_set=set >ac_cv_env_host_alias_value=i686-pc-linux-gnu >ac_cv_env_target_alias_set= >ac_cv_env_target_alias_value= >ac_cv_func_cairo_push_group=yes >ac_cv_func_ceil=yes >ac_cv_func_cos=no >ac_cv_func_dlerror=yes >ac_cv_func_dlopen=yes >ac_cv_func_fcntl=yes >ac_cv_func_floor=no >ac_cv_func_gettimeofday=yes >ac_cv_func_gmtime_r=yes >ac_cv_func_inet_addr=yes >ac_cv_func_inet_aton=yes >ac_cv_func_localtime=yes >ac_cv_func_localtime_r=yes >ac_cv_func_mkstemp=yes >ac_cv_func_nanosleep=yes >ac_cv_func_pthread_attr_getschedpolicy=yes >ac_cv_func_pthread_attr_setschedparam=yes >ac_cv_func_pthread_attr_setstacksize=yes >ac_cv_func_pthread_cancel=yes >ac_cv_func_pthread_mutex_timedlock=yes >ac_cv_func_pthread_setconcurrency=yes >ac_cv_func_sched_get_priority_max=yes >ac_cv_func_sched_yield=yes >ac_cv_func_setenv=yes >ac_cv_func_setpriority=yes >ac_cv_func_sigaction=yes >ac_cv_func_sin=yes >ac_cv_func_snprintf=yes >ac_cv_func_socket=yes >ac_cv_func_strnlen=yes >ac_cv_func_unsetenv=yes >ac_cv_func_vsnprintf=yes >ac_cv_func_vsscanf=yes >ac_cv_func_wcscasecmp=yes >ac_cv_func_wcsdup=yes >ac_cv_func_wcsftime=yes >ac_cv_func_wcslen=yes >ac_cv_func_wcsncasecmp=yes >ac_cv_func_wcsnlen=yes >ac_cv_func_wcsrtombs=yes >ac_cv_func_which_gethostbyname_r=six >ac_cv_func_which_getservbyname_r=six >ac_cv_header_GL_gl_h=yes >ac_cv_header_GL_glu_h=yes >ac_cv_header_X11_XKBlib_h=yes >ac_cv_header_X11_Xlib_h=yes >ac_cv_header_X11_extensions_xf86vmode_h=yes >ac_cv_header_cxxabi_h=yes >ac_cv_header_expat_h=yes >ac_cv_header_inttypes_h=yes >ac_cv_header_iostream=yes >ac_cv_header_jpeglib_h=yes >ac_cv_header_langinfo_h=yes >ac_cv_header_linux_joystick_h=yes >ac_cv_header_memory_h=yes >ac_cv_header_png_h=yes >ac_cv_header_sched_h=yes >ac_cv_header_stdc=yes >ac_cv_header_stdint_h=yes >ac_cv_header_stdlib_h=yes >ac_cv_header_string_h=yes >ac_cv_header_strings_h=yes >ac_cv_header_sys_epoll_h=yes >ac_cv_header_sys_inotify_h=yes >ac_cv_header_sys_select_h=yes >ac_cv_header_sys_soundcard=yes >ac_cv_header_sys_stat_h=yes >ac_cv_header_sys_types_h=yes >ac_cv_header_tiffio_h=yes >ac_cv_header_type_traits=yes >ac_cv_header_unistd_h=yes >ac_cv_header_wchar_h=yes >ac_cv_header_zlib_h=yes >ac_cv_host=i686-pc-linux-gnu >ac_cv_lib_expat_XML_ParserCreate=yes >ac_cv_lib_jpeg_jpeg_read_header=yes >ac_cv_lib_png_png_sig_cmp=yes >ac_cv_lib_tiff_TIFFError=yes >ac_cv_lib_z_deflate=yes >ac_cv_objext=o >ac_cv_path_EGREP='/bin/grep -E' >ac_cv_path_GREP=/bin/grep >ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config >ac_cv_path_PYTHON=/usr/bin/python >ac_cv_prog_AR=x86_64-pc-linux-gnu-ar >ac_cv_prog_CC='x86_64-pc-linux-gnu-gcc -m32' >ac_cv_prog_CPP='x86_64-pc-linux-gnu-gcc -m32 -E' >ac_cv_prog_CXXCPP='x86_64-pc-linux-gnu-g++ -m32 -E' >ac_cv_prog_cc_c89= >ac_cv_prog_cc_g=yes >ac_cv_prog_cxx_g=yes >ac_cv_prog_gcc_traditional=no >ac_cv_search_backtrace='none required' >ac_cv_sizeof_int=4 >ac_cv_sizeof_long=4 >ac_cv_sizeof_long_long=8 >ac_cv_sizeof_short=2 >ac_cv_sizeof_size_t=4 >ac_cv_sizeof_void_p=4 >ac_cv_sizeof_wchar_t=4 >ac_cv_sys_file_offset_bits=64 >ac_cv_sys_largefile_source=no >ac_cv_type_mbstate_t=yes >ac_cv_type_mode_t=yes >ac_cv_type_off_t=yes >ac_cv_type_pid_t=yes >ac_cv_type_size_t=yes >ac_cv_type_ssize_t=yes >ac_cv_type_std__istream=yes >ac_cv_type_std__ostream=yes >am_cv_func_iconv=yes >am_cv_lib_iconv=no >bakefile_cv_c_compiler___INTEL_COMPILER=no >bakefile_cv_cxx_compiler___INTEL_COMPILER=no >bakefile_cv_cxx_compiler___SUNPRO_CC=no >pkg_cv_CAIRO_CFLAGS='-I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libpng16 ' >pkg_cv_CAIRO_LIBS='-lcairo ' >pkg_cv_GLU_CFLAGS= >pkg_cv_GLU_LIBS='-lGLU ' >pkg_cv_GL_CFLAGS= >pkg_cv_GL_LIBS='-lGL ' >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/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread ' >pkg_cv_GTKPRINT_LIBS='-lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ' >pkg_cv_LIBNOTIFY_CFLAGS='-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -pthread ' >pkg_cv_LIBNOTIFY_LIBS='-lnotify -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ' >pkg_cv_SDL_CFLAGS='-I/usr/include/SDL2 -D_REENTRANT ' >pkg_cv_SDL_LIBS='-lSDL2 ' >pkg_cv_SM_CFLAGS= >pkg_cv_SM_LIBS='-lSM ' >pkg_cv_Xxf86vm_CFLAGS= >pkg_cv_Xxf86vm_LIBS='-lXxf86vm ' >wx_cv_cc_broken_libstdcxx_visibility=no >wx_cv_cc_gcc_atomic_builtins=yes >wx_cv_cc_visibility=yes >wx_cv_cflags_gtk='-I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread ' >wx_cv_class_stdstring=yes >wx_cv_expat_is_not_broken=yes >wx_cv_explicit=yes >wx_cv_func_backtrace=yes >wx_cv_func_broken_vsnprintf_decl=no >wx_cv_func_broken_vsscanf_decl=no >wx_cv_func_cxa_demangle=yes >wx_cv_func_fdopen=yes >wx_cv_func_fputws=yes >wx_cv_func_fsync=yes >wx_cv_func_getgrgid_r=yes >wx_cv_func_getpwuid_r=yes >wx_cv_func_gettimeofday_has_2_args=yes >wx_cv_func_iconv_const=no >wx_cv_func_pthread_cleanup=yes >wx_cv_func_pthread_mutexattr_settype_decl=yes >wx_cv_func_putws=no >wx_cv_func_round=yes >wx_cv_func_snprintf_decl=yes >wx_cv_func_snprintf_pos_params=yes >wx_cv_func_statfs=yes >wx_cv_func_statfs_decl=yes >wx_cv_func_strtok_r=yes >wx_cv_func_strtoull=yes >wx_cv_func_sysconf=yes >wx_cv_func_uname=yes >wx_cv_func_va_copy=yes >wx_cv_func_vsnprintf_decl=yes >wx_cv_func_vsscanf_decl=yes >wx_cv_func_vswprintf=yes >wx_cv_func_vswscanf=yes >wx_cv_func_wprintf=yes >wx_cv_have_variadic_macros=yes >wx_cv_lib_gtk=3 >wx_cv_libs_gtk='-lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lgthread-2.0 -pthread -lglib-2.0 -lX11' >wx_cv_size_t_is_uint=yes >wx_cv_std_libfullpath=/usr/lib >wx_cv_std_libpath=lib >wx_cv_struct_pw_gecos=yes >wx_cv_struct_tm_has_gmtoff=yes >wx_cv_type_abi_forced_unwind=yes >wx_cv_type_getsockname3=socklen_t >wx_cv_type_getsockopt5=socklen_t >wx_cv_type_pthread_mutexattr_t=yes >wx_cv_type_sa_handler=int >wx_cv_type_statvfs_t='struct statfs' >wx_cv_use_aboutdlg='wxUSE_ABOUTDLG=${DEFAULT_wxUSE_ABOUTDLG:-yes}' >wx_cv_use_accel='wxUSE_ACCEL=${DEFAULT_wxUSE_ACCEL:-yes}' >wx_cv_use_accessibility='wxUSE_ACCESSIBILITY=${DEFAULT_wxUSE_ACCESSIBILITY:-yes}' >wx_cv_use_all_features='wxUSE_ALL_FEATURES=${DEFAULT_wxUSE_ALL_FEATURES:-yes}' >wx_cv_use_animatectrl='wxUSE_ANIMATIONCTRL=${DEFAULT_wxUSE_ANIMATIONCTRL:-yes}' >wx_cv_use_any='wxUSE_ANY=${DEFAULT_wxUSE_ANY:-yes}' >wx_cv_use_apple_ieee='wxUSE_APPLE_IEEE=${DEFAULT_wxUSE_APPLE_IEEE:-yes}' >wx_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=${DEFAULT_wxUSE_ARCHIVE_STREAMS:-yes}' >wx_cv_use_artstd='wxUSE_ARTPROVIDER_STD=${DEFAULT_wxUSE_ARTPROVIDER_STD:-yes}' >wx_cv_use_arttango='wxUSE_ARTPROVIDER_TANGO=${DEFAULT_wxUSE_ARTPROVIDER_TANGO:-yes}' >wx_cv_use_aui='wxUSE_AUI=${DEFAULT_wxUSE_AUI:-yes}' >wx_cv_use_autoidman='wxUSE_AUTOID_MANAGEMENT=${DEFAULT_wxUSE_AUTOID_MANAGEMENT:-yes}' >wx_cv_use_backtrace='wxUSE_STACKWALKER=${DEFAULT_wxUSE_STACKWALKER:-yes}' >wx_cv_use_bannerwindow='wxUSE_BANNERWINDOW=${DEFAULT_wxUSE_BANNERWINDOW:-yes}' >wx_cv_use_base64='wxUSE_BASE64=${DEFAULT_wxUSE_BASE64:-yes}' >wx_cv_use_baseevtloop='wxUSE_CONSOLE_EVENTLOOP=${DEFAULT_wxUSE_CONSOLE_EVENTLOOP:-yes}' >wx_cv_use_bmpbutton='wxUSE_BMPBUTTON=${DEFAULT_wxUSE_BMPBUTTON:-yes}' >wx_cv_use_bmpcombobox='wxUSE_BITMAPCOMBOBOX=${DEFAULT_wxUSE_BITMAPCOMBOBOX:-yes}' >wx_cv_use_busyinfo='wxUSE_BUSYINFO=${DEFAULT_wxUSE_BUSYINFO:-yes}' >wx_cv_use_button='wxUSE_BUTTON=${DEFAULT_wxUSE_BUTTON:-yes}' >wx_cv_use_calendar='wxUSE_CALCTRL=${DEFAULT_wxUSE_CALCTRL:-yes}' >wx_cv_use_caret='wxUSE_CARET=${DEFAULT_wxUSE_CARET:-yes}' >wx_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=${DEFAULT_wxUSE_ON_FATAL_EXCEPTION:-yes}' >wx_cv_use_checkbox='wxUSE_CHECKBOX=${DEFAULT_wxUSE_CHECKBOX:-yes}' >wx_cv_use_checklst='wxUSE_CHECKLST=${DEFAULT_wxUSE_CHECKLST:-yes}' >wx_cv_use_choice='wxUSE_CHOICE=${DEFAULT_wxUSE_CHOICE:-yes}' >wx_cv_use_choicebook='wxUSE_CHOICEBOOK=${DEFAULT_wxUSE_CHOICEBOOK:-yes}' >wx_cv_use_choicedlg='wxUSE_CHOICEDLG=${DEFAULT_wxUSE_CHOICEDLG:-yes}' >wx_cv_use_clipboard='wxUSE_CLIPBOARD=${DEFAULT_wxUSE_CLIPBOARD:-yes}' >wx_cv_use_cmdline='wxUSE_CMDLINE_PARSER=${DEFAULT_wxUSE_CMDLINE_PARSER:-yes}' >wx_cv_use_coldlg='wxUSE_COLOURDLG=${DEFAULT_wxUSE_COLOURDLG:-yes}' >wx_cv_use_collpane='wxUSE_COLLPANE=${DEFAULT_wxUSE_COLLPANE:-yes}' >wx_cv_use_colourpicker='wxUSE_COLOURPICKERCTRL=${DEFAULT_wxUSE_COLOURPICKERCTRL:-yes}' >wx_cv_use_combobox='wxUSE_COMBOBOX=${DEFAULT_wxUSE_COMBOBOX:-yes}' >wx_cv_use_comboctrl='wxUSE_COMBOCTRL=${DEFAULT_wxUSE_COMBOCTRL:-yes}' >wx_cv_use_commandlinkbutton='wxUSE_COMMANDLINKBUTTON=${DEFAULT_wxUSE_COMMANDLINKBUTTON:-yes}' >wx_cv_use_commondlg='wxUSE_COMMONDLGS=${DEFAULT_wxUSE_COMMONDLGS:-yes}' >wx_cv_use_compat26='WXWIN_COMPATIBILITY_2_6=${DEFAULT_WXWIN_COMPATIBILITY_2_6:-no}' >wx_cv_use_compat28=WXWIN_COMPATIBILITY_2_8=yes >wx_cv_use_config='wxUSE_CONFIG=${DEFAULT_wxUSE_CONFIG:-yes}' >wx_cv_use_constraints='wxUSE_CONSTRAINTS=${DEFAULT_wxUSE_CONSTRAINTS:-yes}' >wx_cv_use_controls='wxUSE_CONTROLS=${DEFAULT_wxUSE_CONTROLS:-yes}' >wx_cv_use_dataobj='wxUSE_DATAOBJ=${DEFAULT_wxUSE_DATAOBJ:-yes}' >wx_cv_use_dataviewctrl='wxUSE_DATAVIEWCTRL=${DEFAULT_wxUSE_DATAVIEWCTRL:-yes}' >wx_cv_use_datepick='wxUSE_DATEPICKCTRL=${DEFAULT_wxUSE_DATEPICKCTRL:-yes}' >wx_cv_use_datetime='wxUSE_DATETIME=${DEFAULT_wxUSE_DATETIME:-yes}' >wx_cv_use_dccache='wxUSE_DC_CACHEING=${DEFAULT_wxUSE_DC_CACHEING:-yes}' >wx_cv_use_dctransform='wxUSE_DC_TRANSFORM_MATRIX=${DEFAULT_wxUSE_DC_TRANSFORM_MATRIX:-yes}' >wx_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=${DEFAULT_wxUSE_DEBUG_CONTEXT:-no}' >wx_cv_use_debug_flag='wxUSE_DEBUG_FLAG=${DEFAULT_wxUSE_DEBUG_FLAG:-yes}' >wx_cv_use_debug_gdb='wxUSE_DEBUG_GDB=${DEFAULT_wxUSE_DEBUG_GDB:-no}' >wx_cv_use_debug_info='wxUSE_DEBUG_INFO=${DEFAULT_wxUSE_DEBUG_INFO:-no}' >wx_cv_use_debugreport='wxUSE_DEBUGREPORT=${DEFAULT_wxUSE_DEBUGREPORT:-yes}' >wx_cv_use_detect_sm='wxUSE_DETECT_SM=${DEFAULT_wxUSE_DETECT_SM:-yes}' >wx_cv_use_dialupman='wxUSE_DIALUP_MANAGER=${DEFAULT_wxUSE_DIALUP_MANAGER:-yes}' >wx_cv_use_dirdlg='wxUSE_DIRDLG=${DEFAULT_wxUSE_DIRDLG:-yes}' >wx_cv_use_dirpicker='wxUSE_DIRPICKERCTRL=${DEFAULT_wxUSE_DIRPICKERCTRL:-yes}' >wx_cv_use_display='wxUSE_DISPLAY=${DEFAULT_wxUSE_DISPLAY:-yes}' >wx_cv_use_dmalloc='wxUSE_DMALLOC=${DEFAULT_wxUSE_DMALLOC:-yes}' >wx_cv_use_dnd='wxUSE_DRAG_AND_DROP=${DEFAULT_wxUSE_DRAG_AND_DROP:-yes}' >wx_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=${DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE:-yes}' >wx_cv_use_dragimage='wxUSE_DRAGIMAGE=${DEFAULT_wxUSE_DRAGIMAGE:-yes}' >wx_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=${DEFAULT_wxUSE_DYNAMIC_LOADER:-yes}' >wx_cv_use_dynlib='wxUSE_DYNLIB_CLASS=${DEFAULT_wxUSE_DYNLIB_CLASS:-yes}' >wx_cv_use_editablebox='wxUSE_EDITABLELISTBOX=${DEFAULT_wxUSE_EDITABLELISTBOX:-yes}' >wx_cv_use_epollloop='wxUSE_EPOLL_DISPATCHER=${DEFAULT_wxUSE_EPOLL_DISPATCHER:-yes}' >wx_cv_use_exceptions='wxUSE_EXCEPTIONS=${DEFAULT_wxUSE_EXCEPTIONS:-yes}' >wx_cv_use_expat=wxUSE_EXPAT=sys >wx_cv_use_extended_rtti='wxUSE_EXTENDED_RTTI=${DEFAULT_wxUSE_EXTENDED_RTTI:-no}' >wx_cv_use_ffile='wxUSE_FFILE=${DEFAULT_wxUSE_FFILE:-yes}' >wx_cv_use_file='wxUSE_FILE=${DEFAULT_wxUSE_FILE:-yes}' >wx_cv_use_filectrl='wxUSE_FILECTRL=${DEFAULT_wxUSE_FILECTRL:-yes}' >wx_cv_use_filedlg='wxUSE_FILEDLG=${DEFAULT_wxUSE_FILEDLG:-yes}' >wx_cv_use_filehistory='wxUSE_FILE_HISTORY=${DEFAULT_wxUSE_FILE_HISTORY:-yes}' >wx_cv_use_filepicker='wxUSE_FILEPICKERCTRL=${DEFAULT_wxUSE_FILEPICKERCTRL:-yes}' >wx_cv_use_fileproto='wxUSE_PROTOCOL_FILE=${DEFAULT_wxUSE_PROTOCOL_FILE:-yes}' >wx_cv_use_filesystem='wxUSE_FILESYSTEM=${DEFAULT_wxUSE_FILESYSTEM:-yes}' >wx_cv_use_finddlg='wxUSE_FINDREPLDLG=${DEFAULT_wxUSE_FINDREPLDLG:-yes}' >wx_cv_use_fontdlg='wxUSE_FONTDLG=${DEFAULT_wxUSE_FONTDLG:-yes}' >wx_cv_use_fontenum='wxUSE_FONTENUM=${DEFAULT_wxUSE_FONTENUM:-yes}' >wx_cv_use_fontmap='wxUSE_FONTMAP=${DEFAULT_wxUSE_FONTMAP:-yes}' >wx_cv_use_fontpicker='wxUSE_FONTPICKERCTRL=${DEFAULT_wxUSE_FONTPICKERCTRL:-yes}' >wx_cv_use_fs_archive='wxUSE_FS_ARCHIVE=${DEFAULT_wxUSE_FS_ARCHIVE:-yes}' >wx_cv_use_fs_inet='wxUSE_FS_INET=${DEFAULT_wxUSE_FS_INET:-yes}' >wx_cv_use_fs_zip='wxUSE_FS_ZIP=${DEFAULT_wxUSE_FS_ZIP:-yes}' >wx_cv_use_fsvolume='wxUSE_FSVOLUME=${DEFAULT_wxUSE_FSVOLUME:-yes}' >wx_cv_use_fswatcher='wxUSE_FSWATCHER=${DEFAULT_wxUSE_FSWATCHER:-yes}' >wx_cv_use_ftp='wxUSE_PROTOCOL_FTP=${DEFAULT_wxUSE_PROTOCOL_FTP:-yes}' >wx_cv_use_gauge='wxUSE_GAUGE=${DEFAULT_wxUSE_GAUGE:-yes}' >wx_cv_use_geometry='wxUSE_GEOMETRY=${DEFAULT_wxUSE_GEOMETRY:-yes}' >wx_cv_use_gif='wxUSE_GIF=${DEFAULT_wxUSE_GIF:-yes}' >wx_cv_use_gnomevfs=wxUSE_LIBGNOMEVFS=no >wx_cv_use_gpe='wxUSE_GPE=${DEFAULT_wxUSE_GPE:-no}' >wx_cv_use_graphics_ctx=wxUSE_GRAPHICS_CONTEXT=yes >wx_cv_use_grid='wxUSE_GRID=${DEFAULT_wxUSE_GRID:-yes}' >wx_cv_use_gstreamer8='wxUSE_GSTREAMER8=${DEFAULT_wxUSE_GSTREAMER8:-yes}' >wx_cv_use_gtkprint=wxUSE_GTKPRINT=yes >wx_cv_use_gui=wxUSE_GUI=yes >wx_cv_use_headerctrl='wxUSE_HEADERCTRL=${DEFAULT_wxUSE_HEADERCTRL:-yes}' >wx_cv_use_help='wxUSE_HELP=${DEFAULT_wxUSE_HELP:-yes}' >wx_cv_use_hildon='wxUSE_LIBHILDON=${DEFAULT_wxUSE_LIBHILDON:-yes}' >wx_cv_use_hotkey='wxUSE_HOTKEY=${DEFAULT_wxUSE_HOTKEY:-yes}' >wx_cv_use_html='wxUSE_HTML=${DEFAULT_wxUSE_HTML:-yes}' >wx_cv_use_htmlhelp='wxUSE_WXHTML_HELP=${DEFAULT_wxUSE_WXHTML_HELP:-yes}' >wx_cv_use_http='wxUSE_PROTOCOL_HTTP=${DEFAULT_wxUSE_PROTOCOL_HTTP:-yes}' >wx_cv_use_hyperlink='wxUSE_HYPERLINKCTRL=${DEFAULT_wxUSE_HYPERLINKCTRL:-yes}' >wx_cv_use_ico_cur='wxUSE_ICO_CUR=${DEFAULT_wxUSE_ICO_CUR:-yes}' >wx_cv_use_iff='wxUSE_IFF=${DEFAULT_wxUSE_IFF:-yes}' >wx_cv_use_image='wxUSE_IMAGE=${DEFAULT_wxUSE_IMAGE:-yes}' >wx_cv_use_imaglist='wxUSE_IMAGLIST=${DEFAULT_wxUSE_IMAGLIST:-yes}' >wx_cv_use_infobar='wxUSE_INFOBAR=${DEFAULT_wxUSE_INFOBAR:-yes}' >wx_cv_use_iniconf='wxUSE_INICONF=${DEFAULT_wxUSE_INICONF:-no}' >wx_cv_use_intl='wxUSE_INTL=${DEFAULT_wxUSE_INTL:-yes}' >wx_cv_use_ipc='wxUSE_IPC=${DEFAULT_wxUSE_IPC:-yes}' >wx_cv_use_ipv6='wxUSE_IPV6=${DEFAULT_wxUSE_IPV6:-yes}' >wx_cv_use_joystick='wxUSE_JOYSTICK=${DEFAULT_wxUSE_JOYSTICK:-yes}' >wx_cv_use_libiconv='wxUSE_LIBICONV=${DEFAULT_wxUSE_LIBICONV:-yes}' >wx_cv_use_libjbig='wxUSE_LIBJBIG=${DEFAULT_wxUSE_LIBJBIG:-yes}' >wx_cv_use_libjpeg=wxUSE_LIBJPEG=sys >wx_cv_use_liblzma='wxUSE_LIBLZMA=${DEFAULT_wxUSE_LIBLZMA:-yes}' >wx_cv_use_libmspack='wxUSE_LIBMSPACK=${DEFAULT_wxUSE_LIBMSPACK:-yes}' >wx_cv_use_libnotify=wxUSE_LIBNOTIFY=yes >wx_cv_use_libpng=wxUSE_LIBPNG=sys >wx_cv_use_libtiff=wxUSE_LIBTIFF=sys >wx_cv_use_libxpm='wxUSE_LIBXPM=${DEFAULT_wxUSE_LIBXPM:-yes}' >wx_cv_use_listbook='wxUSE_LISTBOOK=${DEFAULT_wxUSE_LISTBOOK:-yes}' >wx_cv_use_listbox='wxUSE_LISTBOX=${DEFAULT_wxUSE_LISTBOX:-yes}' >wx_cv_use_listctrl='wxUSE_LISTCTRL=${DEFAULT_wxUSE_LISTCTRL:-yes}' >wx_cv_use_log='wxUSE_LOG=${DEFAULT_wxUSE_LOG:-yes}' >wx_cv_use_logdialog='wxUSE_LOGDIALOG=${DEFAULT_wxUSE_LOGDIALOG:-yes}' >wx_cv_use_loggui='wxUSE_LOGGUI=${DEFAULT_wxUSE_LOGGUI:-yes}' >wx_cv_use_logwin='wxUSE_LOGWINDOW=${DEFAULT_wxUSE_LOGWINDOW:-yes}' >wx_cv_use_longlong='wxUSE_LONGLONG=${DEFAULT_wxUSE_LONGLONG:-yes}' >wx_cv_use_macosx_arch=wxUSE_MAC_ARCH=no >wx_cv_use_markup='wxUSE_MARKUP=${DEFAULT_wxUSE_MARKUP:-yes}' >wx_cv_use_mdi='wxUSE_MDI=${DEFAULT_wxUSE_MDI:-yes}' >wx_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=${DEFAULT_wxUSE_MDI_ARCHITECTURE:-yes}' >wx_cv_use_mediactrl=wxUSE_MEDIACTRL=yes >wx_cv_use_mem_tracing='wxUSE_MEM_TRACING=${DEFAULT_wxUSE_MEM_TRACING:-no}' >wx_cv_use_menus='wxUSE_MENUS=${DEFAULT_wxUSE_MENUS:-yes}' >wx_cv_use_metafile='wxUSE_METAFILE=${DEFAULT_wxUSE_METAFILE:-yes}' >wx_cv_use_mimetype='wxUSE_MIMETYPE=${DEFAULT_wxUSE_MIMETYPE:-yes}' >wx_cv_use_miniframe='wxUSE_MINIFRAME=${DEFAULT_wxUSE_MINIFRAME:-yes}' >wx_cv_use_monolithic='wxUSE_MONOLITHIC=${DEFAULT_wxUSE_MONOLITHIC:-no}' >wx_cv_use_mousewheel='wxUSE_MOUSEWHEEL=${DEFAULT_wxUSE_MOUSEWHEEL:-yes}' >wx_cv_use_msgdlg='wxUSE_MSGDLG=${DEFAULT_wxUSE_MSGDLG:-yes}' >wx_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=${DEFAULT_wxUSE_MS_HTML_HELP:-yes}' >wx_cv_use_mslu='wxUSE_UNICODE_MSLU=${DEFAULT_wxUSE_UNICODE_MSLU:-no}' >wx_cv_use_nanox='wxUSE_NANOX=${DEFAULT_wxUSE_NANOX:-no}' >wx_cv_use_no_deps='wxUSE_NO_DEPS=${DEFAULT_wxUSE_NO_DEPS:-no}' >wx_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=${DEFAULT_wxUSE_NO_EXCEPTIONS:-no}' >wx_cv_use_no_rtti='wxUSE_NO_RTTI=${DEFAULT_wxUSE_NO_RTTI:-no}' >wx_cv_use_notebook='wxUSE_NOTEBOOK=${DEFAULT_wxUSE_NOTEBOOK:-yes}' >wx_cv_use_notifmsg='wxUSE_NOTIFICATION_MESSAGE=${DEFAULT_wxUSE_NOTIFICATION_MESSAGE:-yes}' >wx_cv_use_numberdlg='wxUSE_NUMBERDLG=${DEFAULT_wxUSE_NUMBERDLG:-yes}' >wx_cv_use_objc_uniquifying='wxUSE_OBJC_UNIQUIFYING=${DEFAULT_wxUSE_OBJC_UNIQUIFYING:-no}' >wx_cv_use_odcombobox='wxUSE_ODCOMBOBOX=${DEFAULT_wxUSE_ODCOMBOBOX:-yes}' >wx_cv_use_official_build='wxUSE_OFFICIAL_BUILD=${DEFAULT_wxUSE_OFFICIAL_BUILD:-no}' >wx_cv_use_ole='wxUSE_OLE=${DEFAULT_wxUSE_OLE:-yes}' >wx_cv_use_opengl=wxUSE_OPENGL=yes >wx_cv_use_optimise='wxUSE_OPTIMISE=${DEFAULT_wxUSE_OPTIMISE:-yes}' >wx_cv_use_ownerdrawn='wxUSE_OWNER_DRAWN=${DEFAULT_wxUSE_OWNER_DRAWN:-yes}' >wx_cv_use_palette='wxUSE_PALETTE=${DEFAULT_wxUSE_PALETTE:-yes}' >wx_cv_use_pcx='wxUSE_PCX=${DEFAULT_wxUSE_PCX:-yes}' >wx_cv_use_permissive='wxUSE_PERMISSIVE=${DEFAULT_wxUSE_PERMISSIVE:-no}' >wx_cv_use_plugins='wxUSE_PLUGINS=${DEFAULT_wxUSE_PLUGINS:-no}' >wx_cv_use_pnm='wxUSE_PNM=${DEFAULT_wxUSE_PNM:-yes}' >wx_cv_use_popupwin='wxUSE_POPUPWIN=${DEFAULT_wxUSE_POPUPWIN:-yes}' >wx_cv_use_postscript='wxUSE_POSTSCRIPT=${DEFAULT_wxUSE_POSTSCRIPT:-yes}' >wx_cv_use_prefseditor='wxUSE_PREFERENCES_EDITOR=${DEFAULT_wxUSE_PREFERENCES_EDITOR:-yes}' >wx_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=${DEFAULT_wxUSE_PRINTING_ARCHITECTURE:-yes}' >wx_cv_use_printfposparam='wxUSE_PRINTF_POS_PARAMS=${DEFAULT_wxUSE_PRINTF_POS_PARAMS:-yes}' >wx_cv_use_profile='wxUSE_PROFILE=${DEFAULT_wxUSE_PROFILE:-no}' >wx_cv_use_progressdlg='wxUSE_PROGRESSDLG=${DEFAULT_wxUSE_PROGRESSDLG:-yes}' >wx_cv_use_propgrid='wxUSE_PROPGRID=${DEFAULT_wxUSE_PROPGRID:-yes}' >wx_cv_use_protocol='wxUSE_PROTOCOL=${DEFAULT_wxUSE_PROTOCOL:-yes}' >wx_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=${DEFAULT_wxUSE_PROTOCOL_FILE:-yes}' >wx_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=${DEFAULT_wxUSE_PROTOCOL_FTP:-yes}' >wx_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=${DEFAULT_wxUSE_PROTOCOL_HTTP:-yes}' >wx_cv_use_protocols='wxUSE_PROTOCOL=${DEFAULT_wxUSE_PROTOCOL:-yes}' >wx_cv_use_ps_in_msw='wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW=${DEFAULT_wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW:-yes}' >wx_cv_use_radiobox='wxUSE_RADIOBOX=${DEFAULT_wxUSE_RADIOBOX:-yes}' >wx_cv_use_radiobtn='wxUSE_RADIOBTN=${DEFAULT_wxUSE_RADIOBTN:-yes}' >wx_cv_use_rearrangectrl='wxUSE_REARRANGECTRL=${DEFAULT_wxUSE_REARRANGECTRL:-yes}' >wx_cv_use_regex='wxUSE_REGEX=${DEFAULT_wxUSE_REGEX:-yes}' >wx_cv_use_regkey='wxUSE_REGKEY=${DEFAULT_wxUSE_REGKEY:-yes}' >wx_cv_use_ribbon='wxUSE_RIBBON=${DEFAULT_wxUSE_RIBBON:-yes}' >wx_cv_use_richmsgdlg='wxUSE_RICHMSGDLG=${DEFAULT_wxUSE_RICHMSGDLG:-yes}' >wx_cv_use_richtext='wxUSE_RICHTEXT=${DEFAULT_wxUSE_RICHTEXT:-yes}' >wx_cv_use_richtooltip='wxUSE_RICHTOOLTIP=${DEFAULT_wxUSE_RICHTOOLTIP:-yes}' >wx_cv_use_rpath='wxUSE_RPATH=${DEFAULT_wxUSE_RPATH:-yes}' >wx_cv_use_sash='wxUSE_SASH=${DEFAULT_wxUSE_SASH:-yes}' >wx_cv_use_scrollbar='wxUSE_SCROLLBAR=${DEFAULT_wxUSE_SCROLLBAR:-yes}' >wx_cv_use_sdl=wxUSE_LIBSDL=yes >wx_cv_use_searchctrl='wxUSE_SEARCHCTRL=${DEFAULT_wxUSE_SEARCHCTRL:-yes}' >wx_cv_use_selectloop='wxUSE_SELECT_DISPATCHER=${DEFAULT_wxUSE_SELECT_DISPATCHER:-yes}' >wx_cv_use_shared='wxUSE_SHARED=${DEFAULT_wxUSE_SHARED:-yes}' >wx_cv_use_slider='wxUSE_SLIDER=${DEFAULT_wxUSE_SLIDER:-yes}' >wx_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=${DEFAULT_wxUSE_SNGLINST_CHECKER:-yes}' >wx_cv_use_sockets='wxUSE_SOCKETS=${DEFAULT_wxUSE_SOCKETS:-yes}' >wx_cv_use_sound='wxUSE_SOUND=${DEFAULT_wxUSE_SOUND:-yes}' >wx_cv_use_spinbtn='wxUSE_SPINBTN=${DEFAULT_wxUSE_SPINBTN:-yes}' >wx_cv_use_spinctrl='wxUSE_SPINCTRL=${DEFAULT_wxUSE_SPINCTRL:-yes}' >wx_cv_use_splash='wxUSE_SPLASH=${DEFAULT_wxUSE_SPLASH:-yes}' >wx_cv_use_splines='wxUSE_SPLINES=${DEFAULT_wxUSE_SPLINES:-yes}' >wx_cv_use_splitter='wxUSE_SPLITTER=${DEFAULT_wxUSE_SPLITTER:-yes}' >wx_cv_use_statbmp='wxUSE_STATBMP=${DEFAULT_wxUSE_STATBMP:-yes}' >wx_cv_use_statbox='wxUSE_STATBOX=${DEFAULT_wxUSE_STATBOX:-yes}' >wx_cv_use_statline='wxUSE_STATLINE=${DEFAULT_wxUSE_STATLINE:-yes}' >wx_cv_use_stattext='wxUSE_STATTEXT=${DEFAULT_wxUSE_STATTEXT:-yes}' >wx_cv_use_statusbar='wxUSE_STATUSBAR=${DEFAULT_wxUSE_STATUSBAR:-yes}' >wx_cv_use_stc='wxUSE_STC=${DEFAULT_wxUSE_STC:-yes}' >wx_cv_use_std_containers='wxUSE_STD_CONTAINERS=${DEFAULT_wxUSE_STD_CONTAINERS:-no}' >wx_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=${DEFAULT_wxUSE_STD_IOSTREAM:-no}' >wx_cv_use_std_string='wxUSE_STD_STRING=${DEFAULT_wxUSE_STD_STRING:-no}' >wx_cv_use_std_string_conv_in_wxstring='wxUSE_STD_STRING_CONV_IN_WXSTRING=${DEFAULT_wxUSE_STD_STRING_CONV_IN_WXSTRING:-no}' >wx_cv_use_stdpaths='wxUSE_STDPATHS=${DEFAULT_wxUSE_STDPATHS:-yes}' >wx_cv_use_stl='wxUSE_STL=${DEFAULT_wxUSE_STL:-no}' >wx_cv_use_stopwatch='wxUSE_STOPWATCH=${DEFAULT_wxUSE_STOPWATCH:-yes}' >wx_cv_use_streams='wxUSE_STREAMS=${DEFAULT_wxUSE_STREAMS:-yes}' >wx_cv_use_subdirs='wxWITH_SUBDIRS=${DEFAULT_wxWITH_SUBDIRS:-yes}' >wx_cv_use_svg='wxUSE_SVG=${DEFAULT_wxUSE_SVG:-yes}' >wx_cv_use_sysoptions='wxUSE_SYSTEM_OPTIONS=${DEFAULT_wxUSE_SYSTEM_OPTIONS:-yes}' >wx_cv_use_tarstream='wxUSE_TARSTREAM=${DEFAULT_wxUSE_TARSTREAM:-yes}' >wx_cv_use_taskbaricon='wxUSE_TASKBARICON=${DEFAULT_wxUSE_TASKBARICON:-yes}' >wx_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=${DEFAULT_wxUSE_TOOLBAR_NATIVE:-yes}' >wx_cv_use_textbuf='wxUSE_TEXTBUFFER=${DEFAULT_wxUSE_TEXTBUFFER:-yes}' >wx_cv_use_textctrl='wxUSE_TEXTCTRL=${DEFAULT_wxUSE_TEXTCTRL:-yes}' >wx_cv_use_textdlg='wxUSE_TEXTDLG=${DEFAULT_wxUSE_TEXTDLG:-yes}' >wx_cv_use_textfile='wxUSE_TEXTFILE=${DEFAULT_wxUSE_TEXTFILE:-yes}' >wx_cv_use_tga='wxUSE_TGA=${DEFAULT_wxUSE_TGA:-yes}' >wx_cv_use_threads='wxUSE_THREADS=${DEFAULT_wxUSE_THREADS:-yes}' >wx_cv_use_timepick='wxUSE_TIMEPICKCTRL=${DEFAULT_wxUSE_TIMEPICKCTRL:-yes}' >wx_cv_use_timer='wxUSE_TIMER=${DEFAULT_wxUSE_TIMER:-yes}' >wx_cv_use_tipdlg='wxUSE_STARTUP_TIPS=${DEFAULT_wxUSE_STARTUP_TIPS:-yes}' >wx_cv_use_tipwindow='wxUSE_TIPWINDOW=${DEFAULT_wxUSE_TIPWINDOW:-yes}' >wx_cv_use_tls='wxUSE_COMPILER_TLS=${DEFAULT_wxUSE_COMPILER_TLS:-yes}' >wx_cv_use_togglebtn='wxUSE_TOGGLEBTN=${DEFAULT_wxUSE_TOGGLEBTN:-yes}' >wx_cv_use_toolbar='wxUSE_TOOLBAR=${DEFAULT_wxUSE_TOOLBAR:-yes}' >wx_cv_use_toolbook='wxUSE_TOOLBOOK=${DEFAULT_wxUSE_TOOLBOOK:-yes}' >wx_cv_use_tooltips='wxUSE_TOOLTIPS=${DEFAULT_wxUSE_TOOLTIPS:-yes}' >wx_cv_use_treebook='wxUSE_TREEBOOK=${DEFAULT_wxUSE_TREEBOOK:-yes}' >wx_cv_use_treectrl='wxUSE_TREECTRL=${DEFAULT_wxUSE_TREECTRL:-yes}' >wx_cv_use_treelist='wxUSE_TREELISTCTRL=${DEFAULT_wxUSE_TREELISTCTRL:-yes}' >wx_cv_use_uiactionsim='wxUSE_UIACTIONSIMULATOR=${DEFAULT_wxUSE_UIACTIONSIMULATOR:-yes}' >wx_cv_use_unicode='wxUSE_UNICODE=${DEFAULT_wxUSE_UNICODE:-yes}' >wx_cv_use_universal='wxUSE_UNIVERSAL=${DEFAULT_wxUSE_UNIVERSAL:-no}' >wx_cv_use_universal_binary=wxUSE_UNIVERSAL_BINARY=no >wx_cv_use_url='wxUSE_URL=${DEFAULT_wxUSE_URL:-yes}' >wx_cv_use_utf8=wxUSE_UNICODE_UTF8=no >wx_cv_use_utf8only='wxUSE_UNICODE_UTF8_LOCALE=${DEFAULT_wxUSE_UNICODE_UTF8_LOCALE:-no}' >wx_cv_use_uxtheme='wxUSE_UXTHEME=${DEFAULT_wxUSE_UXTHEME:-yes}' >wx_cv_use_validators='wxUSE_VALIDATORS=${DEFAULT_wxUSE_VALIDATORS:-yes}' >wx_cv_use_vararg_macros='wxUSE_VARARG_MACROS=${DEFAULT_wxUSE_VARARG_MACROS:-yes}' >wx_cv_use_variant='wxUSE_VARIANT=${DEFAULT_wxUSE_VARIANT:-yes}' >wx_cv_use_visibility='wxUSE_VISIBILITY=${DEFAULT_wxUSE_VISIBILITY:-yes}' >wx_cv_use_webkit='wxUSE_WEBKIT=${DEFAULT_wxUSE_WEBKIT:-yes}' >wx_cv_use_webview=wxUSE_WEBVIEW=no >wx_cv_use_webviewie='wxUSE_WEBVIEW_IE=${DEFAULT_wxUSE_WEBVIEW_IE:-yes}' >wx_cv_use_webviewwebkit='wxUSE_WEBVIEW_WEBKIT=${DEFAULT_wxUSE_WEBVIEW_WEBKIT:-yes}' >wx_cv_use_wizarddlg='wxUSE_WIZARDDLG=${DEFAULT_wxUSE_WIZARDDLG:-yes}' >wx_cv_use_wxdib='wxUSE_DIB=${DEFAULT_wxUSE_DIB:-yes}' >wx_cv_use_xlocale='wxUSE_XLOCALE=${DEFAULT_wxUSE_XLOCALE:-yes}' >wx_cv_use_xlocale_local=no >wx_cv_use_xpm='wxUSE_XPM=${DEFAULT_wxUSE_XPM:-yes}' >wx_cv_use_xrc='wxUSE_XRC=${DEFAULT_wxUSE_XRC:-yes}' >wx_cv_use_zipstream='wxUSE_ZIPSTREAM=${DEFAULT_wxUSE_ZIPSTREAM:-yes}' >wx_cv_use_zlib=wxUSE_ZLIB=sys >wx_cv_var_timezone=timezone >wx_cv_version_script=yes >wx_cv_wchar_t_is_separate_type=yes > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >AIX_CXX_LD='' >ALL_WX_LIBS='' >AR='x86_64-pc-linux-gnu-ar' >AROPTIONS='' >BK_DEPS='' >BK_MAKE_PCH='' >BUILT_WX_LIBS='' >CAIRO_CFLAGS='-I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libpng16 ' >CAIRO_LIBS='-lcairo ' >CC='x86_64-pc-linux-gnu-gcc -m32' >CFLAGS='-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -pthread -I/usr/include/gtk-3.0/unix-print -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I/usr/include/SDL2 -D_REENTRANT -D_GNU_SOURCE -pipe -march=native -O2' >CFLAGS_VISIBILITY='-fvisibility=hidden' >COND_BUILD_debug='' >COND_BUILD_debug_DEBUG_INFO_default='' >COND_BUILD_release='' >COND_BUILD_release_DEBUG_INFO_default='' >COND_DEBUG_FLAG_0='' >COND_DEBUG_INFO_0='' >COND_DEBUG_INFO_1='' >COND_DEPS_TRACKING_0='' >COND_DEPS_TRACKING_1='' >COND_GCC_PCH_1='' >COND_ICC_PCH_1='' >COND_MONOLITHIC_0='' >COND_MONOLITHIC_0_SHARED_0='' >COND_MONOLITHIC_0_SHARED_0_USE_AUI_1='' >COND_MONOLITHIC_0_SHARED_0_USE_GUI_1='' >COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1='' >COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1='' >COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1='' >COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_WEBVIEW_1='' >COND_MONOLITHIC_0_SHARED_0_USE_PROPGRID_1='' >COND_MONOLITHIC_0_SHARED_0_USE_RIBBON_1='' >COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1='' >COND_MONOLITHIC_0_SHARED_0_USE_STC_1='' >COND_MONOLITHIC_0_SHARED_0_USE_XRC_1='' >COND_MONOLITHIC_0_SHARED_1='' >COND_MONOLITHIC_0_SHARED_1_USE_AUI_1='' >COND_MONOLITHIC_0_SHARED_1_USE_GUI_1='' >COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1='' >COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1='' >COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1='' >COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_WEBVIEW_1='' >COND_MONOLITHIC_0_SHARED_1_USE_PROPGRID_1='' >COND_MONOLITHIC_0_SHARED_1_USE_RIBBON_1='' >COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1='' >COND_MONOLITHIC_0_SHARED_1_USE_STC_1='' >COND_MONOLITHIC_0_SHARED_1_USE_XRC_1='' >COND_MONOLITHIC_0_USE_AUI_1='' >COND_MONOLITHIC_0_USE_GUI_1='' >COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1='' >COND_MONOLITHIC_0_USE_HTML_1='' >COND_MONOLITHIC_0_USE_MEDIA_1='' >COND_MONOLITHIC_0_USE_PROPGRID_1='' >COND_MONOLITHIC_0_USE_QA_1='' >COND_MONOLITHIC_0_USE_RIBBON_1='' >COND_MONOLITHIC_0_USE_RICHTEXT_1='' >COND_MONOLITHIC_0_USE_STC_1='' >COND_MONOLITHIC_0_USE_WEBVIEW_1='' >COND_MONOLITHIC_0_USE_XRC_1='' >COND_MONOLITHIC_1='' >COND_MONOLITHIC_1_SHARED_0='' >COND_MONOLITHIC_1_SHARED_1='' >COND_MONOLITHIC_1_USE_STC_1='' >COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1='' >COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1='' >COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1='' >COND_PLATFORM_MACOSX_0_USE_SOVERSION_1='' >COND_PLATFORM_MACOSX_1='' >COND_PLATFORM_MACOSX_1_PLATFORM_MSDOS_0='' >COND_PLATFORM_MACOSX_1_PLATFORM_WIN32_1_SHARED_0='' >COND_PLATFORM_MACOSX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2='' >COND_PLATFORM_MACOSX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1='' >COND_PLATFORM_MACOSX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3='' >COND_PLATFORM_MACOSX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1='' >COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1='' >COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1_WXUNIV_0='' >COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1='' >COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1_WXUNIV_0='' >COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1='' >COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0='' >COND_PLATFORM_MACOSX_1_USE_GUI_1='' >COND_PLATFORM_MACOSX_1_USE_OPENGL_1='' >COND_PLATFORM_MACOSX_1_USE_SOVERSION_1='' >COND_PLATFORM_MSDOS_0='' >COND_PLATFORM_MSDOS_1='' >COND_PLATFORM_OS2_1='' >COND_PLATFORM_UNIX_0='' >COND_PLATFORM_UNIX_1='' >COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2='' >COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1='' >COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3='' >COND_PLATFORM_UNIX_1_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1='' >COND_PLATFORM_UNIX_1_USE_GUI_1='' >COND_PLATFORM_UNIX_1_USE_PLUGINS_0='' >COND_PLATFORM_WIN32_0='' >COND_PLATFORM_WIN32_0_TOOLKIT_GTK_TOOLKIT_VERSION_3='' >COND_PLATFORM_WIN32_1='' >COND_PLATFORM_WIN32_1_SHARED_0='' >COND_PLATFORM_WIN32_1_TOOLKIT_GTK_TOOLKIT_VERSION_2='' >COND_PLATFORM_WIN32_1_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1='' >COND_PLATFORM_WIN32_1_TOOLKIT_GTK_TOOLKIT_VERSION_3='' >COND_PLATFORM_WIN32_1_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1='' >COND_PYTHON='' >COND_SHARED_0='' >COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0='' >COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0='' >COND_SHARED_0_TOOLKIT_PM_WXUNIV_0='' >COND_SHARED_0_USE_GUI_1_USE_OPENGL_1='' >COND_SHARED_0_USE_GUI_1_wxUSE_LIBJPEG_builtin='' >COND_SHARED_0_USE_GUI_1_wxUSE_LIBPNG_builtin='' >COND_SHARED_0_USE_GUI_1_wxUSE_LIBTIFF_builtin='' >COND_SHARED_0_USE_STC_1='' >COND_SHARED_0_wxUSE_EXPAT_builtin='' >COND_SHARED_0_wxUSE_REGEX_builtin='' >COND_SHARED_0_wxUSE_ZLIB_builtin='' >COND_SHARED_1='' >COND_SHARED_1_USE_GUI_1_USE_OPENGL_1='' >COND_TOOLKIT_='' >COND_TOOLKIT_COCOA='' >COND_TOOLKIT_COCOA_USE_GUI_1='' >COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0='' >COND_TOOLKIT_DFB='' >COND_TOOLKIT_DFB_USE_GUI_1='' >COND_TOOLKIT_GTK='' >COND_TOOLKIT_GTK_TOOLKIT_VERSION_2='' >COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1='' >COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0='' >COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_1='' >COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_WXUNIV_0='' >COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_WXUNIV_1='' >COND_TOOLKIT_GTK_TOOLKIT_VERSION_3='' >COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1='' >COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_USE_GUI_1_WXUNIV_0='' >COND_TOOLKIT_GTK_TOOLKIT_VERSION_3_WXUNIV_0='' >COND_TOOLKIT_GTK_TOOLKIT_VERSION_='' >COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1='' >COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0='' >COND_TOOLKIT_GTK_USE_GUI_1='' >COND_TOOLKIT_MAC='' >COND_TOOLKIT_MOTIF='' >COND_TOOLKIT_MOTIF_USE_GUI_1='' >COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0='' >COND_TOOLKIT_MSW='' >COND_TOOLKIT_MSW_USE_GUI_1='' >COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0='' >COND_TOOLKIT_MSW_WXUNIV_0='' >COND_TOOLKIT_OSX_CARBON='' >COND_TOOLKIT_OSX_CARBON_USE_GUI_1='' >COND_TOOLKIT_OSX_COCOA='' >COND_TOOLKIT_OSX_COCOA_USE_GUI_1='' >COND_TOOLKIT_OSX_IPHONE='' >COND_TOOLKIT_OSX_IPHONE_USE_GUI_1='' >COND_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0='' >COND_TOOLKIT_PM='' >COND_TOOLKIT_PM_USE_GUI_1='' >COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0='' >COND_TOOLKIT_WINCE='' >COND_TOOLKIT_WINCE_USE_GUI_1='' >COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0='' >COND_TOOLKIT_WINCE_WXUNIV_0='' >COND_TOOLKIT_X11='' >COND_TOOLKIT_X11_USE_GUI_1='' >COND_TOOLKIT_X11_USE_GUI_1_WXUNIV_1='' >COND_TOOLKIT_X11_WXUNIV_1='' >COND_UNICODE_1='' >COND_USE_CAIRO_1='' >COND_USE_EXCEPTIONS_0='' >COND_USE_EXCEPTIONS_1='' >COND_USE_GUI_0='' >COND_USE_GUI_1='' >COND_USE_GUI_1_USE_OPENGL_1='' >COND_USE_GUI_1_WXUNIV_0='' >COND_USE_GUI_1_WXUNIV_1='' >COND_USE_GUI_1_wxUSE_LIBJPEG_builtin='' >COND_USE_GUI_1_wxUSE_LIBPNG_builtin='' >COND_USE_GUI_1_wxUSE_LIBTIFF_builtin='' >COND_USE_OPENGL_1='' >COND_USE_PCH_1='' >COND_USE_PLUGINS_0='' >COND_USE_RTTI_0='' >COND_USE_RTTI_1='' >COND_USE_SOTWOSYMLINKS_1='' >COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1='' >COND_USE_SOVERLINUX_1='' >COND_USE_SOVERSION_0='' >COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1='' >COND_USE_SOVERSOLARIS_1='' >COND_USE_STC_1='' >COND_USE_THREADS_0='' >COND_USE_THREADS_1='' >COND_USE_WEBVIEW_WEBKIT2_1='' >COND_USE_XRC_1='' >COND_WINDOWS_IMPLIB_1='' >COND_WITH_PLUGIN_SDL_1='' >COND_WXUNIV_0='' >COND_WXUNIV_1='' >COND_wxUSE_EXPAT_builtin='' >COND_wxUSE_LIBJPEG_builtin='' >COND_wxUSE_LIBPNG_builtin='' >COND_wxUSE_LIBTIFF_builtin='' >COND_wxUSE_REGEX_builtin='' >COND_wxUSE_ZLIB_builtin='' >CPP='x86_64-pc-linux-gnu-gcc -m32 -E' >CPPFLAGS=' ' >CPPUNIT_CFLAGS='' >CPPUNIT_CONFIG='' >CPPUNIT_LIBS='' >CXX='x86_64-pc-linux-gnu-g++ -m32' >CXXCPP='x86_64-pc-linux-gnu-g++ -m32 -E' >CXXFLAGS='-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -pthread -I/usr/include/gtk-3.0/unix-print -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I/usr/include/SDL2 -D_REENTRANT -pipe -march=native -O2' >CXXFLAGS_VISIBILITY='-fvisibility=hidden -fvisibility-inlines-hidden' >CXXWARNINGS='' >DEBUG_FLAG='' >DEBUG_INFO='0' >DEFS='' >DEPS_TRACKING='' >DEREZ='' >DIRECTFB_CFLAGS='' >DIRECTFB_LIBS='' >DISTDIR='wx$(TOOLKIT)' >DLLIMP_SUFFIX='' >DLLPREFIX='' >DLLPREFIX_MODULE='' >DLLTOOL='' >DMALLOC_LIBS='' >DYLIB_RPATH_INSTALL='' >DYLIB_RPATH_POSTLINK='' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EGREP='/bin/grep -E' >EXEEXT='' >EXTRALIBS='' >EXTRALIBS_GUI='' >EXTRALIBS_HTML='' >EXTRALIBS_MEDIA='' >EXTRALIBS_OPENGL='' >EXTRALIBS_SDL='-lSDL2 ' >EXTRALIBS_STC='' >EXTRALIBS_WEBVIEW='' >EXTRALIBS_XML='' >GCC='yes' >GCC_PCH='' >GLU_CFLAGS='' >GLU_LIBS='-lGLU ' >GL_CFLAGS='' >GL_LIBS='-lGL ' >GNOMEVFS_CFLAGS='' >GNOMEVFS_LIBS='' >GREP='/bin/grep' >GST_CFLAGS='' >GST_LIBS='' >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/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread ' >GTKPRINT_LIBS='-lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ' >GTK_CFLAGS='-I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread ' >GTK_CONFIG='' >GTK_LIBS='-lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lgthread-2.0 -pthread -lglib-2.0 -lX11' >GUIDIST='GTK_DIST SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST INTL_DIST' >GXX_VERSION='' >HEADER_PAD_OPTION='' >HILDON2_CFLAGS='' >HILDON2_LIBS='' >HILDON_CFLAGS='' >HILDON_LIBS='' >HOST_SUFFIX='' >ICC_PCH='' >ICC_PCH_CREATE_SWITCH='' >ICC_PCH_USE_SWITCH='' >IF_GNU_MAKE='' >INSTALL_DATA='' >INSTALL_DIR='' >INSTALL_PROGRAM='' >INSTALL_SCRIPT='' >LDFLAGS='-pthread -Wl,-O1 -Wl,--as-needed' >LDFLAGS_GL='' >LDFLAGS_GUI='' >LIBEXT='' >LIBICONV='' >LIBNOTIFY_CFLAGS='-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi/include -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -pthread ' >LIBNOTIFY_LIBS='-lnotify -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ' >LIBOBJS='' >LIBPREFIX='' >LIBS=' -lm' >LIBWXMACRES='' >LN_S='' >LTLIBOBJS='' >MACSETFILE='' >MAKE_SET='' >MONOLITHIC='' >MesaGL_CFLAGS='' >MesaGL_LIBS='' >NM='x86_64-pc-linux-gnu-nm' >OBJCXXFLAGS='' >OBJEXT='o' >OFFICIAL_BUILD='' >OPENGL_LIBS='-lGL -lGLU' >PACKAGE_BUGREPORT='wx-dev@lists.wxwidgets.org' >PACKAGE_NAME='wxWidgets' >PACKAGE_STRING='wxWidgets 3.0.5' >PACKAGE_TARNAME='wxwidgets' >PACKAGE_URL='' >PACKAGE_VERSION='3.0.5' >PANGOFT2_CFLAGS='' >PANGOFT2_LIBS='' >PANGOXFT_CFLAGS='' >PANGOXFT_LIBS='' >PATH_SEPARATOR=':' >PIC_FLAG='' >PKG_CONFIG='/usr/bin/pkg-config' >PLATFORM_BEOS='' >PLATFORM_MAC='' >PLATFORM_MACOS='' >PLATFORM_MACOSX='' >PLATFORM_UNIX='' >PLATFORM_WIN32='' >POSTLINK_COMMAND='' >PYTHON='/usr/bin/python' >RANLIB='x86_64-pc-linux-gnu-ranlib' >RESCOMP='' >REZ='' >SAMPLES_RPATH_FLAG='-Wl,-rpath,$(wx_top_builddir)/lib' >SAMPLES_SUBDIRS=' opengl opengl/cube opengl/penguin opengl/isosurf thread fswatcher sound debugrpt config internat keyboard typetest sockets joytest layout mdi docview help printing ipc dnd clipboard uiaction animate calendar caret collpane display grid dataview listctrl notebook combo sashtest scroll splitter statbar text toolbar treectrl treelist popup prefseditor dialup dragimag except html html/about html/help html/helpview html/printing html/test html/virtual html/widget html/zip htlbox xrc aui propgrid ribbon stc menu taskbar validate richtext splash wizard' >SDL_CFLAGS='-I/usr/include/SDL2 -D_REENTRANT ' >SDL_CONFIG='' >SDL_LIBS='-lSDL2 ' >SET_MAKE='' >SHARED='1' >SHARED_LD_CC='' >SHARED_LD_CXX='' >SHARED_LD_MODULE_CC='' >SHARED_LD_MODULE_CXX='' >SHELL='/bin/sh' >SM_CFLAGS='' >SM_LIBS='-lSM ' >SONAME_FLAG='' >SO_SUFFIX='' >SO_SUFFIX_MODULE='' >STD_BASE_LIBS='' >STD_GUI_LIBS='' >STRIP='x86_64-pc-linux-gnu-strip' >TOOLCHAIN_FULLNAME='gtk3-unicode-3.0-gtk3' >TOOLCHAIN_NAME='gtk3u-3.0-gtk3' >TOOLKIT='GTK' >TOOLKIT_DIR='gtk' >TOOLKIT_LOWERCASE='' >TOOLKIT_VERSION='3' >UNICODE='1' >USE_GUI='1' >USE_MACVERSION='' >USE_PLUGINS='' >USE_SOTWOSYMLINKS='' >USE_SOVERCYGWIN='' >USE_SOVERLINUX='' >USE_SOVERSION='' >USE_SOVERSOLARIS='' >VENDOR='custom' >WEBKIT_CFLAGS='' >WEBKIT_LIBS='' >WIDGET_SET='' >WINDOWS_IMPLIB='' >WINDRES='' >WITH_PLUGIN_SDL='0' >WXCONFIG_CFLAGS=' -pthread' >WXCONFIG_CPPFLAGS=' -D_FILE_OFFSET_BITS=64' >WXCONFIG_CXXFLAGS='' >WXCONFIG_LDFLAGS='-pthread ' >WXCONFIG_LDFLAGS_GUI='' >WXCONFIG_LIBS='' >WXCONFIG_RESFLAGS='' >WXCONFIG_RPATH='-Wl,-rpath,$libdir' >WXUNIV='' >WX_CHARTYPE='unicode' >WX_FLAVOUR='' >WX_LIBRARY_BASENAME_GUI='wx_gtk3u' >WX_LIBRARY_BASENAME_NOGUI='wx_baseu' >WX_LIB_FLAVOUR='' >WX_RELEASE='3.0-gtk3' >WX_RESOURCES_MACOSX_ASCII='' >WX_RESOURCES_MACOSX_DATA='' >WX_SUBVERSION='3.0.5.1-gtk3' >WX_VERSION='3.0.5' >WX_VERSION_TAG='WXU_3.0' >XMKMF='' >X_CFLAGS='' >X_EXTRA_LIBS='' >X_LIBS='' >X_PRE_LIBS='' >Xinerama_CFLAGS='' >Xinerama_LIBS='' >Xxf86vm_CFLAGS='' >Xxf86vm_LIBS='-lXxf86vm ' >ac_ct_CC='' >ac_ct_CXX='' >bindir='${exec_prefix}/bin' >build='i686-pc-linux-gnu' >build_alias='i686-pc-linux-gnu' >build_cpu='i686' >build_os='linux-gnu' >build_vendor='pc' >cross_compiling='no' >datadir='/usr/share' >datarootdir='${prefix}/share' >dlldir='' >docdir='/usr/share/doc/wxGTK-3.0.5.1' >dvidir='${docdir}' >exec_prefix='NONE' >host='i686-pc-linux-gnu' >host_alias='i686-pc-linux-gnu' >host_cpu='i686' >host_os='linux-gnu' >host_vendor='pc' >htmldir='/usr/share/doc/wxGTK-3.0.5.1/html' >includedir='${prefix}/include' >infodir='/usr/share/info' >libdir='${prefix}/lib' >libexecdir='${exec_prefix}/libexec' >localedir='${datarootdir}/locale' >localstatedir='/var/lib' >mandir='/usr/share/man' >oldincludedir='/usr/include' >pdfdir='${docdir}' >prefix='/usr' >program_transform_name='s,x,x,' >psdir='${docdir}' >sbindir='${exec_prefix}/sbin' >sharedstatedir='${prefix}/com' >subdirs='' >sysconfdir='/etc' >target_alias='' >wxUSE_EXPAT='sys' >wxUSE_LIBJPEG='sys' >wxUSE_LIBPNG='sys' >wxUSE_LIBTIFF='sys' >wxUSE_REGEX='builtin' >wxUSE_ZLIB='sys' >wx_top_builddir='/var/tmp/portage/x11-libs/wxGTK-3.0.5.1/work/wxWidgets-3.0.5.1-abi_x86_32.x86' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >/* confdefs.h */ >#define PACKAGE_NAME "wxWidgets" >#define PACKAGE_TARNAME "wxwidgets" >#define PACKAGE_VERSION "3.0.5" >#define PACKAGE_STRING "wxWidgets 3.0.5" >#define PACKAGE_BUGREPORT "wx-dev@lists.wxwidgets.org" >#define PACKAGE_URL "" >#define __LINUX__ 1 >#define _GNU_SOURCE 1 >#define __UNIX__ 1 >#define STDC_HEADERS 1 >#define HAVE_SYS_TYPES_H 1 >#define HAVE_SYS_STAT_H 1 >#define HAVE_STDLIB_H 1 >#define HAVE_STRING_H 1 >#define HAVE_MEMORY_H 1 >#define HAVE_STRINGS_H 1 >#define HAVE_INTTYPES_H 1 >#define HAVE_STDINT_H 1 >#define HAVE_UNISTD_H 1 >#define HAVE_LANGINFO_H 1 >#define HAVE_WCHAR_H 1 >#define HAVE_SYS_SELECT_H 1 >#define HAVE_CXXABI_H 1 >#define SIZEOF_SHORT 2 >#define SIZEOF_VOID_P 4 >#define SIZEOF_INT 4 >#define SIZEOF_LONG 4 >#define SIZEOF_SIZE_T 4 >#define SIZEOF_LONG_LONG 8 >#define SIZEOF_WCHAR_T 4 >#define wxUSE_WCHAR_T 1 >#define HAVE_VA_COPY 1 >#define HAVE_VARIADIC_MACROS 1 >#define _FILE_OFFSET_BITS 64 >#define HAVE_LARGEFILE_SUPPORT 1 >#define HAVE_FSEEKO 1 >#define HAVE_IOSTREAM 1 >#define HAVE_EXPLICIT 1 >#define HAVE_STD_WSTRING 1 >#define HAVE_STD__ISTREAM 1 >#define HAVE_STD__OSTREAM 1 >#define HAVE_TYPE_TRAITS 1 >#define HAVE_GCC_ATOMIC_BUILTINS 1 >#define HAVE_SIN 1 >#define HAVE_CEIL 1 >#define HAVE_STRTOULL 1 >#define wxUSE_REGEX 1 >#define wxUSE_ZLIB 1 >#define wxUSE_LIBPNG 1 >#define wxUSE_LIBJPEG 1 >#define wxUSE_LIBTIFF 1 >#define wxUSE_EXPAT 1 >#define wxUSE_XML 1 >#define __WXGTK218__ 1 >#define __WXGTK210__ 1 >#define HAVE_X11_XLIB_H 1 >#define HAVE_X11_XKBLIB_H 1 >#define HAVE_X11_EXTENSIONS_XF86VMODE_H 1 >#define wxUSE_OPENGL 1 >#define wxUSE_GLCANVAS 1 >#define HAVE_VISIBILITY 1 >#define HAVE_SSIZE_T 1 >#define wxSIZE_T_IS_UINT 1 >#define wxWCHAR_T_IS_REAL_TYPE 1 >#define HAVE_PW_GECOS 1 >#define HAVE_WCSLEN 1 >#define HAVE_WCSLEN 1 >#define HAVE_WCSFTIME 1 >#define HAVE_STRNLEN 1 >#define HAVE_WCSDUP 1 >#define HAVE_WCSNLEN 1 >#define HAVE_WCSCASECMP 1 >#define HAVE_WCSNCASECMP 1 >#define HAVE_MBSTATE_T 1 >#define HAVE_WCSRTOMBS 1 >#define HAVE_SNPRINTF 1 >#define HAVE_VSNPRINTF 1 >#define HAVE_VSSCANF 1 >#define HAVE_VSNPRINTF_DECL 1 >#define HAVE_SNPRINTF_DECL 1 >#define HAVE_UNIX98_PRINTF 1 >#define HAVE_VSSCANF_DECL 1 >#define HAVE_FPUTWS 1 >#define HAVE_WPRINTF 1 >#define HAVE_VSWPRINTF 1 >#define HAVE_VSWSCANF 1 >#define HAVE_FSYNC 1 >#define HAVE_ROUND 1 >#define HAVE_ICONV 1 >#define ICONV_CONST >#define HAVE_SIGACTION 1 >#define wxTYPE_SA_HANDLER int >#define HAVE_CXA_DEMANGLE 1 >#define HAVE_MKSTEMP 1 >#define HAVE_STATFS_DECL 1 >#define HAVE_STATFS 1 >#define WX_STATFS_T struct statfs >#define HAVE_FCNTL 1 >#define HAVE_SETENV 1 >#define HAVE_UNSETENV 1 >#define HAVE_NANOSLEEP 1 >#define HAVE_NANOSLEEP 1 >#define HAVE_UNAME 1 >#define HAVE_STRTOK_R 1 >#define HAVE_INET_ADDR 1 >#define HAVE_INET_ADDR 1 >#define HAVE_INET_ATON 1 >#define HAVE_INET_ATON 1 >#define HAVE_FDOPEN 1 >#define HAVE_SYSCONF 1 >#define HAVE_GETPWUID_R 1 >#define HAVE_GETGRGID_R 1 >#define HAVE_PTHREAD_SETCONCURRENCY 1 >#define HAVE_PTHREAD_SET_CONCURRENCY 1 >#define wxHAVE_PTHREAD_CLEANUP 1 >#define HAVE_SCHED_H 1 >#define HAVE_SCHED_YIELD 1 >#define HAVE_THREAD_PRIORITY_FUNCTIONS 1 >#define HAVE_PTHREAD_CANCEL 1 >#define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1 >#define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 >#define HAVE_PTHREAD_MUTEXATTR_T 1 >#define HAVE_PTHREAD_MUTEXATTR_SETTYPE_DECL 1 >#define HAVE_ABI_FORCEDUNWIND 1 >#define HAVE_LOCALTIME_R 1 >#define HAVE_GMTIME_R 1 >#define HAVE_FUNC_GETHOSTBYNAME_R_6 1 >#define HAVE_FUNC_GETSERVBYNAME_R_6 1 >#define wxUSE_COMPILER_TLS 1 >#define wxUSE_THREADS 1 >#define __WXGTK3__ 1 >#define __WXGTK20__ 1 >#define WXWIN_COMPATIBILITY_2_8 1 >#define wxUSE_GUI 1 >#define wxUSE_UNIX 1 >#define HAVE_DLOPEN 1 >#define HAVE_DLOPEN 1 >#define HAVE_DLERROR 1 >#define HAVE_DLERROR 1 >#define wxUSE_DYNAMIC_LOADER 1 >#define wxUSE_DYNLIB_CLASS 1 >#define HAVE_SYS_INOTIFY_H 1 >#define wxHAS_INOTIFY 1 >#define wxUSE_FSWATCHER 1 >#define wxUSE_ANY 1 >#define wxUSE_APPLE_IEEE 1 >#define wxUSE_TIMER 1 >#define HAVE_SYS_SOUNDCARD_H 1 >#define wxUSE_LIBSDL 1 >#define wxUSE_SOUND 1 >#define wxUSE_GTKPRINT 1 >#define wxUSE_LIBNOTIFY_0_7 1 >#define wxUSE_LIBNOTIFY 1 >#define wxUSE_CMDLINE_PARSER 1 >#define wxUSE_STOPWATCH 1 >#define wxUSE_DATETIME 1 >#define wxUSE_FILE 1 >#define wxUSE_FFILE 1 >#define wxUSE_ARCHIVE_STREAMS 1 >#define wxUSE_ZIPSTREAM 1 >#define wxUSE_TARSTREAM 1 >#define wxUSE_FILE_HISTORY 1 >#define wxUSE_FILESYSTEM 1 >#define wxUSE_FS_ARCHIVE 1 >#define wxUSE_FS_ZIP 1 >#define wxUSE_FSVOLUME 1 >#define wxUSE_ON_FATAL_EXCEPTION 1 >#define wxUSE_STACKWALKER 1 >#define wxUSE_DEBUGREPORT 1 >#define wxUSE_SNGLINST_CHECKER 1 >#define wxUSE_BUSYINFO 1 >#define wxUSE_STD_IOSTREAM 1 >#define wxUSE_STD_STRING 1 >#define wxUSE_STDPATHS 1 >#define wxUSE_TEXTBUFFER 1 >#define wxUSE_TEXTFILE 1 >#define wxUSE_CONFIG 1 >#define wxUSE_CONFIG_NATIVE 1 >#define wxUSE_INTL 1 >#define wxUSE_XLOCALE 1 >#define wxUSE_LOG 1 >#define wxUSE_LOGGUI 1 >#define wxUSE_LOGWINDOW 1 >#define wxUSE_LOG_DIALOG 1 >#define wxUSE_LONGLONG 1 >#define wxUSE_GEOMETRY 1 >#define wxUSE_BASE64 1 >#define wxUSE_STREAMS 1 >#define wxUSE_PRINTF_POS_PARAMS 1 >#define wxUSE_CONSOLE_EVENTLOOP 1 >#define wxUSE_SELECT_DISPATCHER 1 >#define HAVE_SYS_EPOLL_H 1 >#define wxUSE_EPOLL_DISPATCHER 1 >#define HAVE_GETTIMEOFDAY 1 >#define WX_TIMEZONE timezone >#define HAVE_LOCALTIME 1 >#define WX_GMTOFF_IN_TM 1 >#define HAVE_SETPRIORITY 1 >#define WX_SOCKLEN_T socklen_t >#define SOCKOPTLEN_T socklen_t >#define wxUSE_SOCKETS 1 >#define wxUSE_PROTOCOL 1 >#define wxUSE_PROTOCOL_HTTP 1 >#define wxUSE_PROTOCOL_FTP 1 >#define wxUSE_PROTOCOL_FILE 1 >#define wxUSE_URL 1 >#define wxUSE_VARIANT 1 >#define wxUSE_FS_INET 1 >#define HAVE_LINUX_JOYSTICK_H 1 >#define wxUSE_JOYSTICK 1 >#define wxUSE_FONTENUM 1 >#define wxUSE_FONTMAP 1 >#define wxUSE_UNICODE 1 >#define wxUSE_CONSTRAINTS 1 >#define wxUSE_MDI 1 >#define wxUSE_MDI_ARCHITECTURE 1 >#define wxUSE_DOC_VIEW_ARCHITECTURE 1 >#define wxUSE_HELP 1 >#define wxUSE_WXHTML_HELP 1 >#define wxUSE_PRINTING_ARCHITECTURE 1 >#define wxUSE_POSTSCRIPT 1 >#define wxUSE_AFM_FOR_POSTSCRIPT 1 >#define wxUSE_SVG 1 >#define wxUSE_IPC 1 >#define wxUSE_DATAOBJ 1 >#define wxUSE_CLIPBOARD 1 >#define wxUSE_DRAG_AND_DROP 1 >#define wxUSE_SPLINES 1 >#define wxUSE_MOUSEWHEEL 1 >#define wxUSE_UIACTIONSIMULATOR 1 >#define wxUSE_DC_TRANSFORM_MATRIX 1 >#define wxUSE_MARKUP 1 >#define wxUSE_ACCEL 1 >#define wxUSE_ANIMATIONCTRL 1 >#define wxUSE_BANNERWINDOW 1 >#define wxUSE_BUTTON 1 >#define wxUSE_BMPBUTTON 1 >#define wxUSE_CALENDARCTRL 1 >#define wxUSE_CARET 1 >#define wxUSE_COLLPANE 1 >#define wxUSE_COMBOBOX 1 >#define wxUSE_COMBOCTRL 1 >#define wxUSE_COMMANDLINKBUTTON 1 >#define wxUSE_CHOICE 1 >#define wxUSE_CHOICEBOOK 1 >#define wxUSE_CHECKBOX 1 >#define wxUSE_CHECKLISTBOX 1 >#define wxUSE_COLOURPICKERCTRL 1 >#define wxUSE_DATEPICKCTRL 1 >#define wxUSE_DIRPICKERCTRL 1 >#define wxUSE_FILECTRL 1 >#define wxUSE_FILEPICKERCTRL 1 >#define wxUSE_FONTPICKERCTRL 1 >#define wxUSE_DISPLAY 1 >#define wxUSE_DETECT_SM 1 >#define wxUSE_GAUGE 1 >#define wxUSE_GRID 1 >#define wxUSE_HEADERCTRL 1 >#define wxUSE_HYPERLINKCTRL 1 >#define wxUSE_BITMAPCOMBOBOX 1 >#define wxUSE_DATAVIEWCTRL 1 >#define wxUSE_IMAGLIST 1 >#define wxUSE_INFOBAR 1 >#define wxUSE_LISTBOOK 1 >#define wxUSE_LISTBOX 1 >#define wxUSE_LISTCTRL 1 >#define wxUSE_EDITABLELISTBOX 1 >#define wxUSE_NOTEBOOK 1 >#define wxUSE_NOTIFICATION_MESSAGE 1 >#define wxUSE_ODCOMBOBOX 1 >#define wxUSE_RADIOBOX 1 >#define wxUSE_RADIOBTN 1 >#define wxUSE_REARRANGECTRL 1 >#define wxUSE_RICHMSGDLG 1 >#define wxUSE_RICHTOOLTIP 1 >#define wxUSE_SASH 1 >#define wxUSE_SCROLLBAR 1 >#define wxUSE_SEARCHCTRL 1 >#define wxUSE_SLIDER 1 >#define wxUSE_SPINBTN 1 >#define wxUSE_SPINCTRL 1 >#define wxUSE_SPLITTER 1 >#define wxUSE_STATBMP 1 >#define wxUSE_STATBOX 1 >#define wxUSE_STATTEXT 1 >#define wxUSE_STATLINE 1 >#define wxUSE_NATIVE_STATUSBAR 1 >#define wxUSE_STATUSBAR 1 >#define wxUSE_TEXTCTRL 1 >#define wxUSE_RICHEDIT 1 >#define wxUSE_RICHEDIT2 1 >#define wxUSE_TIMEPICKCTRL 1 >#define wxUSE_TOGGLEBTN 1 >#define wxUSE_TOOLBAR 1 >#define wxUSE_TOOLBAR_NATIVE 1 >#define wxUSE_TOOLTIPS 1 >#define wxUSE_TREEBOOK 1 >#define wxUSE_TOOLBOOK 1 >#define wxUSE_TREECTRL 1 >#define wxUSE_TREELISTCTRL 1 >#define wxUSE_POPUPWIN 1 >#define wxUSE_PREFERENCES_EDITOR 1 >#define wxUSE_DIALUP_MANAGER 1 >#define wxUSE_TIPWINDOW 1 >#define wxUSE_CONTROLS 1 >#define wxUSE_ARTPROVIDER_STD 1 >#define wxUSE_DRAGIMAGE 1 >#define wxUSE_EXCEPTIONS 1 >#define wxUSE_HTML 1 >#define wxUSE_XRC 1 >#define wxUSE_AUI 1 >#define wxUSE_PROPGRID 1 >#define wxUSE_RIBBON 1 >#define wxUSE_STC 1 >#define wxUSE_MENUS 1 >#define wxUSE_MIMETYPE 1 >#define wxUSE_MINIFRAME 1 >#define wxUSE_SYSTEM_OPTIONS 1 >#define wxUSE_TASKBARICON 1 >#define wxUSE_TASKBARICON_BALLOONS 1 >#define wxUSE_VALIDATORS 1 >#define wxUSE_PALETTE 1 >#define wxUSE_RICHTEXT 1 >#define wxUSE_IMAGE 1 >#define wxUSE_GIF 1 >#define wxUSE_PCX 1 >#define wxUSE_TGA 1 >#define wxUSE_IFF 1 >#define wxUSE_PNM 1 >#define wxUSE_XPM 1 >#define wxUSE_ICO_CUR 1 >#define wxUSE_ABOUTDLG 1 >#define wxUSE_CHOICEDLG 1 >#define wxUSE_COLOURDLG 1 >#define wxUSE_FILEDLG 1 >#define wxUSE_FINDREPLDLG 1 >#define wxUSE_FONTDLG 1 >#define wxUSE_DIRDLG 1 >#define wxUSE_MSGDLG 1 >#define wxUSE_NUMBERDLG 1 >#define wxUSE_PROGRESSDLG 1 >#define wxUSE_SPLASH 1 >#define wxUSE_STARTUP_TIPS 1 >#define wxUSE_TEXTDLG 1 >#define wxUSE_WIZARDDLG 1 >#define HAVE_CAIRO_PUSH_GROUP 1 >#define wxUSE_CAIRO 1 >#define wxUSE_GRAPHICS_CONTEXT 1 > >configure: exit 1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 860036
: 793127 |
793130