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/wiki/QtWebKit

Iulian


nguyen hai -cuncon wrote:
 
 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 to solve this error?
 Thanks in advance!
 Hai
 
 
 
   Hỗ trợ Tìm kiếm nay đã có trên Yahoo! Thanh công cụ. Tải ngay.
 http://vn.toolbar.yahoo.com/
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
 
 

-- 
View this message in context: 
http://www.nabble.com/error%3A-Cannot-find-icu-config.-The-ICU-library-is-needed.-tp22032927p22139654.html
Sent from the Webkit mailing list archive at Nabble.com.

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


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 iliescu.iul...@gmail.com wrote:

 From: Iulian iliescu.iul...@gmail.com
 Subject: Re: [webkit-dev] error: Cannot find icu-config. The ICU library is 
 needed.
 To: webkit-dev@lists.webkit.org
 Date: Sunday, February 22, 2009, 3:32 AM
 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/wiki/QtWebKit
 
 Iulian
 
 
 nguyen hai -cuncon wrote:
  
  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 to solve this error?
  Thanks in advance!
  Hai
  
  
  
Hỗ trợ Tìm kiếm nay đã có trên Yahoo!
 Thanh công cụ. Tải ngay.
  http://vn.toolbar.yahoo.com/
  ___
  webkit-dev mailing list
  webkit-dev@lists.webkit.org
 
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
  
  
 
 -- 
 View this message in context:
 http://www.nabble.com/error%3A-Cannot-find-icu-config.-The-ICU-library-is-needed.-tp22032927p22139654.html
 Sent from the Webkit mailing list archive at Nabble.com.
 
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


  
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


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 deuxliq...@yahoo.com wrote:

 From: nguyen hai deuxliq...@yahoo.com
 Subject: [webkit-dev] error: Cannot find icu-config. The ICU library is 
 needed.
 To: webkit-dev@lists.webkit.org
 Date: Monday, February 16, 2009, 3:56 PM
 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 to solve this error?
 Thanks in advance!
 Hai
 
 
 
   Hỗ trợ Tìm kiếm nay đã có trên Yahoo!
 Thanh công cụ. Tải ngay.
 http://vn.toolbar.yahoo.com/___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


  
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


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 deuxliq...@yahoo.com
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 ./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 to solve this error?
Thanks in advance!
Hai
 

 Vui vẻ chat thêm trên nhiều blog và website
Hãy thử dùng ứng dụng Pingbox online.___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[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 to solve this error?
Thanks in advance!
Hai



  Hỗ trợ Tìm kiếm nay đã có trên Yahoo! Thanh công cụ. Tải ngay.
http://vn.toolbar.yahoo.com/___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev