ziutek / rrd

Bindings to rrdtool
Other
147 stars 44 forks source link

go get github.com/ziutek/rrd Error #10

Open gitmybox opened 10 years ago

gitmybox commented 10 years ago

After "go get github.com/ziutek/rrd", I have the following error:-

...\workspace\src\github.com\ziutek\rrd\rrd_c.go:5:17: fatal error: r rd.h: No such file or directory

include

             ^

compilation terminated.

Pls help

vbatoufflet commented 10 years ago

Hi,

Did you manage to install librrd development files?

By example librrd-dev on Debian-based distributions or rrdtool-devel for Redhat ones.

gitmybox commented 10 years ago

I am using windows 32 bit system. Is it supported by rrdtool ? On Feb 19, 2014 3:25 PM, "Vincent Batoufflet" notifications@github.com wrote:

Hi,

Did you manage to install librrd development files?

By example librrd-dev on Debian-based distributions or rrdtool-devel for Redhat ones.

Reply to this email directly or view it on GitHubhttps://github.com/ziutek/rrd/issues/10#issuecomment-35472728 .

vbatoufflet commented 10 years ago

I guess if you can install RRDtool librairies on a win32 environment it should do the trick yes.

Maybe you could take a look at this to gather some help: https://github.com/octo/rrdtool/blob/master/WIN32-BUILD-TIPS.txt

gitmybox commented 10 years ago

hmm ... that is too complex for me to follow. Is there a ready rrdtool binary built I can use by installing into windows & works with your go package ?

vbatoufflet commented 10 years ago

Hi,

That is not my Go package, I just “watch” it as I use it a lot for one of my projects :)

But the truth is I never tried to use it under Windows, only on both Linux and Mac OS.