Actions
Bug #10823
closedIssue building bigdecimal.
Bug #10823:
Issue building bigdecimal.
Description
When doing some Ruby builds with custom CFLAGS I ran into an issue with BigDecimal when trying to build Ruby:
bigdecimal.c: In function âVpSetPTRâ:
bigdecimal.c:4421:5: error: âRealâ has no member named âexpoenntâ
There is a spelling mistake and the fix is trivial: https://github.com/ruby/ruby/pull/825
I'm not sure how this works normally though!?
Actions