Makefile:17: buildsys.mk: No such file or directory make: *** No rule to make target `buildsys.mk'. Stop.
Added by Davin Pearson about 8 years ago
I have just downloaded the sources to audacious in order
to compile it with an additional slot in the graphic equaliser
at 20 kHz.
Executing "autoconf" works okay.
Executing ./configure gives the following error:
Makefile:17: buildsys.mk: No such file or directory
make: *** No rule to make target `buildsys.mk'. Stop.
Copying the file buildsys.mk.in -> buildsys.mk
results in the following error:
www@davin-Aspire-ES1-511:~/audacious$ make
buildsys.mk:795: .deps: No such file or directory
Creating an empty file .deps results in the
following error:
www@davin-Aspire-ES1-511:~/audacious$ make
make: SHELL
: Command not found
Could someone email me a copy of audacious
with the following modifications:
equaliser.h:
#define AUD_EQ_NBANDS 11
and equaliser.cc:
static const float CF[AUD_EQ_NBANDS] = {31.25, 62.5, 125, 250, 500, 1000, 2000,
4000, 8000, 16000, 20000};
Replies (1)
RE: Makefile:17: buildsys.mk: No such file or directory make: *** No rule to make target `buildsys.mk'. Stop.
-
Added by John Lindgren about 8 years ago
You are not supposed to run autoconf directly. Use the provided autogen.sh script.