GxPlugins.lv2
GxPlugins.lv2 copied to clipboard
Error by compiling
Hello, I tried build version for MS Windows and I can't make it. I did by the manual for win compiling but I got this error
make
make[1]: Entering directory '/home/Admin/GxPlugins.lv2/GxAxisFace.lv2'
. . , clean up
generate resource files,
cd ./gui && ld -r -b binary pedal.png -o pedal.o
cd ./gui && ld -r -b binary pswitch_on.png -o pswitch_on.o
cd ./gui && ld -r -b binary pswitch_off.png -o pswitch_off.o
g++ -D_FORTIFY_SOURCE=2 -I. -I./dsp -I./plugin -fPIC -DPIC -O2 -Wall -fstack-protector -funroll-loos -ffast-math -fomit-frame-pointer -fstrength-reduce -fdata-sections -Wl,--gc-sections -msse3 -mfpath=sse pkg-config --static --cflags lv2 plugin/gx_AxisFace.cpp -I. -shared -static -lpthread -lm-o gx_AxisFace.dll
plugin/gx_AxisFace.cpp:43:11: error: 'int32_t' has not been declared
43 | template <int32_t N> inline float faustpower(float x)
| ^~~~~~~
plugin/gx_AxisFace.cpp: In function 'float faustpower(float)':
plugin/gx_AxisFace.cpp:45:18: error: 'N' was not declared in this scope
45 | return powf(x, N);
| ^
plugin/gx_AxisFace.cpp: At global scope:
plugin/gx_AxisFace.cpp:47:11: error: 'int32_t' has not been declared
47 | template <int32_t N> inline double faustpower(double x)
| ^~~~~~~
plugin/gx_AxisFace.cpp: In function 'double faustpower(double)':
plugin/gx_AxisFace.cpp:49:17: error: 'N' was not declared in this scope
49 | return pow(x, N);
| ^
plugin/gx_AxisFace.cpp: At global scope:
plugin/gx_AxisFace.cpp:51:11: error: 'int32_t' has not been declared
51 | template <int32_t N> inline int32_t faustpower(int32_t x)
| ^~~~~~~
plugin/gx_AxisFace.cpp:51:29: error: 'int32_t' does not name a type
51 | template <int32_t N> inline int32_t faustpower(int32_t x)
| ^~~~~~~
plugin/gx_AxisFace.cpp:26:1: note: 'int32_t' is defined in header '