Closed influx6 closed 7 years ago
Hey
./textedit.go:435: undefined: core.Qt_MightBeRichText
core.Qt_MightBeRichText
, was just added with https://github.com/therecipe/qt/commit/177d16c013e7b331274952903173aa4309a8bb81
So I guess, there are either some old *.a
files in your GOPATH/pkg/GOOS/github.com/therecipe/qt/...
or the qt* binaries in GOPATH/bin
are still old.
Maybe removed these and run the setup again, it should work after that.
Aright, will do.
Best Regards, Alex.
Chief Information Officer (CIO) Dream Bench Technologies www.dreambench.io (alex.ewetumo@dreambench.com)
On Sun, Feb 19, 2017 at 8:23 PM, therecipe notifications@github.com wrote:
Hey
./textedit.go:435: undefined: core.Qt_MightBeRichText
core.Qt_MightBeRichText, was just added with 177d16c https://github.com/therecipe/qt/commit/177d16c013e7b331274952903173aa4309a8bb81
So I guess, there are either some old .a files in your GOPATH/pkg/GOOS/ github.com/therecipe/qt/... or the qt binaries in GOPATH/bin are still old.
Maybe removed these and run the setup again, it should work after that.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/therecipe/qt/issues/228#issuecomment-280941562, or mute the thread https://github.com/notifications/unsubscribe-auth/AAICLZ6mQZ77gSE4zZDRnJ8aF0WcCOgBks5reJaagaJpZM4MFe6z .
Please answer these questions before submitting your issue. Thanks!
What did you do?
Updated master branch with
git pull origin master
fromgithub.com/therecipe/qt
then ran
qtsetup desktop
What did you expect to see?
A complete installation of all
What did you see instead?
The following error during testing:
System details
Wish I could help, but not yet found my way around
cgo
:(