Skip to content

Instantly share code, notes, and snippets.

Created July 4, 2012 17:03
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 anonymous/3048348 to your computer and use it in GitHub Desktop.
Save anonymous/3048348 to your computer and use it in GitHub Desktop.
make
compiling curb_upload.c
compiling curb_postfield.c
compiling curb.c
compiling curb_multi.c
curb_multi.c: In function ‘ruby_curl_multi_remove’:
curb_multi.c:265:19: warning: variable ‘rbce’ set but not used [-Wunused-but-set-variable]
compiling curb_errors.c
curb_errors.c: In function ‘raise_curl_easy_error_exception’:
curb_errors.c:462:33: error: format not a string literal and no format arguments [-Werror=format-security]
curb_errors.c: In function ‘raise_curl_multi_error_exception’:
curb_errors.c:512:33: error: format not a string literal and no format arguments [-Werror=format-security]
cc1: some warnings being treated as errors
make: *** [curb_errors.o] Error 1
Gem files will remain installed in /var/lib/gems/1.9.1/gems/curb-0.8.1 for inspection.
Results logged to /var/lib/gems/1.9.1/gems/curb-0.8.1/ext/gem_make.out
Error executing rake="/usr/bin/rake" gem install --no-ri --no-rdoc thin curb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment