Daphne Preston-Kendal

Results 74 comments of Daphne Preston-Kendal

> On Thu, Sep 5, 2024, 6:19 PM Daphne Preston-Kendal ***@***.***> wrote: > > - process-exec is portable to Windows, though process-fork is not. exec without fork is useful for...

Try reproducing and reporting this upstream at https://github.com/ashinn/chibi-scheme

@akeep​ena likhitaḥ: > The library side of this is interesting, since we look for and load libraries based on filenames, but don't necessarily know if a library is available unless...

> @dpk > > > It’s possible that some Schemes allow cond-expand at the top of a program; I think they are wrong to do so `import` did not exist...

> This is not how R7RS describes it; from the description in R7RS it follows that `free-identifier=?` is to be used, which, however, won't lead to a helpful `cond-expand` form....

> I agree with @ceving insofar that R7RS's `cond-expand` is limited compared to what SRFI 0 offers; it is different in character and is no substitute in a world where...

> > > This is not how R7RS describes it; from the description in R7RS it follows that `free-identifier=?` is to be used, which, however, won't lead to a helpful...

> And this macro breaks. What you refer to as ‘broken’ is the intended behaviour of my use case.

Trying to run the `build-emacs-for-macos` script on 15.4 also fails at: ``` checking for libgccjit.h... yes configure: error: The installed libgccjit failed to compile and run a test program using...

The `config.log` entry for the failed gccjit step in `configure` is a very similar error: ``` configure:27494: clang -o conftest -O2 -I/nix/store/kr0b7hd0dwajf8d1p8vam393wjm5j0xm-libgccjit-13.3.0/include -I/nix/store/kr0b7hd0dwajf8d1p8vam393wjm5j0xm-libgccjit-13.3.0/include -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT -frandom-seed=mk6cabds08 -isystem /nix/store/h36yb01kvdf2431abrlwphk8ax0ii4ds-libiconv-107-dev/include -isystem /nix/store/h36yb01kvdf2431abrlwphk8ax0ii4ds-libiconv-107-dev/include...