Hallo Allerseits,
ich folgte gestern David Boltons Beschreibung der Installation des Linuxsamplers auf
http://ift.tt/1LFzgKF. Unter folgendem Punkt trat ein unbekannter Fehler auf, mit dem ich nicht selbst umgehen kann. Wisst ihr, was zu tun ist?
Hier die Schritte die ich unternehm bis der Fehler auftrat:
Compile linuxsampler proper
Copy and paste the following line:
sudo apt-get install bison libjack-jackd2-dev flex
(Bison is an additional software tool required to compile linuxsampler. The libjack-jackd2-dev package installs files needed to support MIDI via JACK 2. If you want to use JACK 1 instead install libjack-dev. Flex is required to for the instrument script parser.)
Open the linuxsampler folder.
cd linuxsampler
Copy and paste the following line:
dpkg-buildpackage -rfakeroot -b
David Bolton empfiehlt bei irgendwelchen Probelem bei diesem Schritt folgendes (was in meinem Fall nichts half):
If you get an error "No rule to make target `parser.h', needed by `all'." then type:
make parser
And repeat the previous step to restart the compilation process.
Hier die originale Fehlermeldung aus meiner Shell:
dpkg-buildpackage: Fehler: Fehler-Exitstatus von debian/rules build war 2
Der gesamte Shelleintrag sieht so aus:
./configure --host=x86_64-linux-gnu --build=x86_64-linux-gnu --prefix=/usr --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info
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 x86_64-linux-gnu-gcc... x86_64-linux-gnu-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 x86_64-linux-gnu-gcc accepts -g... yes
checking for x86_64-linux-gnu-gcc option to accept ISO C89... none needed
checking whether x86_64-linux-gnu-gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of x86_64-linux-gnu-gcc... gcc3
checking for x86_64-linux-gnu-g++... x86_64-linux-gnu-g++
checking whether we are using the GNU C++ compiler... yes
checking whether x86_64-linux-gnu-g++ accepts -g... yes
checking dependency style of x86_64-linux-gnu-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 x86_64-linux-gnu-gcc... /usr/bin/ld
checking if the linker (/usr/bin/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... 3458764513820540925
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
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/ld option to reload object files... -r
checking for x86_64-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-linux-gnu-dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-linux-gnu-ar... x86_64-linux-gnu-ar
checking for archiver @FILE support... @
checking for x86_64-linux-gnu-strip... x86_64-linux-gnu-strip
checking for x86_64-linux-gnu-ranlib... x86_64-linux-gnu-ranlib
checking command to parse /usr/bin/nm -B output from x86_64-linux-gnu-gcc object... ok
checking for sysroot... no
checking for x86_64-linux-gnu-mt... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... x86_64-linux-gnu-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 x86_64-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
checking if x86_64-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
checking if x86_64-linux-gnu-gcc static flag -static works... yes
checking if x86_64-linux-gnu-gcc supports -c -o file.o... yes
checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-linux-gnu-gcc linker (/usr/bin/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... x86_64-linux-gnu-g++ -E
checking for ld used by x86_64-linux-gnu-g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for x86_64-linux-gnu-g++ option to produce PIC... -fPIC -DPIC
checking if x86_64-linux-gnu-g++ PIC flag -fPIC -DPIC works... yes
checking if x86_64-linux-gnu-g++ static flag -static works... yes
checking if x86_64-linux-gnu-g++ supports -c -o file.o... yes
checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes
checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/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... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking for bison... bison -y
checking whether byte ordering is bigendian... no
checking for x86_64-linux-gnu-pkg-config... 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 NPTL bug... no
checking uuid/uuid.h usability... yes
checking uuid/uuid.h presence... yes
checking for uuid/uuid.h... yes
checking for library containing uuid_generate... -luuid
checking alsa/asoundlib.h usability... no
checking alsa/asoundlib.h presence... no
checking for alsa/asoundlib.h... no
checking Alsa version... 1.1.1
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
checking for x86_64-linux-gnu-artsc-config... no
checking for artsc-config... no
checking for ARTS artsc - version >= 0.9.5... no
*** The artsc-config script installed by ARTS could not be found
*** If ARTS was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the ARTS_CONFIG environment variable to the
*** full path to artsc-config.
checking for ASIO headerfile: ./ASIOSDK2/common/asio.h ....no
checking MidiShare.h usability... no
checking MidiShare.h presence... no
checking for MidiShare.h... no
checking CoreMIDI/CoreMIDI.h usability... no
checking CoreMIDI/CoreMIDI.h presence... no
checking for CoreMIDI/CoreMIDI.h... no
checking CoreAudio/CoreAudio.h usability... no
checking CoreAudio/CoreAudio.h presence... no
checking for CoreAudio/CoreAudio.h... no
checking for mmsystem.h... (cached) no
checking dssi.h usability... no
checking dssi.h presence... no
checking for dssi.h... no
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.0.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
checking for SQLITE3... no
*** Required sqlite version not found!
*** You need to have sqlite version 3.3 or higher
*** for instruments database support to be enabled.
*** Support for instruments DB will be disabled!
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/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: executing depfiles commands
config.status: executing libtool commands
################################################## ###################
# LinuxSampler Configuration #
#-------------------------------------------------------------------#
# Release Version: 2.0.0
# LSCP Version: 1.7
#-------------------------------------------------------------------
# Assembly Optimizations: yes
# Development Mode: no
# Debug Level: 1
# Use Exceptions in RT Context: no
# Preload Samples: 32768
# Maximum Pitch: 4 (octaves)
# Maximum Events: 1024
# Envelope Bottom Level: 0.001 (linear)
# Envelope Minimum Release Time: 0.0025 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: 100.0 Hz
# Filter Cutoff Maximum: 10000.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/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: no, 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.
touch configure-stamp
dh_testdir
# Add here commands to compile the package.
/usr/bin/make
make[1]: Verzeichnis »/home/arne/lssvn/linuxsampler« wird betreten
/usr/bin/make all-recursive
make[2]: Verzeichnis »/home/arne/lssvn/linuxsampler« wird betreten
Making all in man
make[3]: Verzeichnis »/home/arne/lssvn/linuxsampler/man« wird betreten
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Verzeichnis »/home/arne/lssvn/linuxsampler/man« wird verlassen
Making all in src
make[3]: Verzeichnis »/home/arne/lssvn/linuxsampler/src« wird betreten
Making all in scriptvm
make[4]: Verzeichnis »/home/arne/lssvn/linuxsampler/src/scriptvm« wird betreten
/usr/bin/make all-am
make[5]: Verzeichnis »/home/arne/lssvn/linuxsampler/src/scriptvm« wird betreten
depbase=`echo common.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -g -O2 -pthread -MT common.lo -MD -MP -MF $depbase.Tpo -c -o common.lo common.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -g -O2 -pthread -MT common.lo -MD -MP -MF .deps/common.Tpo -c common.cpp -fPIC -DPIC -o .libs/common.o
libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -g -O2 -pthread -MT common.lo -MD -MP -MF .deps/common.Tpo -c common.cpp -o common.o >/dev/null 2>&1
depbase=`echo scanner.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -g -O2 -pthread -MT scanner.lo -MD -MP -MF $depbase.Tpo -c -o scanner.lo scanner.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -g -O2 -pthread -MT scanner.lo -MD -MP -MF .deps/scanner.Tpo -c scanner.cpp -fPIC -DPIC -o .libs/scanner.o
libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -g -O2 -pthread -MT scanner.lo -MD -MP -MF .deps/scanner.Tpo -c scanner.cpp -o scanner.o >/dev/null 2>&1
depbase=`echo parser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -g -O2 -pthread -MT parser.lo -MD -MP -MF $depbase.Tpo -c -o parser.lo parser.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -g -O2 -pthread -MT parser.lo -MD -MP -MF .deps/parser.Tpo -c parser.cpp -fPIC -DPIC -o .libs/parser.o
libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -g -O2 -pthread -MT parser.lo -MD -MP -MF .deps/parser.Tpo -c parser.cpp -o parser.o >/dev/null 2>&1
depbase=`echo tree.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -g -O2 -pthread -MT tree.lo -MD -MP -MF $depbase.Tpo -c -o tree.lo tree.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -g -O2 -pthread -MT tree.lo -MD -MP -MF .deps/tree.Tpo -c tree.cpp -fPIC -DPIC -o .libs/tree.o
libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -g -O2 -pthread -MT tree.lo -MD -MP -MF .deps/tree.Tpo -c tree.cpp -o tree.o >/dev/null 2>&1
depbase=`echo CoreVMFunctions.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -g -O2 -pthread -MT CoreVMFunctions.lo -MD -MP -MF $depbase.Tpo -c -o CoreVMFunctions.lo CoreVMFunctions.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -g -O2 -pthread -MT CoreVMFunctions.lo -MD -MP -MF .deps/CoreVMFunctions.Tpo -c CoreVMFunctions.cpp -fPIC -DPIC -o .libs/CoreVMFunctions.o
libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -g -O2 -pthread -MT CoreVMFunctions.lo -MD -MP -MF .deps/CoreVMFunctions.Tpo -c CoreVMFunctions.cpp -o CoreVMFunctions.o >/dev/null 2>&1
depbase=`echo ScriptVM.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -g -O2 -pthread -MT ScriptVM.lo -MD -MP -MF $depbase.Tpo -c -o ScriptVM.lo ScriptVM.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -g -O2 -pthread -MT ScriptVM.lo -MD -MP -MF .deps/ScriptVM.Tpo -c ScriptVM.cpp -fPIC -DPIC -o .libs/ScriptVM.o
libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type -ffast-math -g -O2 -pthread -MT ScriptVM.lo -MD -MP -MF .deps/ScriptVM.Tpo -c ScriptVM.cpp -o ScriptVM.o >/dev/null 2>&1
/bin/bash ../../libtool --tag=CXX --mode=link x86_64-linux-gnu-g++ -Wreturn-type -ffast-math -g -O2 -pthread -o liblinuxsamplerscriptvm.la common.lo scanner.lo parser.lo tree.lo CoreVMFunctions.lo ScriptVM.lo -luuid
libtool: link: x86_64-linux-gnu-ar cru .libs/liblinuxsamplerscriptvm.a .libs/common.o .libs/scanner.o .libs/parser.o .libs/tree.o .libs/CoreVMFunctions.o .libs/ScriptVM.o
libtool: link: x86_64-linux-gnu-ranlib .libs/liblinuxsamplerscriptvm.a
libtool: link: ( cd ".libs" && rm -f "liblinuxsamplerscriptvm.la" && ln -s "../liblinuxsamplerscriptvm.la" "liblinuxsamplerscriptvm.la" )
make[5]: Verzeichnis »/home/arne/lssvn/linuxsampler/src/scriptvm« wird verlassen
make[4]: Verzeichnis »/home/arne/lssvn/linuxsampler/src/scriptvm« wird verlassen
Making all in db
make[4]: Verzeichnis »/home/arne/lssvn/linuxsampler/src/db« wird betreten
make[4]: Für das Ziel »all« ist nichts zu tun.
make[4]: Verzeichnis »/home/arne/lssvn/linuxsampler/src/db« wird verlassen
Making all in network
make[4]: Verzeichnis »/home/arne/lssvn/linuxsampler/src/network« wird betreten
depbase=`echo lscpparser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/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: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/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
libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -g -O2 -pthread -MT lscpparser.lo -MD -MP -MF .deps/lscpparser.Tpo -c lscpparser.cpp -o lscpparser.o >/dev/null 2>&1
depbase=`echo lscpserver.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -g -O2 -pthread -MT lscpserver.lo -MD -MP -MF $depbase.Tpo -c -o lscpserver.lo lscpserver.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -g -O2 -pthread -MT lscpserver.lo -MD -MP -MF .deps/lscpserver.Tpo -c lscpserver.cpp -fPIC -DPIC -o .libs/lscpserver.o
lscpserver.cpp: In member function 'String LinuxSampler::LSCPServer::GetChannelInfo(uint)':
lscpserver.cpp:1253:101: warning: 'LinuxSampler::MidiInputDevice* LinuxSampler::SamplerChannel::GetMidiInputDevice() ' is deprecated (declared at ../Sampler.h:258) [-Wdeprecated-declarations]
result.Add("MIDI_INPUT_DEVICE", GetMidiInputDeviceIndex(pSamplerChannel->GetMidiInputDevice()));
^
lscpserver.cpp:1254:73: warning: 'int LinuxSampler::SamplerChannel::GetMidiInputPort()' is deprecated (declared at ../Sampler.h:237) [-Wdeprecated-declarations]
result.Add("MIDI_INPUT_PORT", pSamplerChannel->GetMidiInputPort());
^
lscpserver.cpp: In member function 'String LinuxSampler::LSCPServer::SetMIDIInputPort(uint, uint)':
lscpserver.cpp:2004:51: warning: 'void LinuxSampler::SamplerChannel::SetMidiInputPort(int )' is deprecated (declared at ../Sampler.h:169) [-Wdeprecated-declarations]
pSamplerChannel->SetMidiInputPort(MIDIPort);
^
lscpserver.cpp: In member function 'String LinuxSampler::LSCPServer::SetMIDIInputDevice(uint, uint)':
lscpserver.cpp:2035:52: warning: 'void LinuxSampler::SamplerChannel::SetMidiInputDevice(L inuxSampler::MidiInputDevice*)' is deprecated (declared at ../Sampler.h:143) [-Wdeprecated-declarations]
pSamplerChannel->SetMidiInputDevice(pDevice);
^
lscpserver.cpp: In member function 'String LinuxSampler::LSCPServer::SetMIDIInputType(String, uint)':
lscpserver.cpp:2073:52: warning: 'void LinuxSampler::SamplerChannel::SetMidiInputDevice(L inuxSampler::MidiInputDevice*)' is deprecated (declared at ../Sampler.h:143) [-Wdeprecated-declarations]
pSamplerChannel->SetMidiInputDevice(pDevice);
^
lscpserver.cpp: In member function 'String LinuxSampler::LSCPServer::SetMIDIInput(uint, uint, uint, uint)':
lscpserver.cpp:2094:83: warning: 'void LinuxSampler::SamplerChannel::SetMidiInput(LinuxSa mpler::MidiInputDevice*, int, LinuxSampler::midi_chan_t)' is deprecated (declared at ../Sampler.h:207) [-Wdeprecated-declarations]
pSamplerChannel->SetMidiInput(pDevice, MIDIPort, (midi_chan_t) MIDIChannel);
^
libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -g -O2 -pthread -MT lscpserver.lo -MD -MP -MF .deps/lscpserver.Tpo -c lscpserver.cpp -o lscpserver.o >/dev/null 2>&1
depbase=`echo lscpresultset.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -g -O2 -pthread -MT lscpresultset.lo -MD -MP -MF $depbase.Tpo -c -o lscpresultset.lo lscpresultset.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -g -O2 -pthread -MT lscpresultset.lo -MD -MP -MF .deps/lscpresultset.Tpo -c lscpresultset.cpp -fPIC -DPIC -o .libs/lscpresultset.o
libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -g -O2 -pthread -MT lscpresultset.lo -MD -MP -MF .deps/lscpresultset.Tpo -c lscpresultset.cpp -o lscpresultset.o >/dev/null 2>&1
../../scripts/generate_lscp_parser.sh
Searching for a parser generator...OK (/usr/bin/bison -y)
Generating LSCP parser...
lscp.y: Warnung: 1801 Schiebe/Reduzier-Konflikte [-Wconflicts-sr]
lscp.y: Warnung: 1045 Reduzier/Reduzier-Konflikte [-Wconflicts-rr]
lscp.y: Warnung: 1801 Schiebe/Reduzier-Konflikte [-Wconflicts-sr]
lscp.y: Warnung: 1045 Reduzier/Reduzier-Konflikte [-Wconflicts-rr]
Done
Updating Documentation/lscp.xml...Done
Generating src/network/lscp_shell_reference.cpp...Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl .) at ./generate_lscp_shell_reference.pl line 15.
BEGIN failed--compilation aborted at ./generate_lscp_shell_reference.pl line 15.
Done
depbase=`echo lscp_shell_reference.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -g -O2 -pthread -MT lscp_shell_reference.lo -MD -MP -MF $depbase.Tpo -c -o lscp_shell_reference.lo lscp_shell_reference.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig -Wreturn-type -ffast-math -g -O2 -pthread -MT lscp_shell_reference.lo -MD -MP -MF .deps/lscp_shell_reference.Tpo -c lscp_shell_reference.cpp -fPIC -DPIC -o .libs/lscp_shell_reference.o
x86_64-linux-gnu-g++: error: lscp_shell_reference.cpp: No such file or directory
x86_64-linux-gnu-g++: fatal error: no input files
compilation terminated.
make[4]: *** [lscp_shell_reference.lo] Fehler 1
make[4]: Verzeichnis »/home/arne/lssvn/linuxsampler/src/network« wird verlassen
make[3]: *** [all-recursive] Fehler 1
make[3]: Verzeichnis »/home/arne/lssvn/linuxsampler/src« wird verlassen
make[2]: *** [all-recursive] Fehler 1
make[2]: Verzeichnis »/home/arne/lssvn/linuxsampler« wird verlassen
make[1]: *** [all] Fehler 2
make[1]: Verzeichnis »/home/arne/lssvn/linuxsampler« wird verlassen
make: *** [build-stamp] Fehler 2
dpkg-buildpackage: Fehler: Fehler-Exitstatus von debian/rules build war 2
Ich wäre an dieser Stelle wirklich voll dankbar für eure Hilfe.
Arne Matthias