[Slackbuilds-users] lmms-1.1.90

Frédéric Falsetti falsetti at clansco.org
Tue Apr 14 09:42:39 UTC 2020


Hi, I cant' build lmms-1.1.90, plugins/sf2_player
I have 
fluid-soundfont-3.1_5-noarch-1_SBo  fluidsynth-2.1.1-i586-1_SBo


[ 77%] Building CXX object plugins/sf2_player/CMakeFiles/sf2player.dir/sf2_player.cpp.o
cd /tmp/SBo/lmms-1.1.90/build/plugins/sf2_player && /usr/bin/c++   -DPLUGIN_NAME=sf2player -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_XML_LIB -Dsf2player_EXPORTS -isystem /usr/lib/qt/include -isystem /usr/lib/qt/include/QtGui -isystem /usr/lib/qt/include/QtXml -isystem /usr/lib/qt/include/QtCore -I/tmp/SBo/lmms-1.1.90/build/plugins/sf2_player -I/tmp/SBo/lmms-1.1.90/build -I/tmp/SBo/lmms-1.1.90/include -I/tmp/SBo/lmms-1.1.90/src/gui  -fno-exceptions -Wall -Werror=unused-function -Wno-sign-compare -Wno-strict-overflow -Wno-array-bounds -O2 -march=i486 -mtune=i686 -Wno-error -fPIC -DPIC -O3 -DNDEBUG -fPIC   -D'QT_TRANSLATIONS_DIR="/usr/lib/qt/translations"' -o CMakeFiles/sf2player.dir/sf2_player.cpp.o -c /tmp/SBo/lmms-1.1.90/plugins/sf2_player/sf2_player.cpp
/tmp/SBo/lmms-1.1.90/plugins/sf2_player/sf2_player.cpp: Dans le constructeur ‘sf2Instrument::sf2Instrument(InstrumentTrack*)’:
/tmp/SBo/lmms-1.1.90/plugins/sf2_player/sf2_player.cpp:98:20: erreur : ‘FLUID_REVERB_DEFAULT_ROOMSIZE’ was not declared in this scope
  m_reverbRoomSize( FLUID_REVERB_DEFAULT_ROOMSIZE, 0, 1.0, 0.01f, this, tr( "Reverb Roomsize" ) ),
                    ^
/tmp/SBo/lmms-1.1.90/plugins/sf2_player/sf2_player.cpp:99:19: erreur : ‘FLUID_REVERB_DEFAULT_DAMP’ was not declared in this scope
  m_reverbDamping( FLUID_REVERB_DEFAULT_DAMP, 0, 1.0, 0.01, this, tr( "Reverb Damping" ) ),
                   ^
/tmp/SBo/lmms-1.1.90/plugins/sf2_player/sf2_player.cpp:100:17: erreur : ‘FLUID_REVERB_DEFAULT_WIDTH’ was not declared in this scope
  m_reverbWidth( FLUID_REVERB_DEFAULT_WIDTH, 0, 1.0, 0.01f, this, tr( "Reverb Width" ) ),
                 ^
/tmp/SBo/lmms-1.1.90/plugins/sf2_player/sf2_player.cpp:101:17: erreur : ‘FLUID_REVERB_DEFAULT_LEVEL’ was not declared in this scope
  m_reverbLevel( FLUID_REVERB_DEFAULT_LEVEL, 0, 1.0, 0.01f, this, tr( "Reverb Level" ) ),
                 ^
/tmp/SBo/lmms-1.1.90/plugins/sf2_player/sf2_player.cpp:103:15: erreur : ‘FLUID_CHORUS_DEFAULT_N’ was not declared in this scope
  m_chorusNum( FLUID_CHORUS_DEFAULT_N, 0, 10.0, 1.0, this, tr( "Chorus Lines" ) ),
               ^
/tmp/SBo/lmms-1.1.90/plugins/sf2_player/sf2_player.cpp:104:17: erreur : ‘FLUID_CHORUS_DEFAULT_LEVEL’ was not declared in this scope
  m_chorusLevel( FLUID_CHORUS_DEFAULT_LEVEL, 0, 10.0, 0.01, this, tr( "Chorus Level" ) ),
                 ^
/tmp/SBo/lmms-1.1.90/plugins/sf2_player/sf2_player.cpp:105:17: erreur : ‘FLUID_CHORUS_DEFAULT_SPEED’ was not declared in this scope
  m_chorusSpeed( FLUID_CHORUS_DEFAULT_SPEED, 0.29, 5.0, 0.01, this, tr( "Chorus Speed" ) ),
                 ^
/tmp/SBo/lmms-1.1.90/plugins/sf2_player/sf2_player.cpp:106:17: erreur : ‘FLUID_CHORUS_DEFAULT_DEPTH’ was not declared in this scope
  m_chorusDepth( FLUID_CHORUS_DEFAULT_DEPTH, 0, 46.0, 0.05, this, tr( "Chorus Depth" ) )
                 ^
/tmp/SBo/lmms-1.1.90/plugins/sf2_player/sf2_player.cpp: Dans la fonction membre ‘QString sf2Instrument::getCurrentPatchName()’:
/tmp/SBo/lmms-1.1.90/plugins/sf2_player/sf2_player.cpp:386:17: erreur : aggregate ‘fluid_preset_t preset’ has incomplete type and cannot be defined
  fluid_preset_t preset;
                 ^
/tmp/SBo/lmms-1.1.90/plugins/sf2_player/sf2_player.cpp:399:14: erreur : invalid use of incomplete type ‘fluid_sfont_t {aka struct _fluid_sfont_t}’
    pSoundFont->iteration_start( pSoundFont );
              ^
In file included from /usr/include/fluidsynth.h:95:0,
                 from /tmp/SBo/lmms-1.1.90/ /sf2_player.h:38,
                 from /tmp/SBo/lmms-1.1.90/plugins/sf2_player/sf2_player.cpp:32:
/usr/include/fluidsynth/types.h:40:16: note : forward declaration of ‘fluid_sfont_t {aka struct _fluid_sfont_t}’
 typedef struct _fluid_sfont_t fluid_sfont_t;                    /**< SoundFont */
                ^
/tmp/SBo/lmms-1.1.90/plugins/sf2_player/sf2_player.cpp:400:21: erreur : invalid use of incomplete type ‘fluid_sfont_t {aka struct _fluid_sfont_t}’
    while( pSoundFont->iteration_next( pSoundFont,





More information about the SlackBuilds-users mailing list