Changes between Version 30 and Version 31 of BuildingOnWindows


Ignore:
Timestamp:
Sep 25, 2009 10:31:04 AM (15 years ago)
Author:
dbates@webkit.org
Comment:

Changed title of subsection to reflect fix for linker problems

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnWindows

    v30 v31  
    1515
    1616== Common Build Errors ==
    17 === Error spawning cmd.exe ===
     17=== Error spawning cmd.exe / Linker errors ===
    1818Sometimes, Visual Studio complains that it 'cannot spawn cmd.exe'. Should this happen, check if both your Cygwin\bin folder and c:\windows\sytem32 are in the Visual Studio list of executable files (Tools -> Options -> VC++ Directories) and that your Cygwin\bin appears after the Visual Studio bin folders (Otherwise, the wrong link.exe will be used; that is, the Cygwin link.exe will be used instead of the Visual Studio tool of the same name).
    1919=== Missing Autogenerated Files ===