grimtraveller / amsynth

Automatically exported from code.google.com/p/amsynth
GNU General Public License v2.0
0 stars 0 forks source link

amSynth v1.3.2 Ubuntu 12.04 amd64: libtool 2.4.2 mismatch error #56

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Compile amSynth
2.
3.

What is the expected output? What do you see instead?

make[3]: Entering directory `/home/diego/Downloads/amSynth-1.3.2/src'
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..   
    -Wall -W -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -MT 
amsynth_dssi_la-Parameter.lo -MD -MP -MF .deps/amsynth_dssi_la-Parameter.Tpo -c 
-o amsynth_dssi_la-Parameter.lo `test -f 'Parameter.cc' || echo 
'./'`Parameter.cc
libtool: Version mismatch error.  This is libtool 2.4 Debian-2.4-2ubuntu1, but 
the
libtool: definition of this LT_INIT comes from libtool 2.4.2.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4 
Debian-2.4-2ubuntu1
libtool: and run autoconf again.
make[3]: *** [amsynth_dssi_la-Parameter.lo] Error 63
make[3]: Leaving directory `/home/diego/Downloads/amSynth-1.3.2/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/diego/Downloads/amSynth-1.3.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/diego/Downloads/amSynth-1.3.2'
make: *** [all] Error 2

What version of the product are you using? On what operating system?

amSynth 1.3.4
Ubuntu 12.04 LTS 64 bit

Please provide any additional information below.

Original issue reported on code.google.com by diego.si...@gmail.com on 22 Jun 2013 at 9:32

Attachments:

GoogleCodeExporter commented 9 years ago
Please run the following commands from the amSynth-1.3.2 directory and see it 
if helps:

autoreconf --force --install
./cofigure
make

Original comment by nickdowell on 23 Jun 2013 at 9:58

GoogleCodeExporter commented 9 years ago
Yes, it worked perfectly.

Now it compiles without any problem.

Thank you very much!

Original comment by diego.si...@gmail.com on 23 Jun 2013 at 1:35

GoogleCodeExporter commented 9 years ago
closing since 1.3.2 is no longer the current release

Original comment by nickdowell on 27 Jun 2013 at 7:37