Changes between Version 30 and Version 31 of BuildingOnWindows
- Timestamp:
- Sep 25, 2009, 10:31:04 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingOnWindows
v30 v31 15 15 16 16 == Common Build Errors == 17 === Error spawning cmd.exe ===17 === Error spawning cmd.exe / Linker errors === 18 18 Sometimes, 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). 19 19 === Missing Autogenerated Files ===