Hi Jame Villate san,
I encountered similar trouble when I tried clisp 2.38. Mine was this:
*** - invalid byte #xE5 in CHARSET:ASCII conversion
The following restarts are available:
ABORT :R1 ABORT
Break 1 [2]>
Actually, this happens whenever I invoke clisp 2.38.
Somewhere on the Internet were there a workaround for my issue,
which is to create an empty file named .clisprc in your home
directory by:
% cd ~ ; touch .clisprc
The issue then disappeared for my case. I hope this works for you,
too...
Yasuaki Honda
On 2006/02/22, at 2:45 AM, Jaime E. Villate wrote:
> Hi,
> I just got a copy of the CVS repository today and built
> Maxima successfully (except for the trig test that fails),
> but when I start maxima it gives the following error:
>
> *** - invalid byte sequence #xED #x73 #x69 in CHARSET:UTF-8 conversion
> The following restarts are available:
> ABORT :R1 ABORT
> Break 1 [2]>
>
> If I type :q I get the (%i1) and can continue working, but if I'm
> running xmaxima, wish gets stuck.
>
> I'm using clisp 1:2.35 on Ubuntu 5.10, and I built maxima with:
> ./bootstrap
> ./configure
> LANG=C make
> LANG=C sudo make install
> make test
>
> Regards,
> Jaime Villate
>
>
> _______________________________________________
> Maxima mailing list
> Maxima at math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima