[ecasound] problems compiling ecasound

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

Subject: [ecasound] problems compiling ecasound
From: Jeremy Hall (jhall@UU.NET)
Date: Sat Apr 08 2000 - 07:01:42 EEST


Hi,

I just downloaded through cvs the new ecasound snapshot and tried to build
it on peppy. My normal build machine is pongo, but I decided to build on
peppy today. I made sure that libtool was installed, and proceded to do a

./configure --disable-qt --disable-alsa

Here is what happened.

Libaudiofile: no
ALSA-support no
OSS-support yes
-----------------------------------------------------------------
Following directories are used:
Directory prefix: /usr/local
-----------------------------------------------------------------
Type 'make' to compile the package and 'make install' to install.
-----------------------------------------------------------------
[root@Peppy ecasound]# make
cd . && aclocal
cd . && automake --foreign Makefile
cd . && autoconf
configure.in:241: warning: AC_TRY_RUN called without default to allow
cross compiling
/bin/sh ./config.status --recheck
running /bin/sh ./configure --disable-qt --disable-alsa --no-create
--no-recursion
loading cache ./config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for c++... (cached) c++
checking whether the C++ compiler (c++ ) works... yes
checking whether the C++ compiler (c++ ) is a cross-compiler... no
checking whether we are using GNU C++... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking whether make sets ${MAKE}... (cached) yes
checking for a BSD compatible install... /usr/bin/install -c
checking for libtool... (cached) /usr/bin/libtool
checking for m4... (cached) /usr/bin/m4
checking host system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for ranlib... (cached) ranlib
checking for ld used by GCC... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... (cached) yes
checking for object suffix... o
checking for executable suffix... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions ... yes
checking if gcc static flag -static works... -static
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking command to parse /usr/bin/nm -B output... ok
checking how to hardcode library paths into programs... immediate
checking for /usr/bin/ld option to reload object files... -r
checking dynamic linker characteristics... Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
loading cache ./config.cache
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking for library containing nanosleep... (cached) none required
checking for library containing sched_setscheduler... (cached) none
required
checking for sin in -lm... (cached) yes
checking for dlopen in -ldl... (cached) yes
checking for main in -lncurses... (cached) yes
checking for pthread_create in -lpthread... (cached) yes
checking for main in -laudiofile... (cached) no
checking for snd_cards in -lasound... (cached) no
checking for sys/soundcard.h... (cached) yes
checking whether to build qtecasound... no
checking qtecasound preconditions...
qtecasound preconditions: passed
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be
included... (cached) yes
checking how to run the C++ preprocessor... (cached) c++ -E
checking for fcntl.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for sys/ioctl.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking for signal.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/mman.h... (cached) yes
checking for errno.h... (cached) yes
checking for pthread.h... (cached) yes
checking for sched.h... (cached) yes
checking for unistd.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for map.h... (cached) yes
checking for inline... (cached) inline
checking whether byte ordering is bigendian... (cached) no
checking for size_t... (cached) yes
creating ./config.status
-----------------------------------------------------------------
Following packages are now configured:
ecasound: yes (ecasound,libecasound,libkvutils)
ecatools: yes
libqtecasound: no
qtecasound: no
-----------------------------------------------------------------
Following features were selected:
Debugging info: no
Termcap: ncurses
Libaudiofile: no
ALSA-support no
OSS-support yes
-----------------------------------------------------------------
Following directories are used:
Directory prefix: /usr/local
-----------------------------------------------------------------
Type 'make' to compile the package and 'make install' to install.
-----------------------------------------------------------------
cd . \
  && CONFIG_FILES=Makefile CONFIG_HEADERS= /bin/sh ./config.status
creating Makefile
cd . && autoheader
configure.in:241: warning: AC_TRY_RUN called without default to allow
cross compiling
cd . \
  && CONFIG_FILES= CONFIG_HEADERS=config.h \
     /bin/sh ./config.status
creating config.h
config.h is unchanged
make all-recursive
make[1]: Entering directory `/src/sound/ecasound/CVS/sound/ecasound'
Making all in kvutils
make[2]: Entering directory
`/src/sound/ecasound/CVS/sound/ecasound/kvutils'
cd . && aclocal
cd . && automake --foreign --include-deps Makefile
automake: configure.in: required file `./missing' not found
make[2]: *** [Makefile.in] Error 1
make[2]: Leaving directory
`/src/sound/ecasound/CVS/sound/ecasound/kvutils'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/src/sound/ecasound/CVS/sound/ecasound'
make: *** [all-recursive-am] Error 2
[root@Peppy ecasound]#

now I do not know why libaudiofile isn't found, maybe it also isn't
installed, I'll go install that.

_J

--
To unsubscribe send message 'unsubscribe' in the body of the
message to <ecasound-list-request@wakkanet.fi>.


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

This archive was generated by hypermail 2b28 : Sat Apr 08 2000 - 07:02:26 EEST