Project

General

Profile

Backport #3437

Updated by jeremyevans0 (Jeremy Evans) over 4 years ago

=begin 
  
  When compiled with Visual Studio, compilation fails with the error message "cannot parse and attach manifest, file not found". 
 
  OS: Windows 7 
 
  Since ruby is more or less OK without a manifest, just entering "nmake" again allows to advance further and finally get ruby compiled. 
 
  With VS 2008 it is necessary to resume nmake about 3 times, just when final executables are being built. With VS 2010 it is necessary to resume nmake very many times. 
 
 =end 
 

Back