On Oct 15, 2008, at 10:16 PM, Rodrigo Hernandez <[EMAIL PROTECTED]> wrote:
There are lots of linking errors like this: link: missing operand after > `ΓΏ_/' which I suspect may be some sort of line ending issue in a scr > ipt > as well (perhaps it is the Mac line ending), but I really can't figure > out exactly what to look for to solve the problem. These errors mean that Cygwin's link.exe is being invoked rather than MSVC's link.exe. You can probably fix the issue by modifying your PATH environment variable to list the path to MSVC's link.exe first. -Adam _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

