[Bug 233500] audio/fluidplug-lv2: fails to build with fluidsynth 2.x
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Nov 25 11:57:36 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233500
Bug ID: 233500
Summary: audio/fluidplug-lv2: fails to build with fluidsynth
2.x
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Keywords: needs-patch
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: yuri at freebsd.org
Reporter: jbeich at FreeBSD.org
Blocks: 233448
Flags: maintainer-feedback?(yuri at freebsd.org)
Assignee: yuri at freebsd.org
source/FluidPlug.c:133:20: error: variable has incomplete type 'fluid_preset_t'
(aka 'struct _fluid_preset_t')
fluid_preset_t preset;
^
/usr/local/include/fluidsynth/types.h:41:16: note: forward declaration of
'struct _fluid_preset_t'
typedef struct _fluid_preset_t fluid_preset_t; /**< SoundFont
preset */
^
source/FluidPlug.c:135:10: error: incomplete definition of type 'struct
_fluid_sfont_t'
sfont->iteration_start(sfont);
~~~~~^
/usr/local/include/fluidsynth/types.h:40:16: note: forward declaration of
'struct _fluid_sfont_t'
typedef struct _fluid_sfont_t fluid_sfont_t; /**< SoundFont
*/
^
source/FluidPlug.c:136:26: error: incomplete definition of type 'struct
_fluid_sfont_t'
for (count = 0; sfont->iteration_next(sfont, &preset) != 0;)
~~~~~^
/usr/local/include/fluidsynth/types.h:40:16: note: forward declaration of
'struct _fluid_sfont_t'
typedef struct _fluid_sfont_t fluid_sfont_t; /**< SoundFont
*/
^
source/FluidPlug.c:147:10: error: incomplete definition of type 'struct
_fluid_sfont_t'
sfont->iteration_start(sfont);
~~~~~^
/usr/local/include/fluidsynth/types.h:40:16: note: forward declaration of
'struct _fluid_sfont_t'
typedef struct _fluid_sfont_t fluid_sfont_t; /**< SoundFont
*/
^
source/FluidPlug.c:148:26: error: incomplete definition of type 'struct
_fluid_sfont_t'
for (count = 0; sfont->iteration_next(sfont, &preset) != 0;)
~~~~~^
/usr/local/include/fluidsynth/types.h:40:16: note: forward declaration of
'struct _fluid_sfont_t'
typedef struct _fluid_sfont_t fluid_sfont_t; /**< SoundFont
*/
^
build log: https://ptpb.pw/Un0z
Referenced Bugs:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233448
[Bug 233448] audio/fluidsynth: Update to 2.0.2
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list