texmacs-dev
[Top][All Lists]
Advanced

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

Re: [Texmacs-dev] texmacs doesn't find texmacs-init.scm


From: Joris van der Hoeven
Subject: Re: [Texmacs-dev] texmacs doesn't find texmacs-init.scm
Date: Mon, 6 Oct 2003 14:29:29 +0200 (CEST)

> I've now tried the new version 1.0.2.2.
> Compiling it went smoothly as always and, as always, it balks at not being
> able to fing init-texmacs.scm.
> I now also tried to install it into the standard dirs, doesn't work.

It might be that setenv/getenv are not working correctly on your system.
Can you please try to replace

        url guile_path= get_env_path ("GUILE_LOAD_PATH", "$TEXMACS_PATH/progs");

by

        cout << $TEXMACS_PATH << "\n";
        cout << $GUILE_LOAD_PATH << "\n";
        url guile_path= get_env_path ("GUILE_LOAD_PATH", "$TEXMACS_PATH/progs");
        cout << $GUILE_LOAD_PATH << "\n";

at the beginning of init_guile and tell us what you get?





reply via email to

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