Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Compilation error on Qt5Core, Qt5Widgets, Qt5Quick #23

@CaptainQuirk

Description

@CaptainQuirk

Hi there,

I guess this is more or less the same than #18. Thought I create a new issue since I'm on Ubuntu 16.04.
When trying to install with go get github.com/cortex/gopass, I get

# pkg-config --cflags Qt5Core Qt5Widgets Qt5Quick
Package Qt5Core was not found in the pkg-config search path.
Perhaps you should add the directory containing `Qt5Core.pc'
to the PKG_CONFIG_PATH environment variable
No package 'Qt5Core' found
Package Qt5Widgets was not found in the pkg-config search path.
Perhaps you should add the directory containing `Qt5Widgets.pc'
to the PKG_CONFIG_PATH environment variable
No package 'Qt5Widgets' found
Package Qt5Quick was not found in the pkg-config search path.
Perhaps you should add the directory containing `Qt5Quick.pc'
to the PKG_CONFIG_PATH environment variable
No package 'Qt5Quick' found
exit status 1
# golang.org/x/crypto/openpgp/packet
.go/src/golang.org/x/crypto/openpgp/packet/private_key.go:69: undefined: crypto.Signer
.go/src/golang.org/x/crypto/openpgp/packet/private_key.go:71: use of .(type) outside type switch
.go/src/golang.org/x/crypto/openpgp/packet/signature.go:521: undefined: crypto.Signer
.go/src/golang.org/x/crypto/openpgp/packet/signature.go:545: undefined: crypto.Signer
# github.com/proglottis/gpgme
.go/src/github.com/proglottis/gpgme/data.go:4:20: fatal error: gpgme.h: No such file or directory
 // #include <gpgme.h>
                    ^
compilation terminated.

I use pass mostly from the command line, but I would like to make a demo at work. I'm not sure it'll be that convincing if there ain't any GUI available !

Thanks for your work !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions