Skip to content

Instantly share code, notes, and snippets.

@mfournier
Created May 3, 2013 10:51
Show Gist options
  • Save mfournier/5508479 to your computer and use it in GitHub Desktop.
Save mfournier/5508479 to your computer and use it in GitHub Desktop.
$ git log --oneline -1
cca836f - get cracking on the registrar
$ make
Makefile:21: warning: overriding commands for target `clean'
Makefile.ext:15: warning: ignoring old commands for target `clean'
go get -d github.com/alecthomas/gozmq
PKG_CONFIG_PATH=$PWD/build/lib/pkgconfig \
go install -tags zmq_3_x github.com/alecthomas/gozmq
PKG_CONFIG_PATH=$PWD/build/lib/pkgconfig \
go install -ldflags '-r $ORIGIN/../lib' lumberjack
can't load package: package lumberjack: import "lumberjack": cannot find package
make: *** [bin/lumberjack] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment