On Thu, 13 Mar 2003 20:13:36 +0100 Orm Finnendahl finnendahl@folkwang-hochschule.de wrote:
Hi,
I'm trying to install pd with the latest alsa-compatible s_linux.c from Günther and encounter the following problems:
Using cvs:
orm@grisey:~/pd/pd-co$ cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/pure-data login Logging in to :pserver:anonymous@cvs.sourceforge.net:2401/cvsroot/pure-data CVS password:
I gave an empty password and then:
orm@grisey:~/pd/pd-co$ cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/pure-data co -r devel_0_36 cvs [checkout aborted]: must specify at least one module or directory orm@grisey:~/pd/pd-co$
If I checkout pd, I get a rather old version of s_linux.c (dated from November 2002).
you need to specify a module too, eg:
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/pure-data co
-r devel_0_36 pd
pix.