pysoundtouch
pysoundtouch copied to clipboard
make: *** [Makefile.in] Error 1
my english is poor and hope you can understand what i wrote: when i inputed './bootstrap' in the terminal,it told me this:
autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I config/m4 aclocal: warning: couldn't open directory 'config/m4': No such file or directory configure.ac:47: warning: macro 'AM_PROG_LIBTOOL' not found in library autoreconf: configure.ac: tracing autoreconf: configure.ac: not using Libtool autoreconf: running: /usr/local/Cellar/autoconf/2.69/bin/autoconf --force configure.ac:26: error: possibly undefined macro: AC_DISABLE_SHARED If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:47: error: possibly undefined macro: AM_PROG_LIBTOOL autoreconf: /usr/local/Cellar/autoconf/2.69/bin/autoconf failed with exit status: 1
Hi Xiaodong,
The error message suggests that you can resolve the problem by typing "automake --add-missing". That may also resolve the problem that LIBTOOL is not defined as well, but if not try searching for recommendations.
- James
On Tue, 17 Apr 2018, 16:23 Xiaodong Hu, [email protected] wrote:
my english is poor and hope you can understand what i wrote: when i inputed 'make' in the terminal,it told me this:
cd . && automake-1.16 --foreign configure.ac:40: error: required file 'config/compile' not found configure.ac:40: 'automake --add-missing' can install 'compile' config/am_include.mk:32: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '
_CPPFLAGS') Makefile.am:23: 'config/am_include.mk http://am_include.mk' included from here config/am_include.mk:32 http://am_include.mk:32: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '_CPPFLAGS') include/Makefile.am:23: 'config/am_include.mk' included from here config/am_include.mk:32: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '
_CPPFLAGS') source/Makefile.am:22: 'config/am_include.mk http://am_include.mk' included from here config/am_include.mk:32 http://am_include.mk:32: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '_CPPFLAGS') source/SoundStretch/Makefile.am:22: 'config/am_include.mk' included from here config/am_include.mk:32: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') source/SoundTouch/Makefile.am:23: 'config/am_include.mk' included from here source/SoundTouch/Makefile.am:31: error: Libtool library used but 'LIBTOOL' is undefined source/SoundTouch/Makefile.am:31: The usual way to define 'LIBTOOL' is to add 'LT_INIT' source/SoundTouch/Makefile.am:31: to 'configure.ac' and run 'aclocal' and 'autoconf' again. source/SoundTouch/Makefile.am:31: If 'LT_INIT' is in 'configure.ac', make sure source/SoundTouch/Makefile.am:31: its definition is in aclocal's search path. make: *** [Makefile.in] Error 1
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jrising/pysoundtouch/issues/4, or mute the thread https://github.com/notifications/unsubscribe-auth/AAjXeBjccqHDmafeBqrSwA6T4RXyUSeUks5tpfrSgaJpZM4TYag0 .