Closed ghost closed 11 years ago
Thanks. That was an upstream API change that affected all platforms. I fixed it.
On Dec 25, 2012, at 18:42, cprenzberg notifications@github.com wrote:
I get the following errors after I execute go build
C:\Go\src\pkg\github.com\couchbaselabs\cbfs>go build
github.com/couchbaselabs/cbfs
.\dns.go:56: undefined: dns.RR_SRV .\dns.go:69: undefined: dns.RR_A .\dns.go:98: undefined: dns.RR_A .\dns.go:128: undefined: dns.RR_A
Using Go 1.0.3 on 64-bit windows.
— Reply to this email directly or view it on GitHub.
dustin sallings
Thanks a lot. Works now :)
I built the exe but i get the following error when trying to create the storage node:
C:\Go\src\pkg\github.com\couchbaselabs\cbfs>cbfs -bucket=cbfs -couchbase=http://localhost:8091/ -nodeID=jupiter -root=C:\cbfs -viewProx 2012/12/26 10:56:34 Connecting to couchbase bucket cbfs at http://localhost:8091/ 2012/12/26 10:57:19 Can't connect to couchbase: Get http://localhost:8091/pools: dial tcp 127.0.0.1:8091: i/o timeout
@cprenzberg did you get this working (or can you file a new bug with the new problem?)
I get the following errors after I execute go build
C:\Go\src\pkg\github.com\couchbaselabs\cbfs>go build
github.com/couchbaselabs/cbfs
.\dns.go:56: undefined: dns.RR_SRV .\dns.go:69: undefined: dns.RR_A .\dns.go:98: undefined: dns.RR_A .\dns.go:128: undefined: dns.RR_A
Using Go 1.0.3 on 64-bit windows.