building ruby module fails with msvc

Bug #676676 reported by Toast
4
This bug affects 1 person
Affects Status Importance Assigned to Milestone
ADCH++
Confirmed
Low
poy

Bug Description

f:\dcdev_stuff\bzr\adchpp\build\debug-default\swig\lua_wrap.cc(13653) : warning C4702: unreachable code
f:\dcdev_stuff\bzr\adchpp\build\debug-default\swig\lua_wrap.cc(13687) : warning C4702: unreachable code
link /nologo /DEBUG /FIXED:NO /INCREMENTAL:NO /dll /out:build\debug-default\bin\luadchpp.dll /implib:build\debug-default\bin\luadchpp.lib /LIBPATH:build\debug-default\bin ws2_32.lib mswsock.lib aboost_system.lib aboost_date_time.lib adchpp.lib alua.lib build\debug-default\swig\lua_wrap.obj
   Creating library build\debug-default\bin\luadchpp.lib and object build\debug-default\bin\luadchpp.exp
swig -o build\debug-default\swig\python_wrap.cc -outdir "build\debug-default\bin" -c++ -threads -Wall -python -O -modern -features autodoc=1 swig\python.i
swig -o build\debug-default\swig\ruby_wrap.cxx -c++ -Wall -ruby -autorename swig\ruby.i
Compiling build\debug-default\swig\ruby_wrap.obj (shared)
ruby_wrap.cxx
c:\dev_tools\ruby\include\ruby-1.9.1\ruby/ruby.h(67) : fatal error C1083: Cannot open include file: 'inttypes.h': No such file or directory

Revision history for this message
Francisco Blas Izquierdo Riera (klondike) (klondike) wrote :

This is because we seem to be missing the inttypes.h header in MSVC, there is a project providing these headers which we could bundle: http://code.google.com/p/msinttypes/

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.