fluid-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[fluid-dev] FluidSynth 2.0 beta talk


From: Andreas Müller
Subject: [fluid-dev] FluidSynth 2.0 beta talk
Date: Thu, 31 May 2018 01:15:38 +0200

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]