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: Boris Tschirschwitz
Subject: Re: [Texmacs-dev] texmacs doesn't find texmacs-init.scm
Date: Mon, 6 Oct 2003 07:15:49 -0700 (PDT)

Here's what I get:
address@hidden TeXmacs-1.0.2.2-src $ texmacs
In get_env_path: string: TEXMACS_HOME_PATH, url: {}
In set_env_path: TEXMACS_HOME_PATH := /home/boris/.TeXmacs
/usr/local/share/TeXmacs
/usr/share/guile/1.6
In get_env_path: string: GUILE_LOAD_PATH, url: /usr/share/guile/1.6
/usr/share/guile/1.6

TeXmacs]
TeXmacs] The GUILE_LOAD_PATH is /usr/share/guile/1.6

TeXmacs] Installation problem: please send a bug report.
TeXmacs] The initialization file init-texmacs.scm could not be found.
TeXmacs] Please check the values of the environment variables
TeXmacs] TEXMACS_PATH and GUILE_LOAD_PATH. init-texmacs.scm should
TeXmacs] be readable and in the directory $TEXMACS_PATH/progs.
TeXmacs]

The three lines without an 'In...' in front are yours, I added the other
ones.
Here's how I read this:
* It sets the GUILE_LOAD_PATH to the systems guile
* For init-texmacs.scm you really want it to point to $TEXMACS_PATH/progs,
  at least that's what the error message says.
* If I change
   url guile_path= get_env_path("GUILE_LOAD_PATH","$TEXMACS_PATH/progs");
  to
   url guile_path="$TEXMACS_PATH/progs";
  then everything works fine.
* If I just change the path in the following !exsists, then texmacs starts
  w/o UI.

It works for me now, but I am happy to assist further,
Boris.


On Mon, 6 Oct 2003, Joris van der Hoeven wrote:

>
> >     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";
>
> Sorry, by:
>
>       cout << get_env ("TEXMACS_PATH") << "\n";
>       cout << get_env ("GUILE_LOAD_PATH") << "\n";
>       url guile_path= get_env_path ("GUILE_LOAD_PATH", "$TEXMACS_PATH/progs");
>       cout << get_env ("GUILE_LOAD_PATH") << "\n";
>
>
>
> _______________________________________________
> Texmacs-dev mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/texmacs-dev
>




reply via email to

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