newbie question:make ***[all-recursive]?

kcross yellowdog-newbie@lists.terrasoftsolutions.com
Wed, 5 Jun 2002 09:26:38 -0700


I've been trying to install various versions of ecasound and ecasound (cvs 
and plain tar.gz alike) on YDL2.2(Pb G3) and I get:

cd . && autoheader
configure.in:199: warning: AC_TRY_RUN called without default to allow cross 
comp
iling
make  all-recursive
make[1]: Entering directory `/root/ecawave-cvs'
Making all in src
make[2]: Entering directory `/root/ecawave-cvs/src'
c++ -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I/usr/lib/qt2/include     -g -O2 
-D_
EENTRANT -D_REENTRANT -ffast-math -fstrict-aliasing -funroll-loops -DNDEBUG 
-DE
ABLE_DBC -c ecawave.cpp
ecawave.cpp:25: kvu_com_line.h: No such file or directory
ecawave.cpp:26: eca-error.h: No such file or directory
ecawave.cpp:27: eca-logger.h: No such file or directory
ecawave.cpp:28: eca-version.h: No such file or directory
In file included from ecawave.cpp:33:
qesession.h:10: kvu_temporary_file_directory.h: No such file or directory
qesession.h:11: eca-audio-format.h: No such file or directory
In file included from qesession.h:27,
                 from ecawave.cpp:33:
resources.h:4: resource-file.h: No such file or directory
make[2]: *** [ecawave.o] Error 1
make[2]: Leaving directory `/root/ecawave-cvs/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/ecawave-cvs'
make: *** [all-recursive-am] Error 2

It can't find certain files but as a newbie I'm unsure what to do.
Any help would be much appreciated