Actions
Bug #1056
closedRuby 1.9.1-rc2 - ext compilation errors on mingw
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
Updated by matz (Yukihiro Matsumoto) almost 16 years ago
- Status changed from Open to Closed
=begin
fixed in r21783
=end
Updated by cfis (Charlie Savage) almost 16 years ago
=begin
Thanks Matz - fix verified.
=end
Actions
Like0
Like0Like0