thinblog / pywebkitgtk

Automatically exported from code.google.com/p/pywebkitgtk
Other
0 stars 0 forks source link

Can't Build WebKit Source... Geoclue not found. #65

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download WebKit source
2. Download and Install necessary dependencies.
3. ./autogen.sh from the appropriate directory.

What is the expected output? What do you see instead?
I'm expecting a build complete output, instead, I'm getting...

checking for GEOCLUE... no
configure: error: Package requirements (geoclue) were not met:

No package 'geoclue' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables GEOCLUE_CFLAGS
and GEOCLUE_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

What version of the product are you using? On what operating system?
Ubuntu 12.04; Most recent branch of Webkit as of 5-25-12

Please provide any additional information below.

Original issue reported on code.google.com by brad.cyp...@gmail.com on 25 May 2012 at 2:35

GoogleCodeExporter commented 8 years ago
I was able to get this working by installing libgeoclue-dev

Original comment by greg@gmgauthier.com on 28 Jun 2012 at 1:07