Re: [go-nuts] Cross-linking cgo

2017-01-09 Thread Alan Shreve
Ah, I should update that I don't really maintain this any longer since there are better tools these days. The best of which I've found is xgo (which supports cgo): https://github.com/karalabe/xgo On Mon, Jan 9, 2017 at 1:16 PM, Dave Mazzoni wrote: > This looked really nice, but I'm having proble

Re: [go-nuts] Cross-linking cgo

2017-01-09 Thread Dave Mazzoni
This looked really nice, but I'm having problems with it: go get github.com/mitchellh/gox (no problem) go get github.com/inconshreveable/gonative # github.com/inconshreveable/gonative Projects/Golang/src/github.com/inconshreveable/gonative/gonative.go:67: cannot use "" (type string) as type bool