texmacs-dev
[Top][All Lists]
Advanced

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

[Texmacs-dev] TeXmacs-1.0.1.7-src: compilation / launching problems (re


From: Philippe Audebaud
Subject: [Texmacs-dev] TeXmacs-1.0.1.7-src: compilation / launching problems (resolved)
Date: Mon, 10 Mar 2003 16:31:47 +0100
User-agent: Mutt/1.4i

Here, we have to deal with a non standard installation of everything...

1) While  trying  to compile,  header  file  <libguile/tags.h>  failed to  be
included from "scheme.hh"... If a similar problem occurs for anybody, just
follow these steps:

* In 'src/common.makefile.in', change the line

    CXXOPTIMIZE = @CONFIG_CXXOPTIMIZE@ @CONFIG_CXXDIALECT@ 

  for
 
    CXXOPTIMIZE = @CONFIG_CXXOPTIMIZE@ @CONFIG_CXXDIALECT@ @GUILE_CFLAGS@

* 'make distclean; ./configure <blah blah>; make' should work now.

2) At lauching time, if either the guile librairies are not found, or the
procedure 'install_texmacs' complaints, just make the script 'texmacs' more
explanatory by adding (for me at least) the lines:

   export GUILE_PATH=`guile-config info pkgdatadir`

   export GUILE_LOAD_PATH="$GUILE_PATH/1.6"

   LD_LIBRARY_PATH=`guile-config info libdir`:$LD_LIBRARY_PATH

context: TeXmacs 1.0.1.7 + guile 1.6.3 + gcc 2.95.3 

Best,
-- 
Philippe Audebaud.




reply via email to

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