The SuperCollider build expects a version string in
/usr/lib64/cmake/Qt5/Qt5ConfigVersion.cmake
The first line reads like this:
set(PACKAGE_VERSION )
An older version of qt5 had this:
set(PACKAGE_VERSION 5.9.9)

I think for the 5.12 version it should look like:
set(PACKAGE_VERSION 5.12.6)

Then in my 5.9.9 build there is this file:
/usr/lib64/cmake/Qt5Core/Qt5CoreConfig.cmake
which is missing in 5.12.6. SuperCollider expects
this file to exist. Is there a way you can bring
this file back? The SuperCollider folks seem to
support up to qt5.11. That's at least the highest
version they mention in their manuals.

I will contact the SuperCollider devs and ask up
to which qt version they tested.

Cheers,

Felix

_______________________________________________
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/

Reply via email to