> 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
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
> 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
> 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
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
> 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
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
> 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
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
; 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
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
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
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
13 matches
Mail list logo