Changes between Version 6 and Version 7 of BuildingOnWindows


Ignore:
Timestamp:
Jun 1, 2007, 5:39:35 AM (18 years ago)
Author:
todd.fisher@revolution.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified BuildingOnWindows

    v6 v7  
    5858This will build both JavaScriptCore and WebCore in Release mode.
    5959
    60 == Problems? ==
     60== Common Build Errors ==
     61
     62=== Error spawning cmd.exe ===
    6163Sometimes, 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).
    6264
     65=== Bad line endings ===
    6366When 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
     71If you see errors like this you probably need to install the [http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/ platform SDK].
    6472
    6573== Areas needing improvement ==