Created
June 8, 2009 18:34
-
-
Save ruckus/125980 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ooga@web12 ext $ sudo ruby extconf.rb | |
checking for curl-config... yes | |
checking for curlinfo_redirect_time... yes | |
checking for curlinfo_response_code... yes | |
checking for curlinfo_filetime... yes | |
checking for curlinfo_redirect_count... yes | |
checking for curlinfo_os_errno... no | |
checking for curlinfo_num_connects... no | |
checking for curlinfo_ftp_entry_path... no | |
checking for curl_version_ssl... yes | |
checking for curl_version_libz... yes | |
checking for curl_version_ntlm... yes | |
checking for curl_version_gssnegotiate... yes | |
checking for curl_version_debug... yes | |
checking for curl_version_asynchdns... yes | |
checking for curl_version_spnego... yes | |
checking for curl_version_largefile... yes | |
checking for curl_version_idn... yes | |
checking for curl_version_sspi... no | |
checking for curl_version_conv... no | |
checking for curlproxy_http... yes | |
checking for curlproxy_socks4... yes | |
checking for curlproxy_socks5... yes | |
checking for curlauth_basic... yes | |
checking for curlauth_digest... yes | |
checking for curlauth_gssnegotiate... yes | |
checking for curlauth_ntlm... yes | |
checking for curlauth_anysafe... yes | |
checking for curlauth_any... yes | |
checking for curle_tftp_notfound... no | |
checking for curle_tftp_perm... no | |
checking for curle_tftp_diskfull... no | |
checking for curle_tftp_illegal... no | |
checking for curle_tftp_unknownid... no | |
checking for curle_tftp_exists... no | |
checking for curle_tftp_nosuchuser... no | |
checking for Ruby 1.9... no | |
creating curb_config.h | |
creating Makefile | |
ooga@web12 ext $ sudo make | |
gcc -I. -I/usr/lib/ruby/1.8/i686-linux -I/usr/lib/ruby/1.8/i686-linux -I. -DRUBY_EXTCONF_H=\"curb_config.h\" -D_FILE_OFFSET_BITS=64 -fPIC -g -O2 -fPIC -Wall -c curb_postfield.c | |
gcc -I. -I/usr/lib/ruby/1.8/i686-linux -I/usr/lib/ruby/1.8/i686-linux -I. -DRUBY_EXTCONF_H=\"curb_config.h\" -D_FILE_OFFSET_BITS=64 -fPIC -g -O2 -fPIC -Wall -c curb_easy.c | |
gcc -I. -I/usr/lib/ruby/1.8/i686-linux -I/usr/lib/ruby/1.8/i686-linux -I. -DRUBY_EXTCONF_H=\"curb_config.h\" -D_FILE_OFFSET_BITS=64 -fPIC -g -O2 -fPIC -Wall -c curb_multi.c | |
curb_multi.c: In function `rb_curl_multi_read_info': | |
curb_multi.c:181: warning: dereferencing type-punned pointer will break strict-aliasing rules | |
curb_multi.c: In function `ruby_curl_multi_perform': | |
curb_multi.c:280: warning: implicit declaration of function `curl_multi_timeout' | |
gcc -I. -I/usr/lib/ruby/1.8/i686-linux -I/usr/lib/ruby/1.8/i686-linux -I. -DRUBY_EXTCONF_H=\"curb_config.h\" -D_FILE_OFFSET_BITS=64 -fPIC -g -O2 -fPIC -Wall -c curb.c | |
gcc -I. -I/usr/lib/ruby/1.8/i686-linux -I/usr/lib/ruby/1.8/i686-linux -I. -DRUBY_EXTCONF_H=\"curb_config.h\" -D_FILE_OFFSET_BITS=64 -fPIC -g -O2 -fPIC -Wall -c curb_errors.c | |
curb_errors.c: In function `raise_curl_easy_error_exception': | |
curb_errors.c:312: error: `CURLE_SEND_FAIL_REWIND' undeclared (first use in this function) | |
curb_errors.c:312: error: (Each undeclared identifier is reported only once | |
curb_errors.c:312: error: for each function it appears in.) | |
curb_errors.c:315: error: `CURLE_SSL_ENGINE_INITFAILED' undeclared (first use in this function) | |
curb_errors.c:318: error: `CURLE_LOGIN_DENIED' undeclared (first use in this function) | |
curb_errors.c: In function `raise_curl_multi_error_exception': | |
curb_errors.c:389: error: `CURLM_BAD_SOCKET' undeclared (first use in this function) | |
curb_errors.c:392: error: `CURLM_UNKNOWN_OPTION' undeclared (first use in this function) | |
make: *** [curb_errors.o] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment