Re: [webkit-dev] checking for LIBSOUP... configure: error: Package requirements (libsoup-2.4 = 2.23) were not met:

2009-02-17 Thread Bo Yang
I have came across this error, too.
The problem is , webkit need is 2.24 or later. But the libsoup 2.4 is not
suitable, and webkit can't build with it because libsoup 2.4 miss the
SoupCookieJar and something which exist in 2.24.

Install libsoup 2.24 , it will work!

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


Re: [webkit-dev] checking for LIBSOUP... configure: error: Package requirements (libsoup-2.4 = 2.23) were not met:

2009-02-17 Thread x yz
libsoup 2.23 is newer than 2.4. On Fedora9 only 2.4 is available, on FC10 2.24 
is available.
You need to changed the required version 2.23 in configure.ac to 2.4 then you 
can build. I have not completed the build yet.

FC has older libs than ubuntu or so, when I try to compile openembbed flash I 
got lots of lib problem.
Dave, may I suggest that lib version requirements to consider Fedora9? I mean 
can we loose the requirements, or use OS specific one so FC9  just needs 2.4?
rgds
joe


--- On Tue, 2/17/09, Bo Yang techrazy.y...@gmail.com wrote:

 From: Bo Yang techrazy.y...@gmail.com
 Subject: Re: [webkit-dev] checking for LIBSOUP... configure: error: Package 
 requirements (libsoup-2.4 = 2.23) were not met:
 To: deuxliq...@yahoo.com
 Cc: webkit-dev@lists.webkit.org
 Date: Tuesday, February 17, 2009, 4:31 PM
 I have came across this error, too.
 The problem is , webkit need is 2.24 or later. But the
 libsoup 2.4 is not
 suitable, and webkit can't build with it because
 libsoup 2.4 miss the
 SoupCookieJar and something which exist in 2.24.
 
 Install libsoup 2.24 , it will work!
 
 Regards!
 Bo
 ___
 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] checking for LIBSOUP... configure: error: Package requirements (libsoup-2.4 = 2.23) were not met:

2009-02-17 Thread x yz
when I changed requirements to 2.4 there are build error:

WebCore/platform/network/soup/CookieJarSoup.h:34: error: expected constructor, 
destructor, or type conversion before ‘*’ token
WebCore/platform/network/soup/CookieJarSoup.cpp:28: error: expected 
constructor, destructor, or type conversion before ‘*’ token
WebCore/platform/network/soup/CookieJarSoup.cpp: In function ‘void 
WebCore::setCookies(WebCore::Document*, const WebCore::KURL, const 
WebCore::KURL, const WebCore::String)’:
WebCore/platform/network/soup/CookieJarSoup.cpp:36: error: ‘SoupCookieJar’ was 
not declared in this scope
WebCore/platform/network/soup/CookieJarSoup.cpp:36: error: ‘jar’ was not 
declared in this scope
WebCore/platform/network/soup/CookieJarSoup.cpp:36: error: ‘getCookieJar’ was 
not declared in this scope
WebCore/platform/network/soup/CookieJarSoup.cpp:42: error: 
‘soup_cookie_jar_set_cookie’ was not declared in this scope
WebCore/platform/network/soup/CookieJarSoup.cpp: In function ‘WebCore::String 
WebCore::cookies(const WebCore::Document*, const WebCore::KURL)’:
WebCore/platform/network/soup/CookieJarSoup.cpp:48: error: ‘SoupCookieJar’ was 
not declared in this scope
WebCore/platform/network/soup/CookieJarSoup.cpp:48: error: ‘jar’ was not 
declared in this scope
WebCore/platform/network/soup/CookieJarSoup.cpp:48: error: ‘getCookieJar’ was 
not declared in this scope
WebCore/platform/network/soup/CookieJarSoup.cpp:53: error: 
‘soup_cookie_jar_get_cookies’ was not declared in this scope
WebCore/platform/network/soup/CookieJarSoup.cpp: In function ‘bool 
WebCore::cookiesEnabled(const WebCore::Document*)’:
WebCore/platform/network/soup/CookieJarSoup.cpp:64: error: ‘getCookieJar’ was 
not declared in this scope
make[1]: *** [WebCore/platform/network/soup/libWebCore_la-CookieJarSoup.lo] 
Error 1
make[1]: Leaving directory `/home/jdai/depot/mp/newarch/webkit/webkit'
make: *** [all] Error 2


--- On Wed, 2/18/09, x yz last...@yahoo.com wrote:

 From: x yz last...@yahoo.com
 Subject: Re: [webkit-dev] checking for LIBSOUP... configure: error: Package 
 requirements (libsoup-2.4 = 2.23) were not met:
 To: deuxliq...@yahoo.com, Bo Yang techrazy.y...@gmail.com
 Cc: webkit-dev@lists.webkit.org
 Date: Wednesday, February 18, 2009, 2:40 AM
 libsoup 2.23 is newer than 2.4. On Fedora9 only 2.4 is
 available, on FC10 2.24 is available.
 You need to changed the required version 2.23 in
 configure.ac to 2.4 then you can build. I have not completed
 the build yet.
 
 FC has older libs than ubuntu or so, when I try to compile
 openembbed flash I got lots of lib problem.
 Dave, may I suggest that lib version requirements to
 consider Fedora9? I mean can we loose the requirements, or
 use OS specific one so FC9  just needs 2.4?
 rgds
 joe
 
 
 --- On Tue, 2/17/09, Bo Yang
 techrazy.y...@gmail.com wrote:
 
  From: Bo Yang techrazy.y...@gmail.com
  Subject: Re: [webkit-dev] checking for LIBSOUP...
 configure: error: Package requirements (libsoup-2.4 =
 2.23) were not met:
  To: deuxliq...@yahoo.com
  Cc: webkit-dev@lists.webkit.org
  Date: Tuesday, February 17, 2009, 4:31 PM
  I have came across this error, too.
  The problem is , webkit need is 2.24 or later. But the
  libsoup 2.4 is not
  suitable, and webkit can't build with it because
  libsoup 2.4 miss the
  SoupCookieJar and something which exist in 2.24.
  
  Install libsoup 2.24 , it will work!
  
  Regards!
  Bo
  ___
  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] checking for LIBSOUP... configure: error: Package requirements (libsoup-2.4 = 2.23) were not met:

2009-02-17 Thread David Kilzer
Dave, may I suggest that lib version requirements to consider Fedora9? I mean 
can we loose the requirements, or use OS specific one so FC9  just needs 2.4?

Sure.  I'd suggest filing a bug on https://bugs.webkit.org/ with a patch for 
review.  I don't use the Linux port of WebKit--was just trying to help people 
get through their local build errors.  Those who using 
autoconf/autogen.sh/configure.ac will need to review any changes before they're 
committed anyway.

Dave





From: x yz last...@yahoo.com
To: deuxliq...@yahoo.com; Bo Yang techrazy.y...@gmail.com
Cc: webkit-dev@lists.webkit.org
Sent: Tuesday, February 17, 2009 10:40:54 AM
Subject: Re: [webkit-dev] checking for LIBSOUP... configure: error: Package 
requirements (libsoup-2.4 = 2.23) were not met:

libsoup 2.23 is newer than 2.4. On Fedora9 only 2.4 is available, on FC10 2.24 
is available.
You need to changed the required version 2.23 in configure.ac to 2.4 then you 
can build. I have not completed the build yet.

FC has older libs than ubuntu or so, when I try to compile openembbed flash I 
got lots of lib problem.
Dave, may I suggest that lib version requirements to consider Fedora9? I mean 
can we loose the requirements, or use OS specific one so FC9  just needs 2.4?
rgds
joe


--- On Tue, 2/17/09, Bo Yang techrazy.y...@gmail.com wrote:

 From: Bo Yang techrazy.y...@gmail.com
 Subject: Re: [webkit-dev] checking for LIBSOUP... configure: error: Package 
 requirements (libsoup-2.4 = 2.23) were not met:
 To: deuxliq...@yahoo.com
 Cc: webkit-dev@lists.webkit.org
 Date: Tuesday, February 17, 2009, 4:31 PM
 I have came across this error, too.
 The problem is , webkit need is 2.24 or later. But the
 libsoup 2.4 is not
 suitable, and webkit can't build with it because
 libsoup 2.4 miss the
 SoupCookieJar and something which exist in 2.24.
 
 Install libsoup 2.24 , it will work!
 
 Regards!
 Bo
 ___
 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
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] checking for LIBSOUP... configure: error: Package requirements (libsoup-2.4 = 2.23) were not met:

2009-02-16 Thread nguyen hai
Hi all,
I typed ./autogen.sh but I got this message:

checking for LIBSOUP... configure: error: Package requirements (libsoup-2.4 = 
2.23) were not met:

No package 'libsoup-2.4' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

When I looked for libsoup-2.4 , there were only libsoup-2.4.1.

Can someone help me?
thanks
Hai



  Thứ sáu ngày 13 có thật sự là ngày xui xẻo? Nghe ý kiến của mọi người! 
http://vn.answers.yahoo.com___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] checking for LIBSOUP... configure: error: Package requirements (libsoup-2.4 = 2.23) were not met:

2009-02-16 Thread David Kilzer
The autogen.sh script wants libsoup-2.4 OR NEWER.  libsoup-2.4.1 satisfies that 
requirement, so try installing that version.

Dave





From: nguyen hai deuxliq...@yahoo.com
To: webkit-dev@lists.webkit.org
Sent: Monday, February 16, 2009 1:17:54 AM
Subject: [webkit-dev] checking for LIBSOUP... configure: error: Package 
requirements (libsoup-2.4 = 2.23) were not met:


Hi all,
I typed ./autogen.sh but I got this message:

checking for LIBSOUP... configure: error: Package requirements (libsoup-2.4 = 
2.23) were not met:

No package 'libsoup-2.4' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

When I looked for libsoup-2.4 , there were only libsoup-2.4.1.

Can someone help me?
thanks
Hai
 

Thị trường chứng khoán Việt Nam hot tới mức nào? Khám phá tại Yahoo! Hỏi  Đáp___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] checking for LIBSOUP... configure: error: Package requirements (libsoup-2.4 = 2.23) were not met:

2009-02-16 Thread David Kilzer
Sorry, I was reading that libsoup-2.23 was older than libsoup-2.4.  It looks 
like configure.ac is not comparing the versions correctly.  Try making this 
change (changing libsoup-2.4 to just libsoup in configure.ac) and rerunning 
autogen.sh:

diff --git a/configure.ac b/configure.ac
index 6ac6f8b..75d986f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -637,7 +637,7 @@ fi
 
 if test $with_http_backend = soup; then
PKG_CHECK_MODULES([LIBSOUP],
- [libsoup-2.4 = $LIBSOUP_REQUIRED_VERSION])
+ [libsoup = $LIBSOUP_REQUIRED_VERSION])
AC_SUBST([LIBSOUP_CFLAGS])
AC_SUBST([LIBSOUP_LIBS])
 fi

Note that $LIBSOUP_REQUIRED_VERSION is set to 2.23 anyway.

Dave





From: nguyen hai deuxliq...@yahoo.com
To: David Kilzer ddkil...@webkit.org
Sent: Monday, February 16, 2009 7:05:40 AM
Subject: Re: [webkit-dev] checking for LIBSOUP... configure: error: Package 
requirements (libsoup-2.4 = 2.23) were not met:


Hi David,
Thank you much for your help.
I tried to install libsoup-2.4 but not avaible.
I run on Fedora. I tyed as following:

yum search libsoup-2.4  (first I looked for libsoup-2.4)
yum install libsoup-2.4  

but I got a message:

not matched
nothing to do

Once I installed libsoup-2.4.1, the same error appeared : hecking for 
LIBSOUP... configure: error: Package requirements (libsoup-2.4 = 2.23) were 
not met

It seems that autogen.sh want exactly libsoup-2.4 ( not 2.4.2 or other).
But I can't find libsoup-2.4.
I spent much time for this. It sounds bad.
Hai 

  

--- Thứ 2, 16/02/09, David Kilzer ddkil...@webkit.org đã viết:

 Từ: David Kilzer ddkil...@webkit.org
 Chủ đề: Re: [webkit-dev] checking for LIBSOUP... configure: error: Package 
 requirements (libsoup-2.4 = 2.23) were not met:
 Đến: deuxliq...@yahoo.com
 Cc: webkit-dev@lists.webkit.org
 Ngày: Thứ Hai, 16 tháng 2, 2009, 20:43
 The autogen.sh script wants libsoup-2.4 OR NEWER. 
 libsoup-2.4.1 satisfies that requirement, so try installing
 that version.
 
 Dave
 
 
 
 
 
 From: nguyen hai deuxliq...@yahoo.com
 To: webkit-dev@lists.webkit.org
 Sent: Monday, February 16, 2009 1:17:54 AM
 Subject: [webkit-dev] checking for LIBSOUP... configure:
 error: Package requirements (libsoup-2.4 = 2.23) were
 not met:
 
 
 Hi all,
 I typed ./autogen.sh but I got this message:
 
 checking for LIBSOUP... configure: error: Package
 requirements (libsoup-2.4 = 2.23) were not met:
 
 No package 'libsoup-2.4' found
 
 Consider adjusting the PKG_CONFIG_PATH environment variable
 if you
 installed software in a non-standard prefix.
 
 When I looked for libsoup-2.4 , there were only
 libsoup-2.4.1.
 
 Can someone help me?
 thanks
 Hai
  
 
 Thị trường chứng khoán Việt Nam hot tới mức
 nào? Khám phá tại Yahoo! Hỏi  Đáp


  Đặt ngay địa chỉ email mới!
Lấy ngay địa chỉ email bạn từng muốn có trước khi có người khác nhanh tay hơn!
http://mail.promotions.yahoo.com/newdomains/vn/
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] checking for LIBSOUP... configure: error: Package requirements (libsoup-2.4 = 2.23) were not met:

2009-02-16 Thread Christian Dywan
Am Mon, 16 Feb 2009 09:28:53 -0800 (PST)
schrieb David Kilzer ddkil...@webkit.org:

 Sorry, I was reading that libsoup-2.23 was older than libsoup-2.4.
 It looks like configure.ac is not comparing the versions correctly.
 Try making this change (changing libsoup-2.4 to just libsoup in
 configure.ac) and rerunning autogen.sh:
 
 diff --git a/configure.ac b/configure.ac
 index 6ac6f8b..75d986f 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -637,7 +637,7 @@ fi
  
  if test $with_http_backend = soup; then
 PKG_CHECK_MODULES([LIBSOUP],
 - [libsoup-2.4 = $LIBSOUP_REQUIRED_VERSION])
 + [libsoup = $LIBSOUP_REQUIRED_VERSION])
 AC_SUBST([LIBSOUP_CFLAGS])
 AC_SUBST([LIBSOUP_LIBS])
  fi
 
 Note that $LIBSOUP_REQUIRED_VERSION is set to 2.23 anyway.

Hey,

this is actually wrong I'm afraid. The API name is 'libsoup-2.4' which
is arguably a bad idea on the side of the library author. The actual
version is something else, in this case 2.23. Pay attention to the
actual release version when looking for a more recent package.

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


Re: [webkit-dev] checking for LIBSOUP... configure: error: Package requirements (libsoup-2.4 = 2.23) were not met:

2009-02-16 Thread David Kilzer
That's a horrible package name.  :(   Is 2.4 is the so version or what?

Do all Linux (or *NIX) distributions name libsoup that way?  It doesn't appear 
that Debian packages it this way:

http://packages.debian.org/search?keywords=libsoup

Is libsoup-2.4 older or newer than libsoup-2.23?

Dave





From: Christian Dywan christ...@twotoasts.de
To: webkit-dev@lists.webkit.org
Sent: Monday, February 16, 2009 10:38:59 AM
Subject: Re: [webkit-dev] checking for LIBSOUP... configure: error: Package 
requirements (libsoup-2.4 = 2.23) were not met:

Am Mon, 16 Feb 2009 09:28:53 -0800 (PST)
schrieb David Kilzer ddkil...@webkit.org:

 Sorry, I was reading that libsoup-2.23 was older than libsoup-2.4.
 It looks like configure.ac is not comparing the versions correctly.
 Try making this change (changing libsoup-2.4 to just libsoup in
 configure.ac) and rerunning autogen.sh:
 
 diff --git a/configure.ac b/configure.ac
 index 6ac6f8b..75d986f 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -637,7 +637,7 @@ fi
  
  if test $with_http_backend = soup; then
 PKG_CHECK_MODULES([LIBSOUP],
 - [libsoup-2.4 = $LIBSOUP_REQUIRED_VERSION])
 + [libsoup = $LIBSOUP_REQUIRED_VERSION])
 AC_SUBST([LIBSOUP_CFLAGS])
 AC_SUBST([LIBSOUP_LIBS])
  fi
 
 Note that $LIBSOUP_REQUIRED_VERSION is set to 2.23 anyway.

Hey,

this is actually wrong I'm afraid. The API name is 'libsoup-2.4' which
is arguably a bad idea on the side of the library author. The actual
version is something else, in this case 2.23. Pay attention to the
actual release version when looking for a more recent package.

ciao,
Christian
___
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