[webkit-help] Webkit build issues on windows

Rajasekhar M mail2rsekhar at gmail.com
Thu May 13 06:03:43 PDT 2010


Hi Jerry,
    Thanks for your response, yes looks like these files are not getting
generated. I am not sure if it is WebCoregenerated, can you please be more
specific which Makefile you are referring to regarding mismatch. Didn't do
any other changes in the downloaded code from webkit repo.

Thanks,
Raja


On Wed, May 12, 2010 at 7:30 PM, <webkit-help-request at lists.webkit.org>wrote:

> Send webkit-help mailing list submissions to
>        webkit-help at lists.webkit.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
> or, via email, send a message with subject or body 'help' to
>        webkit-help-request at lists.webkit.org
>
> You can reach the person managing the list at
>        webkit-help-owner at lists.webkit.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of webkit-help digest..."
>
>
> Today's Topics:
>
>   1. Re: Webkit build issues on windows (Jerry Evans)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 12 May 2010 14:46:11 +0100
> From: Jerry Evans <jerry at NovaDSP.com>
> To: webkit-help at lists.webkit.org
> Subject: Re: [webkit-help] Webkit build issues on windows
> Message-ID: <4BEAB123.2020802 at NovaDSP.com>
> Content-Type: text/plain; charset="iso-8859-1"; Format="flowed"
>
> One of the scripted file generation stages has failed to create the
> file. This is probably due to a mismatch between your makefile and the
> defined features. Have a grep for HTML_FLAGS in the make files.
>
> On 12/05/2010 13:38, Rajasekhar M wrote:
> > Hi,
> >    I am trying to build webkit on windows using cygwin.  I followed
> > the build steps in webkit site. I am facing certain compilations
> > errors while building webcore source.  Any clue on these errors ?
> >
> >
> ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> > 7>InjectedScriptHost.cpp
> > 7>c:\cygwin\home\rajasekhar\WebKit\WebCore\dom\Element.h(30) : fatal
> > error C1083
> > : Cannot open include file: 'HTMLNames.h': No such file or directory
> > 7>RenderBlock.cpp
> > 7>c:\cygwin\home\rajasekhar\webkit\webcore\dom\Element.h(30) : fatal
> > error C1083
> > : Cannot open include file: 'HTMLNames.h': No such file or directory
> > 7>FTPDirectoryDocument.cpp
> > 7>c:\cygwin\home\rajasekhar\WebKit\WebCore\dom\Element.h(30) : fatal
> > error C1083
> > : Cannot open include file: 'HTMLNames.h': No such file or directory
> > 7>RenderTableRow.cpp
> > 7>..\loader\FTPDirectoryDocument.cpp(30) : fatal error C1083: Cannot
> > open includ
> > e file: 'HTMLNames.h': No such file or directory
> > 7>RenderSVGShadowTreeRootContainer.cpp
> > 7>c:\cygwin\home\rajasekhar\WebKit\WebCore\dom\Element.h(30) : fatal
> > error C1083
> > : Cannot open include file: 'HTMLNames.h': No such file or directory
> > 7>Generating Code...
> > 7>c:\cygwin\home\rajasekhar\WebKit\WebCore\dom\Element.h(30) : fatal
> > error C1083
> > : Cannot open include file: 'HTMLNames.h': No such file or directory
> > 7>WMLFormControlElement.cpp
> > 7>DefaultSharedWorkerRepository.cpp
> > 7>c:\cygwin\home\rajasekhar\webkit\webcore\dom\Element.h(30) : fatal
> > error C1083
> > : Cannot open include file: 'HTMLNames.h': No such file or directory
> > 7>Generating Code...
> > 7>Project : warning PRJ0018 : The following environment variables were
> > not found
> > :
> > 7>$(PRODUCTION)
> > 7>$(DXSDK_DIR)
> > 7>Build log was saved at
> > "file://C:\cygwin\home\rajasekhar\WebKit\WebKitBuild\ob
> > j\WebCore\Debug\BuildLog.htm"
> > 7>WebCore - 440 error(s), 0 warning(s)
> > 8>------ Build started: Project: Interfaces, Configuration: Debug
> > Win32 ------
> > 8>Performing Pre-Build Event...
> > 8>/usr/bin/bash
> > 8>Project : error PRJ0002 : Error result 1 returned from
> > 'C:\WINDOWS\system32\cm
> > d.exe'.
> > 8>Project : warning PRJ0018 : The following environment variables were
> > not found
> > :
> > 8>$(PRODUCTION)
> > 8>Build log was saved at
> > "file://C:\cygwin\home\rajasekhar\WebKit\WebKitBuild\ob
> > j\Interfaces\Debug\BuildLog.htm"
> > 8>Interfaces - 1 error(s), 0 warning(s)
> > 9>------ Build started: Project: WebKitGUID, Configuration: Debug
> > Win32 ------
> > 9>Performing Pre-Build Event...
> > 9>/usr/bin/bash
> > 9>Project : error PRJ0002 : Error result 1 returned from
> > 'C:\WINDOWS\system32\cm
> > d.exe'.
> > 9>Project : warning PRJ0018 : The following environment variables were
> > not found
> > :
> > 9>$(PRODUCTION)
> > 9>Build log was saved at
> > "file://C:\cygwin\home\rajasekhar\WebKit\WebKitBuild\ob
> > j\WebKitGUID\Debug\BuildLog.htm"
> > 9>WebKitGUID - 1 error(s), 0 warning(s)
> > 10>------ Build started: Project: WebKit, Configuration: Debug Win32
> > ------
> > 10>Performing Pre-Build Event...
> > 10>/usr/bin/bash
> > 10>Project : error PRJ0002 : Error result 1 returned from
> > 'C:\WINDOWS\system32\c
> > md.exe'.
> > 10>Project : warning PRJ0018 : The following environment variables
> > were not foun
> > d:
> > 10>$(PRODUCTION)
> > 10>$(DXSDK_DIR)
> > 10>Build log was saved at
> > "file://C:\cygwin\home\rajasekhar\WebKit\WebKitBuild\o
> > bj\WebKit\Debug\BuildLog.htm"
> > 10>WebKit - 1 error(s), 0 warning(s)
> > 11>------ Build started: Project: FindSafari, Configuration: all Win32
> > ------
> > 11>Compiling...
> > 11>####### COMPILING 1 FILES USING AT MOST 4 PARALLEL INSTANCES OF
> > cl.exe ######
> > #####
> > 11>FindSafari.cpp
> > 11>Compiling resources...
> > 11>Performing Pre-Link Event...
> > 11>Linking...
> > 11>Embedding manifest...
> > 11>Project : warning PRJ0018 : The following environment variables
> > were not foun
> > d:
> > 11>$(PRODUCTION)
> > 11>Build log was saved at
> > "file://C:\cygwin\home\rajasekhar\WebKit\WebKitBuild\o
> > bj\FindSafari\all\BuildLog.htm"
> > 11>FindSafari - 0 error(s), 0 warning(s)
> > 12>------ Build started: Project: testapi, Configuration: Debug Win32
> > ------
> > 12>Performing Pre-Build Event...
> > 12>/usr/bin/bash
> > 12>Project : error PRJ0002 : Error result 1 returned from
> > 'C:\WINDOWS\system32\c
> > md.exe'.
> > 12>Project : warning PRJ0018 : The following environment variables
> > were not foun
> > d:
> > 12>$(PRODUCTION)
> > 12>Build log was saved at
> > "file://C:\cygwin\home\rajasekhar\WebKit\WebKitBuild\o
> > bj\testapi\Debug\BuildLog.htm"
> > 12>testapi - 1 error(s), 0 warning(s)
> > 13>------ Build started: Project: jsc, Configuration: Debug Win32 ------
> > 13>Performing Pre-Build Event...
> > 13>/usr/bin/bash
> > 13>Project : error PRJ0002 : Error result 1 returned from
> > 'C:\WINDOWS\system32\c
> > md.exe'.
> > 13>Project : warning PRJ0018 : The following environment variables
> > were not foun
> > d:
> > 13>$(PRODUCTION)
> > 13>Build log was saved at
> > "file://C:\cygwin\home\rajasekhar\WebKit\WebKitBuild\o
> > bj\jsc\Debug\BuildLog.htm"
> > 13>jsc - 1 error(s), 0 warning(s)
> > 14>------ Build started: Project: WinLauncher, Configuration: Debug
> > Win32 ------
> >
> > 14>Performing Pre-Build Event...
> > 14>/usr/bin/bash
> > 14>Project : error PRJ0002 : Error result 1 returned from
> > 'C:\WINDOWS\system32\c
> > md.exe'.
> > 14>Project : warning PRJ0018 : The following environment variables
> > were not foun
> > d:
> > 14>$(PRODUCTION)
> > 14>Build log was saved at
> > "file://C:\cygwin\home\rajasekhar\WebKit\WebKitBuild\o
> > bj\WinLauncher\Debug\BuildLog.htm"
> > 14>WinLauncher - 1 error(s), 0 warning(s)
> > 15>------ Build started: Project: TestNetscapePlugin, Configuration:
> > Debug Win32
> >  ------
> > 15>Performing Pre-Build Event...
> > 15>/usr/bin/bash
> > 15>Project : error PRJ0002 : Error result 1 returned from
> > 'C:\WINDOWS\system32\c
> > md.exe'.
> > 15>Project : warning PRJ0018 : The following environment variables
> > were not foun
> > d:
> > 15>$(PRODUCTION)
> > 15>Build log was saved at
> > "file://C:\cygwin\home\rajasekhar\WebKit\WebKitBuild\o
> > bj\TestNetscapePlugin\Debug\BuildLog.htm"
> > 15>TestNetscapePlugin - 1 error(s), 0 warning(s)
> > 16>------ Build started: Project: ImageDiff, Configuration: Debug
> > Win32 ------
> > 16>Performing Pre-Build Event...
> > 16>/usr/bin/bash
> > 16>Project : error PRJ0002 : Error result 1 returned from
> > 'C:\WINDOWS\system32\c
> > md.exe'.
> > 16>Project : warning PRJ0018 : The following environment variables
> > were not foun
> > d:
> > 16>$(PRODUCTION)
> > 16>Build log was saved at
> > "file://C:\cygwin\home\rajasekhar\WebKit\WebKitBuild\o
> > bj\ImageDiff\Debug\BuildLog.htm"
> > 16>ImageDiff - 1 error(s), 0 warning(s)
> > 17>------ Build started: Project: DumpRenderTree, Configuration: Debug
> > Win32 ---
> > ---
> > 17>Performing Pre-Build Event...
> > 17>/usr/bin/bash
> > 17>Project : error PRJ0002 : Error result 1 returned from
> > 'C:\WINDOWS\system32\c
> > md.exe'.
> > 17>Project : warning PRJ0018 : The following environment variables
> > were not foun
> > d:
> > 17>$(PRODUCTION)
> > 17>Build log was saved at
> > "file://C:\cygwin\home\rajasekhar\WebKit\WebKitBuild\o
> > bj\DumpRenderTree\Debug\BuildLog.htm"
> > 17>DumpRenderTree - 1 error(s), 0 warning(s)
> > 18>------ Build started: Project: WebKitAPITest, Configuration: Debug
> > Win32 ----
> > --
> > 18>Performing Pre-Build Event...
> > 18>/usr/bin/bash
> > 18>Project : error PRJ0002 : Error result 1 returned from
> > 'C:\WINDOWS\system32\c
> > md.exe'.
> > 18>Project : warning PRJ0018 : The following environment variables
> > were not foun
> > d:
> > 18>$(PRODUCTION)
> > 18>Build log was saved at
> > "file://C:\cygwin\home\rajasekhar\WebKit\WebKitBuild\o
> > bj\WebKitAPITest\Debug\BuildLog.htm"
> > 18>WebKitAPITest - 1 error(s), 0 warning(s)
> > ========== Build: 7 succeeded, 11 failed, 0 up-to-date, 0 skipped
> > ==========
> >
> >
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> >
> > Thanks
> > Raja
> >
> >
> > _______________________________________________
> > webkit-help mailing list
> > webkit-help at lists.webkit.org
> > http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.webkit.org/pipermail/webkit-help/attachments/20100512/fb1936a0/attachment-0001.html
> >
>
> ------------------------------
>
> _______________________________________________
> webkit-help mailing list
> webkit-help at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
>
>
> End of webkit-help Digest, Vol 11, Issue 14
> *******************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-help/attachments/20100513/407b67c0/attachment-0001.html>


More information about the webkit-help mailing list