Thanks everybody, it's working now. Now see if I'm really on the way to world domination....

Op zo 3 mrt 2024 12:16 schreef Tobias Pape via Squeak-dev <squeak-dev@lists.squeakfoundation.org>:
Hi Edwin


> On 3. Mar 2024, at 10:46, Edwin Ancaer <eancaer@gmail.com> wrote:
>
> Hi Tobias,
>
> I did the same locally, and that worked.
>
> Now I want to download your version, but I'm of limited talents: should I find these changes with a github tag 558dd51ac?
>
> Clearly I do't, so I must appeal to your patience once more......

No worries :)
When I wrote 558dd51ac, I meant the "abbreviated commit hash" that git uses sometimes.
It should be the  "most recent" commit in the repo.

If I do "git log --oneline", The first lines look like that:

558dd51ac (HEAD -> Cog, origin/HEAD, origin/Cog) [unix] harmonize i/o device name variable names
0084f9f3e -1 isnt a pointer
48ac7b509 CogVM source as per VMMaker.oscog-eem.3351
172df70d3 CogVM source as per VMMaker.oscog-eem.3350
c1cd03540 CogVM source as per VMMaker.oscog-eem.3349
aba9cd3f1 Round up the result of sbrk (used for the hint to the initial mmap for Spur) to a page boundary.

And 558dd51ac  is the most recent one.
You can also see that online:
        https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/558dd51ac385e7f6299b4c53f5549d5737cb4d9e

But long story short:

        git pull

should get you what you need.

Best regards
        -Tobias

>
> Thanks
>
> Edwin
> *;
>
>
> Op za 2 mrt 2024 om 23:56 schreef Tobias Pape via Squeak-dev <squeak-dev@lists.squeakfoundation.org>:
> Hi
>
>
> > On 2. Mar 2024, at 21:48, Edwin Ancaer <eancaer@gmail.com> wrote:
> >
> > Well, I think there are no secrets in it, so here it is.
>
> Thanks. it seems that FreeBSD (in contrast to OpenBSD for example) provides an ALSA shim, and hence builds the plugin.
>
> I just renamed the vars: 558dd51ac
>
> Hope that helps
>
> Best regards
>         -Tobias
>
>