Paulo Matos
Paulo Matos
> FWIW - is it a Linux only problem? At least I can't see the problem on macOS. /Jens Axel Yeah - it's interesting and confusing at the same time....
This is a hell of a bug... If I start drracket and run (excerpt from `util.rkt`. ``` (require ;"rsound.rkt" (only-in math/base power-of-two?) ) ``` It works! So I uncomment the...
If you wish to repro it, I can see if I can get it reproduced inside a container. Although it might depend exactly on my alsa config. On 3 December...
> Well, if I can see the bug, I’m certainly much more likely to try to narrow it down than if I don’t. I agree that if it depends on...
> @pmatos In case you're still having this issue, I'll add here what I mentioned on #1099 that fixed this issue for me among others while using WSL. Since WSL...
> > @pmatos In case you're still having this issue, I'll add here what I mentioned on #1099 that fixed this issue for me among others while using WSL. Since...
> > > @pmatos In case you're still having this issue, I'll add here what I mentioned on #1099 that fixed this issue for me among others while using WSL....
@rrthomas Thanks for the report, I will be looking at this.
First attempt to build `master` branch fails in a different place: `libffi`. This is using packaged `libffi` - will try installing `libffi` from `mingw64`. ``` libtool: link: gcc -shared src/.libs/prep_cif.o...
OK - second problem: ``` ./rktio_fs.c: In function ‘rktio_directory_list_step’: ./rktio_fs.c:1495:15: error: ‘struct dirent’ has no member named ‘d_namlen’; did you mean ‘d_name’? 1495 | nlen = e->d_namlen; | ^~~~~~~~ |...