Skip to content

Instantly share code, notes, and snippets.

View nburns's full-sized avatar

Nick Burns nburns

View GitHub Profile
@nburns
nburns / gist:3835824
Created October 4, 2012 19:24
Mono fails on 10.8.2
```sh
/usr/bin/make all-recursive
Making all in po
Making all in mcs
make[3]: Nothing to be done for `all-am'.
Making all in libgc
Making all in include
Making all in private
make[4]: Nothing to be done for `all'.
make[4]: Nothing to be done for `all-am'.
@nburns
nburns / Terminal output from homebrew
Created August 1, 2012 08:36
Pioneers failed build OSX 10.8
Nick@fermi ~> brew install -v pioneers
==> Downloading https://downloads.sourceforge.net/project/pio/Source/pioneers-0.12.5.tar.gz
Already downloaded: /Library/Caches/Homebrew/pioneers-0.12.5.tar.gz
/usr/bin/tar xf /Library/Caches/Homebrew/pioneers-0.12.5.tar.gz
==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/pioneers/0.12.5
./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/pioneers/0.12.5
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
@nburns
nburns / config.log
Created July 31, 2012 00:03
config.log after failed Pioneers make install
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by pioneers configure 0.12.5, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/pioneers/0.12.5
## --------- ##
## Platform. ##
@nburns
nburns / hack.sh
Created May 10, 2012 10:20 — forked from erikh/hack.sh
OSX For Hackers
#!/usr/bin/env sh
##
# This is script with usefull tips taken from:
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
#
# install it:
# curl -sL https://raw.github.com/gist/2108403/hack.sh | sh
#