Open mysticallego opened 1 day ago
When you compile any program with faust2vcvrack, it outputs macro code that causes an error when compiling for windows.
This block of code is the source of the error:
#ifdef _WIN32 typedef unsigned int uint #endif
There should be a semicolon after uint.
Here ? https://github.com/grame-cncm/faust/blob/2189f61c629ad839f4e599bd2134c29691cc9357/architecture/vcvrack/template/src/FaustModule.cpp#L55 ?
Yes, exactly.
When you compile any program with faust2vcvrack, it outputs macro code that causes an error when compiling for windows.
This block of code is the source of the error:
There should be a semicolon after uint.