|
From: Christoph K. <chr...@we...> - 2018-08-14 06:51:32
|
<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>Hi *,</div>
<div> </div>
<div>I tried compiling the new version of Linuxsampler yesterday.</div>
<div> </div>
<div>Make exited with the error:</div>
<div> </div>
<div>
<div style="margin-left: 40px;">In file included from lscpparser.h:45:0,<br/>
from lscp.y:34:<br/>
../drivers/midi/MidiInstrumentMapper.h:146:120: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]<br/>
static void AddOrReplaceEntry(int Map, midi_prog_index_t Index, entry_t Entry, bool bInBackground = false) throw (Exception);<br/>
^~~~~<br/>
../drivers/midi/MidiInstrumentMapper.h:179:73: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]<br/>
static std::map<midi_prog_index_t,entry_t> Entries(int Map) throw (Exception);<br/>
^~~~~<br/>
../drivers/midi/MidiInstrumentMapper.h:195:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]<br/>
static int AddMap(String MapName = "") throw (Exception) ;<br/>
^~~~~<br/>
../drivers/midi/MidiInstrumentMapper.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]<br/>
static String MapName(int Map) throw (Exception);<br/>
^~~~~<br/>
../drivers/midi/MidiInstrumentMapper.h:213:60: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]<br/>
static void RenameMap(int Map, String NewName) throw (Exception);<br/>
^~~~~<br/>
lscp.y: In function ‘bool _isRuleTerminalSymbol(int)’:<br/>
lscp.y:1386:18: error: ‘yyprhs’ was not declared in this scope<br/>
for (int i = yyprhs[rule]; yyrhs[i] != -1; ++i)<br/>
^~~~~~<br/>
lscp.y:1386:18: note: suggested alternative: ‘yyr2’<br/>
for (int i = yyprhs[rule]; yyrhs[i] != -1; ++i)<br/>
^~~~~~<br/>
yyr2<br/>
lscp.y:1386:32: error: ‘yyrhs’ was not declared in this scope<br/>
for (int i = yyprhs[rule]; yyrhs[i] != -1; ++i)<br/>
^~~~~<br/>
lscp.y:1386:32: note: suggested alternative: ‘yyr2’<br/>
for (int i = yyprhs[rule]; yyrhs[i] != -1; ++i)<br/>
^~~~~<br/>
yyr2<br/>
Makefile:448: recipe for target 'lscpparser.lo' failed</div>
<div> </div>
<div> </div>
<div>Here is the ./configure output as well:</div>
<div> </div>
<div>
<div style="margin-left: 40px;">christoph@workstation:~/Desktop/project_linuxsampler/linuxsampler-2.1.0$ ./configure --prefix=/usr/local --disable-alsa-driver --disable-arts-driver --disable-artstest --disable-asio-driver --disable-midishare-driver --disable-coremidi-driver --disable-coreaudio-driver --disable-mmemidi-driver --disable-instruments-db --enable-rt-exceptions --enable-debug-level=1 --enable-preload-samples=16777216 --enable-eg-bottom=0.0005 --enable-eg-min-release-time=0.001 --enable-max-pitch=6 --enable-filter-cutoff-min=20.0 --enable-filter-cutoff-max=16000.0<br/>
checking for a BSD-compatible install... /usr/bin/install -c<br/>
checking whether build environment is sane... yes<br/>
checking for a thread-safe mkdir -p... /bin/mkdir -p<br/>
checking for gawk... gawk<br/>
checking whether make sets $(MAKE)... yes<br/>
checking whether make supports nested variables... yes<br/>
checking for gcc... gcc<br/>
checking whether the C compiler works... yes<br/>
checking for C compiler default output file name... a.out<br/>
checking for suffix of executables...<br/>
checking whether we are cross compiling... no<br/>
checking for suffix of object files... o<br/>
checking whether we are using the GNU C compiler... yes<br/>
checking whether gcc accepts -g... yes<br/>
checking for gcc option to accept ISO C89... none needed<br/>
checking whether gcc understands -c and -o together... yes<br/>
checking for style of include used by make... GNU<br/>
checking dependency style of gcc... gcc3<br/>
checking for g++... g++<br/>
checking whether we are using the GNU C++ compiler... yes<br/>
checking whether g++ accepts -g... yes<br/>
checking dependency style of g++... gcc3<br/>
checking build system type... x86_64-pc-linux-gnu<br/>
checking host system type... x86_64-pc-linux-gnu<br/>
checking how to print strings... printf<br/>
checking for a sed that does not truncate output... /bin/sed<br/>
checking for grep that handles long lines and -e... /bin/grep<br/>
checking for egrep... /bin/grep -E<br/>
checking for fgrep... /bin/grep -F<br/>
checking for ld used by gcc... /usr/bin/x86_64-linux-gnu-ld<br/>
checking if the linker (/usr/bin/x86_64-linux-gnu-ld) is GNU ld... yes<br/>
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B<br/>
checking the name lister (/usr/bin/nm -B) interface... BSD nm<br/>
checking whether ln -s works... yes<br/>
checking the maximum length of command line arguments... 1572864<br/>
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop<br/>
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop<br/>
checking for /usr/bin/x86_64-linux-gnu-ld option to reload object files... -r<br/>
checking for objdump... objdump<br/>
checking how to recognize dependent libraries... pass_all<br/>
checking for dlltool... dlltool<br/>
checking how to associate runtime and link libraries... printf %s\n<br/>
checking for ar... ar<br/>
checking for archiver @FILE support... @<br/>
checking for strip... strip<br/>
checking for ranlib... ranlib<br/>
checking command to parse /usr/bin/nm -B output from gcc object... ok<br/>
checking for sysroot... no<br/>
checking for a working dd... /bin/dd<br/>
checking how to truncate binary pipes... /bin/dd bs=4096 count=1<br/>
checking for mt... mt<br/>
checking if mt is a manifest tool... no<br/>
checking how to run the C preprocessor... gcc -E<br/>
checking for ANSI C header files... yes<br/>
checking for sys/types.h... yes<br/>
checking for sys/stat.h... yes<br/>
checking for stdlib.h... yes<br/>
checking for string.h... yes<br/>
checking for memory.h... yes<br/>
checking for strings.h... yes<br/>
checking for inttypes.h... yes<br/>
checking for stdint.h... yes<br/>
checking for unistd.h... yes<br/>
checking for dlfcn.h... yes<br/>
checking for objdir... .libs<br/>
checking if gcc supports -fno-rtti -fno-exceptions... no<br/>
checking for gcc option to produce PIC... -fPIC -DPIC<br/>
checking if gcc PIC flag -fPIC -DPIC works... yes<br/>
checking if gcc static flag -static works... yes<br/>
checking if gcc supports -c -o file.o... yes<br/>
checking if gcc supports -c -o file.o... (cached) yes<br/>
checking whether the gcc linker (/usr/bin/x86_64-linux-gnu-ld -m elf_x86_64) supports shared libraries... yes<br/>
checking whether -lc should be explicitly linked in... no<br/>
checking dynamic linker characteristics... GNU/Linux ld.so<br/>
checking how to hardcode library paths into programs... immediate<br/>
checking whether stripping libraries is possible... yes<br/>
checking if libtool supports shared libraries... yes<br/>
checking whether to build shared libraries... yes<br/>
checking whether to build static libraries... yes<br/>
checking how to run the C++ preprocessor... g++ -E<br/>
checking for ld used by g++... /usr/bin/x86_64-linux-gnu-ld -m elf_x86_64<br/>
checking if the linker (/usr/bin/x86_64-linux-gnu-ld -m elf_x86_64) is GNU ld... yes<br/>
checking whether the g++ linker (/usr/bin/x86_64-linux-gnu-ld -m elf_x86_64) supports shared libraries... yes<br/>
checking for g++ option to produce PIC... -fPIC -DPIC<br/>
checking if g++ PIC flag -fPIC -DPIC works... yes<br/>
checking if g++ static flag -static works... yes<br/>
checking if g++ supports -c -o file.o... yes<br/>
checking if g++ supports -c -o file.o... (cached) yes<br/>
checking whether the g++ linker (/usr/bin/x86_64-linux-gnu-ld -m elf_x86_64) supports shared libraries... yes<br/>
checking dynamic linker characteristics... (cached) GNU/Linux ld.so<br/>
checking how to hardcode library paths into programs... immediate<br/>
checking for flex... no<br/>
checking for lex... no<br/>
checking for bison... no<br/>
checking for byacc... no<br/>
checking whether byte ordering is bigendian... no<br/>
checking for pkg-config... /usr/bin/pkg-config<br/>
checking pkg-config is at least version 0.9.0... yes<br/>
checking whether x86 architecture... yes<br/>
checking for mmsystem.h... no<br/>
checking whether UNIX98 compatible... yes<br/>
checking features.h usability... yes<br/>
checking features.h presence... yes<br/>
checking for features.h... yes<br/>
checking for the pthreads library -lpthreads... no<br/>
checking whether pthreads work without any flags... no<br/>
checking whether pthreads work with -Kthread... no<br/>
checking whether pthreads work with -kthread... no<br/>
checking for the pthreads library -llthread... no<br/>
checking whether pthreads work with -pthread... yes<br/>
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE<br/>
checking if more special flags are required for pthreads... no<br/>
checking for compiler's pragma diagnostics... no<br/>
checking for NPTL bug... no<br/>
ALSA support disabled by configure script parameter<br/>
checking for JACK... yes<br/>
checking for jack_client_name_size... yes<br/>
checking for jack_client_open... yes<br/>
checking for jack_on_info_shutdown... yes<br/>
checking jack/midiport.h usability... yes<br/>
checking jack/midiport.h presence... yes<br/>
checking for jack/midiport.h... yes<br/>
checking for jack_midi_get_event_count... yes<br/>
ARTS support disabled by configure script parameter<br/>
Windows ASIO support disabled by configure script parameter<br/>
MidiShare support disabled by configure script parameter<br/>
CoreMIDI support disabled by configure script parameter<br/>
CoreAudio support disabled by configure script parameter<br/>
MME MIDI support disabled by configure script parameter<br/>
checking dssi.h usability... yes<br/>
checking dssi.h presence... yes<br/>
checking for dssi.h... yes<br/>
checking for LV2... yes<br/>
checking AudioUnit/AudioUnit.h usability... no<br/>
checking AudioUnit/AudioUnit.h presence... no<br/>
checking for AudioUnit/AudioUnit.h... no<br/>
checking for GIG... yes<br/>
yes, found libgig 4.1.0<br/>
checking for SNDFILE... yes<br/>
yes, found libsndfile 1.0<br/>
checking whether SF_FORMAT_VORBIS is declared... yes<br/>
checking whether SF_FORMAT_FLAC is declared... yes<br/>
checking for SF_INSTRUMENT.loops... yes<br/>
Instruments DB feature disabled by configure script parameter<br/>
benchmarking for the best (signed) triangular oscillator algorithm... integer math using abs()<br/>
benchmarking for the best (unsigned) triangular oscillator algorithm... integer math using abs()<br/>
checking for stdlib.h... (cached) yes<br/>
checking that generated files are newer than configure... done<br/>
configure: creating ./config.status<br/>
config.status: creating Makefile<br/>
config.status: creating man/Makefile<br/>
config.status: creating man/linuxsampler.1<br/>
config.status: creating man/lscp.1<br/>
config.status: creating src/Makefile<br/>
config.status: creating src/db/Makefile<br/>
config.status: creating src/network/Makefile<br/>
config.status: creating src/engines/Makefile<br/>
config.status: creating src/engines/gig/Makefile<br/>
config.status: creating src/engines/sf2/Makefile<br/>
config.status: creating src/engines/sfz/Makefile<br/>
config.status: creating src/engines/common/Makefile<br/>
config.status: creating src/effects/Makefile<br/>
config.status: creating src/common/Makefile<br/>
config.status: creating src/testcases/Makefile<br/>
config.status: creating src/drivers/Makefile<br/>
config.status: creating src/drivers/audio/Makefile<br/>
config.status: creating src/drivers/midi/Makefile<br/>
config.status: creating src/plugins/Makefile<br/>
config.status: creating src/hostplugins/Makefile<br/>
config.status: creating src/hostplugins/dssi/Makefile<br/>
config.status: creating src/hostplugins/lv2/Makefile<br/>
config.status: creating src/hostplugins/lv2/manifest.ttl<br/>
config.status: creating src/hostplugins/vst/Makefile<br/>
config.status: creating src/hostplugins/au/Makefile<br/>
config.status: creating src/scriptvm/Makefile<br/>
config.status: creating src/scriptvm/editor/Makefile<br/>
config.status: creating src/shell/Makefile<br/>
config.status: creating linuxsampler.spec<br/>
config.status: creating debian/Makefile<br/>
config.status: creating Artwork/Makefile<br/>
config.status: creating scripts/Makefile<br/>
config.status: creating osx/Makefile<br/>
config.status: creating osx/linuxsampler.xcodeproj/Makefile<br/>
config.status: creating Documentation/Makefile<br/>
config.status: creating Documentation/Engines/Makefile<br/>
config.status: creating Documentation/Engines/gig/Makefile<br/>
config.status: creating linuxsampler.pc<br/>
config.status: creating Doxyfile<br/>
config.status: creating config.h<br/>
config.status: config.h is unchanged<br/>
config.status: executing depfiles commands<br/>
config.status: executing libtool commands</div>
<div style="margin-left: 40px;">#####################################################################<br/>
# LinuxSampler Configuration #<br/>
#-------------------------------------------------------------------#<br/>
# Release Version: 2.1.0<br/>
# LSCP Version: 1.7<br/>
#-------------------------------------------------------------------<br/>
# Assembly Optimizations: yes<br/>
# Development Mode: no<br/>
# Debug Level: 1<br/>
# Use Exceptions in RT Context: yes<br/>
# Preload Samples: 16777216<br/>
# Maximum Pitch: 6 (octaves)<br/>
# Maximum Events: 1024<br/>
# Envelope Bottom Level: 0.0005 (linear)<br/>
# Envelope Minimum Release Time: 0.001 s<br/>
# Streams to be refilled per Disk Thread Cycle: 4<br/>
# Minimum Stream Refill Size: 1024<br/>
# Maximum Stream Refill Size: 65536<br/>
# Stream Size: 262144<br/>
# Default Maximum Disk Streams: 90<br/>
# Default Maximum Voices: 64<br/>
# Default Subfragment Size: 32<br/>
# Default Global Volume Attenuation: 0.35<br/>
# Voice Stealing Algorithm: oldestvoiceonkey<br/>
# Signed Triangular Oscillator Algorithm: intmathabs<br/>
# Unsigned Triangular Oscillator Algorithm: intmathabs<br/>
# SysEx Buffer Size: 2048 Byte<br/>
# Min. Portamento Time: 0.1 s<br/>
# Max. Portamento Time: 32 s<br/>
# Default Portamento Time: 1 s<br/>
# Force Filter Usage: no<br/>
# Filter Cutoff Minimum: 20.0 Hz<br/>
# Filter Cutoff Maximum: 16000.0 Hz<br/>
# Override Filter Cutoff Controller: no<br/>
# Override Filter Resonance Controller: no<br/>
# Override Filter Type: no<br/>
# Assert GS SysEx Checksum: no<br/>
# Process Muted Channels: no<br/>
# Process All-Notes-Off MIDI message: yes<br/>
# Apply global volume SysEx by MIDI port: no<br/>
# Interpolate Volume: yes<br/>
# Instruments database support: no<br/>
# Plugin Path: /usr/local/lib/linuxsampler/plugins<br/>
#-------------------------------------------------------------------<br/>
# MIDI Input Drivers:<br/>
# ALSA: no, JACK: yes, CoreMIDI: no, MME: no, MidiShare: no<br/>
#-------------------------------------------------------------------<br/>
# Audio Output Drivers:<br/>
# ALSA: no, JACK: yes, ARTS: no, CoreAudio: no, ASIO: no<br/>
#-------------------------------------------------------------------<br/>
# Sampler Engines:<br/>
# GIG: yes, SF2: yes, SFZ: yes<br/>
#-------------------------------------------------------------------<br/>
# Effect plugin systems for internal effects:<br/>
# LADSPA: yes<br/>
#-------------------------------------------------------------------<br/>
# Building sampler as plugin for following host standards:<br/>
# DSSI: yes, LV2: yes, VST: no, AU: no<br/>
#-------------------------------------------------------------------#<br/>
# Read './configure --help' or file 'configure.in' for details. #<br/>
#####################################################################</div>
<div style="margin-left: 40px;">Good. Now type 'make' to compile, followed by 'make install' as root.</div>
<div style="margin-left: 40px;">christoph@workstation:~/Desktop/project_linuxsampler/linuxsampler-2.1.0$ make<br/>
make all-recursive<br/>
make[1]: Entering directory '/home/christoph/Desktop/project_linuxsampler/linuxsampler-2.1.0'<br/>
Making all in man<br/>
make[2]: Entering directory '/home/christoph/Desktop/project_linuxsampler/linuxsampler-2.1.0/man'<br/>
make[2]: Nothing to be done for 'all'.<br/>
make[2]: Leaving directory '/home/christoph/Desktop/project_linuxsampler/linuxsampler-2.1.0/man'<br/>
Making all in src<br/>
make[2]: Entering directory '/home/christoph/Desktop/project_linuxsampler/linuxsampler-2.1.0/src'<br/>
Making all in scriptvm<br/>
make[3]: Entering directory '/home/christoph/Desktop/project_linuxsampler/linuxsampler-2.1.0/src/scriptvm'<br/>
make all-recursive<br/>
make[4]: Entering directory '/home/christoph/Desktop/project_linuxsampler/linuxsampler-2.1.0/src/scriptvm'<br/>
Making all in editor<br/>
make[5]: Entering directory '/home/christoph/Desktop/project_linuxsampler/linuxsampler-2.1.0/src/scriptvm/editor'<br/>
make[5]: Nothing to be done for 'all'.<br/>
make[5]: Leaving directory '/home/christoph/Desktop/project_linuxsampler/linuxsampler-2.1.0/src/scriptvm/editor'<br/>
make[5]: Entering directory '/home/christoph/Desktop/project_linuxsampler/linuxsampler-2.1.0/src/scriptvm'<br/>
make[5]: Nothing to be done for 'all-am'.<br/>
make[5]: Leaving directory '/home/christoph/Desktop/project_linuxsampler/linuxsampler-2.1.0/src/scriptvm'<br/>
make[4]: Leaving directory '/home/christoph/Desktop/project_linuxsampler/linuxsampler-2.1.0/src/scriptvm'<br/>
make[3]: Leaving directory '/home/christoph/Desktop/project_linuxsampler/linuxsampler-2.1.0/src/scriptvm'<br/>
Making all in db<br/>
make[3]: Entering directory '/home/christoph/Desktop/project_linuxsampler/linuxsampler-2.1.0/src/db'<br/>
make[3]: Nothing to be done for 'all'.<br/>
make[3]: Leaving directory '/home/christoph/Desktop/project_linuxsampler/linuxsampler-2.1.0/src/db'<br/>
Making all in network<br/>
make[3]: Entering directory '/home/christoph/Desktop/project_linuxsampler/linuxsampler-2.1.0/src/network'<br/>
depbase=`echo lscpparser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\<br/>
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/libgig -Wreturn-type -ffast-math -g -O2 -pthread -MT lscpparser.lo -MD -MP -MF $depbase.Tpo -c -o lscpparser.lo lscpparser.cpp &&\<br/>
mv -f $depbase.Tpo $depbase.Plo<br/>
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/libgig -Wreturn-type -ffast-math -g -O2 -pthread -MT lscpparser.lo -MD -MP -MF .deps/lscpparser.Tpo -c lscpparser.cpp -fPIC -DPIC -o .libs/lscpparser.o<br/>
In file included from lscpparser.h:41:0,<br/>
from lscp.y:34:<br/>
../common/global_private.h:95:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]<br/>
inline int ToInt(const std::string& s) throw(LinuxSampler::Exception) {<br/>
^~~~~<br/>
../common/global_private.h:102:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]<br/>
inline float ToFloat(const std::string& s) throw(LinuxSampler::Exception) {<br/>
^~~~~<br/>
In file included from ../engines/../drivers/audio/../DeviceParameter.h:31:0,<br/>
from ../engines/../drivers/audio/AudioOutputDevice.h:35,<br/>
from ../engines/EngineChannel.h:25,<br/>
from ../Sampler.h:32,<br/>
from lscpevent.h:30,<br/>
from lscpparser.h:43,<br/>
from lscp.y:34:<br/>
../engines/../drivers/audio/../../common/optional.h:73:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]<br/>
const T& get() const throw (Exception) {<br/>
^~~~~<br/>
../engines/../drivers/audio/../../common/optional.h:78:22: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]<br/>
T& get() throw (Exception) {<br/>
^~~~~<br/>
../engines/../drivers/audio/../../common/optional.h:95:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]<br/>
const T& operator *() const throw (Exception) { return get(); }<br/>
^~~~~<br/>
../engines/../drivers/audio/../../common/optional.h:96:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]<br/>
T& operator *() throw (Exception) { return get(); }<br/>
^~~~~<br/>
../engines/../drivers/audio/../../common/optional.h:98:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]<br/>
const T* operator ->() const throw (Exception) {<br/>
^~~~~<br/>
../engines/../drivers/audio/../../common/optional.h:103:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]<br/>
T* operator ->() throw (Exception) {<br/>
^~~~~<br/>
In file included from ../engines/../drivers/audio/AudioOutputDevice.h:35:0,<br/>
from ../engines/EngineChannel.h:25,<br/>
from ../Sampler.h:32,<br/>
from lscpevent.h:30,<br/>
from lscpparser.h:43,<br/>
from lscp.y:34:<br/>
../engines/../drivers/audio/../DeviceParameter.h:181:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]<br/>
virtual void SetValue(String val) throw (Exception) = 0;<br/>
^~~~~<br/>
../engines/../drivers/audio/../DeviceParameter.h:224:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]<br/>
virtual void SetValue(String val) throw (Exception) OVERRIDE;<br/>
^~~~~<br/>
../engines/../drivers/audio/../DeviceParameter.h:231:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]<br/>
virtual void SetValue(bool b) throw (Exception);<br/>
^~~~~<br/>
../engines/../drivers/audio/../DeviceParameter.h:246:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]<br/>
virtual void OnSetValue(bool b) throw (Exception) = 0;<br/>
^~~~~<br/>
../engines/../drivers/audio/../DeviceParameter.h:283:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]<br/>
virtual void SetValue(String val) throw (Exception) OVERRIDE;<br/>
^~~~~<br/>
../engines/../drivers/audio/../DeviceParameter.h:290:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]<br/>
virtual void SetValue(int i) throw (Exception);<br/>
^~~~~<br/>
../engines/../drivers/audio/../DeviceParameter.h:329:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]<br/>
virtual void OnSetValue(int i) throw (Exception) = 0;<br/>
^~~~~<br/>
../engines/../drivers/audio/../DeviceParameter.h:367:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]<br/>
virtual void SetValue(String val) throw (Exception) OVERRIDE;<br/>
^~~~~<br/>
../engines/../drivers/audio/../DeviceParameter.h:374:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]<br/>
virtual void SetValue(float f) throw (Exception);<br/>
^~~~~<br/>
../engines/../drivers/audio/../DeviceParameter.h:453:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]<br/>
virtual void SetValue(String val) throw (Exception) OVERRIDE;<br/>
^~~~~<br/>
../engines/../drivers/audio/../DeviceParameter.h:460:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]<br/>
virtual void SetValueAsString(String s) throw (Exception);<br/>
^~~~~<br/>
../engines/../drivers/audio/../DeviceParameter.h:523:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]<br/>
virtual void SetValue(String val) throw (Exception) OVERRIDE;<br/>
^~~~~<br/>
../engines/../drivers/audio/../DeviceParameter.h:530:74: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]<br/>
virtual void SetValue(std::vector<String> vS) throw (Exception);<br/>
^~~~~<br/>
../engines/../drivers/audio/../DeviceParameter.h:771:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]<br/>
DeviceCreationParameterBool(String val) throw (Exception);<br/>
^~~~~<br/>
../engines/../drivers/audio/../DeviceParameter.h:779:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]<br/>
virtual void SetValue(String val) throw (Exception) OVERRIDE;<br/>
^~~~~<br/>
../engines/../drivers/audio/../DeviceParameter.h:782:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]<br/>
virtual void SetValue(bool b) throw (Exception);<br/>
^~~~~<br/>
../engines/../drivers/audio/../DeviceParameter.h:785:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]<br/>
virtual void OnSetValue(bool b) throw (Exception) = 0;<br/>
^~~~~<br/>
../engines/../drivers/audio/../DeviceParameter.h:808:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]<br/>
DeviceCreationParameterInt(String val) throw (Exception);<br/>
^~~~~<br/>
../engines/../drivers/audio/../DeviceParameter.h:816:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]<br/>
virtual void SetValue(String val) throw (Exception) OVERRIDE;<br/>
^~~~~<br/>
../engines/../drivers/audio/../DeviceParameter.h:819:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]<br/>
virtual void SetValue(int i) throw (Exception);<br/>
^~~~~<br/>
../engines/../drivers/audio/../DeviceParameter.h:825:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]<br/>
virtual void OnSetValue(int i) throw (Exception) = 0;<br/>
^~~~~<br/>
../engines/../drivers/audio/../DeviceParameter.h:848:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]<br/>
DeviceCreationParameterFloat(String val) throw (Exception);<br/>
^~~~~<br/>
../engines/../drivers/audio/../DeviceParameter.h:856:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]<br/>
virtual void SetValue(String val) throw (Exception) OVERRIDE;<br/>
^~~~~<br/>
../engines/../drivers/audio/../DeviceParameter.h:859:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]<br/>
virtual void SetValue(float f) throw (Exception);<br/>
^~~~~<br/>
../engines/../drivers/audio/../DeviceParameter.h:865:46: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]<br/>
virtual void OnSetValue(float f) throw (Exception) = 0;<br/>
^~~~~<br/>
../engines/../drivers/audio/../DeviceParameter.h:895:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]<br/>
virtual void SetValue(String val) throw (Exception) OVERRIDE;<br/>
^~~~~<br/>
../engines/../drivers/audio/../DeviceParameter.h:898:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]<br/>
virtual void SetValueAsString(String s) throw (Exception);<br/>
^~~~~<br/>
../engines/../drivers/audio/../DeviceParameter.h:902:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]<br/>
virtual void OnSetValue(String s) throw (Exception) = 0;<br/>
^~~~~<br/>
../engines/../drivers/audio/../DeviceParameter.h:926:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]<br/>
DeviceCreationParameterStrings(String val) throw (Exception);<br/>
^~~~~<br/>
../engines/../drivers/audio/../DeviceParameter.h:935:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]<br/>
virtual void SetValue(String val) throw (Exception) OVERRIDE;<br/>
^~~~~<br/>
../engines/../drivers/audio/../DeviceParameter.h:938:74: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]<br/>
virtual void SetValue(std::vector<String> vS) throw (Exception);<br/>
^~~~~<br/>
../engines/../drivers/audio/../DeviceParameter.h:942:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]<br/>
virtual void OnSetValue(std::vector<String> vS) throw (Exception) = 0;<br/>
^~~~~<br/>
In file included from ../engines/../drivers/audio/../../engines/Engine.h:28:0,<br/>
from ../engines/../drivers/audio/AudioOutputDevice.h:36,<br/>
from ../engines/EngineChannel.h:25,<br/>
from ../Sampler.h:32,<br/>
from lscpevent.h:30,<br/>
from lscpparser.h:43,<br/>
from lscp.y:34:<br/>
../engines/../drivers/audio/../../engines/InstrumentManager.h:190:137: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]<br/>
virtual InstrumentEditor* LaunchInstrumentEditor(EngineChannel* pEngineChannel, instrument_id_t ID, void* pUserData = NULL) throw (InstrumentManagerException) = 0;<br/>
^~~~~<br/>
../engines/../drivers/audio/../../engines/InstrumentManager.h:199:88: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]<br/>
virtual std::vector<instrument_id_t> GetInstrumentFileContent(String File) throw (InstrumentManagerException) = 0;<br/>
^~~~~<br/>
../engines/../drivers/audio/../../engines/InstrumentManager.h:207:77: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]<br/>
virtual instrument_info_t GetInstrumentInfo(instrument_id_t ID) throw (InstrumentManagerException) = 0;<br/>
^~~~~<br/>
In file included from ../engines/../drivers/audio/AudioOutputDevice.h:36:0,<br/>
from ../engines/EngineChannel.h:25,<br/>
from ../Sampler.h:32,<br/>
from lscpevent.h:30,<br/>
from lscpparser.h:43,<br/>
from lscp.y:34:<br/>
../engines/../drivers/audio/../../engines/Engine.h:56:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]<br/>
virtual void SetMaxVoices(int iVoices) throw (Exception) = 0;<br/>
^~~~~<br/>
../engines/../drivers/audio/../../engines/Engine.h:61:60: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]<br/>
virtual void SetMaxDiskStreams(int iStreams) throw (Exception) = 0;<br/>
^~~~~<br/>
In file included from ../engines/../drivers/audio/AudioOutputDevice.h:37:0,<br/>
from ../engines/EngineChannel.h:25,<br/>
from ../Sampler.h:32,<br/>
from lscpevent.h:30,<br/>
from lscpparser.h:43,<br/>
from lscp.y:34:<br/>
../engines/../drivers/audio/AudioChannel.h:72:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]<br/>
virtual void OnSetValue(bool b) throw (Exception) OVERRIDE { /* cannot happen, as parameter is fix */ }<br/>
^~~~~<br/>
../engines/../drivers/audio/AudioChannel.h:83:64: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]<br/>
virtual void OnSetValue(int i) throw (Exception) OVERRIDE { /*TODO: needs to be implemented */ }<br/>
^~~~~<br/>
In file included from ../engines/../drivers/audio/../../effects/Effect.h:27:0,<br/>
from ../engines/../drivers/audio/../../effects/EffectChain.h:24,<br/>
from ../engines/../drivers/audio/AudioOutputDevice.h:39,<br/>
from ../engines/EngineChannel.h:25,<br/>
from ../Sampler.h:32,<br/>
from lscpevent.h:30,<br/>
from lscpparser.h:43,<br/>
from lscp.y:34:<br/>
../engines/../drivers/audio/../../effects/EffectControl.h:32:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]<br/>
virtual void SetValue(float val) throw (Exception);<br/>
^~~~~<br/>
In file included from ../engines/../drivers/audio/../../effects/EffectChain.h:24:0,<br/>
from ../engines/../drivers/audio/AudioOutputDevice.h:39,<br/>
from ../engines/EngineChannel.h:25,<br/>
from ../Sampler.h:32,<br/>
from lscpevent.h:30,<br/>
from lscpparser.h:43,<br/>
from lscp.y:34:<br/>
../engines/../drivers/audio/../../effects/Effect.h:77:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]<br/>
virtual void InitEffect(AudioOutputDevice* pDevice) throw (Exception);<br/>
^~~~~<br/>
In file included from ../engines/../drivers/audio/AudioOutputDevice.h:39:0,<br/>
from ../engines/EngineChannel.h:25,<br/>
from ../Sampler.h:32,<br/>
from lscpevent.h:30,<br/>
from lscpparser.h:43,<br/>
from lscp.y:34:<br/>
../engines/../drivers/audio/../../effects/EffectChain.h:60:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]<br/>
void InsertEffect(Effect* pEffect, int iChainPos) throw (Exception);<br/>
&n...
[truncated message content] |