AW: AW: [webkit-dev] WebKit and .net applications

2007-11-26 Thread Zoth, Jochen
> Have you tried doing a clean build (i.e., deleting your > WebKitBuild directory and building again)? Yes, testkjs still fails during linking. Maybe something wrong with the LIBPATH? Creating temporary file "D:\projects\WebKit\WebKitBuild\obj\JavaScriptCore\testkjs\Debug\RSP 122956264.rsp" w

Re: AW: [webkit-dev] WebKit and .net applications

2007-11-22 Thread Adam Roben
Zoth, Jochen wrote: bison -d -p kjsyy /cygdrive/d/projects/WebKit/JAVASC~1/kjs/grammar.y -o grammar.cpp > bison_out.txt 2>&1 make: *** [grammar.cpp] Error 127 Fixed: My Cygwin had no bison installed. Now I made a full install of Cygwin, but WebKit still won't build. Have you tried do

AW: [webkit-dev] WebKit and .net applications

2007-11-22 Thread Zoth, Jochen
> bison -d -p kjsyy /cygdrive/d/projects/WebKit/JAVASC~1/kjs/grammar.y > -o grammar.cpp > bison_out.txt 2>&1 > make: *** [grammar.cpp] Error 127 Fixed: My Cygwin had no bison installed. Now I made a full install of Cygwin, but WebKit still won't build. 1>-- Build started: Project: WebCore, C

AW: [webkit-dev] WebKit and .net applications

2007-11-21 Thread Zoth, Jochen
> I tested the Pre-Build commands manually and got another problem > with the following line: > "bash build-generated-files.sh "$(WebKitOutputDir)" > "$(WebKitLibrariesDir)"" > > cygpath: cannot create short name of $(WebKitOutputDir) > cygpath: can't convert empty path > cygpath: cannot create sh

Re: AW: [webkit-dev] WebKit and .net applications

2007-11-20 Thread Adam Roben
Zoth, Jochen wrote: But if I type "set", the two variables are set: ... WebKitLibrariesDir=D:\projects\WebKit\WebKitLibraries WebKitOutputDir=D:\projects\WebKit\WebKitBuild (from windows command line) ... WEBKITLIBRARIESDIR='D:\projects\WebKit\WebKitLibraries' WEBKITOUTPUTDIR='D:\projects\WebKit

AW: [webkit-dev] WebKit and .net applications

2007-11-20 Thread Zoth, Jochen
> If u have VS setup correctly, "cl.exe" will be on system PATH variable It is on the path. > You can place the Cygwin/bin path to the Windows system variable "PATH" > .. and restart VS IDE.. It should work.. Yeah, it works! The WebKit PreBuild-Event commands did "set PATH=%SystemDrive%\cygwin

Re: [webkit-dev] WebKit and .net applications

2007-11-20 Thread Pushparajan V
On Nov 20, 2007 10:42 PM, Zoth, Jochen <[EMAIL PROTECTED]> wrote: > > Sorry for the previous mail.. u can use build-webkit script to build > using > > cl compiler.. This issue u got is related to some other thing. Do u > have > > ur Visual studio setup correctly ?? > > No problem :) > Visual Studi

AW: [webkit-dev] WebKit and .net applications

2007-11-20 Thread Zoth, Jochen
> Sorry for the previous mail.. u can use build-webkit script to build using > cl compiler.. This issue u got is related to some other thing. Do u have > ur Visual studio setup correctly ?? No problem :) Visual Studio was installed with default setup properties. It works perfectly for other pro

Re: [webkit-dev] WebKit and .net applications

2007-11-20 Thread Pushparajan V
webkit script to build using cl compiler.. This issue u got is related to some other thing. Do u have ur Visual studio setup correctly ?? better use webkit.sln instead and try.. > even if I ran vcvars32.bat. Do I need to install VC Express or can I > > switch to the already installed Visua

Re: [webkit-dev] WebKit and .net applications

2007-11-20 Thread Pushparajan V
; Jochen. > > > -------------- > > *Von:* Fuenty, Chris [mailto:[EMAIL PROTECTED] > *Gesendet:* Dienstag, 20. November 2007 01:50 > *An:* Zoth, Jochen > *Betreff:* Re: [webkit-dev] WebKit and .net applications > > > > You need to do a lot of

AW: [webkit-dev] WebKit and .net applications

2007-11-20 Thread Zoth, Jochen
PROTECTED] Gesendet: Dienstag, 20. November 2007 01:50 An: Zoth, Jochen Betreff: Re: [webkit-dev] WebKit and .net applications You need to do a lot of P/Invoke calls. It's very complicated, I used it back before Safari 3 and WebKit 5xx, You can work with this code, It won't work

Fwd: [webkit-dev] WebKit and .net applications

2007-11-19 Thread Fuenty, Chris
You need to do a lot of P/Invoke calls. It's very complicated, I used it back before Safari 3 and WebKit 5xx, You can work with this code, It won't work until you modify it to work with the latest WebKit. Keep in mind the Licensing Restrictions of Raw Win32 WebKit when using this. http://swift

[webkit-dev] WebKit and .net applications

2007-11-19 Thread Zoth, Jochen
Hi, I'm looking for a way to use Webkit in a C# .net Application for displaying websites. A customer wants me to use it instead of the IE control. I downloaded the latest nightly build for windows and imported the WebKit.dll in my C# project. Since it seems not to be a "native" dll, Visual Studio