Hi *,
I tried compiling the new version of Linuxsampler yesterday.
Make exited with the error:
In file included from lscpparser.h:45:0,
from lscp.y:34:
../drivers/midi/MidiInstrumentMapper.h:146:120: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static void AddOrReplaceEntry(int Map, midi_prog_index_t Index, entry_t Entry, bool bInBackground = false) throw (Exception);
^~~~~
../drivers/midi/MidiInstrumentMapper.h:179:73: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static std::map<midi_prog_index_t,entry_t> Entries(int Map) throw (Exception);
^~~~~
../drivers/midi/MidiInstrumentMapper.h:195:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static int AddMap(String MapName = "") throw (Exception) ;
^~~~~
../drivers/midi/MidiInstrumentMapper.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static String MapName(int Map) throw (Exception);
^~~~~
../drivers/midi/MidiInstrumentMapper.h:213:60: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static void RenameMap(int Map, String NewName) throw (Exception);
^~~~~
lscp.y: In function ‘bool _isRuleTerminalSymbol(int)’:
lscp.y:1386:18: error: ‘yyprhs’ was not declared in this scope
for (int i = yyprhs[rule]; yyrhs[i] != -1; ++i)
^~~~~~
lscp.y:1386:18: note: suggested alternative: ‘yyr2’
for (int i = yyprhs[rule]; yyrhs[i] != -1; ++i)
^~~~~~
yyr2
lscp.y:1386:32: error: ‘yyrhs’ was not declared in this scope
for (int i = yyprhs[rule]; yyrhs[i] != -1; ++i)
^~~~~
lscp.y:1386:32: note: suggested alternative: ‘yyr2’
for (int i = yyprhs[rule]; yyrhs[i] != -1; ++i)
^~~~~
yyr2
Makefile:448: recipe for target 'lscpparser.lo' failed
from lscp.y:34:
../drivers/midi/MidiInstrumentMapper.h:146:120: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static void AddOrReplaceEntry(int Map, midi_prog_index_t Index, entry_t Entry, bool bInBackground = false) throw (Exception);
^~~~~
../drivers/midi/MidiInstrumentMapper.h:179:73: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static std::map<midi_prog_index_t,entry_t> Entries(int Map) throw (Exception);
^~~~~
../drivers/midi/MidiInstrumentMapper.h:195:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static int AddMap(String MapName = "") throw (Exception) ;
^~~~~
../drivers/midi/MidiInstrumentMapper.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static String MapName(int Map) throw (Exception);
^~~~~
../drivers/midi/MidiInstrumentMapper.h:213:60: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static void RenameMap(int Map, String NewName) throw (Exception);
^~~~~
lscp.y: In function ‘bool _isRuleTerminalSymbol(int)’:
lscp.y:1386:18: error: ‘yyprhs’ was not declared in this scope
for (int i = yyprhs[rule]; yyrhs[i] != -1; ++i)
^~~~~~
lscp.y:1386:18: note: suggested alternative: ‘yyr2’
for (int i = yyprhs[rule]; yyrhs[i] != -1; ++i)
^~~~~~
yyr2
lscp.y:1386:32: error: ‘yyrhs’ was not declared in this scope
for (int i = yyprhs[rule]; yyrhs[i] != -1; ++i)
^~~~~
lscp.y:1386:32: note: suggested alternative: ‘yyr2’
for (int i = yyprhs[rule]; yyrhs[i] != -1; ++i)
^~~~~
yyr2
Makefile:448: recipe for target 'lscpparser.lo' failed
Here is the ./configure output as well:
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
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/x86_64-linux-gnu-ld
checking if the linker (/usr/bin/x86_64-linux-gnu-ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/x86_64-linux-gnu-ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/x86_64-linux-gnu-ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/x86_64-linux-gnu-ld -m elf_x86_64
checking if the linker (/usr/bin/x86_64-linux-gnu-ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/x86_64-linux-gnu-ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/x86_64-linux-gnu-ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for flex... no
checking for lex... no
checking for bison... no
checking for byacc... no
checking whether byte ordering is bigendian... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking whether x86 architecture... yes
checking for mmsystem.h... no
checking whether UNIX98 compatible... yes
checking features.h usability... yes
checking features.h presence... yes
checking for features.h... yes
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for compiler's pragma diagnostics... no
checking for NPTL bug... no
ALSA support disabled by configure script parameter
checking for JACK... yes
checking for jack_client_name_size... yes
checking for jack_client_open... yes
checking for jack_on_info_shutdown... yes
checking jack/midiport.h usability... yes
checking jack/midiport.h presence... yes
checking for jack/midiport.h... yes
checking for jack_midi_get_event_count... yes
ARTS support disabled by configure script parameter
Windows ASIO support disabled by configure script parameter
MidiShare support disabled by configure script parameter
CoreMIDI support disabled by configure script parameter
CoreAudio support disabled by configure script parameter
MME MIDI support disabled by configure script parameter
checking dssi.h usability... yes
checking dssi.h presence... yes
checking for dssi.h... yes
checking for LV2... yes
checking AudioUnit/AudioUnit.h usability... no
checking AudioUnit/AudioUnit.h presence... no
checking for AudioUnit/AudioUnit.h... no
checking for GIG... yes
yes, found libgig 4.1.0
checking for SNDFILE... yes
yes, found libsndfile 1.0
checking whether SF_FORMAT_VORBIS is declared... yes
checking whether SF_FORMAT_FLAC is declared... yes
checking for SF_INSTRUMENT.loops... yes
Instruments DB feature disabled by configure script parameter
benchmarking for the best (signed) triangular oscillator algorithm... integer math using abs()
benchmarking for the best (unsigned) triangular oscillator algorithm... integer math using abs()
checking for stdlib.h... (cached) yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating man/Makefile
config.status: creating man/linuxsampler.1
config.status: creating man/lscp.1
config.status: creating src/Makefile
config.status: creating src/db/Makefile
config.status: creating src/network/Makefile
config.status: creating src/engines/Makefile
config.status: creating src/engines/gig/Makefile
config.status: creating src/engines/sf2/Makefile
config.status: creating src/engines/sfz/Makefile
config.status: creating src/engines/common/Makefile
config.status: creating src/effects/Makefile
config.status: creating src/common/Makefile
config.status: creating src/testcases/Makefile
config.status: creating src/drivers/Makefile
config.status: creating src/drivers/audio/Makefile
config.status: creating src/drivers/midi/Makefile
config.status: creating src/plugins/Makefile
config.status: creating src/hostplugins/Makefile
config.status: creating src/hostplugins/dssi/Makefile
config.status: creating src/hostplugins/lv2/Makefile
config.status: creating src/hostplugins/lv2/manifest.ttl
config.status: creating src/hostplugins/vst/Makefile
config.status: creating src/hostplugins/au/Makefile
config.status: creating src/scriptvm/Makefile
config.status: creating src/scriptvm/editor/Makefile
config.status: creating src/shell/Makefile
config.status: creating linuxsampler.spec
config.status: creating debian/Makefile
config.status: creating Artwork/Makefile
config.status: creating scripts/Makefile
config.status: creating osx/Makefile
config.status: creating osx/linuxsampler.xcodeproj/Makefile
config.status: creating Documentation/Makefile
config.status: creating Documentation/Engines/Makefile
config.status: creating Documentation/Engines/gig/Makefile
config.status: creating linuxsampler.pc
config.status: creating Doxyfile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/x86_64-linux-gnu-ld
checking if the linker (/usr/bin/x86_64-linux-gnu-ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/x86_64-linux-gnu-ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/x86_64-linux-gnu-ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/x86_64-linux-gnu-ld -m elf_x86_64
checking if the linker (/usr/bin/x86_64-linux-gnu-ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/x86_64-linux-gnu-ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/x86_64-linux-gnu-ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for flex... no
checking for lex... no
checking for bison... no
checking for byacc... no
checking whether byte ordering is bigendian... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking whether x86 architecture... yes
checking for mmsystem.h... no
checking whether UNIX98 compatible... yes
checking features.h usability... yes
checking features.h presence... yes
checking for features.h... yes
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for compiler's pragma diagnostics... no
checking for NPTL bug... no
ALSA support disabled by configure script parameter
checking for JACK... yes
checking for jack_client_name_size... yes
checking for jack_client_open... yes
checking for jack_on_info_shutdown... yes
checking jack/midiport.h usability... yes
checking jack/midiport.h presence... yes
checking for jack/midiport.h... yes
checking for jack_midi_get_event_count... yes
ARTS support disabled by configure script parameter
Windows ASIO support disabled by configure script parameter
MidiShare support disabled by configure script parameter
CoreMIDI support disabled by configure script parameter
CoreAudio support disabled by configure script parameter
MME MIDI support disabled by configure script parameter
checking dssi.h usability... yes
checking dssi.h presence... yes
checking for dssi.h... yes
checking for LV2... yes
checking AudioUnit/AudioUnit.h usability... no
checking AudioUnit/AudioUnit.h presence... no
checking for AudioUnit/AudioUnit.h... no
checking for GIG... yes
yes, found libgig 4.1.0
checking for SNDFILE... yes
yes, found libsndfile 1.0
checking whether SF_FORMAT_VORBIS is declared... yes
checking whether SF_FORMAT_FLAC is declared... yes
checking for SF_INSTRUMENT.loops... yes
Instruments DB feature disabled by configure script parameter
benchmarking for the best (signed) triangular oscillator algorithm... integer math using abs()
benchmarking for the best (unsigned) triangular oscillator algorithm... integer math using abs()
checking for stdlib.h... (cached) yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating man/Makefile
config.status: creating man/linuxsampler.1
config.status: creating man/lscp.1
config.status: creating src/Makefile
config.status: creating src/db/Makefile
config.status: creating src/network/Makefile
config.status: creating src/engines/Makefile
config.status: creating src/engines/gig/Makefile
config.status: creating src/engines/sf2/Makefile
config.status: creating src/engines/sfz/Makefile
config.status: creating src/engines/common/Makefile
config.status: creating src/effects/Makefile
config.status: creating src/common/Makefile
config.status: creating src/testcases/Makefile
config.status: creating src/drivers/Makefile
config.status: creating src/drivers/audio/Makefile
config.status: creating src/drivers/midi/Makefile
config.status: creating src/plugins/Makefile
config.status: creating src/hostplugins/Makefile
config.status: creating src/hostplugins/dssi/Makefile
config.status: creating src/hostplugins/lv2/Makefile
config.status: creating src/hostplugins/lv2/manifest.ttl
config.status: creating src/hostplugins/vst/Makefile
config.status: creating src/hostplugins/au/Makefile
config.status: creating src/scriptvm/Makefile
config.status: creating src/scriptvm/editor/Makefile
config.status: creating src/shell/Makefile
config.status: creating linuxsampler.spec
config.status: creating debian/Makefile
config.status: creating Artwork/Makefile
config.status: creating scripts/Makefile
config.status: creating osx/Makefile
config.status: creating osx/linuxsampler.xcodeproj/Makefile
config.status: creating Documentation/Makefile
config.status: creating Documentation/Engines/Makefile
config.status: creating Documentation/Engines/gig/Makefile
config.status: creating linuxsampler.pc
config.status: creating Doxyfile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
#####################################################################
# LinuxSampler Configuration #
#-------------------------------------------------------------------#
# Release Version: 2.1.0
# LSCP Version: 1.7
#-------------------------------------------------------------------
# Assembly Optimizations: yes
# Development Mode: no
# Debug Level: 1
# Use Exceptions in RT Context: yes
# Preload Samples: 16777216
# Maximum Pitch: 6 (octaves)
# Maximum Events: 1024
# Envelope Bottom Level: 0.0005 (linear)
# Envelope Minimum Release Time: 0.001 s
# Streams to be refilled per Disk Thread Cycle: 4
# Minimum Stream Refill Size: 1024
# Maximum Stream Refill Size: 65536
# Stream Size: 262144
# Default Maximum Disk Streams: 90
# Default Maximum Voices: 64
# Default Subfragment Size: 32
# Default Global Volume Attenuation: 0.35
# Voice Stealing Algorithm: oldestvoiceonkey
# Signed Triangular Oscillator Algorithm: intmathabs
# Unsigned Triangular Oscillator Algorithm: intmathabs
# SysEx Buffer Size: 2048 Byte
# Min. Portamento Time: 0.1 s
# Max. Portamento Time: 32 s
# Default Portamento Time: 1 s
# Force Filter Usage: no
# Filter Cutoff Minimum: 20.0 Hz
# Filter Cutoff Maximum: 16000.0 Hz
# Override Filter Cutoff Controller: no
# Override Filter Resonance Controller: no
# Override Filter Type: no
# Assert GS SysEx Checksum: no
# Process Muted Channels: no
# Process All-Notes-Off MIDI message: yes
# Apply global volume SysEx by MIDI port: no
# Interpolate Volume: yes
# Instruments database support: no
# Plugin Path: /usr/local/lib/linuxsampler/plugins
#-------------------------------------------------------------------
# MIDI Input Drivers:
# ALSA: no, JACK: yes, CoreMIDI: no, MME: no, MidiShare: no
#-------------------------------------------------------------------
# Audio Output Drivers:
# ALSA: no, JACK: yes, ARTS: no, CoreAudio: no, ASIO: no
#-------------------------------------------------------------------
# Sampler Engines:
# GIG: yes, SF2: yes, SFZ: yes
#-------------------------------------------------------------------
# Effect plugin systems for internal effects:
# LADSPA: yes
#-------------------------------------------------------------------
# Building sampler as plugin for following host standards:
# DSSI: yes, LV2: yes, VST: no, AU: no
#-------------------------------------------------------------------#
# Read './configure --help' or file 'configure.in' for details. #
#####################################################################
# LinuxSampler Configuration #
#-------------------------------------------------------------------#
# Release Version: 2.1.0
# LSCP Version: 1.7
#-------------------------------------------------------------------
# Assembly Optimizations: yes
# Development Mode: no
# Debug Level: 1
# Use Exceptions in RT Context: yes
# Preload Samples: 16777216
# Maximum Pitch: 6 (octaves)
# Maximum Events: 1024
# Envelope Bottom Level: 0.0005 (linear)
# Envelope Minimum Release Time: 0.001 s
# Streams to be refilled per Disk Thread Cycle: 4
# Minimum Stream Refill Size: 1024
# Maximum Stream Refill Size: 65536
# Stream Size: 262144
# Default Maximum Disk Streams: 90
# Default Maximum Voices: 64
# Default Subfragment Size: 32
# Default Global Volume Attenuation: 0.35
# Voice Stealing Algorithm: oldestvoiceonkey
# Signed Triangular Oscillator Algorithm: intmathabs
# Unsigned Triangular Oscillator Algorithm: intmathabs
# SysEx Buffer Size: 2048 Byte
# Min. Portamento Time: 0.1 s
# Max. Portamento Time: 32 s
# Default Portamento Time: 1 s
# Force Filter Usage: no
# Filter Cutoff Minimum: 20.0 Hz
# Filter Cutoff Maximum: 16000.0 Hz
# Override Filter Cutoff Controller: no
# Override Filter Resonance Controller: no
# Override Filter Type: no
# Assert GS SysEx Checksum: no
# Process Muted Channels: no
# Process All-Notes-Off MIDI message: yes
# Apply global volume SysEx by MIDI port: no
# Interpolate Volume: yes
# Instruments database support: no
# Plugin Path: /usr/local/lib/linuxsampler/plugins
#-------------------------------------------------------------------
# MIDI Input Drivers:
# ALSA: no, JACK: yes, CoreMIDI: no, MME: no, MidiShare: no
#-------------------------------------------------------------------
# Audio Output Drivers:
# ALSA: no, JACK: yes, ARTS: no, CoreAudio: no, ASIO: no
#-------------------------------------------------------------------
# Sampler Engines:
# GIG: yes, SF2: yes, SFZ: yes
#-------------------------------------------------------------------
# Effect plugin systems for internal effects:
# LADSPA: yes
#-------------------------------------------------------------------
# Building sampler as plugin for following host standards:
# DSSI: yes, LV2: yes, VST: no, AU: no
#-------------------------------------------------------------------#
# Read './configure --help' or file 'configure.in' for details. #
#####################################################################
Good. Now type 'make' to compile, followed by 'make install' as root.
christoph@workstation:~/Desktop/project_linuxsampler/linuxsampler-2.1.0$ make
make all-recursive
make[1]: Entering directory '/home/christoph/Desktop/project_linuxsampler/linuxsampler-2.1.0'
Making all in man
make[2]: Entering directory '/home/christoph/Desktop/project_linuxsampler/linuxsampler-2.1.0/man'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/christoph/Desktop/project_linuxsampler/linuxsampler-2.1.0/man'
Making all in src
make[2]: Entering directory '/home/christoph/Desktop/project_linuxsampler/linuxsampler-2.1.0/src'
Making all in scriptvm
make[3]: Entering directory '/home/christoph/Desktop/project_linuxsampler/linuxsampler-2.1.0/src/scriptvm'
make all-recursive
make[4]: Entering directory '/home/christoph/Desktop/project_linuxsampler/linuxsampler-2.1.0/src/scriptvm'
Making all in editor
make[5]: Entering directory '/home/christoph/Desktop/project_linuxsampler/linuxsampler-2.1.0/src/scriptvm/editor'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/christoph/Desktop/project_linuxsampler/linuxsampler-2.1.0/src/scriptvm/editor'
make[5]: Entering directory '/home/christoph/Desktop/project_linuxsampler/linuxsampler-2.1.0/src/scriptvm'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/home/christoph/Desktop/project_linuxsampler/linuxsampler-2.1.0/src/scriptvm'
make[4]: Leaving directory '/home/christoph/Desktop/project_linuxsampler/linuxsampler-2.1.0/src/scriptvm'
make[3]: Leaving directory '/home/christoph/Desktop/project_linuxsampler/linuxsampler-2.1.0/src/scriptvm'
Making all in db
make[3]: Entering directory '/home/christoph/Desktop/project_linuxsampler/linuxsampler-2.1.0/src/db'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/christoph/Desktop/project_linuxsampler/linuxsampler-2.1.0/src/db'
Making all in network
make[3]: Entering directory '/home/christoph/Desktop/project_linuxsampler/linuxsampler-2.1.0/src/network'
depbase=`echo lscpparser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/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 &&\
mv -f $depbase.Tpo $depbase.Plo
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
In file included from lscpparser.h:41:0,
from lscp.y:34:
../common/global_private.h:95:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
inline int ToInt(const std::string& s) throw(LinuxSampler::Exception) {
^~~~~
../common/global_private.h:102:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
inline float ToFloat(const std::string& s) throw(LinuxSampler::Exception) {
^~~~~
In file included from ../engines/../drivers/audio/../DeviceParameter.h:31:0,
from ../engines/../drivers/audio/AudioOutputDevice.h:35,
from ../engines/EngineChannel.h:25,
from ../Sampler.h:32,
from lscpevent.h:30,
from lscpparser.h:43,
from lscp.y:34:
../engines/../drivers/audio/../../common/optional.h:73:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
const T& get() const throw (Exception) {
^~~~~
../engines/../drivers/audio/../../common/optional.h:78:22: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
T& get() throw (Exception) {
^~~~~
../engines/../drivers/audio/../../common/optional.h:95:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
const T& operator *() const throw (Exception) { return get(); }
^~~~~
../engines/../drivers/audio/../../common/optional.h:96:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
T& operator *() throw (Exception) { return get(); }
^~~~~
../engines/../drivers/audio/../../common/optional.h:98:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
const T* operator ->() const throw (Exception) {
^~~~~
../engines/../drivers/audio/../../common/optional.h:103:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
T* operator ->() throw (Exception) {
^~~~~
In file included from ../engines/../drivers/audio/AudioOutputDevice.h:35:0,
from ../engines/EngineChannel.h:25,
from ../Sampler.h:32,
from lscpevent.h:30,
from lscpparser.h:43,
from lscp.y:34:
../engines/../drivers/audio/../DeviceParameter.h:181:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void SetValue(String val) throw (Exception) = 0;
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:224:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void SetValue(String val) throw (Exception) OVERRIDE;
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:231:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void SetValue(bool b) throw (Exception);
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:246:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void OnSetValue(bool b) throw (Exception) = 0;
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:283:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void SetValue(String val) throw (Exception) OVERRIDE;
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:290:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void SetValue(int i) throw (Exception);
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:329:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void OnSetValue(int i) throw (Exception) = 0;
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:367:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void SetValue(String val) throw (Exception) OVERRIDE;
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:374:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void SetValue(float f) throw (Exception);
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:453:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void SetValue(String val) throw (Exception) OVERRIDE;
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:460:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void SetValueAsString(String s) throw (Exception);
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:523:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void SetValue(String val) throw (Exception) OVERRIDE;
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:530:74: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void SetValue(std::vector<String> vS) throw (Exception);
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:771:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
DeviceCreationParameterBool(String val) throw (Exception);
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:779:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void SetValue(String val) throw (Exception) OVERRIDE;
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:782:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void SetValue(bool b) throw (Exception);
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:785:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void OnSetValue(bool b) throw (Exception) = 0;
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:808:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
DeviceCreationParameterInt(String val) throw (Exception);
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:816:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void SetValue(String val) throw (Exception) OVERRIDE;
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:819:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void SetValue(int i) throw (Exception);
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:825:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void OnSetValue(int i) throw (Exception) = 0;
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:848:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
DeviceCreationParameterFloat(String val) throw (Exception);
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:856:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void SetValue(String val) throw (Exception) OVERRIDE;
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:859:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void SetValue(float f) throw (Exception);
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:865:46: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void OnSetValue(float f) throw (Exception) = 0;
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:895:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void SetValue(String val) throw (Exception) OVERRIDE;
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:898:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void SetValueAsString(String s) throw (Exception);
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:902:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void OnSetValue(String s) throw (Exception) = 0;
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:926:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
DeviceCreationParameterStrings(String val) throw (Exception);
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:935:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void SetValue(String val) throw (Exception) OVERRIDE;
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:938:74: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void SetValue(std::vector<String> vS) throw (Exception);
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:942:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void OnSetValue(std::vector<String> vS) throw (Exception) = 0;
^~~~~
In file included from ../engines/../drivers/audio/../../engines/Engine.h:28:0,
from ../engines/../drivers/audio/AudioOutputDevice.h:36,
from ../engines/EngineChannel.h:25,
from ../Sampler.h:32,
from lscpevent.h:30,
from lscpparser.h:43,
from lscp.y:34:
../engines/../drivers/audio/../../engines/InstrumentManager.h:190:137: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual InstrumentEditor* LaunchInstrumentEditor(EngineChannel* pEngineChannel, instrument_id_t ID, void* pUserData = NULL) throw (InstrumentManagerException) = 0;
^~~~~
../engines/../drivers/audio/../../engines/InstrumentManager.h:199:88: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual std::vector<instrument_id_t> GetInstrumentFileContent(String File) throw (InstrumentManagerException) = 0;
^~~~~
../engines/../drivers/audio/../../engines/InstrumentManager.h:207:77: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual instrument_info_t GetInstrumentInfo(instrument_id_t ID) throw (InstrumentManagerException) = 0;
^~~~~
In file included from ../engines/../drivers/audio/AudioOutputDevice.h:36:0,
from ../engines/EngineChannel.h:25,
from ../Sampler.h:32,
from lscpevent.h:30,
from lscpparser.h:43,
from lscp.y:34:
../engines/../drivers/audio/../../engines/Engine.h:56:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void SetMaxVoices(int iVoices) throw (Exception) = 0;
^~~~~
../engines/../drivers/audio/../../engines/Engine.h:61:60: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void SetMaxDiskStreams(int iStreams) throw (Exception) = 0;
^~~~~
In file included from ../engines/../drivers/audio/AudioOutputDevice.h:37:0,
from ../engines/EngineChannel.h:25,
from ../Sampler.h:32,
from lscpevent.h:30,
from lscpparser.h:43,
from lscp.y:34:
../engines/../drivers/audio/AudioChannel.h:72:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void OnSetValue(bool b) throw (Exception) OVERRIDE { /* cannot happen, as parameter is fix */ }
^~~~~
../engines/../drivers/audio/AudioChannel.h:83:64: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void OnSetValue(int i) throw (Exception) OVERRIDE { /*TODO: needs to be implemented */ }
^~~~~
In file included from ../engines/../drivers/audio/../../effects/Effect.h:27:0,
from ../engines/../drivers/audio/../../effects/EffectChain.h:24,
from ../engines/../drivers/audio/AudioOutputDevice.h:39,
from ../engines/EngineChannel.h:25,
from ../Sampler.h:32,
from lscpevent.h:30,
from lscpparser.h:43,
from lscp.y:34:
../engines/../drivers/audio/../../effects/EffectControl.h:32:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void SetValue(float val) throw (Exception);
^~~~~
In file included from ../engines/../drivers/audio/../../effects/EffectChain.h:24:0,
from ../engines/../drivers/audio/AudioOutputDevice.h:39,
from ../engines/EngineChannel.h:25,
from ../Sampler.h:32,
from lscpevent.h:30,
from lscpparser.h:43,
from lscp.y:34:
../engines/../drivers/audio/../../effects/Effect.h:77:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void InitEffect(AudioOutputDevice* pDevice) throw (Exception);
^~~~~
In file included from ../engines/../drivers/audio/AudioOutputDevice.h:39:0,
from ../engines/EngineChannel.h:25,
from ../Sampler.h:32,
from lscpevent.h:30,
from lscpparser.h:43,
from lscp.y:34:
../engines/../drivers/audio/../../effects/EffectChain.h:60:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void InsertEffect(Effect* pEffect, int iChainPos) throw (Exception);
^~~~~
../engines/../drivers/audio/../../effects/EffectChain.h:67:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void RemoveEffect(int iChainPos) throw (Exception);
^~~~~
../engines/../drivers/audio/../../effects/EffectChain.h:94:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetEffectActive(int iChainPos, bool bOn) throw (Exception);
^~~~~
In file included from ../engines/EngineChannel.h:25:0,
from ../Sampler.h:32,
from lscpevent.h:30,
from lscpparser.h:43,
from lscp.y:34:
../engines/../drivers/audio/AudioOutputDevice.h:73:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void OnSetValue(bool b) throw (Exception) OVERRIDE;
^~~~~
../engines/../drivers/audio/AudioOutputDevice.h:94:64: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void OnSetValue(int i) throw (Exception) OVERRIDE;
^~~~~
../engines/../drivers/audio/AudioOutputDevice.h:115:64: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void OnSetValue(int i) throw (Exception) OVERRIDE;
^~~~~
../engines/../drivers/audio/AudioOutputDevice.h:289:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void RemoveSendEffectChain(uint iChain) throw (Exception);
^~~~~
../engines/../drivers/audio/AudioOutputDevice.h:317:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void RemoveMasterEffectChain(uint iChain) throw (Exception) DEPRECATED_API;
^~~~~
In file included from ../engines/../drivers/midi/MidiInputDevice.h:35:0,
from ../engines/EngineChannel.h:27,
from ../Sampler.h:32,
from lscpevent.h:30,
from lscpparser.h:43,
from lscp.y:34:
../engines/../drivers/midi/MidiInputPort.h:60:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void OnSetValue(String s) throw (Exception) OVERRIDE;
^~~~~
In file included from ../engines/EngineChannel.h:27:0,
from ../Sampler.h:32,
from lscpevent.h:30,
from lscpparser.h:43,
from lscp.y:34:
../engines/../drivers/midi/MidiInputDevice.h:85:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void OnSetValue(bool b) throw (Exception) OVERRIDE;
^~~~~
../engines/../drivers/midi/MidiInputDevice.h:106:64: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void OnSetValue(int i) throw (Exception) OVERRIDE;
^~~~~
../engines/../drivers/midi/MidiInputDevice.h:154:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
MidiInputPort* GetPort(uint iPort) throw (MidiInputException);
^~~~~
In file included from ../engines/EngineChannel.h:31:0,
from ../Sampler.h:32,
from lscpevent.h:30,
from lscpparser.h:43,
from lscp.y:34:
../engines/FxSend.h:73:87: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
FxSend(EngineChannel* pEngineChannel, uint8_t MidiCtrl, String Name = "") throw (Exception);
^~~~~
../engines/FxSend.h:103:66: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetDestinationEffect(int iChain, int iChainPos) throw (Exception);
^~~~~
../engines/FxSend.h:118:72: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetDestinationMasterEffect(int iChain, int iChainPos) throw (Exception) DEPRECATED_API;
^~~~~
../engines/FxSend.h:141:66: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetDestinationChannel(int SrcChan, int DstChan) throw (Exception);
^~~~~
../engines/FxSend.h:189:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetMidiController(uint8_t MidiCtrl) throw (Exception);
^~~~~
In file included from ../Sampler.h:32:0,
from lscpevent.h:30,
from lscpparser.h:43,
from lscp.y:34:
../engines/EngineChannel.h:121:75: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual FxSend* AddFxSend(uint8_t MidiCtrl, String Name = "") throw (Exception) = 0;
^~~~~
../engines/EngineChannel.h:138:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetMute(int state) throw (Exception);
^~~~~
../engines/EngineChannel.h:231:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int GetMidiInstrumentMap() throw (Exception);
^~~~~
../engines/EngineChannel.h:260:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetMidiInstrumentMap(int MidiMap) throw (Exception);
^~~~~
In file included from lscpevent.h:30:0,
from lscpparser.h:43,
from lscp.y:34:
../Sampler.h:58:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetEngineType(String EngineType) throw (Exception);
^~~~~
../Sampler.h:72:67: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetAudioOutputDevice(AudioOutputDevice* pDevice) throw (Exception);
^~~~~
../Sampler.h:88:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void Connect(MidiInputPort* pPort) throw (Exception);
^~~~~
../Sampler.h:103:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void Disconnect(MidiInputPort* pPort) throw (Exception);
^~~~~
../Sampler.h:115:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void DisconnectAllMidiInputPorts() throw (Exception);
^~~~~
../Sampler.h:143:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetMidiInputDevice(MidiInputDevice *pDevice) throw (Exception) DEPRECATED_API;
^~~~~
../Sampler.h:169:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetMidiInputPort(int MidiPort) throw (Exception) DEPRECATED_API;
^~~~~
../Sampler.h:207:113: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetMidiInput(MidiInputDevice* pDevice, int iMidiPort, midi_chan_t MidiChannel = midi_chan_all) throw (Exception) DEPRECATED_API;
^~~~~
In file included from lscpevent.h:30:0,
from lscpparser.h:43,
from lscp.y:34:
../Sampler.h:478:112: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
AudioOutputDevice* CreateAudioOutputDevice(String AudioDriver, std::map<String,String> Parameters) throw (Exception);
^~~~~
../Sampler.h:489:107: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
MidiInputDevice* CreateMidiInputDevice(String MidiDriver, std::map<String,String> Parameters) throw (Exception);
^~~~~
../Sampler.h:518:71: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void DestroyAudioOutputDevice(AudioOutputDevice* pDevice) throw (Exception);
^~~~~
../Sampler.h:531:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void DestroyAllAudioOutputDevices() throw (Exception);
^~~~~
../Sampler.h:540:67: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void DestroyMidiInputDevice(MidiInputDevice* pDevice) throw (Exception);
^~~~~
../Sampler.h:553:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void DestroyAllMidiInputDevices() throw (Exception);
^~~~~
../Sampler.h:585:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetGlobalMaxVoices(int n) throw (Exception);
^~~~~
../Sampler.h:595:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetGlobalMaxStreams(int n) throw (Exception);
^~~~~
In file included from lscpparser.h:43:0,
from lscp.y:34:
lscpevent.h:79:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
LSCPEvent(String eventName) throw (Exception);
^~~~~
In file included from lscpparser.h:45:0,
from lscp.y:34:
../drivers/midi/MidiInstrumentMapper.h:146:120: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static void AddOrReplaceEntry(int Map, midi_prog_index_t Index, entry_t Entry, bool bInBackground = false) throw (Exception);
^~~~~
../drivers/midi/MidiInstrumentMapper.h:179:73: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static std::map<midi_prog_index_t,entry_t> Entries(int Map) throw (Exception);
^~~~~
../drivers/midi/MidiInstrumentMapper.h:195:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static int AddMap(String MapName = "") throw (Exception) ;
^~~~~
../drivers/midi/MidiInstrumentMapper.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static String MapName(int Map) throw (Exception);
^~~~~
../drivers/midi/MidiInstrumentMapper.h:213:60: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static void RenameMap(int Map, String NewName) throw (Exception);
^~~~~
lscp.y: In function ‘bool _isRuleTerminalSymbol(int)’:
lscp.y:1386:18: error: ‘yyprhs’ was not declared in this scope
for (int i = yyprhs[rule]; yyrhs[i] != -1; ++i)
^~~~~~
lscp.y:1386:18: note: suggested alternative: ‘yyr2’
for (int i = yyprhs[rule]; yyrhs[i] != -1; ++i)
^~~~~~
yyr2
lscp.y:1386:32: error: ‘yyrhs’ was not declared in this scope
for (int i = yyprhs[rule]; yyrhs[i] != -1; ++i)
^~~~~
lscp.y:1386:32: note: suggested alternative: ‘yyr2’
for (int i = yyprhs[rule]; yyrhs[i] != -1; ++i)
^~~~~
yyr2
Makefile:448: recipe for target 'lscpparser.lo' failed
make[3]: *** [lscpparser.lo] Error 1
make[3]: Leaving directory '/home/christoph/Desktop/project_linuxsampler/linuxsampler-2.1.0/src/network'
Makefile:689: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/christoph/Desktop/project_linuxsampler/linuxsampler-2.1.0/src'
Makefile:509: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/christoph/Desktop/project_linuxsampler/linuxsampler-2.1.0'
Makefile:414: recipe for target 'all' failed
make: *** [all] Error 2
christoph@workstation:~/Desktop/project_linuxsampler/linuxsampler-2.1.0$
make all-recursive
make[1]: Entering directory '/home/christoph/Desktop/project_linuxsampler/linuxsampler-2.1.0'
Making all in man
make[2]: Entering directory '/home/christoph/Desktop/project_linuxsampler/linuxsampler-2.1.0/man'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/christoph/Desktop/project_linuxsampler/linuxsampler-2.1.0/man'
Making all in src
make[2]: Entering directory '/home/christoph/Desktop/project_linuxsampler/linuxsampler-2.1.0/src'
Making all in scriptvm
make[3]: Entering directory '/home/christoph/Desktop/project_linuxsampler/linuxsampler-2.1.0/src/scriptvm'
make all-recursive
make[4]: Entering directory '/home/christoph/Desktop/project_linuxsampler/linuxsampler-2.1.0/src/scriptvm'
Making all in editor
make[5]: Entering directory '/home/christoph/Desktop/project_linuxsampler/linuxsampler-2.1.0/src/scriptvm/editor'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/christoph/Desktop/project_linuxsampler/linuxsampler-2.1.0/src/scriptvm/editor'
make[5]: Entering directory '/home/christoph/Desktop/project_linuxsampler/linuxsampler-2.1.0/src/scriptvm'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/home/christoph/Desktop/project_linuxsampler/linuxsampler-2.1.0/src/scriptvm'
make[4]: Leaving directory '/home/christoph/Desktop/project_linuxsampler/linuxsampler-2.1.0/src/scriptvm'
make[3]: Leaving directory '/home/christoph/Desktop/project_linuxsampler/linuxsampler-2.1.0/src/scriptvm'
Making all in db
make[3]: Entering directory '/home/christoph/Desktop/project_linuxsampler/linuxsampler-2.1.0/src/db'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/christoph/Desktop/project_linuxsampler/linuxsampler-2.1.0/src/db'
Making all in network
make[3]: Entering directory '/home/christoph/Desktop/project_linuxsampler/linuxsampler-2.1.0/src/network'
depbase=`echo lscpparser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/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 &&\
mv -f $depbase.Tpo $depbase.Plo
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
In file included from lscpparser.h:41:0,
from lscp.y:34:
../common/global_private.h:95:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
inline int ToInt(const std::string& s) throw(LinuxSampler::Exception) {
^~~~~
../common/global_private.h:102:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
inline float ToFloat(const std::string& s) throw(LinuxSampler::Exception) {
^~~~~
In file included from ../engines/../drivers/audio/../DeviceParameter.h:31:0,
from ../engines/../drivers/audio/AudioOutputDevice.h:35,
from ../engines/EngineChannel.h:25,
from ../Sampler.h:32,
from lscpevent.h:30,
from lscpparser.h:43,
from lscp.y:34:
../engines/../drivers/audio/../../common/optional.h:73:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
const T& get() const throw (Exception) {
^~~~~
../engines/../drivers/audio/../../common/optional.h:78:22: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
T& get() throw (Exception) {
^~~~~
../engines/../drivers/audio/../../common/optional.h:95:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
const T& operator *() const throw (Exception) { return get(); }
^~~~~
../engines/../drivers/audio/../../common/optional.h:96:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
T& operator *() throw (Exception) { return get(); }
^~~~~
../engines/../drivers/audio/../../common/optional.h:98:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
const T* operator ->() const throw (Exception) {
^~~~~
../engines/../drivers/audio/../../common/optional.h:103:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
T* operator ->() throw (Exception) {
^~~~~
In file included from ../engines/../drivers/audio/AudioOutputDevice.h:35:0,
from ../engines/EngineChannel.h:25,
from ../Sampler.h:32,
from lscpevent.h:30,
from lscpparser.h:43,
from lscp.y:34:
../engines/../drivers/audio/../DeviceParameter.h:181:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void SetValue(String val) throw (Exception) = 0;
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:224:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void SetValue(String val) throw (Exception) OVERRIDE;
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:231:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void SetValue(bool b) throw (Exception);
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:246:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void OnSetValue(bool b) throw (Exception) = 0;
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:283:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void SetValue(String val) throw (Exception) OVERRIDE;
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:290:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void SetValue(int i) throw (Exception);
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:329:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void OnSetValue(int i) throw (Exception) = 0;
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:367:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void SetValue(String val) throw (Exception) OVERRIDE;
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:374:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void SetValue(float f) throw (Exception);
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:453:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void SetValue(String val) throw (Exception) OVERRIDE;
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:460:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void SetValueAsString(String s) throw (Exception);
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:523:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void SetValue(String val) throw (Exception) OVERRIDE;
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:530:74: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void SetValue(std::vector<String> vS) throw (Exception);
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:771:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
DeviceCreationParameterBool(String val) throw (Exception);
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:779:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void SetValue(String val) throw (Exception) OVERRIDE;
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:782:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void SetValue(bool b) throw (Exception);
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:785:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void OnSetValue(bool b) throw (Exception) = 0;
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:808:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
DeviceCreationParameterInt(String val) throw (Exception);
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:816:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void SetValue(String val) throw (Exception) OVERRIDE;
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:819:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void SetValue(int i) throw (Exception);
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:825:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void OnSetValue(int i) throw (Exception) = 0;
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:848:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
DeviceCreationParameterFloat(String val) throw (Exception);
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:856:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void SetValue(String val) throw (Exception) OVERRIDE;
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:859:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void SetValue(float f) throw (Exception);
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:865:46: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void OnSetValue(float f) throw (Exception) = 0;
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:895:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void SetValue(String val) throw (Exception) OVERRIDE;
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:898:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void SetValueAsString(String s) throw (Exception);
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:902:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void OnSetValue(String s) throw (Exception) = 0;
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:926:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
DeviceCreationParameterStrings(String val) throw (Exception);
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:935:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void SetValue(String val) throw (Exception) OVERRIDE;
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:938:74: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void SetValue(std::vector<String> vS) throw (Exception);
^~~~~
../engines/../drivers/audio/../DeviceParameter.h:942:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void OnSetValue(std::vector<String> vS) throw (Exception) = 0;
^~~~~
In file included from ../engines/../drivers/audio/../../engines/Engine.h:28:0,
from ../engines/../drivers/audio/AudioOutputDevice.h:36,
from ../engines/EngineChannel.h:25,
from ../Sampler.h:32,
from lscpevent.h:30,
from lscpparser.h:43,
from lscp.y:34:
../engines/../drivers/audio/../../engines/InstrumentManager.h:190:137: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual InstrumentEditor* LaunchInstrumentEditor(EngineChannel* pEngineChannel, instrument_id_t ID, void* pUserData = NULL) throw (InstrumentManagerException) = 0;
^~~~~
../engines/../drivers/audio/../../engines/InstrumentManager.h:199:88: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual std::vector<instrument_id_t> GetInstrumentFileContent(String File) throw (InstrumentManagerException) = 0;
^~~~~
../engines/../drivers/audio/../../engines/InstrumentManager.h:207:77: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual instrument_info_t GetInstrumentInfo(instrument_id_t ID) throw (InstrumentManagerException) = 0;
^~~~~
In file included from ../engines/../drivers/audio/AudioOutputDevice.h:36:0,
from ../engines/EngineChannel.h:25,
from ../Sampler.h:32,
from lscpevent.h:30,
from lscpparser.h:43,
from lscp.y:34:
../engines/../drivers/audio/../../engines/Engine.h:56:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void SetMaxVoices(int iVoices) throw (Exception) = 0;
^~~~~
../engines/../drivers/audio/../../engines/Engine.h:61:60: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void SetMaxDiskStreams(int iStreams) throw (Exception) = 0;
^~~~~
In file included from ../engines/../drivers/audio/AudioOutputDevice.h:37:0,
from ../engines/EngineChannel.h:25,
from ../Sampler.h:32,
from lscpevent.h:30,
from lscpparser.h:43,
from lscp.y:34:
../engines/../drivers/audio/AudioChannel.h:72:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void OnSetValue(bool b) throw (Exception) OVERRIDE { /* cannot happen, as parameter is fix */ }
^~~~~
../engines/../drivers/audio/AudioChannel.h:83:64: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void OnSetValue(int i) throw (Exception) OVERRIDE { /*TODO: needs to be implemented */ }
^~~~~
In file included from ../engines/../drivers/audio/../../effects/Effect.h:27:0,
from ../engines/../drivers/audio/../../effects/EffectChain.h:24,
from ../engines/../drivers/audio/AudioOutputDevice.h:39,
from ../engines/EngineChannel.h:25,
from ../Sampler.h:32,
from lscpevent.h:30,
from lscpparser.h:43,
from lscp.y:34:
../engines/../drivers/audio/../../effects/EffectControl.h:32:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void SetValue(float val) throw (Exception);
^~~~~
In file included from ../engines/../drivers/audio/../../effects/EffectChain.h:24:0,
from ../engines/../drivers/audio/AudioOutputDevice.h:39,
from ../engines/EngineChannel.h:25,
from ../Sampler.h:32,
from lscpevent.h:30,
from lscpparser.h:43,
from lscp.y:34:
../engines/../drivers/audio/../../effects/Effect.h:77:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void InitEffect(AudioOutputDevice* pDevice) throw (Exception);
^~~~~
In file included from ../engines/../drivers/audio/AudioOutputDevice.h:39:0,
from ../engines/EngineChannel.h:25,
from ../Sampler.h:32,
from lscpevent.h:30,
from lscpparser.h:43,
from lscp.y:34:
../engines/../drivers/audio/../../effects/EffectChain.h:60:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void InsertEffect(Effect* pEffect, int iChainPos) throw (Exception);
^~~~~
../engines/../drivers/audio/../../effects/EffectChain.h:67:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void RemoveEffect(int iChainPos) throw (Exception);
^~~~~
../engines/../drivers/audio/../../effects/EffectChain.h:94:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetEffectActive(int iChainPos, bool bOn) throw (Exception);
^~~~~
In file included from ../engines/EngineChannel.h:25:0,
from ../Sampler.h:32,
from lscpevent.h:30,
from lscpparser.h:43,
from lscp.y:34:
../engines/../drivers/audio/AudioOutputDevice.h:73:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void OnSetValue(bool b) throw (Exception) OVERRIDE;
^~~~~
../engines/../drivers/audio/AudioOutputDevice.h:94:64: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void OnSetValue(int i) throw (Exception) OVERRIDE;
^~~~~
../engines/../drivers/audio/AudioOutputDevice.h:115:64: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void OnSetValue(int i) throw (Exception) OVERRIDE;
^~~~~
../engines/../drivers/audio/AudioOutputDevice.h:289:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void RemoveSendEffectChain(uint iChain) throw (Exception);
^~~~~
../engines/../drivers/audio/AudioOutputDevice.h:317:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void RemoveMasterEffectChain(uint iChain) throw (Exception) DEPRECATED_API;
^~~~~
In file included from ../engines/../drivers/midi/MidiInputDevice.h:35:0,
from ../engines/EngineChannel.h:27,
from ../Sampler.h:32,
from lscpevent.h:30,
from lscpparser.h:43,
from lscp.y:34:
../engines/../drivers/midi/MidiInputPort.h:60:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void OnSetValue(String s) throw (Exception) OVERRIDE;
^~~~~
In file included from ../engines/EngineChannel.h:27:0,
from ../Sampler.h:32,
from lscpevent.h:30,
from lscpparser.h:43,
from lscp.y:34:
../engines/../drivers/midi/MidiInputDevice.h:85:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void OnSetValue(bool b) throw (Exception) OVERRIDE;
^~~~~
../engines/../drivers/midi/MidiInputDevice.h:106:64: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual void OnSetValue(int i) throw (Exception) OVERRIDE;
^~~~~
../engines/../drivers/midi/MidiInputDevice.h:154:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
MidiInputPort* GetPort(uint iPort) throw (MidiInputException);
^~~~~
In file included from ../engines/EngineChannel.h:31:0,
from ../Sampler.h:32,
from lscpevent.h:30,
from lscpparser.h:43,
from lscp.y:34:
../engines/FxSend.h:73:87: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
FxSend(EngineChannel* pEngineChannel, uint8_t MidiCtrl, String Name = "") throw (Exception);
^~~~~
../engines/FxSend.h:103:66: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetDestinationEffect(int iChain, int iChainPos) throw (Exception);
^~~~~
../engines/FxSend.h:118:72: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetDestinationMasterEffect(int iChain, int iChainPos) throw (Exception) DEPRECATED_API;
^~~~~
../engines/FxSend.h:141:66: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetDestinationChannel(int SrcChan, int DstChan) throw (Exception);
^~~~~
../engines/FxSend.h:189:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetMidiController(uint8_t MidiCtrl) throw (Exception);
^~~~~
In file included from ../Sampler.h:32:0,
from lscpevent.h:30,
from lscpparser.h:43,
from lscp.y:34:
../engines/EngineChannel.h:121:75: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
virtual FxSend* AddFxSend(uint8_t MidiCtrl, String Name = "") throw (Exception) = 0;
^~~~~
../engines/EngineChannel.h:138:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetMute(int state) throw (Exception);
^~~~~
../engines/EngineChannel.h:231:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int GetMidiInstrumentMap() throw (Exception);
^~~~~
../engines/EngineChannel.h:260:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetMidiInstrumentMap(int MidiMap) throw (Exception);
^~~~~
In file included from lscpevent.h:30:0,
from lscpparser.h:43,
from lscp.y:34:
../Sampler.h:58:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetEngineType(String EngineType) throw (Exception);
^~~~~
../Sampler.h:72:67: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetAudioOutputDevice(AudioOutputDevice* pDevice) throw (Exception);
^~~~~
../Sampler.h:88:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void Connect(MidiInputPort* pPort) throw (Exception);
^~~~~
../Sampler.h:103:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void Disconnect(MidiInputPort* pPort) throw (Exception);
^~~~~
../Sampler.h:115:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void DisconnectAllMidiInputPorts() throw (Exception);
^~~~~
../Sampler.h:143:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetMidiInputDevice(MidiInputDevice *pDevice) throw (Exception) DEPRECATED_API;
^~~~~
../Sampler.h:169:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetMidiInputPort(int MidiPort) throw (Exception) DEPRECATED_API;
^~~~~
../Sampler.h:207:113: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetMidiInput(MidiInputDevice* pDevice, int iMidiPort, midi_chan_t MidiChannel = midi_chan_all) throw (Exception) DEPRECATED_API;
^~~~~
In file included from lscpevent.h:30:0,
from lscpparser.h:43,
from lscp.y:34:
../Sampler.h:478:112: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
AudioOutputDevice* CreateAudioOutputDevice(String AudioDriver, std::map<String,String> Parameters) throw (Exception);
^~~~~
../Sampler.h:489:107: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
MidiInputDevice* CreateMidiInputDevice(String MidiDriver, std::map<String,String> Parameters) throw (Exception);
^~~~~
../Sampler.h:518:71: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void DestroyAudioOutputDevice(AudioOutputDevice* pDevice) throw (Exception);
^~~~~
../Sampler.h:531:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void DestroyAllAudioOutputDevices() throw (Exception);
^~~~~
../Sampler.h:540:67: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void DestroyMidiInputDevice(MidiInputDevice* pDevice) throw (Exception);
^~~~~
../Sampler.h:553:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void DestroyAllMidiInputDevices() throw (Exception);
^~~~~
../Sampler.h:585:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetGlobalMaxVoices(int n) throw (Exception);
^~~~~
../Sampler.h:595:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetGlobalMaxStreams(int n) throw (Exception);
^~~~~
In file included from lscpparser.h:43:0,
from lscp.y:34:
lscpevent.h:79:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
LSCPEvent(String eventName) throw (Exception);
^~~~~
In file included from lscpparser.h:45:0,
from lscp.y:34:
../drivers/midi/MidiInstrumentMapper.h:146:120: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static void AddOrReplaceEntry(int Map, midi_prog_index_t Index, entry_t Entry, bool bInBackground = false) throw (Exception);
^~~~~
../drivers/midi/MidiInstrumentMapper.h:179:73: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static std::map<midi_prog_index_t,entry_t> Entries(int Map) throw (Exception);
^~~~~
../drivers/midi/MidiInstrumentMapper.h:195:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static int AddMap(String MapName = "") throw (Exception) ;
^~~~~
../drivers/midi/MidiInstrumentMapper.h:203:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static String MapName(int Map) throw (Exception);
^~~~~
../drivers/midi/MidiInstrumentMapper.h:213:60: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static void RenameMap(int Map, String NewName) throw (Exception);
^~~~~
lscp.y: In function ‘bool _isRuleTerminalSymbol(int)’:
lscp.y:1386:18: error: ‘yyprhs’ was not declared in this scope
for (int i = yyprhs[rule]; yyrhs[i] != -1; ++i)
^~~~~~
lscp.y:1386:18: note: suggested alternative: ‘yyr2’
for (int i = yyprhs[rule]; yyrhs[i] != -1; ++i)
^~~~~~
yyr2
lscp.y:1386:32: error: ‘yyrhs’ was not declared in this scope
for (int i = yyprhs[rule]; yyrhs[i] != -1; ++i)
^~~~~
lscp.y:1386:32: note: suggested alternative: ‘yyr2’
for (int i = yyprhs[rule]; yyrhs[i] != -1; ++i)
^~~~~
yyr2
Makefile:448: recipe for target 'lscpparser.lo' failed
make[3]: *** [lscpparser.lo] Error 1
make[3]: Leaving directory '/home/christoph/Desktop/project_linuxsampler/linuxsampler-2.1.0/src/network'
Makefile:689: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/christoph/Desktop/project_linuxsampler/linuxsampler-2.1.0/src'
Makefile:509: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/christoph/Desktop/project_linuxsampler/linuxsampler-2.1.0'
Makefile:414: recipe for target 'all' failed
make: *** [all] Error 2
christoph@workstation:~/Desktop/project_linuxsampler/linuxsampler-2.1.0$
Best Regards,
Christoph
------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________ Linuxsampler-devel mailing list Linuxsampler-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel