Closed koppi closed 7 years ago
Just add the option -pthread
to your build suite, e.g: set(CMAKE_C_FLAGS "-pthread")
.
there was a problem with the wrong order of linking... fixed that in cmakelists
I had the same issue. Adding -pthread to CMAKE_CXX_FLAGS solved it. Could it be automated (in some cmake config)?
@marclava, i just pushed a changed that should fix this and other problems with linux, let me know if there is any remaining problem. thanks!
It fixed problems with the plugins, but the controls of the standalones are not reacting to mouse clicks.
strange, standalone gui works fine for me in ubuntu 18.04
I configured the mcfx_convolver project for JUCE 5.4.5 (and changed a few things in the source code so it compiles) and now the GUI is working in the app (but there's no jackd support). But I just need the VST version, so I won't suffer too much.
On Ubuntu 16.04: I'm getting:
Any hints?