rdp / google_hash

wrapper for google's hash functions, for ruby
BSD 3-Clause "New" or "Revised" License
92 stars 16 forks source link

Failing to google_hash install in Ruby 2.3.0 in Sierra #44

Open akanshmurthy opened 6 years ago

akanshmurthy commented 6 years ago

Lots of errors similar to this:

"clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated] conftest.c:3:10: fatal error: 'tr1/functional' file not found

include <tr1/functional>

     ^

1 error generated. checked program was: / begin / 1: #include "ruby.h" 2: 3: #include <tr1/functional> / end /"

rdp commented 6 years ago

os x?

On Thu, Jul 27, 2017 at 3:37 PM, Akansh Murthy notifications@github.com wrote:

Lots of errors similar to this:

"clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated] conftest.c:3:10: fatal error: 'tr1/functional' file not found

include <tr1/functional>

^ 1 error generated. checked program was: /* begin

/ 1: #include "ruby.h" 2: 3: #include <tr1/functional> / end */"

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/rdp/google_hash/issues/44, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAw0P0mcRGrjQptUBDNbabZdSEvj0Oiks5sSQMngaJpZM4Ol3yB .

akanshmurthy commented 6 years ago

Yep. Tried activerecord-import instead and having different issues there. Didn't think bulk inserting could be so hard haha :)