htonl : identifier not found - VST3 compiling issue
-
I'm facing an odd error when trying to compile a plugin in VST3 format :
Error C3861 'htonl' : identifier not found ...\HISE\JUCE\modules\juce_audio_plugin_client\VST3\juce_VST3_Wrapper.cpp line 2479
It's been happenning for a few weeks, but Idon't know what I did that could cause this error.
I'm using the VST3 SDK packed with HISE, and I've only one source code on my HD.
I'm on the latest commit, and I even deleted the whole HISE folder and pulled it back.I'm pretty sure it's caused by something I did but I wondered if someone else has ever encountered this issue...
-
Apparently, enabling "Compile with Perfetto" in the project's settings is causing this issue.
I must add that it's happenning only on windows. It compiles just fine on MacOS with the option enabled.
-