how to use wxWebView in 3.1.2 ubuntu
Posted: Mon Apr 29, 2019 3:54 pm
I seem to have a problem using wxWebView in ubuntu 19.04, wxWidgets 3.1.2
auto pWebView = wxWebView::New(this, wxID_ANY, editorURL);
error: incomplete type ‘wxWebView’ used in nested name specifier|
wx-config --libs
-L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_unofficial_xrc-3.1
-lwx_gtk2u_unofficial_html-3.1 -lwx_gtk2u_unofficial_qa-3.1
-lwx_gtk2u_unofficial_core-3.1 -lwx_baseu_unofficial_xml-3.1
-lwx_baseu_unofficial_net-3.1 -lwx_baseu_unofficial-3.1
locally i have the
/usr/lib/x86_64-linux-gnu/libwx_gtk3u_unofficial3_webview-3.1.so
but for some reason it cannot be used ...
Do you have any idea what can i do here ?
auto pWebView = wxWebView::New(this, wxID_ANY, editorURL);
error: incomplete type ‘wxWebView’ used in nested name specifier|
wx-config --libs
-L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_unofficial_xrc-3.1
-lwx_gtk2u_unofficial_html-3.1 -lwx_gtk2u_unofficial_qa-3.1
-lwx_gtk2u_unofficial_core-3.1 -lwx_baseu_unofficial_xml-3.1
-lwx_baseu_unofficial_net-3.1 -lwx_baseu_unofficial-3.1
locally i have the
/usr/lib/x86_64-linux-gnu/libwx_gtk3u_unofficial3_webview-3.1.so
but for some reason it cannot be used ...
Do you have any idea what can i do here ?