Open akanshmurthy opened 7 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 .
Yep. Tried activerecord-import instead and having different issues there. Didn't think bulk inserting could be so hard haha :)
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 /"