Sign up for a GitHub account Sign in All Gists public colby / gist:f84f551907ac6c467351 Created 2014-06-10 Gist Detail Revisions 1 Download Gist Clone this gist Embed this gist Link to this gist gistfile1.txt Raw File suppressed. Click to show. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 $ make && ./run_server.sh erlc -smp -W1 -Werror -b beam -I./include -o /Users/colbyolson/src/githubs/olegdb/build/bin/ -DLIBLOCATION=\"./build/lib/\" src/ol_database.erl cc -Wall -Werror -g3 -O2 -I./include -I/usr/local/Cellar/erlang/R16B03-1/lib/erlang/usr/include/ -I/usr/local/Cellar/erlang/R16B03-1/lib/erlang/lib/erl_interface-3.7.15/include/ -L/usr/local/Cellar/erlang/R16B03-1/lib/erlang/usr/lib/ -L/usr/local/Cellar/erlang/R16B03-1/lib/erlang/lib/erl_interface-3.7.15/lib/ -L/Users/colbyolson/src/gith...