Aquileo | Recent changes to Project The NitrOS-9 Projecthttps://sourceforge.net/p/nitros9/Recent changes to Project The NitrOS-9 ProjectenSun, 09 Apr 2023 19:00:38 -0000Aquileo | Speech Sound driverhttps://sourceforge.net/p/nitros9/feature-requests/11/<div class="markdown_content"><p>Hi;<br/>
Just wanted to share my personal disappointment., so perhaps it turns out into an asset for someone.<br/>
Back in the day I tried and failed at building a driver to echo text to the The Speech/Sound Cartridge.<br/>
In Basic it was just a matter of poking text into a data memory location, and back in the day I wrote an OS-9 driver that did just that but never worked.</p></div>Pedro F. GiffuniSun, 09 Apr 2023 19:00:38 -0000https://sourceforge.nete6ba6593878e310d2e8fd68c65c341871e8ed239Aquileo | For the love of God, move to GitHub.https://sourceforge.net/p/nitros9/discussion/597957/thread/5cbe7de9cb/?limit=25#f4af<div class="markdown_content"><p>Didn't you read <a href="https://sfconservancy.org/GiveUpGitHub/" rel="nofollow">https://sfconservancy.org/GiveUpGitHub/</a> ? I don't think NitrOS-9 is a flag-ship free-software project, or has to follow FSF, but I do sympathize with many of the points :)</p>
<p>Anyway, there are two things here. 1) Converting to git - I am all for that. But only after next NitrOS-9 release. I want to check and possibly do the conversion myself, I do care about history preservation and attribution. 2) Then where to host, possibly move from SF. It can also be multiple places, git is decentralized. It is indeed easy to review and comment on code changes on GitHub. For what we would need prominence, I don't know :)</p>
<p>I am working down a backlog of open-source work right now, I hope to get to ToolShed and NitrOS-9 soon, after some more "useful" (and prominent?) projects.</p></div>Tormod VoldenThu, 26 Jan 2023 21:01:47 -0000https://sourceforge.nete83c58683882bca589c702253ba7d6fc67033a64Aquileo | For the love of God, move to GitHub.https://sourceforge.net/p/nitros9/discussion/597957/thread/5cbe7de9cb/?limit=25#1588<div class="markdown_content"><p>Tormod,</p>
<p>It's time to move this project to GitHub. Here are my big two reasons:</p>
<ol>
<li>Visiblity - all of the momentum in open source projects is there. I think the NitrOS-9 project officially being hosted on GitHub would increase its prominence.</li>
<li>Collaboration - GitHub has a great interface for managing for pull requests which are great for change management. It's easy to see what has changed through the web interface. Viewing diffs is elegant and clear, as is commenting on those changes.</li>
</ol>
<p>There's already one "fork" of NitrOS-9 on GitHub: <a href="https://github.com/n6il/nitros9." rel="nofollow">https://github.com/n6il/nitros9.</a> Just make it official.</p></div>Boisy PitreWed, 25 Jan 2023 12:39:08 -0000https://sourceforge.net87d9ab366bf1d13670930cd2ad147c2ac20595b6Aquileo | Project Statushttps://sourceforge.net/p/nitros9/discussion/597957/thread/9bd072a5e6/?limit=25#f8c9<div class="markdown_content"><p>It is a long-lived project, and it is not unusual that it is quiet some months (or years!) at a time. It can also be considered mature, and more maintained than further developed.</p>
<p>Personally I have been hoping to get to make a new release for a while, and merge in some changes from the Ease of Use project, but I haven't had much time for retro-computing over the last years. Still hoping to get to this "soon". This would also include some release management coordination with ToolShed.</p>
<p>Otherwise, if you're mainly interested in CoCo 3, please follow and help out on the development of EoU. The NitrOS-9 project has a wider scope with support for more machines and hardware, but the idea is that most core improvements in EoU will trickle into NitrOS-9 sooner or later.</p></div>Tormod VoldenTue, 20 Sep 2022 08:21:31 -0000https://sourceforge.netf39de568e674b0347d664c149b8eae73554d118bAquileo | Project Statushttps://sourceforge.net/p/nitros9/discussion/597957/thread/9bd072a5e6/?limit=25#d2f5<div class="markdown_content"><p>Is this project dead? I have not seen any activity in a LONG time. </p></div>Michael HartmannTue, 20 Sep 2022 01:02:33 -0000https://sourceforge.net94b602491524685b05c93e44e2d70d2c71da6d8dAquileo | #35 makefiles fail is NITROS9DIR path has spaces in it.https://sourceforge.net/p/nitros9/bugs/35/?limit=25#f033<div class="markdown_content"><p><a href="https://nitros9.sourceforge.io/wiki/index.php/Building_NitrOS9" rel="nofollow">https://nitros9.sourceforge.io/wiki/index.php/Building_NitrOS9</a><br/>
It says "prebuilt" but that means binaries.</p>
<p>Unix/etc allow spaces in filenames, but many tools are not so much at ease with it. If you do shell scripting, adding quotation marks all over (except where you shouldn't) works. If you do Makefiles, it is well, complicated.</p></div>Tormod VoldenSun, 03 Jul 2022 22:09:59 -0000https://sourceforge.neta9bf046a82d1de11c63dcd2a775500419cab36f1Aquileo | #35 makefiles fail is NITROS9DIR path has spaces in it.https://sourceforge.net/p/nitros9/bugs/35/?limit=25#daef<div class="markdown_content"><blockquote>
<p>anyone with a modern Window PC would have defaulted to OneDrive</p>
</blockquote>
<p>Good grief, I hope you are not right, and I think you aren't.</p>
<p>One could say that anyone with a Windows PC usually doesn't build his own software, and that's why we are providing release and snapshot binaries :)</p>
<blockquote>
<p>And if it can be fixed simply by adding quotes around things in makefiles, why don't we just do that and solve it for everyone?</p>
</blockquote>
<p>I think you tried that 2 years ago, and I think it is not so easy. GNU Make doesn't deal well with spaces, period. You will often see people install things like Cygwin, Python or many other cross-platform things on their C:\ root and that is for a reason. But here, also C:\Users\allen\Documents\nitros9 or anything like this will work too. Even Microsoft went way from using "Documents & Settings" or whatever stupid standard path element they used in the '95 days.</p>
<p>Anyway I think using relative paths instead of NITROS9DIR is a better way to solve this.</p>
<blockquote>
<p>The days of paths without spaces is long, long gone.</p>
</blockquote>
<p>That's why we like retro-computing!</p>
<blockquote>
<p>At the very least, this needs to be documented.</p>
</blockquote>
<p>Yes, please. If you don't have wiki access just post the text here and I'll copy it it.</p></div>Tormod VoldenSun, 03 Jul 2022 21:20:36 -0000https://sourceforge.net9cfa7e9943d87452ba8c0f949e5c225e6358c4d6Aquileo | #35 makefiles fail is NITROS9DIR path has spaces in it.https://sourceforge.net/p/nitros9/bugs/35/?limit=25#cf90/7444/a7ec<div class="markdown_content"><p>Is this documented?</p>
<p>As it stands today, anyone with a modern Window PC would have defaulted to OneDrive, and would be unable to build this.</p>
<p>Likewise, anyone with a modern Mac, with iCloud on by default, would be unable to build this.</p>
<p>At the very least, this needs to be documented. I consider myself a far more advanced user than most, and it's bitten me on both operating systems.</p>
<p>And if it can be fixed simply by adding quotes around things in makefiles, why don't we just do that and solve it for everyone?</p>
<p>The days of paths without spaces is long, long gone. That's been supported by OSes for so long, it's stunning this is still an issue with so many programs -- including commercial ones that cost $$$$.</p></div>Allen HuffmanSun, 03 Jul 2022 20:12:51 -0000https://sourceforge.net8784a376146960de5459e4b9602ee59242b807adAquileo | #35 makefiles fail is NITROS9DIR path has spaces in it.https://sourceforge.net/p/nitros9/bugs/35/?limit=25#cf90/7444<div class="markdown_content"><p>Go to a folder with no spaces in it, i.e. /Users/allen then create a soft link there:</p>
<div class="codehilite"><pre><span></span><code>cd
ln -s /Volumes/WhatNot/With Spaces/etc/nitros-9
cd nitros-9
make
</code></pre></div>
</div>Tormod VoldenSat, 02 Jul 2022 10:31:59 -0000https://sourceforge.net04af5925770a92acc9d232f143e53e1230b9af4dAquileo | #35 makefiles fail is NITROS9DIR path has spaces in it.https://sourceforge.net/p/nitros9/bugs/35/?limit=25#cf90<div class="markdown_content"><p>This hit me again tonight when I started trying to get NitrOS9 going ;-) It's the first time I've tried to build from an iCloud drive on Mac, and it has the same issue any Windows system with OneDrive has -- space in the path name, darnit.</p></div>Allen HuffmanSat, 02 Jul 2022 02:42:22 -0000https://sourceforge.netc7ef9cb49e5099035e39ca5f29f58ec4b6a8b646