Hi, To give the new release a test I started a build (Openembedded). I am coming from fluidsynth 1.1.11 and all build and worked fine so far.
I see build errors on: * fluidsynth-dssi 1.0.0 from my git repo: compile * csound from git: compile * qsynth 0.5.1: compile error * ardour5 5.12 (that compiled and installed fine - packaga qa failed - ignore) * carla/carla from git/bit outdated: compile * calf-studio-gear 0.90.0 compile Looking into the first (fluidsynth-dssi) I see: | ../../git/src/fluidsynth-dssi.c:173:20: error: storage size of 'preset' isn't known fluid_preset_t preset; | ^~~~~~ | ../../git/src/fluidsynth-dssi.c:212:16: error: dereferencing pointer to incomplete type 'fluid_sfont_t {aka struct _fluid_sfont_t}' | fluid_sfont->iteration_start(fluid_sfont); | ^~ The only kind of 'definition' I find for fluid_preset_t is in /usr/include/fluidsynth/types.h: typedef struct _fluid_sfont_t fluid_sfont_t; /**< SoundFont */ That is not much and grepping for _fluid_sfont_t gives only this occurance so I would agree with the compiler. What goes wrong - or what configuration option am I missing for fluidsynth? Fluidsyth was configured with -Denable-floats=ON -DLIB_SUFFIX= -Denable-jack-support=ON -Denable-portaudio=ON -Denable-pulseaudio=ON -Denable-libsndfile-support=ON Help appreciated :) Andreas _______________________________________________ fluid-dev mailing list fluid-dev@nongnu.org https://lists.nongnu.org/mailman/listinfo/fluid-dev