gsamokovarov / skiptrace

Bindings for your Ruby exceptions
MIT License
18 stars 5 forks source link

gem install failed on windows10 no rule to make target #1

Open cahyowhy opened 7 years ago

cahyowhy commented 7 years ago

i got a log err

Gem::Ext::BuildError: ERROR: Failed to build gem native extension.

current directory:
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/bindex-0.5.0/ext/bindex
C:/Ruby23-x64/bin/ruby.exe -r ./siteconf20170811-10536-9hmsvd.rb extconf.rb
creating Makefile

current directory:
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/bindex-0.5.0/ext/bindex
make "DESTDIR=" clean

current directory:
C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/bindex-0.5.0/ext/bindex
make "DESTDIR="
generating cruby-x64-mingw32.def
make: *** No rule to make target `/C/Ruby23-x64/include/ruby-2.3.0/ruby.h',
needed by `cruby.o'.  Stop.

this is my ruby version ruby 2.3.3p222 (2016-11-21 revision 56859) [x64-mingw32]

gsamokovarov commented 7 years ago

Thanks for the report will install windows 10 on a VM and check out the compilation.

keithmifsud commented 6 years ago

I have the same issue. Was this resolved?

ks1venberg commented 5 years ago

Hello! Tell me please have you solve this issue? I got the same error as author (ruby 2.3.3p222, jruby 9.1.17).