Skip to content

Instantly share code, notes, and snippets.

@lalala
Created April 14, 2012 19:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lalala/2387453 to your computer and use it in GitHub Desktop.
Save lalala/2387453 to your computer and use it in GitHub Desktop.
/home/per/.rvm/rubies/ruby-1.9.3-head/bin/ruby extconf.rb
creating Makefile
make
compiling generator.c
generator.c: In function ‘cState_aref’:
generator.c:632:5: warning: variable ‘state’ set but not used [-Wunused-but-set-variable]
generator.c: In function ‘isArrayOrObject’:
generator.c:867:5: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
generator.c:863:10: warning: unused variable ‘c’ [-Wunused-variable]
linking shared-object json/ext/generator.so
make install
/bin/install -c -m 0755 generator.so /home/per/.rvm/gems/ruby-1.9.3-head@test/gems/json-1.6.6/ext/json/ext/json/ext
make: /bin/install: Command not found
make: *** [/home/per/.rvm/gems/ruby-1.9.3-head@test/gems/json-1.6.6/ext/json/ext/json/ext/generator.so] Error 127
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment