gap-dev-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gap-dev-discuss] Cynthiune : add an alsa backend for linux


From: Philippe Roussel
Subject: Re: [Gap-dev-discuss] Cynthiune : add an alsa backend for linux
Date: Thu, 03 May 2012 10:19:17 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:11.0) Gecko/20120329 Thunderbird/11.0.1

Hi,

Le 03/05/2012 00:40, Riccardo Mottola a écrit :
> Hi,
> 
> I commited the ALSA backend. I removed the migration/preferences stuff
> because I disagree with it, but I changed the defaults and tweaked the
> makefiles to isntall in the correct place.
> 
> It appears to work for me! I get an exception and I'll track it down
> hopefully, but check if what's in the repo works with you.

It does, as expected :o)

> Actually, with ALSA and OSS we are quite "served" as far as backends go.

How about your *BSD systems ?

By the way, could you apply the following patch ? The referenced
directories aren't there and this breaks the 'clean' and 'distclean'
targets.

Thanks,
Philippe

diff -u -r1.7 GNUmakefile
--- GNUmakefile 2 May 2012 22:36:36 -0000       1.7
+++ GNUmakefile 3 May 2012 08:13:20 -0000
@@ -299,21 +299,3 @@
 include $(GNUSTEP_MAKEFILES)/application.make
 -include GNUmakefile.postamble

-# unit tests
-
-test-all::
-       @-( cd Tests; make && make test ) 2> /dev/null
-
-test-app::
-       @-( cd Tests/Cynthiune_app; make && make test ) 2> /dev/null
-
-test-fwk::
-       @-( cd Tests/Cynthiune_framework; make && make test ) 2> /dev/null
-
-after-clean::
-       @-( cd Frameworks/CynthiuneTest && make clean ) 2> /dev/null
-       @-( cd Tests && make clean ) 2> /dev/null
-
-after-distclean::
-       @-( cd Frameworks/CynthiuneTest && make distclean ) 2> /dev/null
-       @-( cd Tests && make distclean ) 2> /dev/null



reply via email to

[Prev in Thread] Current Thread [Next in Thread]