bse/bsesoundfont.cc: In function ‘Bse::Error bse_sound_font_load_blob(BseSoundFont*, BseStorage::BlobP, gboolean)’:
bse/bsesoundfont.cc:138:19: error: aggregate ‘fluid_preset_t fluid_preset’ has incomplete type and cannot be defined
fluid_preset_t fluid_preset;
^~~~~~~~~~~~
bse/bsesoundfont.cc:140:15: error: invalid use of incomplete type ‘fluid_sfont_t’ {aka ‘struct _fluid_sfont_t’}
fluid_sfont->iteration_start (fluid_sfont);
^~
In file included from /usr/include/fluidsynth.h:95,
from bse/bsesoundfontrepo.hh:6,
from bse/bsesoundfont.cc:3:
/usr/include/fluidsynth/types.h:40:16: note: forward declaration of ‘fluid_sfont_t’ {aka ‘struct _fluid_sfont_t’}
typedef struct _fluid_sfont_t fluid_sfont_t; /**< SoundFont */
^~~~~~~~~~~~~~
bse/bsesoundfont.cc:141:22: error: invalid use of incomplete type ‘fluid_sfont_t’ {aka ‘struct _fluid_sfont_t’}
while (fluid_sfont->iteration_next (fluid_sfont, &fluid_preset))
^~
In file included from /usr/include/fluidsynth.h:95,
from bse/bsesoundfontrepo.hh:6,
from bse/bsesoundfont.cc:3:
/usr/include/fluidsynth/types.h:40:16: note: forward declaration of ‘fluid_sfont_t’ {aka ‘struct _fluid_sfont_t’}
typedef struct _fluid_sfont_t fluid_sfont_t; /**< SoundFont */
^~~~~~~~~~~~~~
make: *** [config-uname.mk:84: out/bse/bsesoundfont.o] Error 1
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.