Changes between Version 59 and Version 60 of BuildingOnWindows


Ignore:
Timestamp:
Jun 12, 2013 3:44:37 PM (11 years ago)
Author:
roger_fong@apple.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnWindows

    v59 v60  
    2626=== Visual C++ Express Edition ===
    2727{{{
    28 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
     28Can't find various DLL's and EXE's.
    2929}}}
    3030
    31 If you see errors like this you probably need to install the [http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/ platform SDK].
    32 
    33 {{{
    34 Project : error PRJ0002 : Error result -1073741515 returned from 'c:\Program Files\Microsoft Visual Studio 8\VC\bin\cl.exe'
    35 }}}
    36 
    37 If you see this error and/or when you manually execute {{{c:\Program Files\Microsoft Visual Studio 8\VC\bin\cl.exe}}} you see the error message "This application has failed to start because mspdb80.dll was not found. Re-installing the application may fix this problem" then you need to ensure that the directory {{{C:\Program Files\Microsoft Visual Studio 8\Common7\IDE}}} is listed in the PATH environment variable.
     31This is likely due to an issue with your PATH variable. Make sure you have C:\Program Files (x86)\Common Files\Apple\Apple Application Support and C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin in your PATH.
     32If you're missing C:\Program Files (x86)\Common Files\Apple\Apple Application Support, then you haven't installed Apple Application Support which comes with installing either Quicktime or iTunes.
    3833
    3934=== WebKitLibrariesDir ===