rosendo100 / pywebkitgtk

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

make fails if libxslt-devel isn't installed #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Don't install libxslt-devel.
2. Run autogen.sh, notice it doesn't complain.
3. Run make.

What is the expected output? What do you see instead?

I expect to see a successful build.  Instead I see this:

grep: /usr/lib/libxslt.la: No such file or directory
/usr/bin/sed: can't read /usr/lib/libxslt.la: No such file or directory
libtool: link: `/usr/lib/libxslt.la' is not a valid libtool archive
make[1]: *** [webkit.la] Error 1

What version of the product are you using? On what operating system?

r57

Please provide any additional information below.

Installing libxslt-devel fixed it for me.

Original issue reported on code.google.com by sanforda...@gmail.com on 8 Jul 2008 at 1:08

GoogleCodeExporter commented 8 years ago
Fixed in r58

Original comment by jmalo...@gmail.com on 8 Jul 2008 at 1:46