thanks!
To git@git.sr.ht:~sircmpwn/harec
aef98a9..4730fa6 master -> master
btw you'll probably run into issues with math.h, that was what was
blocking cproc compilation before
[2023-02-13 12:51:41+0000] Ember Sawady:
>thanks!>>To git@git.sr.ht:~sircmpwn/harec> aef98a9..4730fa6 master -> master>>btw you'll probably run into issues with math.h, that was what was>blocking cproc compilation before
Oh, I got something quite unexpected
cproc+linux-gnu: I can now entirely run run make ; make check with no issues
cproc+linux-musl: I get "cproc-qbe: long double is not yet supported"
On Tue Feb 14, 2023 at 1:29 AM UTC, Haelwenn (lanodan) Monnier wrote:
> cproc+linux-gnu: I can now entirely run run make ; make check with no issues> cproc+linux-musl: I get "cproc-qbe: long double is not yet supported"
Yeah, that'd be the math.h issues I mentioned above