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

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

            Bug ID: 233499
           Summary: audio/gmsynth-lv2: 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: yuri@freebsd.org
          Reporter: jbeich@FreeBSD.org
            Blocks: 233448
             Flags: maintainer-feedback?(yuri@freebsd.org)
          Assignee: yuri@freebsd.org

src/gmsynth.c:206:17: error: variable has incomplete type 'fluid_preset_t' =
(aka
'struct _fluid_preset_t')
        fluid_preset_t preset;
                       ^
/usr/local/include/fluidsynth/types.h:41:16: note: forward declaration of
'struct _fluid_preset_t'
typedef struct _fluid_preset_t fluid_preset_t;                  /**< SoundF=
ont
preset */
               ^
src/gmsynth.c:207:7: error: incomplete definition of type 'struct
_fluid_sfont_t'
        sfont->iteration_start (sfont);
        ~~~~~^
/usr/local/include/fluidsynth/types.h:40:16: note: forward declaration of
'struct _fluid_sfont_t'
typedef struct _fluid_sfont_t fluid_sfont_t;                    /**< SoundF=
ont
*/
               ^
src/gmsynth.c:209:21: error: incomplete definition of type 'struct
_fluid_sfont_t'
        for (chn =3D 0; sfont->iteration_next (sfont, &preset); ++chn) {
                      ~~~~~^
/usr/local/include/fluidsynth/types.h:40:16: note: forward declaration of
'struct _fluid_sfont_t'
typedef struct _fluid_sfont_t fluid_sfont_t;                    /**< SoundF=
ont
*/
               ^

build log: https://ptpb.pw/yOuk


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-233499-7788>