Tjaster94 / pywebkitgtk

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

./configure error, 1.1.7 on Karmic Koala #45

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. ./configure in extracted directory

What is the expected output? What do you see instead?
Expected to complete process, instead receive error:
checking for DEPS... configure: error: Package requirements (libxslt
                  gthread-2.0
                  pygtk-2.0) were not met:

No package 'gthread-2.0' found
No package 'pygtk-2.0' 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 DEPS_CFLAGS
and DEPS_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?
1.1.7 on Karmic Koala

Original issue reported on code.google.com by greml...@gmail.com on 17 Mar 2010 at 7:44

GoogleCodeExporter commented 8 years ago
In order to configure, then compile pywebkitgtk, you need: libxslt1-dev 
python-gtk2-dev 
liblogthread-dev installed (found them doing an apt-cache search for the 
missing 
dependencies).

Not a bug in pywebkitgtk.

Original comment by alexeftimie on 17 Mar 2010 at 9:07

GoogleCodeExporter commented 8 years ago
Package names are so confusing sometimes... thanks for the help, it indeed it 
working
as expected.

Original comment by greml...@gmail.com on 17 Mar 2010 at 9:17

GoogleCodeExporter commented 8 years ago
Thanks alexeftimie. Will close this as it's a non-issue.

Original comment by jmalo...@gmail.com on 7 Aug 2010 at 8:39