Am Mi., 10. März 2021 um 08:23 Uhr schrieb Dr. Arne Babenhauserheide
<arne_...@web.de>:
>
> Hi,
>
> there’s a Guile 3.0.6 release planned that includes a rewrite of the
> reader in Scheme. It has speed in the same order of magnitude as the
> previous reader but might have different performance characteristics.
>
> If I remember correctly, lilypond uses the reader a lot, so if you have
> a test-system with lilypond on Guile 3, could you test how running
> lilypond with the current Guile master from git affects lilypond?
>
> Best wishes,
> Arne
> --
> Unpolitisch sein
> heißt politisch sein
> ohne es zu merken

Hi Arne,

to get most recent guile I did:

git fetch
git pull -r

Then, out of 85433fc2b122dc78342c3c83941949d1d9318399 I did

sh autogen.sh
./configure
make

returning:

make  all-recursive
make[1]: Entering directory '/home/hermann/guile-3.0'
Making all in lib
make[2]: Entering directory '/home/hermann/guile-3.0/lib'
  GEN      alloca.h
  GEN      arpa/inet.h
  GEN      dirent.h
  GEN      fcntl.h
  GEN      iconv.h
  GPERF    iconv_open-zos.h
/bin/bash: gperf: command not found
make[2]: *** [Makefile:3347: iconv_open-zos.h] Error 127
make[2]: Leaving directory '/home/hermann/guile-3.0/lib'
make[1]: *** [Makefile:2043: all-recursive] Error 1
make[1]: Leaving directory '/home/hermann/guile-3.0'
make: *** [Makefile:1929: all] Error 2

Obviously I miss something...

Cheers,
  Harm

Reply via email to