Advertisement
Guest User

Error

a guest
Aug 13th, 2013
433
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1.  
  2. C:\>gem install sqlite3 --platform=ruby -- --with-sqlite3-dir=C:/distr/sqlite --
  3. with-sqlite3-include=C:/distr/sqlite
  4. Temporarily enhancing PATH to include DevKit...
  5. Building native extensions with: '--with-sqlite3-dir=C:/distr/sqlite --with-sqli
  6. te3-include=C:/distr/sqlite'
  7. This could take a while...
  8. ERROR: Error installing sqlite3:
  9. ERROR: Failed to build gem native extension.
  10.  
  11. C:/Ruby200/bin/ruby.exe extconf.rb --with-sqlite3-dir=C:/distr/sqlite --with
  12. -sqlite3-include=C:/distr/sqlite
  13. checking for sqlite3.h... no
  14. sqlite3.h is missing. Install SQLite3 from http://www.sqlite.org/ first.
  15. *** extconf.rb failed ***
  16. Could not create Makefile due to some reason, probably lack of necessary
  17. libraries and/or headers. Check the mkmf.log file for more details. You may
  18. need configuration options.
  19.  
  20. Provided configuration options:
  21. --with-opt-dir
  22. --without-opt-dir
  23. --with-opt-include
  24. --without-opt-include=${opt-dir}/include
  25. --with-opt-lib
  26. --without-opt-lib=${opt-dir}/lib
  27. --with-make-prog
  28. --without-make-prog
  29. --srcdir=.
  30. --curdir
  31. --ruby=C:/Ruby200/bin/ruby
  32. --with-sqlite3-dir
  33. --with-sqlite3-include=${sqlite3-dir}/include
  34. --with-sqlite3-lib
  35. --without-sqlite3-lib=${sqlite3-dir}/
  36. --enable-local
  37. --disable-local
  38.  
  39.  
  40. Gem files will remain installed in C:/Ruby200/lib/ruby/gems/2.0.0/gems/sqlite3-1
  41. .3.7 for inspection.
  42. Results logged to C:/Ruby200/lib/ruby/gems/2.0.0/gems/sqlite3-1.3.7/ext/sqlite3/
  43. gem_make.out
  44.  
  45. C:\>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement