DISTRHO / Cardinal

Virtual modular synthesizer plugin
https://cardinal.kx.studio/
GNU General Public License v3.0
2.22k stars 153 forks source link

Does it require gcc-12 to compile? #482

Closed ghost closed 1 year ago

ghost commented 1 year ago

Get an error that the GLIBCXX is not the right version. My version is g++11 Does it only build with gcc12?

ghost commented 1 year ago

I think I know what went wrong I had been building gcc12. I think it was using that compiler not the system. So, I will remove it and see if it uses the right compiler now.