[Bug 233498] audio/csound: fails to build with fluidsynth 2.x (FLUIDSYNTH=on)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Nov 25 11:57:31 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233498
Bug ID: 233498
Summary: audio/csound: fails to build with fluidsynth 2.x
(FLUIDSYNTH=on)
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
Assignee: yuri at freebsd.org
Flags: maintainer-feedback?(yuri at freebsd.org)
Opcodes/fluidOpcodes/fluidOpcodes.cpp:211:22: error: variable has incomplete
type 'fluid_preset_t' (aka '_fluid_preset_t')
fluid_preset_t fluidPreset;
^
/usr/local/include/fluidsynth/types.h:41:16: note: forward declaration of
'_fluid_preset_t'
typedef struct _fluid_preset_t fluid_preset_t; /**< SoundFont
preset */
^
Opcodes/fluidOpcodes/fluidOpcodes.cpp:212:21: error: member access into
incomplete type 'fluid_sfont_t' (aka '_fluid_sfont_t')
fluidSoundfont->iteration_start(fluidSoundfont);
^
/usr/local/include/fluidsynth/types.h:40:16: note: forward declaration of
'_fluid_sfont_t'
typedef struct _fluid_sfont_t fluid_sfont_t; /**< SoundFont
*/
^
Opcodes/fluidOpcodes/fluidOpcodes.cpp:216:30: error: member access into
incomplete type 'fluid_sfont_t' (aka '_fluid_sfont_t')
while (fluidSoundfont->iteration_next(fluidSoundfont, &fluidPreset)) {
^
/usr/local/include/fluidsynth/types.h:40:16: note: forward declaration of
'_fluid_sfont_t'
typedef struct _fluid_sfont_t fluid_sfont_t; /**< SoundFont
*/
^
Opcodes/fluidOpcodes/fluidOpcodes.cpp:282:22: error: variable has incomplete
type 'fluid_preset_t' (aka '_fluid_preset_t')
fluid_preset_t fluidPreset;
^
/usr/local/include/fluidsynth/types.h:41:16: note: forward declaration of
'_fluid_preset_t'
typedef struct _fluid_preset_t fluid_preset_t; /**< SoundFont
preset */
^
Opcodes/fluidOpcodes/fluidOpcodes.cpp:283:21: error: member access into
incomplete type 'fluid_sfont_t' (aka '_fluid_sfont_t')
fluidSoundfont->iteration_start(fluidSoundfont);
^
/usr/local/include/fluidsynth/types.h:40:16: note: forward declaration of
'_fluid_sfont_t'
typedef struct _fluid_sfont_t fluid_sfont_t; /**< SoundFont
*/
^
Opcodes/fluidOpcodes/fluidOpcodes.cpp:287:30: error: member access into
incomplete type 'fluid_sfont_t' (aka '_fluid_sfont_t')
while (fluidSoundfont->iteration_next(fluidSoundfont, &fluidPreset))
^
/usr/local/include/fluidsynth/types.h:40:16: note: forward declaration of
'_fluid_sfont_t'
typedef struct _fluid_sfont_t fluid_sfont_t; /**< SoundFont
*/
^
build log: https://ptpb.pw/-t-8
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