Open morriswinkler-simple opened 7 years ago
Same problem here, on both Ubuntu 16.04 an RHEL 7
Was going to be building this; however, I keep running into dependency errors on my mac (annoyingly because I have to update but I don't want to).
Regardless, The issue is because of the export() function (first error) not being a function. I'm not sure where he was doing so but I'm assuming he had a local wrapper/fix for this on his dev environment? I can't find it in the history of the gpgme project (Go fork) that has that function. You can probably fix it by changing the code to use FindKeys() instead, shouldn't be too big of a difference. You could also use GetKey() or list through them via KeyListStart and iterating through the list via KeyListNext() until it's at KeyListEnd() https://godoc.org/github.com/proglottis/gpgme#Context.GetKey
Ok firs fix lime-qml witth this
https://github.com/limetext/qml-go/issues/6
than go ahead and
to fail at
any idea how to fix that