[webkit-dev] error: Cannot find icu-config. The ICU library is needed.

2009-02-15 Thread nguyen hai
Hi all, I build webkit on Fedora 9. I typed ./autogen.sh and I got a message: checking for icu-config... no configure: error: Cannot find icu-config. The ICU library is needed. [r...@localhost WebKit-r41018]# I am looking this error on webkt.org but I have not found any answer. Can you help me

Re: [webkit-dev] error: Cannot find icu-config. The ICU library is needed.

2009-02-16 Thread David Kilzer
Try installing the libicu package. Dave From: nguyen hai To: webkit-dev@lists.webkit.org Sent: Sunday, February 15, 2009 11:56:25 PM Subject: [webkit-dev] error: Cannot find icu-config. The ICU library is needed. Hi all, I build webkit on Fedora 9. I typed

Re: [webkit-dev] error: Cannot find icu-config. The ICU library is needed.

2009-02-17 Thread x yz
Pls read build requirements, there are a few devel lib needed and you can download rpm to update missed lib --- On Mon, 2/16/09, nguyen hai wrote: > From: nguyen hai > Subject: [webkit-dev] error: Cannot find icu-config. The ICU library is > needed. > To: webkit-dev@lists.webki

Re: [webkit-dev] error: Cannot find icu-config. The ICU library is needed.

2009-02-21 Thread Iulian
WebKit has some dependecies. If you are using Gnome, read this: http://trac.webkit.org/wiki/BuildingGtk and keep in mind that Fedora packages ends with -devel and not with -dev If you are using KDE and do you want to build WebKit on top of QT, that you should read this: http://trac.webkit.org/wi

Re: [webkit-dev] error: Cannot find icu-config. The ICU library is needed.

2009-02-21 Thread x yz
nguyen, you need to install icu-devel, on FC9 you have icu already. I used to suggest you read the build guide that lists these dependencies. joe --- On Sun, 2/22/09, Iulian wrote: > From: Iulian > Subject: Re: [webkit-dev] error: Cannot find icu-config. The ICU library is > nee