[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Compiling on ish
From: |
Werner LEMBERG |
Subject: |
Re: Compiling on ish |
Date: |
Mon, 26 Aug 2024 05:04:06 +0000 (UTC) |
> I replaced the system iconv with gnu-libiconv, so that when I did
> "iconv -l" I can see MAC ROMAN as an option.
Interestingly, `iconv -l` doesn't show 'MAC ROMAN' on my GNU/Linux
box, which comes with `iconv` from GNU libc 2.31. Anyway, FontForge
checks for an encoding called 'Mac' (which should be the same as
'MAC').
> Then I did a clean configure and rebuild of lilypond. But alas, at
> the same point I got the same message and it hanged.
Please do
```
make bytecode VERBOSE=1
```
and show the relevant warning and/or error messages. What exactly do
you mean with 'hanged'?
> Are there any other thoughts on how to get past this?
You could manually disable the offending error message in FontForge
(file `fontforge/encoding.c`). However, I can't imagine that such a
serious build problem hasn't been addressed already or at least
mentioned in FontForge's issue tracker (which is ont, AFAICS).
Werner
- Compiling on ish, Ben Bradshaw, 2024/08/24
- Re: Compiling on ish, Werner LEMBERG, 2024/08/24
- Re: Compiling on ish, Ben Bradshaw, 2024/08/24
- Re: Compiling on ish, Werner LEMBERG, 2024/08/24
- Re: Compiling on ish, Ben Bradshaw, 2024/08/25
- Re: Compiling on ish,
Werner LEMBERG <=
- Re: Compiling on ish, Ben Bradshaw, 2024/08/26
- Re: Compiling on ish, Werner LEMBERG, 2024/08/26
- Re: Compiling on ish, Ben Bradshaw, 2024/08/28
- Re: Compiling on ish, Werner LEMBERG, 2024/08/28
- Re: Compiling on ish, Ben Bradshaw, 2024/08/28
- Re: Compiling on ish, Werner LEMBERG, 2024/08/29