1
preenfm2 and preenfm3 / Re: PC/MAC preenfm editor 3.1.4 (Preenfm2 Unison)
« on: March 18, 2023, 01:27:50 PM »I haven't tried to compile for Linux for a long time.
The compiler does not want to cast an adress to an int. Maybe it should be an unsigned int.
I do that for debuging purpose only.
So you can remove the full DBG line (DBG stands for DEBUG), in Plugin/Source/PluginProcessor.cpp line 771
did that it helps!
OK I was able to compile the Host version again on debian 12, finally
Here's what I did
I did not alter the source, I just instructed JUCE to only only build the release version, not the Debug version.
I added JUCE_MODAL_LOOPS_PERMITTED=1 to the global extra preprocessor defenitions
On top of that I had to get the older JUCE 6.0.0 and point projucer, which I compiled from source , to this directory in the modules.
but it works!