Actions
Bug #1445
closedwin32 debug build broken
Description
=begin
Compilation of ext/bigdecimal/bigdecimal.c fails when being compiled with nmake and debug flags.
Repro:
nmake DEBUGFLAGS="-ZI -MDd" OPTFLAGS="-Od"
Expected:
Everything would compile.
Actual:
Compilation fails when it gets to compiling ext/bigdecimal/bigdecimal.c
The issue is related to an undefined variable 'gfDebug'.
Patch:
Uncomment line 1961 and change it to:
static int gfDebug = 0; /* Debug switch */
=end
Files
Updated by nobu (Nobuyoshi Nakada) almost 16 years ago
- Status changed from Open to Assigned
- Assignee set to shyouhei (Shyouhei Urabe)
=begin
r22689 needs to be backported.
=end
Updated by shyouhei (Shyouhei Urabe) over 15 years ago
- Assignee changed from shyouhei (Shyouhei Urabe) to wyhaines (Kirk Haines)
=begin
Backported as r23628. I suspect 1.8.6 also has this problem.
=end
Updated by jeremyevans0 (Jeremy Evans) over 5 years ago
- Tracker changed from Backport to Bug
- Project changed from 11 to Ruby
- Description updated (diff)
- Status changed from Assigned to Closed
- ruby -v set to ruby 1.8.7 (2009-04-08 patchlevel 160) [i386-mswin32_80]
- Backport set to 2.5: UNKNOWN, 2.6: UNKNOWN
Actions
Like0
Like0Like0Like0