Closed winks closed 5 years ago
Only after the fact I went through the issues and saw that Qt 5.11 is supposedly not supported yet, but I get the exact same error with Qt 5.10.1.
Holding off on upgrading Go for now, but please tell me if it should help.
Hey
Seems like the setup can't find the *.index
files, which are necessary for the code generation in the default location.
Usually you would have to build them with make docs
, maybe take a look here.
But you can probably also work around this by exporting QT_API=5.11.1
, this should let the tooling use the *.index
files from $GOPATH/src/github.com/therecipe/qt/internal/binding/files/docs/...
Will close this now, please reopen if this is still relevant
After 3 misguided attempts at compiling Qt 5.11.1 (probably my fault, something was wrong, I had other versions here) I thought it should work, but I got these errors:
These puzzle me the most, as I've never seen these paths:
ERRO[0019] failed to load /opt/local/qt-5.11.1/Docs/Qt-5.11.1/qtscript/qtscript.index
For completness, my qt configure command: