Project

General

Profile

Bug #10029

Updated by nobu (Nobuyoshi Nakada) almost 10 years ago

``` 
 G:\ruby-2.1.2>nmake 

 Microsoft (R) Program Maintenance Utility     Version 6.00.8168.0 
 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. 

         CC = cl -nologo 
         LD = cl -nologo 
         LDSHARED = cl -nologo -LD 
         CFLAGS = -MD -Zi -W2 -O2b2xg- -G6 -Zm600 
         XCFLAGS = -DRUBY_EXPORT -I. -I.ext/include/i386-mswin32 -I./include -I. 
 -I./missing 
         CPPFLAGS = 
         DLDFLAGS = -incremental:no -debug -opt:ref -opt:icf -dll 
         SOLIBS = 
 Creating config.h 
 .ext\include\i386-mswin32\ruby\config.h unchanged 
 Creating config.status 
 compiling array.c 
 array.c 
 array.c(19) : fatal error C1083: Cannot open include file: 'probes.h': No such f 
 ile or directory 
 NMAKE : fatal error U1077: 'cl' : return code '0x2' 
 Stop. 
 ```

Back