Date: Sun, 25 Nov 2018 11:57:36 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 233501] multimedia/gstreamer-plugins-buzztard: fails to build with fluidsynth 2.x Message-ID: <bug-233501-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233501 Bug ID: 233501 Summary: multimedia/gstreamer-plugins-buzztard: 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: multimedia@FreeBSD.org Reporter: jbeich@FreeBSD.org Blocks: 233448 Flags: maintainer-feedback?(multimedia@FreeBSD.org) Assignee: multimedia@FreeBSD.org src/fluidsynth/gstfluidsynth.c:258:64: error: too few arguments to function call, expected 3, have 2 ddef =3D fluid_settings_getnum_default (bag->settings, name); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ /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"))) ^ src/fluidsynth/gstfluidsynth.c:264:64: error: too few arguments to function call, expected 3, have 2 idef =3D fluid_settings_getint_default (bag->settings, name); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ /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"))) ^ src/fluidsynth/gstfluidsynth.c:269:66: error: too few arguments to function call, expected 3, have 2 defstr =3D fluid_settings_getstr_default (bag->settings, name); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ /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"))) ^ src/fluidsynth/gstfluidsynth.c:413:11: error: use of undeclared identifier 'FLUID_CHORUS_DEFAULT_TYPE' FLUID_CHORUS_DEFAULT_TYPE, ^ build log: https://ptpb.pw/zwBz 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-233501-7788>