Compile trouble Ecamegapedal

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Compile trouble Ecamegapedal
From: Gerrit Niestijl (g.niestijl_AT_rijndam.nl)
Date: Fri Mar 07 2003 - 10:50:41 EET


Hi,

I tried to compile ecamegapedal (latest version) but the compile fails
because of not finding ecasound header files. See the output of make
below. However i compiled ecasound from cvs succesfully (v 2.2.2) and
installed it with prefix /usr. The header files do exist in
/usr/include/libecasound. Does anyone know what is wrong?

--
make  all-recursive
make[1]: Entering directory `/usr/src/ecamegapedal-0.4.0'
Making all in src
make[2]: Entering directory `/usr/src/ecamegapedal-0.4.0/src'
c++ -DHAVE_CONFIG_H -I. -I. -I.. -I. -I/opt/qt/qt3/include -I -I/usr/include/libecasound -I/usr/include/kvutils    -O2 -march=i686 -D_REENTRANT -D_REENTRANT -ffast-math -fstrict-aliasing -funroll-loops -DNDEBUG -DENABLE_DBC -c ecamegapedal.cpp
ecamegapedal.cpp:27:23: eca-error.h: No such file or directory
ecamegapedal.cpp:28:24: eca-logger.h: No such file or directory
ecamegapedal.cpp:29:25: eca-version.h: No such file or directory
In file included from ecamegapedal.cpp:33:
interface.h:7:28: eca-audio-time.h: No such file or directory
ecamegapedal.cpp: In function `int main(int, char**)':
ecamegapedal.cpp:47: `ECA_LOGGER' undeclared (first use this function)
ecamegapedal.cpp:47: (Each undeclared identifier is reported only once for each 
   function it appears in.)
ecamegapedal.cpp:47: parse error before `::' token
ecamegapedal.cpp:72: parse error before `&' token
ecamegapedal.cpp: In function `void parse_command_line(COMMAND_LINE&)':
ecamegapedal.cpp:87: `ecasound_library_version' undeclared (first use this 
   function)
make[2]: *** [ecamegapedal.o] Error 1
make[2]: Leaving directory `/usr/src/ecamegapedal-0.4.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/ecamegapedal-0.4.0'
make: *** [all-recursive-am] Error 2

-- Gerrit


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Fri Mar 07 2003 - 10:34:11 EET