Open freq-mod opened 2 months ago
What Qt Version is? Lemme try this with the analysis...
Also, what version of Qwt you do have? On my end the 6.1.4 (installed via apt, Linux Mint 21.3, not yet upgraded, I'll upgrade to 22 soon)
On my end the thing was built just fine, and seems the problem in the case if you trying to use Qt 6 or too new Qwt (then I should manually install it and debug the build compatibility).
Qwt 6.3 on my end
Okay, then I should try that version...
Here it build after some dependancies installations about Qt5something... on Debian 12 (Linux) Also I noticed that RTaudio and RTmidi used by OPL3BankEditor (v1.5.1) are missing in your sources so
I have downloaded the sources files from the officiel repository: rtaudio-5.2.0.tar.gz rtmidi-5.0.0.tar.gz
I have attempted with the last version of these 2 last archives but that give me an error when compiling so be aware with the right version to use. (rtaudio 5.2 and rtmidi 5.0) Link to these archives: rtaudio-5.2.0.tar.gz rtmidi-5.0.0.tar.gz
Official link about these archives: https://github.com/thestk
There submodules... you need to pull the repo by release tag and pull submodules then. Anyway, that's fault of GitHub that doesn't packs submodules into release's code
I usually trying to attach the "complete source archive" in addition to prebuilt binaries. But here, seems, I forgot.
Same as OPN2BankEditor, I think