Skip to content

Instantly share code, notes, and snippets.

View dylansimpson's full-sized avatar

Dylan Simpson dylansimpson

View GitHub Profile
@dylansimpson
dylansimpson / gist:5454332
Created April 24, 2013 18:24
bundle failing to install json
Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.
/home/dylan/.rvm/rubies/ruby-2.0.0-p0/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’: