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/
-- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to ADCH++. https://bugs.launchpad.net/bugs/676676 Title: building ruby module fails with msvc Status in ADCH++: Confirmed 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 To manage notifications about this bug go to: https://bugs.launchpad.net/adchpp/+bug/676676/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~linuxdcpp-team Post to : [email protected] Unsubscribe : https://launchpad.net/~linuxdcpp-team More help : https://help.launchpad.net/ListHelp

