From: Mattias T. <ms...@ey...> - 2011-08-02 15:05:22
|
Rupert Plumridge <r.plumridge@...> writes: > > HiNew user here. I am having problems compiling the latest version from SVN.Here is the output of the ./configure command: http://pastebin.com/fXYfFPb7And 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 m4aclocal-1.11: couldn't open directory `m4': No such file or directorymake: *** [aclocal.m4] Error 1After mkdir m4I now get this error:rupert <at> noah:/usr/local/src/lcd4linux$ sudo make cd . && /bin/bash /usr/local/src/lcd4linux/missing --run automake-1.11 --gnuMakefile.am:16: required file `./ltmain.sh' not found > make: *** [Makefile.in] Error 1Something 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 > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev Hi, Did you find a solution? Got the exact same problem. //Matt |