bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#10742: further information


From: Ludovic Courtès
Subject: bug#10742: further information
Date: Wed, 08 Feb 2012 14:51:13 +0100
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.93 (gnu/linux)

Hi Alírio,

Alírio Eyng <address@hidden> skribis:

> Trying to explain better:
> First I tried the default procedure(./configure;make;make install),
> this lead to an error like that while I trying opening the program.
> Second I tried others sources (snapshot,git), and I get the same error.
> Trying to isolate the problem I used the parameters and in all
> attempts I get an error alike except for 2 pararmeters
> (--disable-posix --disable-regex), which throwed error during the
> compilation. Then trying these parameters again will don't solve my
> problem.

OK, let’s stick to the default configure parameters for debugging
purposes.

> bash-4.1# locale
> LANG=en_US
> LC_CTYPE="en_US"
> LC_NUMERIC="en_US"
> LC_TIME="en_US"
> LC_COLLATE=C
> LC_MONETARY="en_US"
> LC_MESSAGES="en_US"
> LC_PAPER="en_US"
> LC_NAME="en_US"
> LC_ADDRESS="en_US"
> LC_TELEPHONE="en_US"
> LC_MEASUREMENT="en_US"
> LC_IDENTIFICATION="en_US"
> LC_ALL=

What do these commands return?

  guile -c '(setlocale LC_ALL "") (pk (fluid-ref %default-port-encoding))'
  guile -c '(setlocale LC_ALL "") (pk (port-encoding (current-output-port)))'

Thanks,
Ludo’.





reply via email to

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