Re: [webkit-dev] Build Webkit_gtk I get errors in WebCore/platform/network/soup/ResourceHandleSoup.cpp?

2009-06-29 Thread TianShijun

But the even latest got by yum in CentOS 5.3 can not meet the requirement of 
WebKitGtk. I downloaded the source code of libsoup and found that it just 
depends on another library which is newer than the system.Finnaly I give up 
building the Gtk port of WebKit in CentOS.


 Date: Sun, 28 Jun 2009 23:17:48 -0400
 From: toniki...@gmail.com
 To: deuxliq...@yahoo.com
 CC: webkit-dev@lists.webkit.org
 Subject: Re: [webkit-dev] Build Webkit_gtk I get errors in
 WebCore/platform/network/soup/ResourceHandleSoup.cpp?
 
 you have probably an old version on libsoup-dev.
 
 ago...@tonix:~$ grep -nHR soup_message_headers_get_content_type /usr/include/
 /usr/include/libsoup-2.4/libsoup/soup-message-headers.h:114:const char
 *soup_message_headers_get_content_type (SoupMessageHeaders  *hdrs,
 
 ago...@tonix:~$ dpkg -l | grep soup
 ii  libsoup-gnome2.4-1  2.26.0-0ubuntu3
an HTTP library implementation in C -- Share
 ii  libsoup-gnome2.4-dev2.26.0-0ubuntu3
an HTTP library implementation in C -- Devel
 ii  libsoup2.4-12.26.0-0ubuntu3
an HTTP library implementation in C -- Share
 ii  libsoup2.4-dev  2.26.0-0ubuntu3
an HTTP library implementation in C -- Devel
 
 
 On Sun, Jun 28, 2009 at 11:01 PM, deuxliquiddeuxliq...@yahoo.com wrote:
  Hi everybody,
  after I run ./autogen.sh, I run make but I get some errors like below:
 
  WebCore/platform/network/soup/ResourceHandleSoup.cpp: In function ‘void
  WebCore::fillResponseFromMessage(SoupMessage*, WebCore::ResourceResponse*)’:
  WebCore/platform/network/soup/ResourceHandleSoup.cpp:155: error:
  ‘soup_message_headers_get_content_type’ was not declared in this scope
  WebCore/platform/network/soup/ResourceHandleSoup.cpp:179: error:
  ‘soup_header_g_string_append_param’ was not declared in this scope
  WebCore/platform/network/soup/ResourceHandleSoup.cpp: In function ‘void
  WebCore::gotHeadersCallback(SoupMessage*, void*)’:
  WebCore/platform/network/soup/ResourceHandleSoup.cpp:258: error:
  ‘soup_message_headers_get_content_type’ was not declared in this scope
  WebCore/platform/network/soup/ResourceHandleSoup.cpp: In function ‘void
  WebCore::gotChunkCallback(SoupMessage*, SoupBuffer*, void*)’:
  WebCore/platform/network/soup/ResourceHandleSoup.cpp:298: error:
  ‘soup_message_headers_set_content_type’ was not declared in this scope
  WebCore/platform/network/soup/ResourceHandleSoup.cpp: In function ‘void
  WebCore::ensureSessionIsInitialized(SoupSession*)’:
  WebCore/platform/network/soup/ResourceHandleSoup.cpp:458: error:
  ‘soup_session_get_feature’ was not declared in this scope
  make[1]: ***
  [WebCore/platform/network/soup/libWebCore_la-ResourceHandleSoup.lo] Error 1
 
 
  Can you correct me?
  Thank you in advance!
  Hai
 
  
  Lướt web nhanh hơn
  Internet Explorer 8 tối ưu hóa cho Yahoo!, tự động khởi động 2 trang bạn
  thích mỗi lần mở trình duyệt. Tải IE8 tại đây! (Miễn phí)
  ___
  webkit-dev mailing list
  webkit-dev@lists.webkit.org
  http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
 
 
 
 
 
 -- 
 --Antonio Gomes
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

_
打工,挣钱,买房子,快来MClub一起”金屋藏娇”!
http://club.msn.cn/?from=10___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] Build Webkit_gtk I get errors in WebCore/platform/network/soup/ResourceHandleSoup.cpp?

2009-06-28 Thread deuxliquid
Hi everybody,
after I run ./autogen.sh, I run make but I get some errors like below:

WebCore/platform/network/soup/ResourceHandleSoup.cpp: In function ‘void 
WebCore::fillResponseFromMessage(SoupMessage*, WebCore::ResourceResponse*)’:
WebCore/platform/network/soup/ResourceHandleSoup.cpp:155: error: 
‘soup_message_headers_get_content_type’ was not declared in this scope
WebCore/platform/network/soup/ResourceHandleSoup.cpp:179: error: 
‘soup_header_g_string_append_param’ was not declared in this scope
WebCore/platform/network/soup/ResourceHandleSoup.cpp: In function ‘void 
WebCore::gotHeadersCallback(SoupMessage*, void*)’:
WebCore/platform/network/soup/ResourceHandleSoup.cpp:258: error: 
‘soup_message_headers_get_content_type’ was not declared in this scope
WebCore/platform/network/soup/ResourceHandleSoup.cpp: In function ‘void 
WebCore::gotChunkCallback(SoupMessage*, SoupBuffer*, void*)’:
WebCore/platform/network/soup/ResourceHandleSoup.cpp:298: error: 
‘soup_message_headers_set_content_type’ was not declared in this scope
WebCore/platform/network/soup/ResourceHandleSoup.cpp: In function ‘void 
WebCore::ensureSessionIsInitialized(SoupSession*)’:
WebCore/platform/network/soup/ResourceHandleSoup.cpp:458: error: 
‘soup_session_get_feature’ was not declared in this scope
make[1]: *** 
[WebCore/platform/network/soup/libWebCore_la-ResourceHandleSoup.lo] Error 1


Can you correct me?
Thank you in advance!
Hai



  Yahoo! Mail nay NHANH HƠN - Thử ngay! http://vn.mail.yahoo.com___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Build Webkit_gtk I get errors in WebCore/platform/network/soup/ResourceHandleSoup.cpp?

2009-06-28 Thread tonikitoo (Antonio Gomes)
you have probably an old version on libsoup-dev.

ago...@tonix:~$ grep -nHR soup_message_headers_get_content_type /usr/include/
/usr/include/libsoup-2.4/libsoup/soup-message-headers.h:114:const char
*soup_message_headers_get_content_type (SoupMessageHeaders  *hdrs,

ago...@tonix:~$ dpkg -l | grep soup
ii  libsoup-gnome2.4-1  2.26.0-0ubuntu3
   an HTTP library implementation in C -- Share
ii  libsoup-gnome2.4-dev2.26.0-0ubuntu3
   an HTTP library implementation in C -- Devel
ii  libsoup2.4-12.26.0-0ubuntu3
   an HTTP library implementation in C -- Share
ii  libsoup2.4-dev  2.26.0-0ubuntu3
   an HTTP library implementation in C -- Devel


On Sun, Jun 28, 2009 at 11:01 PM, deuxliquiddeuxliq...@yahoo.com wrote:
 Hi everybody,
 after I run ./autogen.sh, I run make but I get some errors like below:

 WebCore/platform/network/soup/ResourceHandleSoup.cpp: In function ‘void
 WebCore::fillResponseFromMessage(SoupMessage*, WebCore::ResourceResponse*)’:
 WebCore/platform/network/soup/ResourceHandleSoup.cpp:155: error:
 ‘soup_message_headers_get_content_type’ was not declared in this scope
 WebCore/platform/network/soup/ResourceHandleSoup.cpp:179: error:
 ‘soup_header_g_string_append_param’ was not declared in this scope
 WebCore/platform/network/soup/ResourceHandleSoup.cpp: In function ‘void
 WebCore::gotHeadersCallback(SoupMessage*, void*)’:
 WebCore/platform/network/soup/ResourceHandleSoup.cpp:258: error:
 ‘soup_message_headers_get_content_type’ was not declared in this scope
 WebCore/platform/network/soup/ResourceHandleSoup.cpp: In function ‘void
 WebCore::gotChunkCallback(SoupMessage*, SoupBuffer*, void*)’:
 WebCore/platform/network/soup/ResourceHandleSoup.cpp:298: error:
 ‘soup_message_headers_set_content_type’ was not declared in this scope
 WebCore/platform/network/soup/ResourceHandleSoup.cpp: In function ‘void
 WebCore::ensureSessionIsInitialized(SoupSession*)’:
 WebCore/platform/network/soup/ResourceHandleSoup.cpp:458: error:
 ‘soup_session_get_feature’ was not declared in this scope
 make[1]: ***
 [WebCore/platform/network/soup/libWebCore_la-ResourceHandleSoup.lo] Error 1


 Can you correct me?
 Thank you in advance!
 Hai

 
 Lướt web nhanh hơn
 Internet Explorer 8 tối ưu hóa cho Yahoo!, tự động khởi động 2 trang bạn
 thích mỗi lần mở trình duyệt. Tải IE8 tại đây! (Miễn phí)
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev





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