diff --git a/.gear/wxGTK3.0.spec b/.gear/wxGTK3.0.spec index c49723fcca..57ebf35d80 100644 --- a/.gear/wxGTK3.0.spec +++ b/.gear/wxGTK3.0.spec @@ -287,11 +287,14 @@ CONF_FLAG="--enable-shared \ --enable-graphics_ctx \ --with-libmspack \ --disable-stl \ - --enable-std_containers \ - --enable-std_string_conv_in_wxstring \ --enable-ipv6 \ --enable-no_deps \ --with-subdirs" +# for perl-Wx: +# error: cannot convert 'const wxString' to 'const wxChar*' +# --enable-std_string_conv_in_wxstring \ +# error: invalid initialization of reference of type 'const wxList&' from expression of type 'const wxVariantList' +# --enable-std_containers \ ./autogen.sh export LIBS="-lX11"