kockie69 / SquinkyVCV-main

GNU General Public License v3.0
22 stars 12 forks source link

Build error : ./dsp/third-party/falco/DspFilter.h:102:17: error: 'int64_t' does not name a type #84

Closed Paul-Dempsey closed 8 months ago

Paul-Dempsey commented 10 months ago

Windows 11. Rack 2,4.

PPPP@PDesk MINGW64 /g/repos/rack/plugins/SquinkyVCV-main
$ make
g++ -std=c++11 -Wsuggest-override  -I./dsp/generators -I./dsp/utils -I./dsp/filters -I./dsp/third-party/falco -I./dsp/third-party/kiss_fft130  -I./dsp/third-party/kiss_fft130/tools -I./dsp/third-party/src -I./dsp/third-party/midifile -I./dsp/third-party/flac/include -I./dsp -I./dsp/samp -I./dsp/third-party/pugixml -I./sqsrc/thread -I./dsp/fft -I./composites -I./sqsrc/noise -I./sqsrc/util -I./sqsrc/clock -I./sqsrc/grammar -I./sqsrc/delay -I./midi/model -I./midi/view -I./midi/controller -I./util -I./src/third-party -I.src/ctrl -I./src/kbd -D __V1x  -D _SEQ -fdiagnostics-color=always -D FLAC__NO_DLL -D HAVE_FSEEKO -D HAVE_LROUND -D HAVE_STDINT_H -fPIC -I../../include -I../../dep/include -MMD -MP -g -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter -DARCH_X64 -march=nehalem -DARCH_WIN -D_USE_MATH_DEFINES -municode  -fmax-errors=5 -finline-limit=500000 -finline-functions-called-once  -D NDEBUG -D __PLUGIN -c -o build/dsp/filters/ButterworthFilterDesigner.cpp.o dsp/filters/ButterworthFilterDesigner.cpp
In file included from dsp/filters/ButterworthFilterDesigner.cpp:7:
./dsp/third-party/falco/DspFilter.h:102:17: error: 'int64_t' does not name a type
  102 |         typedef int64_t Int64;
      |                 ^~~~~~~
./dsp/third-party/falco/DspFilter.h:56:1: note: 'int64_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
   55 | #include <AudioMath.h>
  +++ |+#include <cstdint>
   56 | //#define _LOG
make: *** [../../compile.mk:88: build/dsp/filters/ButterworthFilterDesigner.cpp.o] Error 1
kockie69 commented 8 months ago

Made changes , and asked for deploy in library.