On Sat, 17 Jul 2010, John Simpson wrote: > On Sat, Jul 17, 2010 at 9:28 PM, John Simpson <john@xxxxxxxxxxx> wrote: >> On Wed, Jul 14, 2010 at 1:56 AM, John Simpson <john@xxxxxxxxxxx> wrote: >>> The makefile did not do anything in the test directory for some reason. >> >> Now that I've had another chance to try this, the makefile still does >> not produce any executables: >> > > ditto for Ubuntu Lucid: > > john@system76-pc:~$ wget > ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.0.23.tar.bz2 > john@system76-pc:~$ bunzip2 alsa-lib-1.0.23.tar.bz2 > john@system76-pc:~$ tar -xf alsa-lib-1.0.23.tar > john@system76-pc:~$ cd alsa-lib-1.0.23/ > john@system76-pc:~/alsa-lib-1.0.23$ ./configure > ... > Creating asoundlib.h... > john@system76-pc:~/alsa-lib-1.0.23$ make > ... > Making all in test > make[1]: Entering directory `/home/john/alsa-lib-1.0.23/test' > Making all in . > make[2]: Entering directory `/home/john/alsa-lib-1.0.23/test' > make[2]: Nothing to be done for `all-am'. > make[2]: Leaving directory `/home/john/alsa-lib-1.0.23/test' > Making all in lsb > make[2]: Entering directory `/home/john/alsa-lib-1.0.23/test/lsb' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/home/john/alsa-lib-1.0.23/test/lsb' > make[1]: Leaving directory `/home/john/alsa-lib-1.0.23/test' > ... > john@system76-pc:~/alsa-lib-1.0.23$ sudo make install > [sudo] password for john: > ... > Making install in test > make[1]: Entering directory `/home/john/alsa-lib-1.0.23/test' > Making install in . > make[2]: Entering directory `/home/john/alsa-lib-1.0.23/test' > make[3]: Entering directory `/home/john/alsa-lib-1.0.23/test' > make[3]: Nothing to be done for `install-exec-am'. > make[3]: Nothing to be done for `install-data-am'. > make[3]: Leaving directory `/home/john/alsa-lib-1.0.23/test' > make[2]: Leaving directory `/home/john/alsa-lib-1.0.23/test' > ... > john@system76-pc:~/alsa-lib-1.0.23$ ls test > client_event_filter.c latency.c Makefile Makefile.in midifile.c > midiloop.c oldapi.c pcm_min.c queue_timer.c seq.c > seq-sender.c > control.c lsb Makefile.am midifile.3 midifile.h > namehint.c pcm.c playmidi1.c rawmidi.c seq-decoder.c > timer.c > john@system76-pc:~/alsa-lib-1.0.23$ > > No executable test files. :-( You must force compilation in test directory, for example: cd alsa-lib/test make pcm Jaroslav ----- Jaroslav Kysela <perex@xxxxxxxx> Linux Kernel Sound Maintainer ALSA Project, Red Hat, Inc. _______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxx http://mailman.alsa-project.org/mailman/listinfo/alsa-devel