-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go get github.com/ziutek/rrd Error #10
Comments
Hi, Did you manage to install librrd development files? By example |
I am using windows 32 bit system. Is it supported by rrdtool ?
|
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: |
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 ? |
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. |
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
The text was updated successfully, but these errors were encountered: