Skip to content

Instantly share code, notes, and snippets.

@mcculloughsean
Created September 11, 2010 18:43
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 mcculloughsean/575433 to your computer and use it in GitHub Desktop.
Save mcculloughsean/575433 to your computer and use it in GitHub Desktop.
~/Development/windycityrails-dojo-chat-server[master]% cat /Users/seanmccullough/.rvm/gems/ruby-1.9.2-p0@rails3/gems/SystemTimer-1.2/ext/system_timer/gem_make.out
/Users/seanmccullough/.rvm/rubies/ruby-1.9.2-p0/bin/ruby extconf.rb
creating Makefile
make
gcc -I. -I/Users/seanmccullough/.rvm/rubies/ruby-1.9.2-p0/include/ruby-1.9.1/x86_64-darwin10.4.0 -I/Users/seanmccullough/.rvm/rubies/ruby-1.9.2-p0/include/ruby-1.9.1/ruby/backward -I/Users/seanmccullough/.rvm/rubies/ruby-1.9.2-p0/include/ruby-1.9.1 -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wshorten-64-to-32 -Wno-long-long -fno-common -pipe -o system_timer_native.o -c system_timer_native.c
In file included from system_timer_native.c:8:
/Users/seanmccullough/.rvm/rubies/ruby-1.9.2-p0/include/ruby-1.9.1/ruby/backward/rubysig.h:14:2: warning: #warning rubysig.h is obsolete
system_timer_native.c: In function ‘install_first_timer_and_save_original_configuration’:
system_timer_native.c:42: warning: passing argument 1 of ‘log_debug’ discards qualifiers from pointer target type
system_timer_native.c:49: warning: passing argument 1 of ‘log_error’ discards qualifiers from pointer target type
system_timer_native.c:53: warning: passing argument 1 of ‘log_debug’ discards qualifiers from pointer target type
system_timer_native.c:58: warning: passing argument 1 of ‘log_debug’ discards qualifiers from pointer target type
system_timer_native.c:61: warning: passing argument 1 of ‘log_error’ discards qualifiers from pointer target type
system_timer_native.c:65: warning: passing argument 1 of ‘log_debug’ discards qualifiers from pointer target type
system_timer_native.c:78: warning: passing argument 1 of ‘log_error’ discards qualifiers from pointer target type
system_timer_native.c:85: warning: passing argument 1 of ‘log_debug’ discards qualifiers from pointer target type
system_timer_native.c:92: warning: passing argument 1 of ‘log_error’ discards qualifiers from pointer target type
system_timer_native.c:97: warning: passing argument 1 of ‘log_debug’ discards qualifiers from pointer target type
system_timer_native.c: In function ‘install_next_timer’:
system_timer_native.c:108: warning: passing argument 1 of ‘log_debug’ discards qualifiers from pointer target type
system_timer_native.c:115: warning: passing argument 1 of ‘log_error’ discards qualifiers from pointer target type
system_timer_native.c:119: warning: passing argument 1 of ‘log_debug’ discards qualifiers from pointer target type
system_timer_native.c:126: warning: passing argument 1 of ‘log_error’ discards qualifiers from pointer target type
system_timer_native.c:132: warning: passing argument 1 of ‘log_debug’ discards qualifiers from pointer target type
system_timer_native.c:139: warning: passing argument 1 of ‘log_error’ discards qualifiers from pointer target type
system_timer_native.c:142: warning: passing argument 1 of ‘log_debug’ discards qualifiers from pointer target type
system_timer_native.c: In function ‘restore_original_configuration’:
system_timer_native.c:153: warning: passing argument 1 of ‘log_error’ discards qualifiers from pointer target type
system_timer_native.c:156: warning: passing argument 1 of ‘log_debug’ discards qualifiers from pointer target type
system_timer_native.c:164: warning: passing argument 1 of ‘log_error’ discards qualifiers from pointer target type
system_timer_native.c:166: warning: passing argument 1 of ‘log_debug’ discards qualifiers from pointer target type
system_timer_native.c:168: warning: passing argument 1 of ‘log_error’ discards qualifiers from pointer target type
system_timer_native.c: In function ‘restore_original_timer_interval’:
system_timer_native.c:186: warning: passing argument 1 of ‘log_error’ discards qualifiers from pointer target type
system_timer_native.c:188: warning: passing argument 1 of ‘log_debug’ discards qualifiers from pointer target type
system_timer_native.c: In function ‘restore_sigalrm_mask’:
system_timer_native.c:195: warning: passing argument 1 of ‘log_debug’ discards qualifiers from pointer target type
system_timer_native.c:197: warning: passing argument 1 of ‘log_debug’ discards qualifiers from pointer target type
system_timer_native.c: In function ‘install_ruby_sigalrm_handler’:
system_timer_native.c:207: error: ‘rb_thread_critical’ undeclared (first use in this function)
system_timer_native.c:207: error: (Each undeclared identifier is reported only once
system_timer_native.c:207: error: for each function it appears in.)
system_timer_native.c: In function ‘restore_original_ruby_sigalrm_handler’:
system_timer_native.c:213: error: ‘rb_thread_critical’ undeclared (first use in this function)
system_timer_native.c: In function ‘clear_pending_sigalrm_for_ruby_threads’:
system_timer_native.c:262: warning: passing argument 1 of ‘log_debug’ discards qualifiers from pointer target type
system_timer_native.c: In function ‘set_itimerval’:
system_timer_native.c:286: warning: passing argument 1 of ‘log_debug’ discards qualifiers from pointer target type
system_timer_native.c:291: warning: implicit conversion shortens 64-bit value into a 32-bit value
system_timer_native.c:295: warning: passing argument 1 of ‘log_debug’ discards qualifiers from pointer target type
make: *** [system_timer_native.o] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment