Re: [dev] surf dependencies

2009-08-24 Thread Amit Uttamchandani
On Mon, 24 Aug 2009 07:39:27 -0500 Kurt H Maier wrote: > On Sun, Aug 23, 2009 at 11:13 PM, Amit Uttamchandani wrote: > > Recently upgraded webkit to 1.1.12-1 and getting the following error: > > > > ./surf: symbol lookup error: /usr/lib/libwebkit-1.0.so.2: undefined > > symbol: soup_content_sniff

Re: [dev] surf dependencies

2009-08-24 Thread Kurt H Maier
On Sun, Aug 23, 2009 at 11:13 PM, Amit Uttamchandani wrote: > Recently upgraded webkit to 1.1.12-1 and getting the following error: > > ./surf: symbol lookup error: /usr/lib/libwebkit-1.0.so.2: undefined > symbol: soup_content_sniffer_get_type You need to upgrade libsoup. While you're at it, make

Re: [dev] surf dependencies

2009-08-23 Thread Amit Uttamchandani
On Sun, 23 Aug 2009 17:22:15 +0100 Lorenzo Bolla wrote: > Hi all, > what version of libwebkit does surf depend on? > I've installed ubuntu jaunty's libwebkit-dev package (v1.0.1, I think) and > surf's compilation fails with this error: > surf.c:26: error: expected specifier-qualifier-list before

Re: [dev] surf dependencies

2009-08-23 Thread Jacob Todd
On Sun, Aug 23, 2009 at 05:22:15PM +0100, Lorenzo Bolla wrote: > Hi all, > what version of libwebkit does surf depend on? > I've installed ubuntu jaunty's libwebkit-dev package (v1.0.1, I think) and > surf's compilation fails with this error: > surf.c:26: error: expected specifier-qualifier-list be

[dev] surf dependencies

2009-08-23 Thread Lorenzo Bolla
Hi all, what version of libwebkit does surf depend on? I've installed ubuntu jaunty's libwebkit-dev package (v1.0.1, I think) and surf's compilation fails with this error: surf.c:26: error: expected specifier-qualifier-list before ‘WebKitDownload’ Thanks, Lorenzo