i followed all the instructions but whats weird is i run ./configure and it works fine
then i run make and it does this:
[quote]intangir@kefka:~/src/mangler/trunk$ make
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/intangir/src/mangler/trunk/missing –run aclocal-1.11 -I m4
/home/intangir/src/mangler/trunk/missing: line 54: aclocal-1.11: command not found
WARNING: `aclocal-1.11' is missing on your system. You should only need it if
you modified `acinclude.m4' or `configure.ac'. You might want
to install the `Automake' and `Perl' packages. Grab them from
any GNU archive site.
cd . && /bin/bash /home/intangir/src/mangler/trunk/missing –run automake-1.11 –gnu
/home/intangir/src/mangler/trunk/missing: line 54: automake-1.11: command not found
WARNING: `automake-1.11' is missing on your system. You should only need it if
you modified `Makefile.am', `acinclude.m4' or `configure.ac'.
You might want to install the `Automake' and `Perl' packages.
Grab them from any GNU archive site.
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/intangir/src/mangler/trunk/missing –run autoconf
aclocal.m4:16: warning: this file was generated for autoconf 2.64.
You have another version of autoconf. It may work, but is not guaranteed to.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically `autoreconf'.
/bin/bash ./config.status –recheck[/quote]
i have automake 1.10 (thats the lastest in ubuntu 9.04 repos)
and reruns configure..
it runs fine for quite a while till it says:
[quote]./configure: line 17833: syntax error near unexpected token `fi'
./configure: line 17833: `fi'
[/quote]
i checked the spot .. looks well enough to me. how am i gonna know whats wrong with it, its 20k lines or some insanity
so i tried the autoreconf it suggests.
run it again, all of the initial warnings are gone but i still get the same failure
[quote]./configure: line 17742: syntax error near unexpected token `fi'
./configure: line 17742: `fi'
[/quote]
i checked the history of the config file to see if that area changes anytime recently and not really, there were some alsa and pulse flags added so i tried without pulse and without alsa and neither worked