Re: [ecasound] ecasound 2.2.3 released

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

Subject: Re: [ecasound] ecasound 2.2.3 released
From: The Eye (the.eye_AT_gmx.li)
Date: Tue Apr 29 2003 - 00:10:36 EEST


just got the cvs (from about 20:55 today) and tried to compile it (with
the included cvscompile script) with the following options to configure:

--with-largefile --disable-oss --disable-arts

the end output of configure was
Following features were selected:
Debugging info: no
Termcap: ncurses
Libaudiofile: yes
ALSA support yes
OSS support no
aRts support no
JACK support no
Libsamplerate support no
Use system readline no
-----------------------------------------------------------------
Following directories are used:
Directory prefix: /usr/local

I then started compiling with make -j10 and in the end got the following
error(s):

c++ -march=i686 -O3 -pipe -D_REENTRANT -D_REENTRANT -ffast-math -fstrict-aliasing -funroll-loops -DNDEBUG -DENABLE_DBC -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -o ecasound ecasound.o eca-curses.o eca-comhelp.o eca-neteci-server.o eca-plaintext.o textdebug.o -Wl,--export-dynamic ../readline-4.0/libreadline.a ../readline-4.0/libhistory.a -lncurses ../libecasound/.libs/libecasound.a ../kvutils/.libs/libkvutils.a -ldl -lm -lpthread
../libecasound/.libs/libecasound.a(audioio_alsa.o): In function `AUDIO_IO_ALSA_PCM::open_device(void)':
audioio_alsa.o(.text+0xc60): undefined reference to `snd_pcm_open'
audioio_alsa.o(.text+0xc74): undefined reference to `snd_strerror'
audioio_alsa.o(.text+0x1067): undefined reference to `snd_pcm_open'
audioio_alsa.o(.text+0x107b): undefined reference to `snd_strerror'
audioio_alsa.o(.text+0x15ad): undefined reference to `snd_pcm_nonblock'
../libecasound/.libs/libecasound.a(audioio_alsa.o): In function `AUDIO_IO_ALSA_PCM::fill_and_set_hw_params(void)':
audioio_alsa.o(.text+0x22b3): undefined reference to `snd_pcm_hw_params_any'
audioio_alsa.o(.text+0x22c7): undefined reference to `snd_strerror'
audioio_alsa.o(.text+0x2ae7): undefined reference to `snd_pcm_hw_params_set_access'
audioio_alsa.o(.text+0x2afb): undefined reference to `snd_strerror'
audioio_alsa.o(.text+0x2eb3): undefined reference to `snd_pcm_hw_params_set_format'
audioio_alsa.o(.text+0x3049): undefined reference to `snd_pcm_hw_params_set_channels'
audioio_alsa.o(.text+0x360e): undefined reference to `snd_pcm_hw_params_set_rate_near'
audioio_alsa.o(.text+0x3c13): undefined reference to `snd_pcm_hw_params_set_period_size_near'
audioio_alsa.o(.text+0x41fd): undefined reference to `snd_pcm_hw_params_set_buffer_size_near'
audioio_alsa.o(.text+0x4211): undefined reference to `snd_strerror'
audioio_alsa.o(.text+0x4613): undefined reference to `snd_pcm_hw_params_set_buffer_size_near'
audioio_alsa.o(.text+0x4627): undefined reference to `snd_strerror'
audioio_alsa.o(.text+0x4a6d): undefined reference to `snd_pcm_hw_params_get_period_time'
audioio_alsa.o(.text+0x50e9): undefined reference to `snd_pcm_hw_params_get_period_size'
audioio_alsa.o(.text+0x59b9): undefined reference to `snd_pcm_hw_params_get_buffer_time'
audioio_alsa.o(.text+0x6037): undefined reference to `snd_pcm_hw_params_get_buffer_size'
audioio_alsa.o(.text+0x6d2b): undefined reference to `snd_pcm_hw_params'
audioio_alsa.o(.text+0x6d3f): undefined reference to `snd_strerror'
../libecasound/.libs/libecasound.a(audioio_alsa.o): In function `AUDIO_IO_ALSA_PCM::fill_and_set_sw_params(void)':
audioio_alsa.o(.text+0x8c88): undefined reference to `snd_pcm_sw_params_current'
audioio_alsa.o(.text+0x8ca1): undefined reference to `snd_pcm_sw_params_set_start_threshold'
audioio_alsa.o(.text+0x8cb5): undefined reference to `snd_strerror'
audioio_alsa.o(.text+0x9081): undefined reference to `snd_pcm_sw_params_set_xfer_align'
audioio_alsa.o(.text+0x9095): undefined reference to `snd_strerror'
audioio_alsa.o(.text+0x944f): undefined reference to `snd_pcm_sw_params'
audioio_alsa.o(.text+0x9463): undefined reference to `snd_strerror'
../libecasound/.libs/libecasound.a(audioio_alsa.o): In function `AUDIO_IO_ALSA_PCM::stop(void)':
audioio_alsa.o(.text+0x9c98): undefined reference to `snd_pcm_drop'
../libecasound/.libs/libecasound.a(audioio_alsa.o): In function `AUDIO_IO_ALSA_PCM::close(void)':
audioio_alsa.o(.text+0xa970): undefined reference to `snd_pcm_close'
../libecasound/.libs/libecasound.a(audioio_alsa.o): In function `AUDIO_IO_ALSA_PCM::prepare(void)':
audioio_alsa.o(.text+0xb0b4): undefined reference to `snd_pcm_prepare'
audioio_alsa.o(.text+0xb162): undefined reference to `snd_strerror'
../libecasound/.libs/libecasound.a(audioio_alsa.o): In function `AUDIO_IO_ALSA_PCM::start(void)':
audioio_alsa.o(.text+0xbdf0): undefined reference to `snd_pcm_start'
../libecasound/.libs/libecasound.a(audioio_alsa.o): In function `AUDIO_IO_ALSA_PCM::read_samples(void *, long)':
audioio_alsa.o(.text+0xc011): undefined reference to `snd_pcm_readi'
audioio_alsa.o(.text+0xc069): undefined reference to `snd_pcm_readi'
audioio_alsa.o(.text+0xc12d): undefined reference to `snd_pcm_readn'
audioio_alsa.o(.text+0xc185): undefined reference to `snd_pcm_readn'
../libecasound/.libs/libecasound.a(audioio_alsa.o): In function `AUDIO_IO_ALSA_PCM::handle_xrun_capture(void)':
audioio_alsa.o(.text+0xc236): undefined reference to `snd_pcm_status_sizeof'
audioio_alsa.o(.text+0xc247): undefined reference to `snd_pcm_status_sizeof'
audioio_alsa.o(.text+0xc263): undefined reference to `snd_pcm_status'
audioio_alsa.o(.text+0xc277): undefined reference to `snd_pcm_status_get_state'
audioio_alsa.o(.text+0xc29e): undefined reference to `snd_pcm_status_get_trigger_tstamp'
../libecasound/.libs/libecasound.a(audioio_alsa.o): In function `AUDIO_IO_ALSA_PCM::write_samples(void *, long)':
audioio_alsa.o(.text+0xc83e): undefined reference to `snd_pcm_writei'
audioio_alsa.o(.text+0xc891): undefined reference to `snd_pcm_writei'
audioio_alsa.o(.text+0xc974): undefined reference to `snd_pcm_writen'
audioio_alsa.o(.text+0xc9cd): undefined reference to `snd_pcm_writen'
../libecasound/.libs/libecasound.a(audioio_alsa.o): In function `AUDIO_IO_ALSA_PCM::handle_xrun_playback(void)':
audioio_alsa.o(.text+0xca76): undefined reference to `snd_pcm_status_sizeof'
audioio_alsa.o(.text+0xca87): undefined reference to `snd_pcm_status_sizeof'
audioio_alsa.o(.text+0xcaa3): undefined reference to `snd_pcm_status'
audioio_alsa.o(.text+0xcab7): undefined reference to `snd_pcm_status_get_state'
audioio_alsa.o(.text+0xcade): undefined reference to `snd_pcm_status_get_trigger_tstamp'
../libecasound/.libs/libecasound.a(audioio_alsa.o): In function `AUDIO_IO_ALSA_PCM::allocate_structs(void)':
audioio_alsa.o(.text+0xfbae): undefined reference to `snd_pcm_hw_params_malloc'
audioio_alsa.o(.text+0xfbe3): undefined reference to `snd_pcm_sw_params_malloc'
../libecasound/.libs/libecasound.a(audioio_alsa.o): In function `AUDIO_IO_ALSA_PCM::deallocate_structs(void)':
audioio_alsa.o(.text+0xfc26): undefined reference to `snd_pcm_hw_params_free'
audioio_alsa.o(.text+0xfc32): undefined reference to `snd_pcm_sw_params_free'
../libecasound/.libs/libecasound.a(audioio_alsa.o): In function `AUDIO_IO_ALSA_PCM::delay(void) const':
audioio_alsa.o(.text+0xfcfa): undefined reference to `snd_pcm_delay'
collect2: ld returned 1 exit status
make[2]: *** [ecasound] Error 1
make[2]: Leaving directory `/usr/local/src/ecasound-cvs/ecasound'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/ecasound-cvs'
make: *** [all-recursive-am] Error 2

is this maybe an artifact of the -j10 and should I try a single make? or
is there a bug in cvs? this is with alsa-0.9.2

-- 
Michael Hellwig  aka  The Eye                 olymp.idle.at admin
check out http://homepage.uibk.ac.at/~csaa5128 for gpg public key
        and don't hesitate to look at http://laerm.or.at


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

This archive was generated by hypermail 2b28 : Mon Apr 28 2003 - 22:10:18 EEST