Subject: Winamp5 control plugin


Author: ubelducky, 2005-10-01 20:08:17
trying to get the winamp5 control to compile, but cant quite figure out how. here is my problems.
autoreconf:
configure.ac: required file `./install-sh' not found
configure.ac: required file `./mkinstalldirs' not found
configure.ac: required file `./missing' not found
configure.ac:14: required file `./config.guess' not found
configure.ac:14: required file `./config.sub' not found
Makefile.am: required file `./COPYING' not found
Makefile.am: required file `./INSTALL' not found
configure.ac:14: required file `./ltmain.sh' not found
src/Makefile.am: required file `./compile' not found
src/Makefile.am: required file `./depcomp' not found
autoreconf: automake-1.7 failed with exit status: 1

automake:
configure.ac:5: version mismatch. This is Automake 1.9.5,
configure.ac:5: but the definition used by this AM_INIT_AUTOMAKE
configure.ac:5: comes from Automake 1.7.9. You should recreate
configure.ac:5: aclocal.m4 with aclocal and run automake again.
configure.ac: required file `./install-sh' not found
configure.ac: required file `./missing' not found
src/Makefile.am: required file `./compile' not found
src/Makefile.am: required file `./depcomp' not found
configure.ac:14: required file `./config.guess' not found
configure.ac:14: required file `./config.sub' not found
Makefile.am: required file `./INSTALL' not found
Makefile.am: required file `./COPYING' not found
configure.ac:14: required file `./ltmain.sh' not found

any help is appreciated, i would really love to test this out

Replies


Author: ciberfred, 2005-10-03 19:19:14
autoreconf -vifs
in the plugin directory should solve the problem.

Don't forget that i use automake-1.8 (if i remember correctly) to create
the configure script. So if you got it, you should set the environement
variable at : AUTOMAKE=automake-1.8 and ACLOCAL=aclocal-1.8.

look at the wiki to see some more informations.

Reply

Name : Email :