rrd icon indicating copy to clipboard operation
rrd copied to clipboard

go get github.com/ziutek/rrd Error

Open gitmybox opened this issue 11 years ago • 5 comments

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 <rrd.h> ^ compilation terminated.

Pls help

gitmybox avatar Feb 18 '14 23:02 gitmybox

Hi,

Did you manage to install librrd development files?

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

vbatoufflet avatar Feb 19 '14 07:02 vbatoufflet

I am using windows 32 bit system. Is it supported by rrdtool ? On Feb 19, 2014 3:25 PM, "Vincent Batoufflet" [email protected] 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 .

gitmybox avatar Feb 19 '14 07:02 gitmybox

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

vbatoufflet avatar Feb 19 '14 09:02 vbatoufflet

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 ?

gitmybox avatar Feb 19 '14 15:02 gitmybox

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.

vbatoufflet avatar Feb 21 '14 09:02 vbatoufflet