Skip to content

Instantly share code, notes, and snippets.

@Parashar-xx
Created February 1, 2011 15:56
Show Gist options
  • Save Parashar-xx/806053 to your computer and use it in GitHub Desktop.
Save Parashar-xx/806053 to your computer and use it in GitHub Desktop.
C:\Ruby192\Test1>bundle install
Fetching source index for http://rubygems.org/
Using rake (0.8.7)
Using abstract (1.0.0)
Using activesupport (3.0.0)
Using builder (2.1.2)
Using i18n (0.4.2)
Using activemodel (3.0.0)
Using erubis (2.6.6)
Using rack (1.2.1)
Using rack-mount (0.6.13)
Using rack-test (0.5.7)
Using tzinfo (0.3.23)
Using actionpack (3.0.0)
Using mime-types (1.16)
Using polyglot (0.3.1)
Using treetop (1.4.9)
Using mail (2.2.14)
Using actionmailer (3.0.0)
Using arel (1.0.1)
Using activerecord (3.0.0)
Using activeresource (3.0.0)
Using addressable (2.2.2)
Using bundler (1.0.7)
Using multipart-post (1.0.1)
Using faraday (0.5.3)
Using json (1.4.6)
Using multi_json (0.0.5)
Using oauth2 (0.1.0)
Using rest-client (1.6.1)
Using fb_graph (1.3.3)
Using nifty-generators (0.4.3)
Using thor (0.14.6)
Using railties (3.0.0)
Using rails (3.0.0)
Installing sqlite3-ruby (1.2.4) with native extensions C:/Ruby192/lib/ruby/1.9.1
/rubygems/installer.rb:483:in `rescue in block in build_extensions': ERROR: Fail
ed to build gem native extension. (Gem::Installer::ExtensionBuildError)
C:/Ruby192/bin/ruby.exe extconf.rb
checking for fdatasync() in -lrt... no
checking for sqlite3.h... no
make
make: *** No rule to make target `ruby.h', needed by `sqlite3_api_wrap.o'. Stop
.
Gem files will remain installed in C:/Ruby192/lib/ruby/gems/1.9.1/gems/sqlite3-r
uby-1.2.4 for inspection.
Results logged to C:/Ruby192/lib/ruby/gems/1.9.1/gems/sqlite3-ruby-1.2.4/ext/sql
ite3_api/gem_make.out
from C:/Ruby192/lib/ruby/1.9.1/rubygems/installer.rb:486:in `block in bu
ild_extensions'
from C:/Ruby192/lib/ruby/1.9.1/rubygems/installer.rb:446:in `each'
from C:/Ruby192/lib/ruby/1.9.1/rubygems/installer.rb:446:in `build_exten
sions'
from C:/Ruby192/lib/ruby/1.9.1/rubygems/installer.rb:198:in `install'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.7/lib/bundler/sourc
e.rb:95:in `install'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.7/lib/bundler/insta
ller.rb:55:in `block in run'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.7/lib/bundler/spec_
set.rb:12:in `block in each'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.7/lib/bundler/spec_
set.rb:12:in `each'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.7/lib/bundler/spec_
set.rb:12:in `each'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.7/lib/bundler/insta
ller.rb:44:in `run'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.7/lib/bundler/insta
ller.rb:8:in `install'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.7/lib/bundler/cli.r
b:225:in `install'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.7/lib/bundler/vendo
r/thor/task.rb:22:in `run'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.7/lib/bundler/vendo
r/thor/invocation.rb:118:in `invoke_task'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.7/lib/bundler/vendo
r/thor.rb:246:in `dispatch'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.7/lib/bundler/vendo
r/thor/base.rb:389:in `start'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.7/bin/bundle:13:in
`<top (required)>'
from C:/Ruby192/bin/bundle:19:in `load'
from C:/Ruby192/bin/bundle:19:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment