Dragan Noveski schreef:
it seems like i moved forward, the error in make looks
now:
../libpsynth/.libs/libpsynth.so: undefined reference to
`soundtouch::SoundTouch::setRate(float)'
../libpsynth/.libs/libpsynth.so: undefined reference to
`soundtouch::SoundTouch::clear()'
../libpsynth/.libs/libpsynth.so: undefined reference to
`soundtouch::SoundTouch::setPitch(float)'
../libpsynth/.libs/libpsynth.so: undefined reference to
`soundtouch::SoundTouch::putSamples(float const*, unsigned int)'
../libpsynth/.libs/libpsynth.so: undefined reference to
`soundtouch::SoundTouch::setChannels(unsigned int)'
../libpsynth/.libs/libpsynth.so: undefined reference to
`soundtouch::SoundTouch::~SoundTouch()'
../libpsynth/.libs/libpsynth.so: undefined reference to
`soundtouch::SoundTouch::setTempo(float)'
../libpsynth/.libs/libpsynth.so: undefined reference to
`soundtouch::SoundTouch::setSampleRate(unsigned int)'
../libpsynth/.libs/libpsynth.so: undefined reference to
`soundtouch::SoundTouch::SoundTouch()'
collect2: ld returned 1 exit status
make[2]: *** [psynth3d] Fehler 1
make[2]: Leaving directory
`/home/nowhiskey/software/nove/psychosynth/psychosynth-0.1.1/src'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory
`/home/nowhiskey/software/nove/psychosynth/psychosynth-0.1.1'
make: *** [all] Fehler 2
it might be a wrong version of sountouch, but i do not know...
i compiled it on ubuntu hardy without a problem whatsoever (without osc
support though).
soundtouch version = 1.3.0-2.2
m