Skip to content

Instantly share code, notes, and snippets.

@alloy
Created January 29, 2009 19:25
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 alloy/54690 to your computer and use it in GitHub Desktop.
Save alloy/54690 to your computer and use it in GitHub Desktop.
/Users/eloy/Documents/DEVELOPMENT/MacRuby/macruby-git-svn/test-macruby/fixtures/IOWaitReadable.c:1:18: error: ruby.h: No such file or directory
/Users/eloy/Documents/DEVELOPMENT/MacRuby/macruby-git-svn/test-macruby/fixtures/IOWaitReadable.c:2:21: error: ruby/io.h: No such file or directory
/Users/eloy/Documents/DEVELOPMENT/MacRuby/macruby-git-svn/test-macruby/fixtures/IOWaitReadable.c: In function ‘macruby_test_io’:
/Users/eloy/Documents/DEVELOPMENT/MacRuby/macruby-git-svn/test-macruby/fixtures/IOWaitReadable.c:8: error: ‘errno’ undeclared (first use in this function)
/Users/eloy/Documents/DEVELOPMENT/MacRuby/macruby-git-svn/test-macruby/fixtures/IOWaitReadable.c:8: error: (Each undeclared identifier is reported only once
/Users/eloy/Documents/DEVELOPMENT/MacRuby/macruby-git-svn/test-macruby/fixtures/IOWaitReadable.c:8: error: for each function it appears in.)
/Users/eloy/Documents/DEVELOPMENT/MacRuby/macruby-git-svn/test-macruby/fixtures/IOWaitReadable.c:8: error: ‘EAGAIN’ undeclared (first use in this function)
cc1: warnings being treated as errors
/Users/eloy/Documents/DEVELOPMENT/MacRuby/macruby-git-svn/test-macruby/fixtures/IOWaitReadable.c:9: warning: implicit declaration of function ‘rb_io_wait_readable’
/Users/eloy/Documents/DEVELOPMENT/MacRuby/macruby-git-svn/test-macruby/fixtures/IOWaitReadable.c:12: warning: implicit declaration of function ‘rb_io_wait_writable’
/Users/eloy/Documents/DEVELOPMENT/MacRuby/macruby-git-svn/test-macruby/fixtures/IOWaitReadable.c:1:18: error: ruby.h: No such file or directory
/Users/eloy/Documents/DEVELOPMENT/MacRuby/macruby-git-svn/test-macruby/fixtures/IOWaitReadable.c:2:21: error: ruby/io.h: No such file or directory
/Users/eloy/Documents/DEVELOPMENT/MacRuby/macruby-git-svn/test-macruby/fixtures/IOWaitReadable.c: In function ‘macruby_test_io’:
/Users/eloy/Documents/DEVELOPMENT/MacRuby/macruby-git-svn/test-macruby/fixtures/IOWaitReadable.c:8: error: ‘errno’ undeclared (first use in this function)
/Users/eloy/Documents/DEVELOPMENT/MacRuby/macruby-git-svn/test-macruby/fixtures/IOWaitReadable.c:8: error: (Each undeclared identifier is reported only once
/Users/eloy/Documents/DEVELOPMENT/MacRuby/macruby-git-svn/test-macruby/fixtures/IOWaitReadable.c:8: error: for each function it appears in.)
/Users/eloy/Documents/DEVELOPMENT/MacRuby/macruby-git-svn/test-macruby/fixtures/IOWaitReadable.c:8: error: ‘EAGAIN’ undeclared (first use in this function)
cc1: warnings being treated as errors
/Users/eloy/Documents/DEVELOPMENT/MacRuby/macruby-git-svn/test-macruby/fixtures/IOWaitReadable.c:9: warning: implicit declaration of function ‘rb_io_wait_readable’
/Users/eloy/Documents/DEVELOPMENT/MacRuby/macruby-git-svn/test-macruby/fixtures/IOWaitReadable.c:12: warning: implicit declaration of function ‘rb_io_wait_writable’
lipo: can't figure out the architecture type of: /var/folders/Rb/RbRluB5GGtaEe1Y2zjF07++++TI/-Tmp-//cc0FaTob.out
E
Finished in 0.101717 seconds.
1) Error:
test_should not crash when calling rb_io_wait_readable from C(MacRuby::TestIOWaitReadable):
CCompiler::CompileError: Unable to compile file `IOWaitReadable.c'.
/Users/eloy/Documents/DEVELOPMENT/MacRuby/macruby-git-svn/test-macruby/test_helper/c_helper.rb:27:in `compile!'
/Users/eloy/Documents/DEVELOPMENT/MacRuby/macruby-git-svn/test-macruby/fixtures/IOWaitReadable.rb:9:in `block (1 levels) in <class:TestIOWaitReadable>'
/Users/eloy/Documents/DEVELOPMENT/MacRuby/macruby-git-svn/lib/test/unit/ui/testrunnermediator.rb:46:in `run_suite'
/Users/eloy/Documents/DEVELOPMENT/MacRuby/macruby-git-svn/lib/test/unit/ui/console/testrunner.rb:67:in `start_mediator'
/Users/eloy/Documents/DEVELOPMENT/MacRuby/macruby-git-svn/lib/test/unit/ui/console/testrunner.rb:41:in `start'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment