epsilon-devel
[Top][All Lists]
Advanced

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

Re: [epsilon-devel] bootstrap crash


From: Luca Saiu
Subject: Re: [epsilon-devel] bootstrap crash
Date: Sun, 31 Mar 2013 21:06:51 +0200
User-agent: Gnus (Gnus v5.13), GNU Emacs 24.2.50.1, x86_64-unknown-linux-gnu

Hello José.

On 2013-03-31 at 20:40, Jose E. Marchesi wrote:

> checking for ulc_fprintf in -lunistring... no
> configure: WARNING: libunistring was not found; it will be needed in a future 
> version.

Mmm.  Maybe I should fail at configure time in this case, instead of
going on.  [José reported, in private chat, that he saw unintelligible
characters].  I use Unicode non-ASCII characters to print handles, such
as the subscript numbers here:

--8<---------------cut here---------------start------------->8---
guile> (meta:print-procedure-definition 'fixnum:+)
Formals: (a b)
[primitive fixnum:+ a₃₁ b₃₂]₃₃
--8<---------------cut here---------------end--------------->8---

José tested with guile 2.0, which should work, even if it's slower than
1.8 on epsilon.  But if I remember correctly, with Guile 2 we have to
disable bytecode generation, because of some dirty hacks I do with Guile
macros, which are not supported anymore by recent Guiles.

In order to do that, please remove your bytecode files caches under
~/.guile/cache , and try again this time invoking guile+whatever with
the --no-auto-compile option.

Does this solve the issue?

Thanks,

-- 
Luca Saiu
Home page:   http://ageinghacker.net
GNU epsilon: http://www.gnu.org/software/epsilon
Marionnet:   http://marionnet.org



reply via email to

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