-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Description
I'm trying to build influx from source on OSX Mavericks and get the following output when running "make build":
/bin/bash: gawk: command not found
/Users/ak/.gvm/gos/go1.2.1/bin/go get -d github.com/jmhodges/levigo
/Users/ak/.gvm/gos/go1.2.1/bin/go get code.google.com/p/goprotobuf/protoc-gen-go
rm -f src/protocol/.pb.go
PATH=$PWD/bin:$PATH /usr/local/bin/protoc --go_out=. src/protocol/.proto
/Library/Developer/CommandLineTools/usr/bin/make -C src/parser
make[1]: Nothing to be done for `all'.
/Users/ak/.gvm/gos/go1.2.1/bin/go build daemon
src/server/server.go:17:2: no buildable Go source files in /Users/ak/gocodez/src/github.com/influxdb/influxdb/src/github.com/influxdb/influxdb-go
make: *** [build] Error 1
I used the instructions found here: https://github.com/influxdb/influxdb/blob/master/docs/contributing.md
Any idea on how to fix this?