RidiculousPower / sender

Adds :sender and :caller as well as other object-oriented backtrace methods to the built-in :callee and :method methods in Ruby 1.9.1.
https://rubygems.org/gems/sender
16 stars 4 forks source link

Mac fix #2

Closed stephenprater closed 13 years ago

stephenprater commented 13 years ago

i made just enough changes to get this to compile and work on my mac. fixes the issue I opened earlier today.

Asher- commented 13 years ago

Looks like I accidentally pushed a version in the middle of changes. Hadn't realized that had happened - I will look in to it and make sure the main repository reflects appropriate changes.

Thanks for letting me know!

Asher- commented 13 years ago

Apparently I was working on a detached branch and pushed partial changes since I hadn't merged back in to master. Everything should be fixed now, and the gem on RubyGems should also reflect the changes. Additionally, the gem now includes (as it should have previously) the tests, which should verify that the gem is working appropriately.

Apologies!

-Asher

stephenprater commented 13 years ago

still doesn't seem to be working - this seems to be an issue with the gemspec packaging the ext/ directory, and the gcc flags not being recognized all the time. doesn't seem to compile on my arch machine either. (to be fair - i had to remove -gfull flag to get it to compile on arch even with this patch.)

Asher- commented 13 years ago

Fixed now - wasn't appearing for me because my default compiler is clang, not gcc.