[ecasound] how to properly handle CVS

New Message Reply Date view Thread view Subject view Author view Other groups

Subject: [ecasound] how to properly handle CVS
From: Jeremy Hall (jhall@UU.NET )
Date: Wed Jan 19 2000 - 14:52:47 EET


Hello,

well I noticed that one shouldn't build out of the CVS directory, because
it makes new CVS diffs fail.

so I mkdir OBJ and cd OBJ

The autoconf architecture seems to support this, and it does happily
$ cd OBJ
$ ../configure --disable-alsa --disable-qt

and it runs and seems happy. but when one tries to make, one gets

/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H
-I. -I../../../libecasound/src -I../.. -I. -I../../.. -I../../../kvutils
-I../include -O2 -D_REENTRANT -DNDEBUG -ffast-math -funroll-loops -c
../../../libecasound/src/audiofx.cpp
mkdir .libs
c++ -DHAVE_CONFIG_H -I. -I../../../libecasound/src
-I../.. -I. -I../../.. -I../../../kvutils -I../include -O2 -D_REENTRANT
-DNDEBUG -ffast-math -funroll-loops -c -fPIC -DPIC
../../../libecasound/src/audiofx.cpp -o .libs/audiofx.lo
../../../libecasound/src/audiofx.cpp:24: samplebuffer_iterators.h: No such
file or directory
../../../libecasound/src/audiofx.cpp:25: audiofx.h: No such file or
directory
../../../libecasound/src/audiofx.cpp:26: eca-debug.h: No such file or
directory
../../../libecasound/src/audiofx.cpp:27: eca-error.h: No such file or
directory
make[3]: *** [audiofx.lo] Error 1
make[3]: Leaving directory
`/src/sound/ecasound/CVS/sound/ecasound/OBJ/libecasound/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/src/sound/ecasound/CVS/sound/ecasound/OBJ/libecasound'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/src/sound/ecasound/CVS/sound/ecasound/OBJ'
make: *** [all-recursive-am] Error 2
[root@pongo OBJ]#

so what should be done to be able to build ecasound, yet maintain a pure
source tree?

_J


New Message Reply Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2a24 : Wed Jan 19 2000 - 14:53:32 EET