Hi there,
I’m unable to compile any patches right now… I am using gen …its weird because its happening with all my patches but also tested it with the example patches like Simple FM, PGL,Xfade delay, etc.
keep getting this error:
Patch Compilation Failed
In file included from /tmp/owl/owl-src-f4pgxA/SimpleSine.h:27:0, from /tmp/owl/owl-src-f4pgxA/SimpleSine.cpp:1: /tmp/owl/owl-build-E8CJ9s/Source/genlib_ops.h: In function ‘t_sample trunc(t_sample)’: /tmp/owl/owl-build-E8CJ9s/Source/genlib_ops.h:137:33: error: ‘t_sample trunc(t_sample)’ conflicts with a previous declaration inline t_sample trunc(t_sample v) { ^ In file included from /opt/OwlProgram.online/Tools/gcc-arm-none-eabi-7-2017-q4-major/arm-none-eabi/include/c++/7.2.1/math.h:36:0, from Libraries/CMSIS/Include/arm_math.h:311, from ./LibSource/basicmaths.h:25, from /tmp/owl/owl-build-E8CJ9s/Source/genlib.h:80, from /tmp/owl/owl-src-f4pgxA/SimpleSine.h:25, from /tmp/owl/owl-src-f4pgxA/SimpleSine.cpp:1: /opt/OwlProgram.online/Tools/gcc-arm-none-eabi-7-2017-q4-major/arm-none-eabi/include/c++/7.2.1/cmath:1843:3: note: previous declaration ‘constexpr float std::trunc(float)’ trunc(float __x) ^~~~~ make[1]: *** [/tmp/owl/owl-build-E8CJ9s/SimpleSine.o] Error 1 make: *** [patch] Error 2 ERROR: Patch build failed.