texmacs-dev
[Top][All Lists]
Advanced

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

Re: [Texmacs-dev] guile-1.6


From: Ralf Treinen
Subject: Re: [Texmacs-dev] guile-1.6
Date: Mon, 12 May 2003 08:03:50 +0200
User-agent: Mutt/1.5.4i

On Sun, May 11, 2003 at 10:33:12PM +0200, Martin Costabel wrote:

> >On Sun, May 11, 2003 at 09:29:54PM +0200, Martin Costabel wrote:
> >
> >>Nix N. Nix wrote:
> []
> >>>[tux/home/nix]$ guile-config --version
> >>>guile-config - Guile version 1.6.0
> >>>[tux/home/nix]$ guile -c '(display %load-path) (display "\n")'
> >>>(/usr/share/guile/site /usr/share/guile/1.6.0 /usr/share/guile .)
> 
> The problem I mentioned was that with guile-1.6.4 on MacOSX, I get 1.6.4 
> as version number from "guile-config --version", and this leads texmacs 
> to construct a load-path of /sw/share/guile/1.6.4/, whereas the files 
> for guile-1.6.4 in reality are in /sw/share/1.6/

Do you need thios information at compile time, or at the startup of
texmacs ?

> What do you get from the 2 commands above:
> 
> guile-config --version
> guile -c '(display %load-path) (display "\n")'

Whith guile 1.4 installed :

% guile-config --version
guile-config - Guile version 1.4
% guile -c '(display %load-path) (display "\n")'
(/usr/share/guile/site /usr/share/guile/1.4 /usr/share/guile .)

With guile-1.6 and guile-1.6-dev installed :

% guile-config --version
guile-config: Command not found.
% guile-1.6-config --version
guile-1.6-config - Guile version 1.6.4
% guile -c '(display %load-path) (display "\n")'
(/usr/share/guile/site /usr/share/guile/1.6 /usr/share/guile .)


Please don't rely on guile-config in the texmacs binary. A user might
have guile runtime installed and not the guile development system,
or might have both guile 1.4 and guile 1.6 runtime systems installed,
but only the guile 1.4 development system.

> And where are the files? In /usr/share/guile/1.6/, I suppose?

In /usr/share/guile/1.4, resp. /usr/share/guile/1.6, which seems 
pefectly logical to me. 

-Ralf.
-- 




reply via email to

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