Changes between Version 6 and Version 7 of BuildingOnWindows
- Timestamp:
- Jun 1, 2007, 5:39:35 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified BuildingOnWindows
v6 v7 58 58 This will build both JavaScriptCore and WebCore in Release mode. 59 59 60 == Problems? == 60 == Common Build Errors == 61 62 === Error spawning cmd.exe === 61 63 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 both in the Visual Studio list of executable files (Tools -> Options -> VC++ Directories). 62 64 65 === Bad line endings === 63 66 When you see errors in WebCore/css/makeprops or WebCore/css/maketokenizer, open those files in a suitable editor (SciTE works) and convert the line endings to LF only (Unix-style). Then restart the build. 67 68 === Visual C++ Express Edition === 69 1>c:\cygwin\home\admin\webkit\javascriptcore\wtf\assertions.cpp(45) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory 70 71 If you see errors like this you probably need to install the [http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/ platform SDK]. 64 72 65 73 == Areas needing improvement ==