<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 5.50.4134.600" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><BR><FONT face=Arial size=2>&gt; I have a bit of a fear of makefiles, how 
difficult would it be to get <BR>&gt; Beta 10 to compile with PD? (just changing 
a few #include references?)<BR>&gt; <BR></FONT></DIV>
<DIV><FONT face=Arial size=2>Think i've already answered that one, </FONT></DIV>
<DIV><FONT face=Arial size=2>you don't need to change a lot of PD code 
:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>a/ install <STRONG>alsa-driver</STRONG> and 
<STRONG>alsa-lib</STRONG></FONT></DIV>
<DIV><STRONG><FONT face=Arial size=2></FONT></STRONG>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>b/ change </FONT></DIV>
<DIV><FONT face=Arial size=2><STRONG>#include 
&lt;sys/asoundlib.h&gt;</STRONG></FONT></DIV>
<DIV><FONT face=Arial size=2>with</FONT></DIV>
<DIV><FONT face=Arial size=2><STRONG>#include 
&lt;alsa/asoundlib.h&gt;</STRONG></FONT></DIV>
<DIV><FONT face=Arial size=2>in src/s_linux.c.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Still, you'll get those warnings :</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><STRONG>s_linux.o: In function 
`alsa_open_audio':<BR>/usr/local/pd/src-patch-sounfile/s_linux.c:2032: Warning: 
start_mode is deprecated, consider to use 
start_threshold<BR>/usr/local/pd/src-patch-sounfile/s_linux.c:2035: Warning: 
xrun_mode is deprecated, consider to use 
stop_threshold</STRONG><BR></FONT></DIV>
<DIV><FONT face=Arial size=2>Don't panic, it will work&nbsp;despite those 
warnings</FONT></DIV>
<DIV><FONT face=Arial size=2>( at least with 2.4.9 kernel ).</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Sorry if new errors appear with kernel 
2.4.16....</FONT></DIV>
<DIV><FONT face=Arial size=2>Good luck§</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Yves/</DIV></FONT>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV></BODY></HTML>