Skip to content

Instantly share code, notes, and snippets.

View maxnordlund's full-sized avatar

Max Nordlund maxnordlund

View GitHub Profile
@maxnordlund
maxnordlund / 03.make.log
Created October 17, 2012 17:52
Log file 03.make from brew
/bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"smpeg\" -DVERSION=\"0.4.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -I/usr/local/opt/cairo/include -I/usr/local/opt/pixman/include -I/usr/local/opt/gettext/include -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -fexpensive-optimizations -fomit-frame-pointer -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/usr/local/include/SDL -DTHREADED_AUDIO -DNDEBUG -Wall -I.. -DNOCONTROLS -I. -I./audio -I./video -fno-exceptions -fno-rtti -c -o MPEG.lo MPEG.cpp
/bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"s
@maxnordlund
maxnordlund / asdq-2015.user.js
Last active August 29, 2015 14:13
ASDG 2015 Schedule hack
// ==UserScript==
// @match https://gamesdonequick.com/schedule
// ==/UserScript==
(function(style){
var sheet, element = document.createElement("style")
document.head.appendChild(element)
sheet = element.sheet
@maxnordlund
maxnordlund / docker-build.log
Created September 25, 2014 13:00
Docker build golang:1.3.1-cross
Step 0 : FROM golang:1.3.1
---> dc9aa239dfe6
Step 1 : ENV GOLANG_CROSSPLATFORMS darwin/386 darwin/amd64 dragonfly/386 dragonfly/amd64 freebsd/386 freebsd/amd64 freebsd/arm linux/386 linux/amd64 linux/arm nacl/386 nacl/amd64p32 netbsd/386 netbsd/amd64 netbsd/arm openbsd/386 openbsd/amd64 plan9/386 plan9/amd64 solaris/amd64 windows/386 windows/amd64
---> Running in d7395afc59ef
---> 7925265e7d77
Removing intermediate container d7395afc59ef
Step 2 : ENV GOARM 5
---> Running in b220fdc34575
---> 46cdea8dc268
Removing intermediate container b220fdc34575