[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: guile+iconv fails on windows
From: |
Eli Zaretskii |
Subject: |
Re: guile+iconv fails on windows |
Date: |
Sun, 10 Nov 2013 19:15:37 +0200 |
> Date: Sun, 10 Nov 2013 10:16:51 +0100
> From: Panicz Maciej Godek <address@hidden>
> Cc: "address@hidden" <address@hidden>
>
> The dependency walker shows that libiconv depends only on dlls supplied
> by Windows (kernel32.dll, msvcrt.dll and ntdll.dll). The dependency on
> libgcc appears only in libguile, but it seems to have nothing to do with
> iconv. Rebuilding libiconv didn't change anything
Then I guess you will have to run that compilation under GDB and see
why it thinks utf8 is invalid encoding. (Is it really "utf8" or
"utf-8" or maybe "UTF-8"?)
> (I believe that since those are dlls and libguile plainly depends on
> libiconv-2.dll, there should be no need to rebuild guile
> afterwards?)
If you rebuilt libiconv-2.dll, you shouldn't need to rebuild guile.