Re: [webkit-dev] Building the Qt version on Linux

2008-04-12 Thread Julien Chaffraix
Hi, I got this building error of libQtWebKit shared library. tmp/chartables.o:(.rodata+0x0): multiple definition of `kjs_pcre_default_tables' tmp/pcre_tables.o:(.rodata+0xa0): first defined here The error is obvious because JavaScriptCore/pcre/pcre_tables.cpp has included the generated C

Re: [webkit-dev] Desperate for webkit help

2008-04-12 Thread David Kilzer
Scott Thompson [EMAIL PROTECTED] wrote: On Apr 11, 2008, at 7:37 PM, David Kilzer wrote: The best thing you could do is to file a bug on https://bugreport.apple.com/ and attach source for a project that reproduces the issue, along with details steps to reproduce the issue. If you

Re: [webkit-dev] Desperate for webkit help

2008-04-12 Thread Mark
Hi guys, many thanks for your advice. I'll check out the wireshark thing for sure. In the meantime I have managed to cobble together a demo so you can see hopefully the bug: Please go here: http://demo.jmbsoft.com/cgi-bin/ags/submit.cgi Enter the following information: Username, Password: Leave

[webkit-dev] Re: Adding Javascript object to Webkit

2008-04-12 Thread David Hansen
On Thu, 3 Apr 2008 13:39:58 -0700 Geoffrey Garen wrote: Yes, I think using the API in JavaScriptCore/API will give you the best results. It's also the easiest API to come up to speed on. There's some example usage of the API in JavaScriptCore/API/testapi.c. Is there a way to set a timeout