cortex/gopass

Compile Error [arch Linux]

blackgwe opened this issue · 2 comments

I got the following error during compilation process - may be you can help???

go version
go version go1.8 linux/amd64

go get github.com/cortex/gopass

[...]/go/src/github.com/cortex/gopass/vendor/github.com/limetext/qml-go/bridge.go:87: cannot use argvP (type unsafe.Pointer) as type **C.char in argument to func literal

Any idea?

Sadly, go-qml won't compile with go 1.8. I am looking into alternatives, including rewriting the whole thing in rust: https://github.com/cortex/ripasso

@cortex THANKS a lot for your efforts! Hope you can solve the problem!