[webkit-help] WebKit "BUILD FAILED"

Brent Fulgham bfulgham at gmail.com
Wed Jul 29 09:52:28 PDT 2009


Hi Nicholas,

On Wed, Jul 29, 2009 at 1:14 AM, Nicholas
Geier<ncgeier at vistaresources.net> wrote:
>
> JavaScriptCore - 2 error(s), 0 warning(s)
>
> .\JavaScriptCore.rc(17) : error RC2127 : version WORDs separated by commas
> expected
>
> .\JavaScriptCore.rc(17) : error RC2167 : unrecognized VERSIONINFO field;
> BEGIN or comma expected
>

I think this is the source of your problem.  Is there a complaint in
any of the preceding lines about "autoversion.h"?  This file often
gets screwed up by Windows CR/LF, causing the resource compiler to
choke.

>
> QTMovieWin - 1 error(s), 0 warning(s)
>
> Project : error PRJ0002 : Error result 1 returned from
> 'c:\Windows\system32\cmd.exe'.

These PRJ0002 errors are annoying.  I believe they just mean that the
dependencies are not built (i.e., QTMovieWin depends on
WebCoreGenerated, which depends on JavaScriptCore building
successfully).  So I would ignore any PRJ0002 errors for now.

> I had another agenda and after installing it I never ran it.  So, I have
> windows automatic updates running and yesterday it installed a few updates
> and I noticed one of them had to do with Visual Studio.

Nicholas!  That's why the documentation on
http://webkit.org/building/tools.html says to install the "Service
Pack 1 to Visual Studio 2005" (which Windows Update did for you), and
if you are running on Vista to install the "Service Pack 1 Update for
Windows Vista" (which Windows Update probably installed as well).

Grr!

But it sounds like you are making good progress!

Can you forward the full build log for JavaScriptCore?

-Brent


More information about the webkit-help mailing list