I&#39;ve re-enabled the autobuild on my box, and it seems to connect and work except that the build fails with this:<br><br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">

gcc -DPACKAGE_NAME=\&quot;pd\&quot; -DPACKAGE_TARNAME=\&quot;pd\&quot; -DPACKAGE_VERSION=\&quot;0.43.1\&quot; -DPACKAGE_STRING=\&quot;pd\ 0.43.1\&quot; -DPACKAGE_BUGREPORT=\&quot;\&quot; -DPACKAGE_URL=\&quot;\&quot; -DPACKAGE=\&quot;pd\&quot; -DVERSION=\&quot;0.43.1\&quot; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\&quot;.libs/\&quot; -DHAVE_LIBDL=1 -DSTDC_HEADERS=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SYS_SOUNDCARD_H=1 -DHAVE_UNISTD_H=1 -I.    -DPD -DINSTALL_PREFIX=\&quot;/usr\&quot; -DUSEAPI_ALSA -DUSEAPI_JACK -DJACK_XRUN -DUSEAPI_OSS -DUSEAPI_PORTAUDIO  -I../portaudio/include    -O2 -g -MT pd-s_audio_oss.o -MD -MP -MF .deps/pd-s_audio_oss.Tpo -c -o pd-s_audio_oss.o `test -f &#39;s_audio_oss.c&#39; || echo &#39;./&#39;`s_audio_oss.c<br>

s_audio_oss.c: In function ‘oss_configure’:<br>s_audio_oss.c:205: error: ‘SOUND_PCM_GETOSPACE_is_obsolete_use_SNDCTL_DSP_GETOSPACE_instead’ undeclared (first use in this function)<br>s_audio_oss.c:205: error: (Each undeclared identifier is reported only once<br>

s_audio_oss.c:205: error: for each function it appears in.)<br>s_audio_oss.c: In function ‘oss_open_audio’:<br>s_audio_oss.c:465: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result<br>s_audio_oss.c:478: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result<br>

s_audio_oss.c: In function ‘oss_calcspace’:<br>s_audio_oss.c:517: error: ‘SOUND_PCM_GETOSPACE_is_obsolete_use_SNDCTL_DSP_GETOSPACE_instead’ undeclared (first use in this function)<br>s_audio_oss.c:524: error: ‘SOUND_PCM_GETISPACE_is_obsolete_use_SNDCTL_DSP_GETISPACE_instead’ undeclared (first use in this function)<br>

s_audio_oss.c: In function ‘oss_doresync’:<br>s_audio_oss.c:572: error: ‘SOUND_PCM_GETISPACE_is_obsolete_use_SNDCTL_DSP_GETISPACE_instead’ undeclared (first use in this function)<br>s_audio_oss.c:601: error: ‘SOUND_PCM_GETOSPACE_is_obsolete_use_SNDCTL_DSP_GETOSPACE_instead’ undeclared (first use in this function)<br clear="all">

</blockquote><div><br>Ubuntu 10.04.4<br></div><br>András<br>