[webkit-dev] Problem with building WebKit
Seby
seby.francis at gmail.com
Wed May 6 02:33:55 PDT 2009
Hello Adam,
I tried to build WebKit using the latest version and I see that the "
JavaScriptCoreGenerated" without errors other than the xcopy error:
Output Window
Performing Makefile project actions
xcopy /y/d/e/i "..\..\..\WebKitLibraries\win\tools"
"E:\cygwin\home\Seby\WebKit\WebKitLibraries\win\tools"
Cannot perform a cyclic copy
0 File(s) copied
touch "E:\Build\buildfailed"
- - - - - -
logs omitted
- - - - - -
Results
Build log was saved at
"file://E:\Build\obj\JavaScriptCoreGenerated\Release\BuildLog.htm"
JavaScriptCoreGenerated - 0 error(s), 0 warning(s)
And the second one (record-memory-win) failed w/ the link usage error as
shown below:
Output Window
Compiling...
main.cpp
Linking...
link: extra operand `/ERRORREPORT:QUEUE'
Try `link --help' for more information.
Project : error PRJ0002 : Error result 1 returned from 'E:\cygwin\bin\link.exe'.
Results
Build log was saved at
"file://E:\Build\obj\record-memory-win\Release\BuildLog.htm"
record-memory-win - 1 error(s), 0 warning(s)
The thrid one (WTF) was successful showing the below Result:
Results
Build log was saved at "file://E:\Build\obj\WTF\Release\BuildLog.htm"
WTF - 0 error(s), 0 warning(s)
And again the link error on JavaScriptCore
Performing Pre-Link Event...
Linking...
link: missing operand after `ÿþ/'
Try `link --help' for more information.
Project : error PRJ0002 : Error result 1 returned from 'E:\cygwin\bin\link.exe'.
Project : warning PRJ0018 : The following environment variables were not found:
$(PRODUCTION)
Results
Build log was saved at "file://E:\Build\obj\JavaScriptCore\Release\BuildLog.htm"
JavaScriptCore - 1 error(s), 0 warning(s)
WebCoreGenerated:
Output Window
Performing Makefile project actions
Project : error PRJ0002 : Error result 1 returned from
'C:\WINDOWS\system32\cmd.exe'.
Results
Build log was saved at
"file://E:\Build\obj\WebCoreGenerated\Release\BuildLog.htm"
WebCoreGenerated - 1 error(s), 0 warning(s)
and so on. The WebCore BuildLog.htm showed a lot of errors (918). Please let
me know if I'm missing any thing.
Thanks,
Seby.
On Tue, May 5, 2009 at 11:59 AM, Adam Roben <aroben at apple.com> wrote:
> On May 5, 2009, at 11:13 AM, Seby wrote:
>
> Any good news?
>
>
> Yes:
>
> http://trac.webkit.org/changeset/43239
>
> Sorry for the delay. Let us know if you have any more trouble!
>
> -Adam
> .
>
> Are you using VC++ Express? If so, you might be running into this bug:
>> https://bugs.webkit.org/show_bug.cgi?id=25308
>>
>> I'll try to land a fix for that bug today.
>>
>> -Adam
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20090506/11d288a5/attachment.html>
More information about the webkit-dev
mailing list