Project

General

Profile

Actions

Bug #1056

closed

Ruby 1.9.1-rc2 - ext compilation errors on mingw

Added by cfis (Charlie Savage) about 15 years ago. Updated almost 13 years ago.

Status:
Closed
Assignee:
-
Target version:
ruby -v:
Backport:
[ruby-core:21569]

Description

=begin
When compiling Ruby 1.9.1-rc2 on mingw on vista:

make[1]: Entering directory /usr/src/ruby-1.9.1-rc2/ext/continuation' make[1]: *** No rule to make target ruby.h', needed by continuation.o'. Stop. make[1]: Leaving directory /usr/src/ruby-1.9.1-rc2/ext/continuation'
make: *** [exts] Error 1

Looking at the last line of the makefile:

$(OBJS): ruby.h defines.h $(arch_hdrdir)/ruby/config.h $(RUBY_EXTCONF_H)

This can't be right. ruby.h is in ../../include and defines.h is in ../../include/ruby

This same issue happens on a other extensios:

  • continuation
  • coverage
  • fiber
  • io/wait
  • json/generator
  • json/parser
  • mathn/complex
  • mathn/rational
    =end
Actions

Also available in: Atom PDF

Like0
Like0Like0