I have oss4-dev installed but oss4-base or oss4-source not... do we need any of them?<br><br>András<br><br><div class="gmail_quote">On Wed, Oct 17, 2012 at 2:10 AM, Hans-Christoph Steiner <span dir="ltr">&lt;<a href="mailto:hans@at.or.at" target="_blank">hans@at.or.at</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Strange, because building for Lucid on launchpad does not give this<br>
error, maybe you&#39;re missing a package? Here&#39;s the log:<br>
<div class="im"><br>
gcc -DPACKAGE_NAME=\&quot;pd\&quot; -DPACKAGE_TARNAME=\&quot;pd\&quot;<br>
-DPACKAGE_VERSION=\&quot;0.43.1\&quot; -DPACKAGE_STRING=\&quot;pd\ 0.43.1\&quot;<br>
-DPACKAGE_BUGREPORT=\&quot;\&quot; -DPACKAGE_URL=\&quot;\&quot; -DPACKAGE=\&quot;pd\&quot;<br>
-DVERSION=\&quot;0.43.1\&quot; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1<br>
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1<br>
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1<br>
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1<br>
-DLT_OBJDIR=\&quot;.libs/\&quot; -DHAVE_LIBDL=1 -DSTDC_HEADERS=1 -DHAVE_ALLOCA_H=1<br>
-DHAVE_ALLOCA=1 -DHAVE_SYS_SOUNDCARD_H=1 -DHAVE_UNISTD_H=1 -I.    -DPD<br>
-DINSTALL_PREFIX=\&quot;/usr\&quot; -DUSEAPI_ALSA -DUSEAPI_JACK -DJACK_XRUN<br>
-DUSEAPI_OSS -DUSEAPI_PORTAUDIO  -I../portaudio/include    -O2 -g -MT<br>
pd-s_audio_oss.o -MD -MP -MF .deps/pd-s_audio_oss.Tpo -c -o<br>
pd-s_audio_oss.o `test -f &#39;s_audio_oss.c&#39; || echo &#39;./&#39;`s_audio_oss.c<br>
</div><div class="im">s_audio_oss.c: In function &#39;oss_open_audio&#39;:<br>
s_audio_oss.c:465: warning: ignoring return value of &#39;read&#39;, declared<br>
with attribute warn_unused_result<br>
s_audio_oss.c:478: warning: ignoring return value of &#39;write&#39;, declared<br>
with attribute warn_unused_result<br>
</div>mv -f .deps/pd-s_audio_oss.Tpo .deps/pd-s_audio_oss.Po<br>
<br>
<a href="https://launchpadlibrarian.net/119881751/buildlog_ubuntu-lucid-i386.pd-extended_0.43.4~20121016-1~lucid_FAILEDTOBUILD.txt.gz" target="_blank">https://launchpadlibrarian.net/119881751/buildlog_ubuntu-lucid-i386.pd-extended_0.43.4~20121016-1~lucid_FAILEDTOBUILD.txt.gz</a><br>


<br>
.hc<br>
<div class="im"><br>
On 10/16/2012 06:46 PM, András Murányi wrote:<br>
&gt; I&#39;ve re-enabled the autobuild on my box, and it seems to connect and work<br>
&gt; except that the build fails with this:<br>
&gt;<br>
</div>&gt; Ubuntu 10.04.4<br>
<div><div class="h5">&gt;<br>
&gt; gcc -DPACKAGE_NAME=\&quot;pd\&quot; -DPACKAGE_TARNAME=\&quot;pd\&quot;<br>
&gt;&gt; -DPACKAGE_VERSION=\&quot;0.43.1\&quot; -DPACKAGE_STRING=\&quot;pd\ 0.43.1\&quot;<br>
&gt;&gt; -DPACKAGE_BUGREPORT=\&quot;\&quot; -DPACKAGE_URL=\&quot;\&quot; -DPACKAGE=\&quot;pd\&quot;<br>
&gt;&gt; -DVERSION=\&quot;0.43.1\&quot; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1<br>
&gt;&gt; -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1<br>
&gt;&gt; -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1<br>
&gt;&gt; -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\&quot;.libs/\&quot; -DHAVE_LIBDL=1 -DSTDC_HEADERS=1<br>
&gt;&gt; -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SYS_SOUNDCARD_H=1<br>
&gt;&gt; -DHAVE_UNISTD_H=1 -I.    -DPD -DINSTALL_PREFIX=\&quot;/usr\&quot; -DUSEAPI_ALSA<br>
&gt;&gt; -DUSEAPI_JACK -DJACK_XRUN -DUSEAPI_OSS -DUSEAPI_PORTAUDIO<br>
&gt;&gt; -I../portaudio/include    -O2 -g -MT pd-s_audio_oss.o -MD -MP -MF<br>
&gt;&gt; .deps/pd-s_audio_oss.Tpo -c -o pd-s_audio_oss.o `test -f &#39;s_audio_oss.c&#39; ||<br>
&gt;&gt; echo &#39;./&#39;`s_audio_oss.c<br>
&gt;&gt; s_audio_oss.c: In function ‘oss_configure’:<br>
&gt;&gt; s_audio_oss.c:205: error:<br>
&gt;&gt; ‘SOUND_PCM_GETOSPACE_is_obsolete_use_SNDCTL_DSP_GETOSPACE_instead’<br>
&gt;&gt; undeclared (first use in this function)<br>
&gt;&gt; s_audio_oss.c:205: error: (Each undeclared identifier is reported only once<br>
&gt;&gt; s_audio_oss.c:205: error: for each function it appears in.)<br>
&gt;&gt; s_audio_oss.c: In function ‘oss_open_audio’:<br>
&gt;&gt; s_audio_oss.c:465: warning: ignoring return value of ‘read’, declared with<br>
&gt;&gt; attribute warn_unused_result<br>
&gt;&gt; s_audio_oss.c:478: warning: ignoring return value of ‘write’, declared<br>
&gt;&gt; with attribute warn_unused_result<br>
&gt;&gt; s_audio_oss.c: In function ‘oss_calcspace’:<br>
&gt;&gt; s_audio_oss.c:517: error:<br>
&gt;&gt; ‘SOUND_PCM_GETOSPACE_is_obsolete_use_SNDCTL_DSP_GETOSPACE_instead’<br>
&gt;&gt; undeclared (first use in this function)<br>
&gt;&gt; s_audio_oss.c:524: error:<br>
&gt;&gt; ‘SOUND_PCM_GETISPACE_is_obsolete_use_SNDCTL_DSP_GETISPACE_instead’<br>
&gt;&gt; undeclared (first use in this function)<br>
&gt;&gt; s_audio_oss.c: In function ‘oss_doresync’:<br>
&gt;&gt; s_audio_oss.c:572: error:<br>
&gt;&gt; ‘SOUND_PCM_GETISPACE_is_obsolete_use_SNDCTL_DSP_GETISPACE_instead’<br>
&gt;&gt; undeclared (first use in this function)<br>
&gt;&gt; s_audio_oss.c:601: error:<br>
&gt;&gt; ‘SOUND_PCM_GETOSPACE_is_obsolete_use_SNDCTL_DSP_GETOSPACE_instead’<br>
&gt;&gt; undeclared (first use in this function)<br>
&gt;&gt;<br>
&gt;<br>
<br>
<br>
</div></div>_______________________________________________<br>
<a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
</blockquote></div><br>