webkitgtk

Do you have a typical platform dependent issue you're battling with ? Ask it here. Make sure you mention your platform, compiler, and wxWidgets version.
Post Reply
maximand
Experienced Solver
Experienced Solver
Posts: 79
Joined: Fri Nov 11, 2011 5:44 pm
Location: Russia

webkitgtk

Post by maximand »

Whats wrong? Ubuntu 12.10

Code: Select all

sudo ldconfig

Code: Select all

sudo apt-get install webkitgtk-3.0
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Note, selecting 'libwebkitgtk-3.0-0' for regex 'webkitgtk-3.0'
Note, selecting 'libwebkitgtk-3.0-0-dbg' for regex 'webkitgtk-3.0'
Note, selecting 'libwebkitgtk-3.0-dev' for regex 'webkitgtk-3.0'
Note, selecting 'libwebkitgtk-3.0-common' for regex 'webkitgtk-3.0'
libwebkitgtk-3.0-0 is already the newest version.
libwebkitgtk-3.0-0-dbg is already the newest version.
libwebkitgtk-3.0-common is already the newest version.
libwebkitgtk-3.0-dev is already the newest version.
wx3.1

Code: Select all

 ./configure --enable-webview --enable-webview-webkit|grep webkit
checking for --enable-webkit... yes
checking for --enable-webviewwebkit... yes
configure: WARNING: Defaulting to the builtin regex library for Unicode build.
configure: WARNING: webkitgtk not found.
configure: WARNING: WebKit not available, disabling wxWebView
M$, VS2017, C++
DavidHart
Site Admin
Site Admin
Posts: 4252
Joined: Thu Jan 12, 2006 6:23 pm
Location: IoW, UK

Re: webkitgtk

Post by DavidHart »

Hi,

wxWebView certainly can be built on quantal (at least for wx3.0). You're probably missing some other dependency.

Have a look inside 'config.log'. It should tell you exactly why the test failed. You could try searching in it for 'webkitgtk not found', though I often find the message comes considerably later than the test itself.

Regards,

David
maximand
Experienced Solver
Experienced Solver
Posts: 79
Joined: Fri Nov 11, 2011 5:44 pm
Location: Russia

Re: webkitgtk

Post by maximand »

Thank you David.

Got it

Code: Select all

configure:36656: checking for WEBKIT
configure:36664: $PKG_CONFIG --exists --print-errors "$webkitgtk >= 1.3.1"
Package webkit-1.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `webkit-1.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'webkit-1.0' found
M$, VS2017, C++
Post Reply