Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Nov 2018 11:57:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 233501] multimedia/gstreamer-plugins-buzztard: fails to build with fluidsynth 2.x
Message-ID:  <bug-233501-12827-gQHrWSBzyD@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-233501-12827@https.bugs.freebsd.org/bugzilla/>
References:  <bug-233501-12827@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-multimedia mai=
ling
list <multimedia@FreeBSD.org> for maintainer-feedback:
Bug 233501: multimedia/gstreamer-plugins-buzztard: fails to build with
fluidsynth 2.x
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233501



--- Description ---
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



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