From: Yuki Sonoda Date: 2011-06-06T14:44:32+09:00 Subject: [ruby-dev:43634] [Ruby 1.9 - Bug #4835][Open] Compilation failure of ext/tk with recent ActiveTcl Issue #4835 has been reported by Yuki Sonoda. ---------------------------------------- Bug #4835: Compilation failure of ext/tk with recent ActiveTcl http://redmine.ruby-lang.org/issues/4835 Author: Yuki Sonoda Status: Open Priority: Normal Assignee: Hidetoshi Nagai Category: ext Target version: 1.9.2 ruby -v: ruby 1.9.2p274 (2011-06-06) [i386-mswin32_100] Recent version of ActiveTcl contains "-Duintptr_t=unsigned\ int" in TCL_DEFS. But this escape by backslash is not recognized correctly by cl.exe. So compilation of ext/tk with Visual C++ fails. -- http://redmine.ruby-lang.org