You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling pMixCodeEditor.cpp
In file included from ../../Source/pMixCodeEditor.h:15,
from ../../Source/pMixCodeEditor.cpp:10:
../../Source/pMixConsole.h:80:41: error: declaration of ‘juce::Component::SafePointer<PMixConsole> PMixConsole::IncomingMessageCallback::PMixConsole’ changes meaning of ‘PMixConsole’ [-fpermissive]
80 | Component::SafePointer<PMixConsole> PMixConsole;
| ^~~~~~~~~~~
../../Source/pMixConsole.h:49:1: note: ‘PMixConsole’ declared here as ‘class PMixConsole PMixConsole::PMixConsole’
49 | {
| ^
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to build pMix2 on Linux
I get
The text was updated successfully, but these errors were encountered: