Re: [webkit-dev] WinLauncher Fail to launch

2012-11-24 Thread Chris Hatko
Rakesh, for win cairo the command is: Tools/Scripts/build-webkit --wincairo A nice guide using new compilers is here: http://blog.ashodnakashian.com/2012/01/building-webkit-on-windows-7-with-vs2010/ (there is also a VS2008 and VS2012 post) Chris On Sat, Nov 24, 2012 at 5:59 AM, Rakesh Sadhu

Re: [webkit-dev] WinLauncher Fail to launch

2012-11-23 Thread Chris Hatko
Depending on how long ago he pulled (i think this was fixed in later revisions), you may need to do the following: In /Tools/win/DllLaunchermain.cpp Comment out: //if (!modifyPath(programName)) // return 1; To not check for apple products. On Fri, Nov 23, 2012 at 12:16 PM, Brent Fulgham

Re: [webkit-dev] Problems to build WebKit on Windows

2010-08-31 Thread Chris Hatko
I presume this is a release build ... I ran into this problem myself. You can switch to 64Bit OS or turn off whole program optimization /GL and corresponding linker flag. Chris On Tue, Aug 31, 2010 at 5:20 PM, Diego Gonzalez diego.gonza...@openbossa.org wrote: Hi, Thanks for the feedback!

[webkit-dev] Runtime error in WebCore::ScriptExecutionContext::hasOpenDatabases()

2010-08-22 Thread Chris Hatko
Hi, I'm running revision 65648 and building cairo-win32 release. I had to fix several compile errors to get the build to work. When I start winLauncher I get a runtime error: Unhandled exception at 0x00c829f1 (WebKit_debug.dll) in WinLauncher_debug.exe: 0xC005: Access violation reading

[webkit-dev] Not enough space message when linking webkit (lots of free disk space)

2010-08-22 Thread Chris Hatko
I'm running revision 65648 and building cairo-win32 release I'm getting Not enough space when linking WebKit project. I have 40Gig free space on this drive and 4Gigs of ram. Linking... 11fatal error C1083: Cannot open compiler intermediate file:

Re: [webkit-dev] Not enough space message when linking webkit (lots of free disk space)

2010-08-22 Thread Chris Hatko
: Are you using a 32 bit linker? Maybe it's running out of address space. Nico On Sun, Aug 22, 2010 at 12:32 PM, Chris Hatko cha...@gmail.com wrote: I'm running revision 65648  and building cairo-win32 release I'm getting Not enough space when linking WebKit project. I have 40Gig free space