I am on Debian Sid, with it's Qt 5.11.2, with a downloaded Go 1.11.2 not the Debian Sid Go (which is 1.10 :-( ). I am trying to use modules outside of GOROOT. With: "github.com/jamalsa/qml" as one of the imports, I get the following
In file included from ../../../../../Built/Go/Dependencies/pkg/mod/github.com/jamalsa/qml@v0.0.0-20181101021924-25f43c5c22a3/cpp/private/qmetaobject_p.h:1,
from cpp/govalue.h:7,
from cpp/capi.cpp:10,
from all.cpp:2:
../../../../../Built/Go/Dependencies/pkg/mod/github.com/jamalsa/qml@v0.0.0-20181101021924-25f43c5c22a3/cpp/private/qtheader.h:70:37: fatal error: QtCore/5.11.2/QtCore/private/qmetaobject_p.h: No such file or directory
#define QT_PRIVATE_HEADER(dir,file) <dir/QT_MAJOR.QT_MINOR.QT_MICRO/dir/private/file>
I am on Debian Sid, with it's Qt 5.11.2, with a downloaded Go 1.11.2 not the Debian Sid Go (which is 1.10 :-( ). I am trying to use modules outside of GOROOT. With:
"github.com/jamalsa/qml"as one of the imports, I get the following