Guest User

Untitled

a guest
Jul 17th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.17 KB | None | 0 0
  1. /Users/brianmario/.rvm/rubies/ruby-1.8.7-p302/bin/ruby extconf.rb
  2. (I'm about to compile yajl.. this will definitely take a while)
  3. -- tar zxvf yajl-1.0.9.tar.gz
  4. -- sed -i -e 's,yajl,json,g' *.h *.c api/*.h
  5. -- /Users/brianmario/.rvm/rubies/ruby-1.8.7-p302/bin/ruby extconf.rb
  6. -- make
  7. -- libtool -static -o libyajl_ext.a json.o json_alloc.o json_buf.o json_encode.o json_gen.o json_lex.o json_parser.o
  8. checking for main() in -lyajl_ext... yes
  9. checking for json/json_gen.h... yes
  10. checking for mach-o/dyld.h... yes
  11. *** extconf.rb failed ***
  12. Could not create Makefile due to some reason, probably lack of
  13. necessary libraries and/or headers. Check the mkmf.log file for more
  14. details. You may need configuration options.
  15.  
  16. Provided configuration options:
  17. --with-opt-dir
  18. --without-opt-dir
  19. --with-opt-include
  20. --without-opt-include=${opt-dir}/include
  21. --with-opt-lib
  22. --without-opt-lib=${opt-dir}/lib
  23. --with-make-prog
  24. --without-make-prog
  25. --srcdir=.
  26. --curdir
  27. --ruby=/Users/brianmario/.rvm/rubies/ruby-1.8.7-p302/bin/ruby
  28. --with-yajl_extlib
  29. --without-yajl_extlib
  30. *** extconf.rb failed ***
  31. Could not create Makefile due to some reason, probably lack of
  32. necessary libraries and/or headers. Check the mkmf.log file for more
  33. details. You may need configuration options.
  34.  
  35. Provided configuration options:
  36. --with-opt-dir
  37. --without-opt-dir
  38. --with-opt-include
  39. --without-opt-include=${opt-dir}/include
  40. --with-opt-lib
  41. --without-opt-lib=${opt-dir}/lib
  42. --with-make-prog
  43. --without-make-prog
  44. --srcdir=.
  45. --curdir
  46. --ruby=/Users/brianmario/.rvm/rubies/ruby-1.8.7-p302/bin/ruby
  47. --with-yajl_extlib
  48. --without-yajl_extlib
  49. extconf.rb:204: Unsupported platform: ["^error,msg=\"No symbol table is loaded. Use the \\\"file\\\" command.\"", "^error,msg=\"No struct type named heaps_slot.\"", "^error,msg=\"No symbol table is loaded. Use the \\\"file\\\" command.\"", "^error,msg=\"No symbol table is loaded. Use the \\\"file\\\" command.\"", "^error,msg=\"No symbol table is loaded. Use the \\\"file\\\" command.\"", "^error,msg=\"No symbol table is loaded. Use the \\\"file\\\" command.\"", "^error,msg=\"No symbol table is loaded. Use the \\\"file\\\" command.\"", "^error,msg=\"No symbol table is loaded. Use the \\\"file\\\" command.\"", "^error,msg=\"No symbol table is loaded. Use the \\\"file\\\" command.\"", "^error,msg=\"No symbol table is loaded. Use the \\\"file\\\" command.\"", "^error,msg=\"No symbol table is loaded. Use the \\\"file\\\" command.\"", "^error,msg=\"No symbol table is loaded. Use the \\\"file\\\" command.\"", "^error,msg=\"No symbol table is loaded. Use the \\\"file\\\" command.\"", "^error,msg=\"No symbol table is loaded. Use the \\\"file\\\" command.\"", "^error,msg=\"No symbol table is loaded. Use the \\\"file\\\" command.\"", "^error,msg=\"No symbol table is loaded. Use the \\\"file\\\" command.\"", "^error,msg=\"No symbol table is loaded. Use the \\\"file\\\" command.\"", "^error,msg=\"No symbol table is loaded. Use the \\\"file\\\" command.\"", "^error,msg=\"No symbol table is loaded. Use the \\\"file\\\" command.\"", "^error,msg=\"No symbol table is loaded. Use the \\\"file\\\" command.\"", "^error,msg=\"No symbol table is loaded. Use the \\\"file\\\" command.\""] (RuntimeError)
Add Comment
Please, Sign In to add comment