texmacs-dev
[Top][All Lists]
Advanced

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

Re: [Texmacs-dev] Bad crash


From: David Allouche
Subject: Re: [Texmacs-dev] Bad crash
Date: Wed, 7 May 2003 09:18:22 +0200
User-agent: Mutt/1.5.3i

On Tue, May 06, 2003 at 05:58:12PM -0600, Nix N. Nix wrote:
> I tried to compile TeXmacs from source on RedHat9.  It compiled just
> fine, but when I tried to run it, it completely crashed and burnt with
> guile errors.  I assume the code does not work with guile 1.6.0.
> 
> This is really bad, because I cannot run TeXmacs when compiled from
> source, and I cannot seem to get guile 1.4 to compile.
> 
> TeXmacs] Loading ecrm11 at 300 dpi
> /usr/share/TeXmacs-1.0.1.12/progs/core/texmacs/tm-preferences.scm:113:7:
> In expression (file-exists? "$TEXMACS_HOME_PATH/system"
> "preferences.scm"):
> /usr/share/TeXmacs-1.0.1.12/progs/core/texmacs/tm-preferences.scm:113:7:
> Wrong number of arguments to #<procedure file-exists? (str)>

Humm... that looks like a problem related to patch #1405.

In 1.0.1.10 and 1.0.1.11 there was, a problem with old versions of
GUILE because the file-exists? primitive defined by texmacs shadowed
the file-exists? primitive defined by GUILE core which was used in
internal module handling code.

The shadowing actually occured only in versions<1.6. In later versions
guile primitives are in the (guile) module and texmacs primitives and
publicly defined functions are in (guile-user).

I cannot see what may be causing this problem. Maybe texmacs
mis-detects the guile-dialect at configure time...

-- 
                                                            -- DDAA




reply via email to

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