Open
Description
I'm trying to build the ableton-link opcode with MSVC (Visual Studio 2022).I've turned off all the other opcodes.
When I build the Debug configuration I get link errors because of the --Wno-multichar and the --std=gnu++11 flags.
I suppose these configurations are meant for MinGW.
I've tried to adapt the CMake files for MSVC but with no luck.
I have also tried enabling vpkg
but (I don't understand why) triggers the EIGEN3 requirement. I've downloaded it and configured the path but FindEIGEN3 still complains...
In the end, what's the proper setup to have these plugins compiled on Windows?
Metadata
Metadata
Assignees
Labels
No labels