Hi Jerry,
I’ve removed the old librespeaker using “dpkg -r librespeaker” and then install the package you provided with “dpkg -i”.
the package is correctly installed according to dpkg -l librespeaker.
I’ve a new issue.
The file /usr/local/include/librespeaker.so is not present anymore I couldn’t compile my cc script using g++.
So, I’ve copied the file librespeaker.so.2.0.1 to librespeaker.so and I was eventually able to compile.
However after compiling the same cc script I’ve sent you yesterday, it returns an error right after launching it:
terminate called after throwing an instance of ‘std::bad_array_new_length’
what(): std::bad_array_new_length.
Any support about this?
Thanks for your help