You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# github.com/limetext/qml-go In file included from /home/ricky/go/src/github.com/limetext/qml-go/cpp/private/qmetaobject_p.h:1, from cpp/govalue.h:7, from cpp/capi.cpp:11, from all.cpp:2: /home/ricky/go/src/github.com/limetext/qml-go/cpp/private/qtheader.h:39:2: error: #error UnupportedQt minor version. Please report. #error Unupported Qt minor version. Please report. ^~~~~ /home/ricky/go/src/github.com/limetext/qml-go/cpp/private/qtheader.h:68:37: fatal error:QtCore/5.QT_MINOR.1/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> ^ compilation terminated.
While trying to run:
go get github.com/limetext/lime-qml/main/...
on linux
# github.com/limetext/qml-go
In file included from /home/ricky/go/src/github.com/limetext/qml-go/cpp/private/qmetaobject_p.h:1,
from cpp/govalue.h:7,
from cpp/capi.cpp:11,
from all.cpp:2:
/home/ricky/go/src/github.com/limetext/qml-go/cpp/private/qtheader.h:39:2: error: #error Unupported
Qt minor version. Please report.
#error Unupported Qt minor version. Please report.
^~~~~
/home/ricky/go/src/github.com/limetext/qml-go/cpp/private/qtheader.h:68:37: fatal error:
QtCore/5.QT_MINOR.1/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>
^
compilation terminated.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: