texmacs-dev
[Top][All Lists]
Advanced

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

Re: [Texmacs-dev] TM 1.0.2.5 compilation error


From: Joris van der Hoeven
Subject: Re: [Texmacs-dev] TM 1.0.2.5 compilation error
Date: Wed, 29 Oct 2003 11:33:41 +0100 (CET)

On Tue, 28 Oct 2003, Boris Tschirschwitz wrote:
> I just tried compiling 1.0.2.5, but got the following error message (with
> gcc 3.3.2):
>
> g++ -I./System -I./System/Boot -I./System/Classes -I./System/Files
> -I./System/Link -I./System/Misc -I./Classes/Abstract -I./Classes/Atomic
> -I./Classes/Compound -I./Data/Drd -I./Data/String -I./Data/Tree
> -I./Data/Convert -I./Guile -I./Resource -I./Window -I./Plugins
> -I/usr/include/freetype2 -Wall -Wno-return-type -O3
> -fexpensive-optimizations -fno-rtti -fno-exceptions -c
> ./Plugins/Freetype/tt_font.cpp -o Objects/tt_font.o
> Plugins/Freetype/tt_font.cpp: In member function `bool
>    tt_font_rep::compute_bitmaps(string, int, int)':
> Plugins/Freetype/tt_font.cpp:170: error: ISO C++ forbids assignment of
> arrays
> make[1]: *** [Objects/tt_font.o] Error 1
> make[1]: Leaving directory `/home/Builds/TeXmacs-1.0.2.5-src/src'
> make: *** [TEXMACS] Error 2
>
> Does anyone else have the same problem?
> (I haven't tried to 'remember' enought C++ for actually thinking about it,
> yet)

Please try to suppress line 170 in tt_font.cpp and change line 156 to

    text_extents& E= T[i];

Does that fix the problem?





reply via email to

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