Changes between Version 195 and Version 196 of BuildInstructions


Ignore:
Timestamp:
Jan 12, 2013, 7:53:09 PM (11 years ago)
Author:
mack1908
Comment:

Added another problem fix

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v195 v196  
    415415}}}
    416416   then you are likely using a build directory with spaces in its path. !SpiderMonkey's build system isn't designed to cope with spaces in the source path (see #916). Rename your build directory so that it doesn't contain any spaces.
     417
     418 * If in Visual Studio 2010 build of pyrogenesis fails with link error like:
     419{{{
     420fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt
     421}}}
     422   then most common fix is to install Visual Studio 2010 Service Pack 1, which you can get from [http://www.microsoft.com/en-us/download/details.aspx?id=23691/ here].