[webkit-dev] Undefined symbols error

2008-08-21 Thread Andy
Hi, all, = Undefined symbols: _kSCPropNetProxiesHTTPSPort, referenced from: _kSCPropNetProxiesHTTPSPort$non_lazy_ptr in main.o _SCDynamicStoreCreate, referenced from: GetHTTPSProxySetting(char*, unsigned long, unsigned short*)in main.o

Re: [webkit-dev] Undefined symbols error

2008-08-21 Thread Mark Rowe
On Aug 20, 2008, at 11:29 PM, Andy wrote: Hi, all, = Undefined symbols: _kSCPropNetProxiesHTTPSPort, referenced from: _kSCPropNetProxiesHTTPSPort$non_lazy_ptr in main.o _SCDynamicStoreCreate, referenced from:

[webkit-dev] Newbie Question:

2008-08-21 Thread Bruce Cresanta
Hello, I'm trying to compile on Windows using the directions on the WebKit.org site.I can initiate a build, but the build fails and cites that System Environment Variables could Be Incorrect.I've double checked the Paths to the Windows SDK's ../Bin ../Lib and ../ Include

Re: [webkit-dev] Newbie Question:

2008-08-21 Thread Binish
please share the error log 2008/8/21 Bruce Cresanta [EMAIL PROTECTED] Hello, I'm trying to compile on Windows using the directions on the WebKit.org site.I can initiate a build, but the build fails and cites that System Environment Variables could Be Incorrect.I've double

[webkit-dev] cross compiling webkit for MIPS

2008-08-21 Thread nishit sharma
Hi All, I have cross compiled WebKit for MIPS but i don't think so it would work on it. I have just cross compiled it using cross toolchain and made no changes for specific architecture. Can anybody suggest the way i can make it run on MIPS Thanks and Regards Nishit

[webkit-dev] Another Newbie Question.

2008-08-21 Thread Bruce Cresanta
Hello, Does the Windows version of WebKit have a COM control similar to the WebView in Cocoa? Thank you, Bruce ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] How to set proxy in webkit ?

2008-08-21 Thread Christian Dywan
Am Thu, 21 Aug 2008 10:11:08 +0800 schrieb Andy [EMAIL PROTECTED]: Hi, all In my app based on webkit I want to set a proxy, I know webkit uses the system proxy config as its proxy, but I can not find any API about that, how to get the system proxy info and how to set it ? Is there any sample