guile-user
[Top][All Lists]
Advanced

[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 05:48:04 +0200

> Date: Sat, 9 Nov 2013 23:35:33 +0100
> From: Panicz Maciej Godek <address@hidden>
> 
> ;;; compiling .\extra\common.scm
> ;;; compiling c:/guile2/share/guile/2.0\system\vm\frame.scm
> Backtrace:
> In unknown file:
>    ?: 1 ;;; compiling system\vm\frame.scm
> Exception thrown while printing backtrace:
> ERROR: In procedure open_iconv_descriptors: invalid or unknown character
> encoding "utf8"
> 
> Do you know what could be the reason and solution?
> Should I rebuild libiconv and then relink guile against it?
> Would that work? Or is there any quick workaround?

Assuming you link against libiconv as DLL, then if you run the
dependency walker on your libiconv DLL, does it show that it depends
on libgcc DLL?  If so, try a version of libiconv that doesn't depend
on libgcc, or build libiconv yourself that way.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]