Project

General

Profile

Actions

Bug #14871

closed

MinGW Compile Error 63758

Added by MSP-Greg (Greg L) almost 6 years ago. Updated almost 6 years ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 2.6.0dev (2018-06-27 trunk 63758) [x64-mingw32]
[ruby-core:87652]

Description

Just had a compile error running ruby-loco, probably due to 63758

compiling ../ruby/signal.c
../ruby/signal.c: In function 'rb_grantpt':
../ruby/signal.c:1591:34: error: expected expression before 'int'
 #define grantpt(fd) fake_grantfd(int)
                                  ^
../ruby/signal.c:1591:34: note: in definition of macro 'grantpt'
 #define grantpt(fd) fake_grantfd(int)
                                  ^~~
../ruby/signal.c:1591:34: error: expected expression before 'int'
 #define grantpt(fd) fake_grantfd(int)
                                  ^
../ruby/signal.c:1591:34: note: in definition of macro 'grantpt'
 #define grantpt(fd) fake_grantfd(int)
                                  ^~~
make: *** [Makefile:397: signal.o] Error 1
make: *** Waiting for unfinished jobs....
==> ERROR: A failure occurred in build().
    Aborting...
Command exited with code 1

url is https://ci.appveyor.com/project/MSP-Greg/ruby-loco/build/876

ruby 2.6.0dev (2018-06-27 trunk 63757) [x64-mingw32] build green

Actions

Also available in: Atom PDF

Like0
Like0Like0