Skip to content

Instantly share code, notes, and snippets.

@mathias
Created March 8, 2012 05:09
Show Gist options
  • Save mathias/1998841 to your computer and use it in GitHub Desktop.
Save mathias/1998841 to your computer and use it in GitHub Desktop.
shoes rake
mathiasx@banshee:~/dev/shoes (rake_refactor *)$ rake osx:deps:install
git remote add shoes https://github.com/wasnotrice/homebrew.git
From https://github.com/wasnotrice/homebrew
* [new branch] gh-pages -> shoes/gh-pages
* [new branch] master -> shoes/master
* [new branch] quartz -> shoes/quartz
* [new branch] shoes -> shoes/shoes
* [new branch] shoes-dev -> shoes/shoes-dev
gettext already exists, continuing
glib already exists, continuing
pixman already exists, continuing
cairo already exists, continuing
Linking /Users/mathiasx/Developer/Cellar/cairo/1.10.2... 27 symlinks created
pango already exists, continuing
jpeg already exists, continuing
giflib already exists, continuing
portaudio already exists, continuing
rmathiasx@banshee:~/dev/shoes (rake_refactor *)$ rake
gcc -I. -c -o shoes/app.o -Wall -I/Users/mathiasx/Developer
/include -I/Users/mathiasx/Developer
/Cellar/cairo/1.10.2/include/cairo -D_REENTRANT -I/Users/mathiasx/Developer/Cellar/pango/1.28.4/include/pango-1.0 -I/Users/mathiasx/Developer/Cellar/glib/2.30.2/include/glib-2.0 -I/Users/mathiasx/Developer/Cellar/glib/2.30.2/lib/glib-2.0/include -I/Users/mathiasx/Developer/Cellar/gettext/0.18.1.1/include -I/Users/mathiasx/Developer/Cellar/glib/2.30.2/include -I/Users/mathiasx/Developer/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/x86_64-darwin10.8.0 -I/Users/mathiasx/Developer/.rvm/rubies/ruby-1.9.3-p125/include/ruby-1.9.1 -I/Users/mathiasx/Developer/.rvm/rubies/ruby-1.9.3-p125/include/ruby-1.9.1/x86_64-darwin10.8.0 -O -DRUBY_1_9 -DSHOES_QUARTZ -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -fpascal-strings -I/Users/mathiasx/Developer/include -fno-common -pipe -x objective-c -fobjc-exceptions -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch x86_64 shoes/app.c
i686-apple-darwin10-llvm-gcc-4.2: no input files
sh: line 1: /include: No such file or directory
sh: line 2: /Cellar/cairo/1.10.2/include/cairo: No such file or directory
rake aborted!
Command failed with status (127): [gcc -I. -c -o shoes/app.o -Wall -I/Users/m...]
Tasks: TOP => default => build => osx:build => dist/shoes => dist/libshoes.dylib => shoes/app.o
(See full trace by running task with --trace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment