gopass icon indicating copy to clipboard operation
gopass copied to clipboard

Compile Error [arch Linux]

Open blackgwe opened this issue 8 years ago • 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?

blackgwe avatar Mar 22 '17 15:03 blackgwe

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 avatar Apr 17 '17 22:04 cortex

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

blackgwe avatar Apr 18 '17 06:04 blackgwe