Changes between Version 32 and Version 33 of BuildingOnWindows


Ignore:
Timestamp:
Oct 16, 2009 2:01:30 PM (15 years ago)
Author:
dbates@webkit.org
Comment:

Added note about error PRJ0002 - i.e. cannot find mspdb80.dll

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnWindows

    v32 v33  
    3636If you see errors like this you probably need to install the [http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/ platform SDK].
    3737
     38{{{
     39Project : error PRJ0002 : Error result -1073741515 returned from 'c:\Program Files\Microsoft Visual Studio 8\VC\bin\cl.exe'
     40}}}
     41
     42If 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.
     43
    3844=== WebKitLibrariesDir ===
    3945If you see errors opening the WebKit solution in Visual Studio/Visual C++ Express that say: