It looks like Cygwin's link.exe is getting invoked instead of VC++ Express's link.exe. I suspect you have an issue with your PATH. You could try adding the directory that contains VC++ Express's link.exe to your PATH.

-Adam

On May 6, 2009, at 5:33 AM, Seby wrote:

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 <[email protected]> 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
_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to