gingerwizard / kafkabeat

Other
17 stars 9 forks source link

Build issue ... b.Publisher.Connect undefined #3

Closed albundy83 closed 8 years ago

albundy83 commented 8 years ago

Hello,

I have try to build this package but all I have is this error :

root@chezouam:/usr/local/src/goroot/github.com/gingerwizard/kafkabeat# make
go build
# github.com/gingerwizard/kafkabeat/beater
../../../src/github.com/gingerwizard/kafkabeat/beater/kafkabeat.go:118: b.Publisher.Connect undefined (type *publisher.PublisherType has no field or method Connect)
vendor/github.com/elastic/beats/libbeat/scripts/Makefile:56: recipe for target 'build' failed
make: *** [build] Error 2

I'm under debian 8 and I use go 1.6.2.

Maybe you can help me please ?

albundy83 commented 8 years ago

That was a problem of my installation. Sorry.