Skip to Content.
Sympa Menu

texmacs-users - [TeXmacs] Compiling texmacs

Subject: mailing-list for TeXmacs Users

List archive

[TeXmacs] Compiling texmacs


Chronological Thread 
  • From: Bas Spitters <address@hidden>
  • To: address@hidden
  • Subject: [TeXmacs] Compiling texmacs
  • Date: Thu, 6 Nov 2008 12:16:38 +0100

I am trying to compile texmacs 1.7.0 on the new Ubuntu 8.10.

I get the following error:

==

TeXmacs-1.0.7-src$ make

mkdir -p src/Deps

mkdir -p src/Objects

mkdir -p TeXmacs/bin

mkdir -p TeXmacs/lib

cd src; make -f makefile link=shared

make[1]: Entering directory `/home/spitters/TeXmacs-1.0.7-src/src'

g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -ISystem/Language -IKernel/Abstractions -IKernel/Containers -IKernel/Types -IData/Convert -IData/Drd -IData/Observers -IData/String -IData/Tmfs -IData/Tree -IGuile -IGraphics/Bitmap_fonts -IGraphics/Fonts -IGraphics/Gui -IGraphics/Mathematics -IGraphics/Renderer -IPlugins -ITypeset -ITypeset/Bridge -ITypeset/Concat -ITypeset/Page -IEdit -IPlugins -ITexmacs -I/usr/include/freetype2 -Wall -Wno-return-type -O3 -fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Guile/Glue/glue_all.cpp -o Objects/glue_all.o

In file included from ./Guile/Glue/glue_all.cpp:1:

Guile/Glue/glue.cpp: In function ‘scheme_tree scm_to_scheme_tree(scm_unused_struct*)’:

Guile/Glue/glue.cpp:525: error: ‘scm_is_string’ was not declared in this scope

Guile/Glue/glue.cpp:527: error: ‘scm_is_integer’ was not declared in this scope

Guile/Glue/glue.cpp:527: error: ‘scm_to_int’ was not declared in this scope

Guile/Glue/glue.cpp:528: error: ‘scm_to_bool’ was not declared in this scope

Guile/Glue/glue.cpp: In function ‘bool scm_is_content(scm_unused_struct*)’:

==

TeXmacs-1.0.7-src$ /usr/bin/guile-config --version

guile-config - Guile version 1.6.8

Any ideas?

Bas




Archive powered by MHonArc 2.6.19.

Top of Page