[Bug 233502] audio/tuxguitar: fails to build with fluidsynth 2.x
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Nov 25 11:57:40 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233502
Bug ID: 233502
Summary: audio/tuxguitar: 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: ports-bugs at FreeBSD.org
Reporter: jbeich at FreeBSD.org
Blocks: 233448
org_herac_tuxguitar_player_impl_midiport_fluidsynth_MidiSynth.c:277:78: error:
too few arguments to function call, expected 3, have 2
double value =
fluid_settings_getnum_default(handle->settings,(char *)jkey);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
^
/usr/local/include/fluidsynth/settings.h:134:1: note:
'fluid_settings_getnum_default' declared here
FLUIDSYNTH_API
^
/usr/local/include/fluidsynth.h:47:24: note: expanded from macro
'FLUIDSYNTH_API'
#define FLUIDSYNTH_API __attribute__ ((visibility ("default")))
^
org_herac_tuxguitar_player_impl_midiport_fluidsynth_MidiSynth.c:294:75: error:
too few arguments to function call, expected 3, have 2
int value =
fluid_settings_getint_default(handle->settings,(char *)jkey);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
^
/usr/local/include/fluidsynth/settings.h:147:1: note:
'fluid_settings_getint_default' declared here
FLUIDSYNTH_API
^
/usr/local/include/fluidsynth.h:47:24: note: expanded from macro
'FLUIDSYNTH_API'
#define FLUIDSYNTH_API __attribute__ ((visibility ("default")))
^
org_herac_tuxguitar_player_impl_midiport_fluidsynth_MidiSynth.c:311:77: error:
too few arguments to function call, expected 3, have 2
char *value =
fluid_settings_getstr_default(handle->settings,(char *)jkey);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
^
/usr/local/include/fluidsynth/settings.h:122:1: note:
'fluid_settings_getstr_default' declared here
FLUIDSYNTH_API
^
/usr/local/include/fluidsynth.h:47:24: note: expanded from macro
'FLUIDSYNTH_API'
#define FLUIDSYNTH_API __attribute__ ((visibility ("default")))
^
build log: https://ptpb.pw/U9Zu
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