&gt;Well, you&#39;d get used to stricter code checks &amp; warnings. Try to<br>
&gt;compile everything with eg. &quot;-W -Wextra -Wall -Werror<br>
&gt;-Wmissing-prototypes -pedantic -std=gnu99&quot;.  That would have told you<br>
&gt;about that error :)<br>
<br>thanks Jan, will definitely heed the advice.<br><br>Conor<br><br><br><br><div class="gmail_quote">On Wed, Oct 14, 2009 at 12:32 PM, Jan-Benedict Glaw <span dir="ltr">&lt;<a href="mailto:jbglaw@lug-owl.de">jbglaw@lug-owl.de</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">On Wed, 2009-10-14 11:49:39 +0100, Forwind info &lt;<a href="mailto:forward@forwind.net">forward@forwind.net</a>&gt; wrote:<br>

&gt; Okay scratch all of the above. Found the issue - no bug - its me of course!<br>
&gt; It seemed a little too fundamental to be a bug and not raise obvious google<br>
&gt; hits/IRC alarm bells.<br>
&gt;<br>
&gt; I was not strictly adhering to the callback prototype parameter lists.<br>
&gt;<br>
&gt; My callback&#39;s signature was<br>
&gt;<br>
&gt; (pa_context *c, const pa_sink_input_info *info, void *userdata)<br>
&gt;<br>
&gt; The prototype in the APi is<br>
&gt;<br>
&gt; (pa_context *c, const pa_sink_input_info *info, int eol, void *userdata<br>
&gt;<br>
&gt; I missed out on the eol ...<br>
<br>
</div>Well, you&#39;d get used to stricter code checks &amp; warnings. Try to<br>
compile everything with eg. &quot;-W -Wextra -Wall -Werror<br>
-Wmissing-prototypes -pedantic -std=gnu99&quot;.  That would have told you<br>
about that error :)<br>
<br>
MfG, JBG<br>
<font color="#888888"><br>
--<br>
      Jan-Benedict Glaw      <a href="mailto:jbglaw@lug-owl.de">jbglaw@lug-owl.de</a>              +49-172-7608481<br>
Signature of:                     Eine Freie Meinung in einem Freien Kopf<br>
the second  :                   für einen Freien Staat voll Freier Bürger.<br>
</font><br>-----BEGIN PGP SIGNATURE-----<br>
Version: GnuPG v1.4.9 (GNU/Linux)<br>
<br>
iEYEARECAAYFAkrVtuMACgkQHb1edYOZ4bvCkwCfRMnTM3nqimgnQy8BLNo9IrwJ<br>
J4YAoI+Xt813Li21z9fibp7BNUSNyCWu<br>
=neXO<br>
-----END PGP SIGNATURE-----<br>
<br>_______________________________________________<br>
pulseaudio-discuss mailing list<br>
<a href="mailto:pulseaudio-discuss@mail.0pointer.de">pulseaudio-discuss@mail.0pointer.de</a><br>
<a href="https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss" target="_blank">https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss</a><br>
<br></blockquote></div><br>