Vasfed / heap_dump

ruby gem for dumping heap references
MIT License
91 stars 13 forks source link

install failed on 1.9.2-p290 #1

Closed deepak closed 12 years ago

deepak commented 12 years ago

output of gem env is:

RubyGems Environment:

was using rvm.

gem install log is at, https://gist.github.com/3003288 was installing version 0.0.24 of heap_dump

Vasfed commented 12 years ago

Stock ruby's /System/Library/Frameworks/ruby.framework is conflicting with sources of ruby-internal due to apple's gcc patches (it tries to include framework when parsing regular includes)

Just rename it during installation (actually i doubt if you need it at all)

deepak commented 12 years ago

thanks. will try

Vasfed commented 12 years ago

Did that help?

Vasfed commented 12 years ago

Above works in all cases I encountered.

Vasfed commented 11 years ago

In recent versions this hack is no longer needed