From: Rupert P. <r.p...@gm...> - 2010-03-15 18:21:09
|
Hi New user here. I am having problems compiling the latest version from SVN. Here is the output of the ./configure command: http://pastebin.com/fXYfFPb7 And then, when I try to make (using sudo for both as I am in /usr/local/src) I get this: CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /usr/local/src/lcd4linux/missing --run aclocal-1.11 -I m4 aclocal-1.11: couldn't open directory `m4': No such file or directory make: *** [aclocal.m4] Error 1 After mkdir m4 I now get this error: rupert@noah:/usr/local/src/lcd4linux$ sudo make cd . && /bin/bash /usr/local/src/lcd4linux/missing --run automake-1.11 --gnu Makefile.am:16: required file `./ltmain.sh' not found make: *** [Makefile.in] Error 1 Something clearly not right here.... As I have already successfully built ffmpeg and x264 from source, I am pretty sure I have all the required build tools (automake is already up-to-date). A google search doesn't show anything. Any pointers what is wrong? Rupert |