Project

General

Profile

Bug #12014

Updated by nbush (Nathan Bush) over 8 years ago

#11118 still applies for ruby_2_2 on git. This is ruby_2_3 and trunk, revision ed2e608. 

  

 I've been following the suggestions of https://github.com/nurse/ruby/blob/msvc14/appveyor.yml aside from version updates, and added gnuwin32 binaries to PATH. 

 Running running nmake on git ed2e608 fails with: with 

 ~~~ 
 user32.lib advapi32.lib shell32.lib ws2_32.lib iphlpapi.lib imagehlp.lib shlwapi.lib 
 linking miniruby.exe 
 win32.obj : error LNK2001: unresolved external symbol __imp___pioinfo 
 miniruby.exe : fatal error LNK1120: 1 unresolved externals 
 NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64\cl.EXE"' : return code '0x2' 
 Stop. 
 ~~~

Back