On 05/27/2014 12:45 AM, Lorenzo Marcantonio wrote: > On Tue, May 27, 2014 at 12:03:08AM -0500, Dick Hollenbeck wrote: >> Is wx using --enable-stl? > > Nope. This is the config line I used to build it (3.0.0). It's awful but > it's never clear what is the default in wx... > > ./configure --prefix=/usr --libdir=/usr/lib64 --enable-monolithic > --enable-debug --enable-debug_info --enable-debug_gdb --enable-utf8 > --enable-compat26 --enable-compat28 --enable-intl --enable-xlocale > --enable-config --enable-protocols --enable-ftp --enable-http > --enable-fileproto --enable-sockets --enable-ipv6 --enable-dataobj > --enable-ipc --enable-baseevtloop --enable-epollloop --enable-selectloop > --enable-any --enable-apple_ieee --enable-arcstream --enable-base64 > --enable-backtrace --enable-catch_segvs --enable-cmdline > --enable-datetime --enable-debugreport --enable-dialupman > --enable-dynlib --enable-dynamicloader --enable-exceptions > --enable-ffile --enable-file --enable-filehistory --enable-filesystem > --enable-fontenum --enable-fontmap --enable-fs_archive --enable-fs_inet > --enable-fs_zip --enable-fswatcher --enable-geometry --enable-log > --enable-longlong --enable-mimetype --enable-printfposparam > --enable-snglinst --enable-sound --enable-stdpaths --enable-stopwatch > --enable-streams --enable-sysoptions --enable-tarstream --enable-textbuf > --enable-textfile --enable-timer --enable-variant --enable-zipstream > --enable-url --enable-protocol --enable-protocol-http > --enable-protocol-ftp --enable-protocol-file --enable-threads > --enable-docview --enable-help --enable-html --enable-htmlhelp > --enable-xrc --enable-aui --enable-propgrid --enable-ribbon --enable-stc > --enable-constraints --enable-loggui --enable-logwin --enable-logdialog > --enable-mdi --enable-mdidoc --enable-richtext --enable-postscript > --enable-printarch --enable-svg --enable-graphics_ctx --enable-clipboard > --enable-dnd --enable-markup --enable-accel --enable-animatectrl > --enable-bannerwindow --enable-artstd --enable-arttango > --enable-bmpbutton --enable-bmpcombobox --enable-button > --enable-calendar --enable-caret --enable-checkbox --enable-checklst > --enable-choice --enable-choicebook --enable-collpane > --enable-colourpicker --enable-combobox --enable-comboctrl > --enable-commandlinkbutton --enable-dataviewctrl --enable-datepick > --enable-detect_sm --enable-dirpicker --enable-display > --enable-editablebox --enable-filectrl --enable-filepicker > --enable-fontpicker --enable-gauge --enable-grid --enable-headerctrl > --enable-hyperlink --enable-imaglist --enable-infobar --enable-listbook > --enable-listbox --enable-listctrl --enable-notebook --enable-notifmsg > --enable-odcombobox --enable-popupwin --enable-radiobox > --enable-radiobtn --enable-richmsgdlg --enable-richtooltip > --enable-rearrangectrl --enable-sash --enable-scrollbar > --enable-searchctrl --enable-slider --enable-spinbtn --enable-spinctrl > --enable-splitter --enable-statbmp --enable-statbox --enable-statline > --enable-stattext --enable-statusbar --enable-taskbaricon > --enable-tbarnative --enable-textctrl --enable-timepick > --enable-tipwindow --enable-togglebtn --enable-toolbar --enable-toolbook > --enable-treebook --enable-treectrl --enable-treelist --enable-commondlg > --enable-aboutdlg --enable-choicedlg --enable-coldlg --enable-filedlg > --enable-finddlg --enable-fontdlg --enable-dirdlg --enable-msgdlg > --enable-numberdlg --enable-splash --enable-textdlg --enable-tipdlg > --enable-progressdlg --enable-wizarddlg --enable-menus > --enable-miniframe --enable-tooltips --enable-splines > --enable-mousewheel --enable-validators --enable-busyinfo > --enable-hotkey --enable-joystick --enable-metafiles --enable-dragimage > --enable-dctransform --enable-palette --enable-image --enable-gif > --enable-pcx --enable-tga --enable-iff --enable-pnm --enable-xpm > --enable-ico_cur --enable-autoidman --without-gnomeprint --with-gnomevfs > --with-opengl --with-sdl --with-regex --with-zlib --with-expat >
Probably most of those default to ON, so I don't supply them. Here's what works for me against 3.1, aka SVN HEAD of wx: ../configure --with-gtk --prefix=/opt/wx3.x-stl --enable-debug --enable-debug_info --enable-debug_gdb --with-expat --enable-html --enable-stl --with-regex=builtin I am developing a suspicion that --enable-stl plays a positive role in making this work. It's only a suspicion at the moment, so you can wait if you want until I know more. _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

