From: Charlie Savage Date: 2009-03-01T17:14:42+09:00 Subject: [ruby-core:22600] [Bug #1229] Bigdecimal extension does not compile with debug build Bug #1229: Bigdecimal extension does not compile with debug build http://redmine.ruby-lang.org/issues/show/1229 Author: Charlie Savage Status: Open, Priority: Normal Category: ext, Target version: 1.9.1 ruby -v: ruby 1.9.2dev (2009-03-01) [i386-mswin32_90] Building bigdecimal with _DEBUG set fails because gfDebug is commented out (this is with VC2008). This patch comments it back in. Perhaps its not the correct fix, but gfDebug needs to at least be defined. Patch attached. ---------------------------------------- http://redmine.ruby-lang.org