Skip to content

Instantly share code, notes, and snippets.

@ezotrank
Created July 25, 2014 08:19
Show Gist options
  • Save ezotrank/fef2c58e2c84ce285b30 to your computer and use it in GitHub Desktop.
Save ezotrank/fef2c58e2c84ce285b30 to your computer and use it in GitHub Desktop.
$i; done
/home/ezo/.gvm/gos/go1.3/bin/go get code.google.com/p/goprotobuf/protoc-gen-go
rm -f protocol/*.pb.go
PATH=/home/ezo/Development/forks/influxdb/src/github.com/influxdb/../../../../bin:$PATH /usr/bin/protoc --go_out=. protocol/*.proto
/home/ezo/.gvm/gos/go1.3/bin/go build -o influxdb -tags 'hyperleveldb' github.com/influxdb/influxdb/daemon
# github.com/influxdb/influxdb/protocol
influxdb/protocol/protocol_extensions.go:18: undefined: Point
influxdb/protocol/protocol_extensions.go:24: undefined: Point
influxdb/protocol/protocol_extensions.go:28: undefined: Point
influxdb/protocol/protocol_extensions.go:32: undefined: Point
influxdb/protocol/protocol_extensions.go:38: undefined: FieldValue
influxdb/protocol/protocol_extensions.go:63: undefined: Point
influxdb/protocol/protocol_extensions.go:73: undefined: Point
influxdb/protocol/protocol_extensions.go:92: undefined: Request
influxdb/protocol/protocol_extensions.go:96: undefined: Request
influxdb/protocol/protocol_extensions.go:102: undefined: Request
influxdb/protocol/protocol_extensions.go:102: too many errors
make: *** [build] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment