google_hash icon indicating copy to clipboard operation
google_hash copied to clipboard

Failing to google_hash install in Ruby 2.3.0 in Sierra

Open akanshmurthy opened this issue 8 years ago • 2 comments

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 */"

akanshmurthy avatar Jul 27 '17 21:07 akanshmurthy

os x?

On Thu, Jul 27, 2017 at 3:37 PM, Akansh Murthy [email protected] 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 .

rdp avatar Jul 27 '17 23:07 rdp

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

akanshmurthy avatar Jul 27 '17 23:07 akanshmurthy