On Wed, Apr 11, 2012 at 10:18 PM, MohanR <mohan...@gmail.com> wrote:

>
> >
> > http://paste.ubuntu.com/925071/
> >
> > Here is the correct error messages link.
> >
> > Can't compile it.
> >
>
> Do a clean build from top directory. I seems 'autotools' messed-up
> somewhere in previous compilation.
>
> 1. make distclean
> 2. make all
>
>
Hi Srini,

I assume you have installed libsoundtouch-dev, libsoundtouch0 library.

Try the above suggested by Mohan R. If you have still problem. Try this in
your top source directory :

$ make distclean
$ aclocal
$ libtoolize
$ autoconf
$ automake -a
$./configure
$ make
$ sudo make install

Sometimes you don't need to run libtoolize manually. automake -a will run
it for you.

Thanks
Mohan L
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to