- status: open --> open-accepted
On Debian stable with package libwxgtk2.8-dev (version 2.8.7.1-1.1+lenny1) installed cmake output related
to wx is as follows:
software@raven> grep -i wx cmake.out
-- wxWidgets found
-- wxwidgets_COMPILE_FLAGS = -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__
-- wxwidgets_LINK_FLAGS = -pthread;/usr/lib/libwx_baseu-2.8.so;/usr/lib/libwx_gtk2u_core-2.8.so
DRIVERS_LIST: cairo;cgm;qt;gd;gcw;mem;ntk;null;pdf;plmeta;ps;pstex;psttf;svg;tk;tkwin;wxwidgets;xfig;xwin
DEVICES_LIST: memcairo;extcairo;pdfcairo;pngcairo;pscairo;svgcairo;xcairo;cgm;epsqt;pdfqt;qtwidget;bmpqt;jpgqt;pngqt;ppmqt;tiffqt;extqt;svgqt;gif;jpeg;png;gcw;mem;ntk;null;pdf;plmeta;ps;pstex;psttf;svg;tk;tkwin;wxwidgets;wxpng;xfig;xwin
ENABLE_pdl: ON ENABLE_wxwidgets: ON
Here is the list of standard examples (done with "make test_c_wxpng" with a modified test_c.sh to exclude some examples) that run without obvious problems for -dev wxpng
x01c
x03c
x05c
x06c
x10c
x12c
x13c
x24c
x31c
x17c
Examples 20 and 27 were excluded from the list because they hang (apparently wating for some system resource because the cpu usage is near zero) for several minutes with nothing happening.
The remaining standard examples that were excluded from the above list all segfault.