Forum archive
HELP spandsp make fails when applying patch
Hi!
I'm trying to build spandsp from the conf script when running "tklpatch-apply / turnkey-patch".
Source code for spandsp is included in the turnkey-patch directory.
From the conf script I do the following:
cd /source/spandsp-0.0.6 ./configure make
But it fails with:
cd . && automake-1.13 --gnu /bin/bash: line 4: automake-1.13: command not found Makefile:421: recipe for target 'Makefile.in' failed make: *** [Makefile.in] Error 1
I found a work around and that is to include the tar file, for the source code, in the turnkey-patch directory and in the conf script I do the following:
cd /source tar -xzvf spandsp-0-0-6.tar.gz cd spandsp-0.0.6 ./configure make
That builds spandsp as expected.
I do however prefer to put the source code for spandsp in my local version control repository rather than the tar file.
Does anyone have any ideas about what is causing the error that I get?
Kind regards
Fredrik
Thanks for the response!
I decided to keep it as it is with the tar-file. If I get time to work on it further, I will check permissions, hidden files etc.
Kind regards
Fredrik