Aquileo | Recent changes to patcheshttps://sourceforge.net/p/bristol/patches/2023-04-17T08:41:53.545000ZRecent changes to patchesAquileo | #3 C99 compatibility fixes (implicit ints, implicit function declarations)2023-04-17T08:41:53.545000Z2023-04-17T08:41:53.545000ZFlorian Weimerhttps://sourceforge.net/u/fweimer/https://sourceforge.netbd4fa3581145ab82db4a5b8685ac7d45bf9dc092<div class="markdown_content"><p>Related to:</p>
<ul>
<li><a href="https://fedoraproject.org/wiki/Changes/PortingToModernC" rel="nofollow">https://fedoraproject.org/wiki/Changes/PortingToModernC</a></li>
<li><a href="https://fedoraproject.org/wiki/Toolchain/PortingToModernC" rel="nofollow">https://fedoraproject.org/wiki/Toolchain/PortingToModernC</a></li>
</ul></div>Aquileo | C99 compatibility fixes (implicit ints, implicit function declarations)2023-04-17T08:41:09.852000Z2023-04-17T08:41:09.852000ZFlorian Weimerhttps://sourceforge.net/u/fweimer/https://sourceforge.net2bc492c88bf40c5602e2178115cfef6eb4760f0f<div class="markdown_content"><p>Avoid implicit ints and implicit function declarations, to prevent build failures with future compilers which do not support them. These language features were removed with the C99 standard.</p></div>Aquileo | Raspberry Pi compatibility2017-09-07T01:02:47.494000Z2017-09-07T01:02:47.494000ZDiv Slominhttps://sourceforge.net/u/divslomin/https://sourceforge.netd775fc2671458274d3dcadf0eb4e3d8882423768<div class="markdown_content"><p>Here's a patch to get Bristol working on the Raspberry Pi. I've tested it successfully on the Raspberry Pi 3, but I think it applies to the older ones as well. The issues I addressed were:</p>
<ul>
<li>No support for SSE.</li>
<li>The built-in sound chip is output-only, with no input port available. (Plugging in a USB sound card, etc. alleviates this, but it shouldn't be necessary for a soft-synth.)</li>
</ul>
<p>The patch puts both of these under the control of <em>enable</em> switches in configure.</p></div>Aquileo | use sem_open instead of sem_init2010-01-23T17:30:13Z2010-01-23T17:30:13ZJames John Walshhttps://sourceforge.net/u/walshy007/https://sourceforge.neta414dd67006e67b0d5192cb3fb5bc154b22d0321<div class="markdown_content"><p>sem_init is unsupported on mac os x, with perror reporting "functionality not implemented" sem_open works on both linux and mac os x.</p></div>