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
Update your Qt5 installation and get new dylib
In my case "sudo port install qt5" =>
/opt/local/libexec/qt5/lib/libqscintilla2_qt5.15.1.1.dylib
which is good for the project compilation and run.
Update your Qt5 installation and get new dylib
In my case "sudo port install qt5" => /opt/local/libexec/qt5/lib/libqscintilla2_qt5.15.1.1.dylib which is good for the project compilation and run.
I am on Artix GNU/Linux, which is rolling release, so all software pretty much up to date.
Version of `qt5-base`: 5.15.12+kde+r150
* `/usr/lib/libqscintilla2_qt5.so.15.2.1` is provided by `qscintilla-qt5`, version 2.14.1,
* `/usr/lib/python3.11/site-packages/PyQt5/Qsci.abi3.so` is provided by `python-qscintilla-qt5`, version 2.14.1.
This seems to be newer than you (yours: 15.1.1; mine: 15.2.1).
I do not have my stuff installed in `/opt/`.
And I do not have any `.dylib` files, but `.so`-files.
I am building your latest release 1.1.67: https://github.com/ic005k/Xiasl/releases/tag/1.1.67
Regards!
I am building "Xiasl", release version 1.1.67, on Artix GNU/Linux (rolling release) using this recipe.
When doing
qmake
and thenmake
, I get the following error:ld
version is 2.41.0 (GNU binutils),qscintilla-qt5
is version 2.14.1.Regards!
The text was updated successfully, but these errors were encountered: