Skip to content

Instantly share code, notes, and snippets.

@mathias
Created March 8, 2012 05:57
Show Gist options
  • Save mathias/1999023 to your computer and use it in GitHub Desktop.
Save mathias/1999023 to your computer and use it in GitHub Desktop.
mathiasx@banshee:~/dev/shoes (rake_refactor)$ rake clean
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...
Error: Cannot link cairo
Another version is already linked: /Users/mathiasx/Developer/Cellar/cairo/1.10.2
pango already exists, continuing
jpeg already exists, continuing
giflib already exists, continuing
portaudio already exists, continuing
mathiasx@banshee:~/dev/shoes (rake_refactor)$ brew info giflib
giflib 4.1.6
http://giflib.sourceforge.net/
/Users/mathiasx/Developer/Cellar/giflib/4.1.6 (37 files, 680K)
http://github.com/mxcl/homebrew/commits/master/Library/Formula/giflib.rb
mathiasx@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
[!-- LOTS OF OUTPUT --]
shoes/http/nsurl.m: In function ‘-[ShoesHttp downloadDidFinish:]’:
shoes/http/nsurl.m:221: warning: statement with no effect
shoes/http/nsurl.m:221: warning: statement with no effect
gcc -o dist/libshoes.dylib shoes/app.o shoes/canvas.o shoes/effects.o shoes/image.o shoes/internal.o shoes/ruby.o shoes/world.o shoes/native/cocoa.o shoes/http/nsurl.o -framework Cocoa -framework Carbon -dynamiclib -Wl,-single_module -install_name @executable_path/libshoes.dylib -arch x86_64 -lruby.1.9.1 -lcairo -lpangocairo-1.0 -lgif -lpixman-1 -ljpeg.8 -L/Users/mathiasx/Developer/.rvm/rubies/ruby-1.9.3-p125/lib -L/Users/mathiasx/Developer/Cellar/cairo/1.10.2/lib -lcairo -L/Users/mathiasx/Developer/Cellar/pango/1.28.4/lib -L/Users/mathiasx/Developer/Cellar/glib/2.30.2/lib -L/Users/mathiasx/Developer/Cellar/gettext/0.18.1.1/lib -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -lintl
ld: library not found for -lgif
collect2: ld returned 1 exit status
rake aborted!
Command failed with status (1): [gcc -o dist/libshoes.dylib shoes/app.o sho...]
Tasks: TOP => default => build => osx:build => dist/shoes => dist/libshoes.dylib => osx:make_so
(See full trace by running task with --trace)
mathiasx@banshee:~/dev/shoes (rake_refactor)$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment