mailing-list for TeXmacs Users

Text archives Help


compiling TeXmacs with guile 1.8.0


Chronological Thread 
  • From: Kovács Róbert <address@hidden>
  • To: address@hidden
  • Subject: compiling TeXmacs with guile 1.8.0
  • Date: Wed, 1 Mar 2006 15:11:09 +0100

Hi,

Trying to compile TeXmacs 1.0.6 with guile 1.8.0 I get the following error
message:

In file included from ./Guile/Scheme/evaluate.cpp:13:
Guile/guile.hpp:57:1: warning: "scm_is_symbol" redefined
In file included from /usr/include/libguile.h:122,
from /usr/include/guile/gh.h:24,
from Guile/guile.hpp:17,
from ./Guile/Scheme/evaluate.cpp:13:
/usr/include/libguile/symbols.h:28:1: warning: this is the location of the
previous definition
In file included from ./Guile/Scheme/evaluate.cpp:13:
Guile/guile.hpp:58:1: warning: "scm_is_null" redefined
In file included from /usr/include/libguile.h:95,
from /usr/include/guile/gh.h:24,
from Guile/guile.hpp:17,
from ./Guile/Scheme/evaluate.cpp:13:
/usr/include/libguile/pairs.h:36:1: warning: this is the location of the
previous definition
In file included from ./Guile/Scheme/evaluate.cpp:14:
Guile/Glue/glue.hpp:35: error: new declaration `bool
scm_to_bool(scm_unused_struct*)'
/usr/include/libguile/boolean.h:39: error: ambiguates old declaration `int
scm_to_bool(scm_unused_struct*)'
make[1]: *** [Objects/evaluate.o] Error 1
make[1]: Leaving directory `/var/uhubuild/work/compile/src'
make: *** [TEXMACS] Error 2

It seems to me that the guile API has changed a bit between 1.6.7 and 1.8.0,
because compiling with 1.6.7 was successful. Has anybody any idea how to
eliminate this problem from the texmacs-side (I don't want to fall back to
guile 1.6.7)?

(Anyway, it isn't an urgent problem, the static 1.0.6 runs perfectly ;-) )

Thanks in advance,
--
Robert



Archive powered by MHonArc 2.6.19.

Top of page