Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building with latest master fails again #1175

Open
muesli opened this issue Oct 3, 2020 · 1 comment
Open

Building with latest master fails again #1175

muesli opened this issue Oct 3, 2020 · 1 comment

Comments

@muesli
Copy link
Contributor

muesli commented Oct 3, 2020

I got a project with Go modules, depending on the latest git-master of therecipe/qt.

I run these steps before compilation on a fresh Ubuntu image:

export QT_PKG_CONFIG=true
go install -v -tags=no_env github.com/therecipe/qt/cmd/...
cd project
go mod vendor
$(go env GOPATH)/bin/qtdeploy build desktop .

This results in:

Error: vendor/github.com/therecipe/qt/gui/gui-minimal.go:13:2: cannot find package "." in:
/home/runner/work/catchat/catchat/vendor/github.com/therecipe/qt/internal/binding/runtime

The same procedure works fine for older versions of therecipe/qt.

You can see the entire procedure as a GitHub workflow here: https://github.com/katzenpost/catchat/runs/1202746479

@muesli
Copy link
Contributor Author

muesli commented Oct 3, 2020

Note: the same works with github.com/therecipe/qt@v0.0.0-20200126204426-5074eb6d8c41.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant