Closed turbod closed 9 years ago
the same as #12 Unfortunately the problem is not reproducible on my Mac :( If someone knows the cause please share it and I will try to address the problem.
Can you leave one of these tickets open so other people can see it? (btw, I'm updating xcode now, maybe it will help)
Sure, I can.
I'm not sure if this is related, but I was getting this:
$ gem install debase -v '0.1.0'
Building native extensions. This could take a while...
ERROR: Error installing debase:
ERROR: Failed to build gem native extension.
/Users/pablo/.rvm/rubies/ruby-2.1.5/bin/ruby -r ./siteconf20141202-3073-1iwi49o.rb extconf.rb
checking for vm_core.h... no
checking for vm_core.h... no
Makefile creation failed
**************************************************************************
No source for ruby-2.1.5-p273 provided with debase-ruby_core_source gem.
*******************************
$ gem install debase -v '0.1.0'
Building native extensions. This could take a while...
ERROR: Error installing debase:
ERROR: Failed to build gem native extension.
/Users/pablo/.rvm/rubies/ruby-2.1.5/bin/ruby -r ./siteconf20141202-3073-1iwi49o.rb extconf.rb
checking for vm_core.h... no
checking for vm_core.h... no
Makefile creation failed
**************************************************************************
No source for ruby-2.1.5-p273 provided with debase-ruby_core_source gem.
*******************************
I was able to fix it by first running
rvm fetch 2.1.5
@guikubivan nope, the problem you see is different: debase-ruby_core_source installed in the gemset doesn't have sources for 2.1.5. It can be fixed by either fetching ruby sources or updating the gem.
it may be fixed with #18, let me know if it is not
It's works. Thx.
Hi, I can't compile debase gem. This is the log: