From: Yuki Sonoda Date: 2011-06-06T14:44:47+09:00 Subject: [ruby-dev:43635] [Ruby 1.9 - Bug #4835] Compilation failure of ext/tk with recent ActiveTcl Issue #4835 has been updated by Yuki Sonoda. Priority changed from Normal to High ---------------------------------------- Bug #4835: Compilation failure of ext/tk with recent ActiveTcl http://redmine.ruby-lang.org/issues/4835 Author: Yuki Sonoda Status: Open Priority: High 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