Hi!
I just downloaded linuxsampler cvs at the beginning of this week. After
copying some standard scripts (ltmain, ltconfig, config.sub...) into the
linuxsampler directory I could execute: aclocal, autoconf, autoheader and
automake without any problems. When I typed make though I got the following
problem:
cd . && /bin/sh /home/src/tarballs/new/linuxsampler/missing --run autoheader
autoheader: `config.h.in' is unchanged
touch ./config.h.in
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
gmake all-recursive
gmake[1]: Entering directory `/home/src/tarballs/new/linuxsampler'
Making all in src
gmake[2]: Entering directory `/home/src/tarballs/new/linuxsampler/src'
Making all in network
gmake[3]: Entering directory `/home/src/tarballs/new/linuxsampler/src/network'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/home/src/tarballs/new/linuxsampler/src/network'
Making all in engines
gmake[3]: Entering directory `/home/src/tarballs/new/linuxsampler/src/engines'
Making all in gig
gmake[4]: Entering directory `/home/src/tarballs/new/linuxsampler/src/engines/gig'
source='Synthesizer.cpp' object='Synthesizer.lo' libtool=yes \
depfile='.deps/Synthesizer.Plo' tmpdepfile='.deps/Synthesizer.TPlo' \
depmode=gcc3 /bin/sh ../../../depcomp \
/bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../..
-ffast-math -fpermissive -g -O2 -c -o Synthesizer.lo `test -f 'Synthesizer.cpp' ||
echo './'`Synthesizer.cpp
rm -f .libs/Synthesizer.lo
g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -ffast-math -fpermissive -g -O2 -c Synthesizer.cpp
-MT Synthesizer.lo -MD -MP -MF .deps/Synthesizer.TPlo -fPIC -DPIC
../common/Resampler.h: In static member function `static void
LinuxSampler::gig::Synthesizer<IMPLEMENTATION, CHANNELS, USEFILTER,
INTERPOLATE, DOLOOP, CONSTPITCH>::Synthesize(sample_t*, void*, float&,
float*, float*, uint&, float*, float*, float*, LinuxSampler::gig::Filter&,
LinuxSampler::gig::Filter&, LinuxSampler::biquad_param_t&,
LinuxSampler::biquad_param_t&) [with implementation_t IMPLEMENTATION =
ASM_X86_MMX_SSE, LinuxSampler::gig::channels_t CHANNELS = MONO, bool
USEFILTER = false, bool INTERPOLATE = false, bool DOLOOP = false, bool
CONSTPITCH = true]':
Synthesizer.h:136: instantiated from `static void
LinuxSampler::gig::Synthesizer<IMPLEMENTATION, CHANNELS, USEFILTER, INTERPOLATE,
DOLOOP, CONSTPITCH>::Synthesize(VOICE_T&, void*, sample_t*, uint&) [with
VOICE_T = LinuxSampler::gig::Voice, implementation_t IMPLEMENTATION = ASM_X86_MMX_SSE,
LinuxSampler::gig::channels_t CHANNELS = MONO, bool USEFILTER = false, bool INTERPOLATE =
false, bool DOLOOP = false, bool CONSTPITCH = true]'
Synthesizer.h:110: instantiated from `static void
LinuxSampler::gig::Synthesizer<IMPLEMENTATION, CHANNELS, USEFILTER, INTERPOLATE,
DOLOOP, CONSTPITCH>::SynthesizeFragment(VOICE_T&, unsigned int, sample_t*,
uint&, uint&, unsigned int, unsigned int, unsigned int, uint&, void*,
float&, float&) [with VOICE_T = LinuxSampler::gig::Voice, implementation_t
IMPLEMENTATION = ASM_X86_MMX_SSE, LinuxSampler::gig::channels_t CHANNELS = MONO, bool
USEFILTER = false, bool INTERPOLATE = false, bool DOLOOP = false, bool CONSTPITCH =
true]'
Synthesizer.h:74: instantiated from `static void
LinuxSampler::gig::Synthesizer<IMPLEMENTATION, CHANNELS, USEFILTER, INTERPOLATE,
DOLOOP, CONSTPITCH>::SynthesizeFragment(VOICE_T&, unsigned int, sample_t*, unsigned
int) [with VOICE_T = LinuxSampler::gig::Voice, implementation_t IMPLEMENTATION =
ASM_X86_MMX_SSE, LinuxSampler::gig::channels_t CHANNELS = MONO, bool USEFILTER = false,
bool INTERPOLATE = false, bool DOLOOP = false, bool CONSTPITCH = true]'
Synthesizer.cpp:152: instantiated from here
../common/Resampler.h:70: can't find a register in class `GENERAL_REGS' while
reloading `asm'
gmake[4]: *** [Synthesizer.lo] Error 1
gmake[4]: Leaving directory `/home/src/tarballs/new/linuxsampler/src/engines/gig'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory `/home/src/tarballs/new/linuxsampler/src/engines'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/home/src/tarballs/new/linuxsampler/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/home/src/tarballs/new/linuxsampler'
gmake: *** [all] Error 2
Here are some facts about my machine:
uname -a
Linux bach 2.6.10 #2 Wed Jan 12 02:06:11 CET 2005 i686 unknown
/proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 8
model name : Celeron (Coppermine)
stepping : 6
cpu MHz : 699.961
cache size : 128 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips : 1376.25
gcc -v
Reading specs from /usr/lib/gcc-lib/i486-suse-linux/3.2/specs
Configured with: ../configure --enable-threads=posix --prefix=/usr
--with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man
--libdir=/usr/lib --enable-languages=c,c++,f77,objc,java,ada --enable-libgcj
--with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib --with-system-zlib
--enable-shared --enable-__cxa_atexit i486-suse-linux
Thread model: posix
gcc version 3.2
Any idea about that? How could I fix it (or is it already fixed?).
Kindest regards
Julien
--------
Music was my first love and it will be my last (John Miles)
======== FIND MY WEB-PROJECT AT: ========
http://ltsb.sourceforge.net - the Linux TextBased Studio guide