Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Nov 2018 11:57:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 233502] audio/tuxguitar: fails to build with fluidsynth 2.x
Message-ID:  <bug-233502-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233502

            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@FreeBSD.org
          Reporter: jbeich@FreeBSD.org
            Blocks: 233448

org_herac_tuxguitar_player_impl_midiport_fluidsynth_MidiSynth.c:277:78: err=
or:
too few arguments to function call, expected 3, have 2
                        double value =3D
fluid_settings_getnum_default(handle->settings,(char *)jkey);
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=20=20=
=20=20=20=20=20=20=20=20=20
                  ^
/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: err=
or:
too few arguments to function call, expected 3, have 2
                        int value =3D
fluid_settings_getint_default(handle->settings,(char *)jkey);
                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
               ^
/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: err=
or:
too few arguments to function call, expected 3, have 2
                        char *value =3D
fluid_settings_getstr_default(handle->settings,(char *)jkey);
                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=20=20=
=20=20=20=20=20=20=20=20=20=20
                 ^
/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=3D233448
[Bug 233448] audio/fluidsynth: Update to 2.0.2
--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233502-7788>