Skip to content

Instantly share code, notes, and snippets.

@denofevil
Created June 14, 2013 12:01
Show Gist options
  • Save denofevil/5781304 to your computer and use it in GitHub Desktop.
Save denofevil/5781304 to your computer and use it in GitHub Desktop.
/Users/denofevil/.rvm/rubies/ruby-1.9.3-p327/bin/ruby -e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift) /Users/denofevil/.rvm/gems/ruby-1.9.3-p327@global/bin/rake run
Build ./build/MacOSX-10.9-Development
Compile ./app/app_delegate.rb
Compile ./app/menu.rb
./build/MacOSX-10.9-Development/objs/Users/denofevil/RubymineProjects/untitled125/app/app_delegate.rb.x86_64.s:4899:9: error: line number less than one in '.loc' directive
.loc 1 0 0 ## :0:0
^
./build/MacOSX-10.9-Development/objs/Users/denofevil/RubymineProjects/untitled125/app/app_delegate.rb.x86_64.s:5038:9: error: line number less than one in '.loc' directive
.loc 1 0 0 ## :0:0
^
rake aborted!
Command failed with status (1): [/usr/bin/llvm-gcc -fexceptions -c -arch x8...]
/Library/RubyMotion/lib/motion/project/builder.rb:132:in `block (2 levels) in build'
/Library/RubyMotion/lib/motion/project/builder.rb:109:in `each'
/Library/RubyMotion/lib/motion/project/builder.rb:109:in `block in build'
/Library/RubyMotion/lib/motion/project/builder.rb:162:in `call'
/Library/RubyMotion/lib/motion/project/builder.rb:162:in `block (2 levels) in build'
Tasks: TOP => run => build:development
(See full trace by running task with --trace)
Process finished with exit code 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment