[Ilugc] compiling dhvani in ubuntu 11.10

  • From: l.mohanphy@xxxxxxxxx (Mohan L)
  • Date: Thu, 12 Apr 2012 00:13:27 +0530

On Wed, Apr 11, 2012 at 10:18 PM, MohanR <mohan43u at 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

Other related posts: