lmms
lmms copied to clipboard
Component called with incorrect number of arguments
https://github.com/LMMS/lmms/blob/bceee6c4271016d35fda0b634ed712059114eea5/plugins/VstBase/RemoteVstPlugin32.cmake#L27
Case: compiler: msvc2019_64, and when NOT supplying QT_32_PREFIX in the cmake parameter.
Error message:
CMake Error at plugins/VstBase/RemoteVstPlugin32.cmake:27 (GET_FILENAME_COMPONENT):
GET_FILENAME_COMPONENT called with incorrect number of arguments
QT_QMAKE_EXECUTABLE has no value at this point.
Reference: from manual
To where and how have you installed Qt?
I had dual installations - via vcpkg and standalone.
Since I was compiling 64 bit only, I did not supply the QT_32_PREFIX parameter. Line 20 appears to handle this. https://github.com/LMMS/lmms/blob/bceee6c4271016d35fda0b634ed712059114eea5/plugins/VstBase/RemoteVstPlugin32.cmake#L20
Ticket needs cmake label