Hi, i am not sure if this is the right way (first post) , but here we go...
I am trying to install darkice on Debian Jessie 8 (3.16.0-4-amd64)
When i try make this happens:
make
Making all in src
make[1]: Entering directory '/home/bhr/Downloads/DarkIce/darkice-1.2/src'
make all-am
make[2]: Entering directory '/home/bhr/Downloads/DarkIce/darkice-1.2/src'
g++ -DHAVE_CONFIG_H -I. -O2 -pedantic -Wall -pthread -g -O2 -MT FaacEncoder.o -MD -MP -MF .deps/FaacEncoder.Tpo -c -o FaacEncoder.o FaacEncoder.cpp
FaacEncoder.cpp: In member function ‘virtual unsigned int FaacEncoder::write(const void, unsigned int)’:
FaacEncoder.cpp:220:83: error: ‘memmove’ was not declared in this scope
resampledOffsetSizesampleSize);
^
Makefile:492: recipe for target 'FaacEncoder.o' failed
make[2]: *** [FaacEncoder.o] Error 1
make[2]: Leaving directory '/home/bhr/Downloads/DarkIce/darkice-1.2/src'
Makefile:345: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/home/bhr/Downloads/DarkIce/darkice-1.2/src'
Makefile:355: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
I have faac, libfaac-dev, libfaac0 and lbfaac0:i386 installed, and i have no clue :)
Any help appreciated!
I installed from deb file, that worked... maybe the info is good for something, if not, sorry :)