Project

General

Profile

Actions

Bug #15754

closed

MinGW build/compile failure with Ruby 2.5.5, but 2.6.2 & trunk ok

Added by MSP-Greg (Greg L) almost 5 years ago. Updated over 4 years ago.

Status:
Closed
Assignee:
-
Target version:
-
[ruby-core:92188]

Description

As many of you may recall, I'm not a c type, especially regarding build errors. Recently tried to build 2.5.5 locally, and I get errors similar to the below. I do not have any errors using the same build code (ruby-loco) when building 2.6.2 or trunk.

Any help/suggestions would be appreciated... Thanks, Greg

Attached larger log with config info.

../ruby/array.c:2197:52: error: expected ')' before 'PRI_LL_PREFIX'
      rb_raise(rb_eTypeError, "wrong element type %"PRIsVALUE" at %ld (expected array)",
                                                    ^
                                                    )
../ruby/array.c: In function 'rb_ary_bsearch_index':
../ruby/array.c:2676:53: error: expected ')' before 'PRI_LL_PREFIX'
      rb_raise(rb_eTypeError, "wrong argument type %"PRIsVALUE
                                                     ^
                                                     )
../ruby/array.c: In function 'take_items':
../ruby/array.c:3318:49: error: expected ')' before 'PRI_LL_PREFIX'
  rb_raise(rb_eTypeError, "wrong argument type %"PRIsVALUE" (must respond to :each)",
                                                 ^
                                                 )

Files

ruby_2.5.5_build_errors_no_j.txt (6.32 KB) ruby_2.5.5_build_errors_no_j.txt MSP-Greg (Greg L), 04/07/2019 09:27 PM
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0