limetext / lime

Open source API-compatible alternative to the text editor Sublime Text
http://limetext.github.io
BSD 2-Clause "Simplified" License
15.3k stars 1.06k forks source link

Qt front fails to build #586

Open quesada opened 6 years ago

quesada commented 6 years ago

go get github.com/limetext/lime-qml/main/...

github.com/limetext/qml-go

In file included from 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: 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.

^~~~~ 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>

Disclaimer:
oradwell commented 3 years ago

See: https://github.com/go-qml/qml/issues/191