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

x yz lastguy at yahoo.com
Tue Feb 17 10:51:11 PST 2009


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 <lastguy at yahoo.com> wrote:

> From: x yz <lastguy at yahoo.com>
> Subject: Re: [webkit-dev] checking for LIBSOUP... configure: error: Package requirements (libsoup-2.4 >= 2.23) were not met:
> To: deuxliquid at yahoo.com, "Bo Yang" <techrazy.yang at gmail.com>
> Cc: webkit-dev at 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.yang at gmail.com> wrote:
> 
> > From: Bo Yang <techrazy.yang at gmail.com>
> > Subject: Re: [webkit-dev] checking for LIBSOUP...
> configure: error: Package requirements (libsoup-2.4 >=
> 2.23) were not met:
> > To: deuxliquid at yahoo.com
> > Cc: webkit-dev at 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 at lists.webkit.org
> >
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


      


More information about the webkit-dev mailing list