Skip to content

Instantly share code, notes, and snippets.

@timvisher
Created October 4, 2015 00:58
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 timvisher/e7164355cae3bcf2fbbb to your computer and use it in GitHub Desktop.
Save timvisher/e7164355cae3bcf2fbbb to your computer and use it in GitHub Desktop.
# brew config
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew
HEAD: fa8b6e4fc2d2f1a84a19d48c77344cba394436b6
Last commit: 2 hours ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: quad-core 64-bit haswell
OS X: 10.11-x86_64
Xcode: N/A
CLT: 7.0.0.0.1.1441394355
Clang: 7.0 build 700
X11: 2.7.7 => /opt/X11
System Ruby: 2.0.0-p645
Perl: /usr/bin/perl
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /usr/local/bin/ruby => /usr/local/Cellar/ruby/2.2.3/bin/ruby
Java: 1.8.0_31
# brew doctor
Your system is ready to brew.
# brew info dwarf-fortress
homebrew/games/dwarf-fortress: stable 0.40.24
http://bay12games.com/dwarves/
/usr/local/Cellar/dwarf-fortress/0.40.23 (1276 files, 84M)
Built from source
/usr/local/Cellar/dwarf-fortress/0.40.24 (1293 files, 88M) *
Built from source
From: https://github.com/Homebrew/homebrew-games/blob/master/dwarf-fortress.rb
==> Caveats
If you're using a retina display, the PRINT_MODE should
be changed to STANDARD in /usr/local/Cellar/dwarf-fortress/0.40.24/libexec/data/init/init.txt
# brew cask info dwarf-fortess
dwarf-fortress: 0.40.24
Dwarf Fortress
http://www.bay12games.com/dwarves/
/opt/homebrew-cask/Caskroom/dwarf-fortress/0.40.24 (352 files, 45M)
https://github.com/caskroom/homebrew-cask/blob/master/Casks/dwarf-fortress.rb
==> Contents
df_osx (suite)
# ./df
dyld: Library not loaded: /usr/X11R6/lib/libfreetype.6.dylib
Referenced from: /opt/homebrew-cask/Caskroom/dwarf-fortress/0.40.24/df_osx/libs/SDL_ttf.framework/Versions/A/SDL_ttf
Reason: no suitable image found. Did find:
/usr/local/lib/libfreetype.6.dylib: mach-o, but wrong architecture
# dwarffortress
dyld: Library not loaded: /usr/X11R6/lib/libfreetype.6.dylib
Referenced from: /usr/local/Cellar/dwarf-fortress/0.40.24/libexec/libs/SDL_ttf.framework/Versions/A/SDL_ttf
Reason: no suitable image found. Did find:
/usr/local/lib/libfreetype.6.dylib: mach-o, but wrong architecture
# ls -l /usr/local/lib/libfreetype.6.dylib
lrwxr-xr-x 1 tvisher staff 48 Oct 3 20:44 /usr/local/lib/libfreetype.6.dylib@ -> ../Cellar/freetype/2.6_1/lib/libfreetype.6.dylib
# lipo -info /usr/local/lib/libfreetype.6.dylib
Non-fat file: /usr/local/lib/libfreetype.6.dylib is architecture: x86_64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment