texmacs-dev
[Top][All Lists]
Advanced

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

Re: [Texmacs-dev] 1.0.3-2 release


From: Joris van der Hoeven
Subject: Re: [Texmacs-dev] 1.0.3-2 release
Date: Wed, 21 Jan 2004 19:05:18 +0100 (CET)

On Wed, 21 Jan 2004, David Allouche wrote:
> On Tue, Jan 20, 2004 at 01:27:20PM +0100, Joris van der Hoeven wrote:
> > I fixed this in the main branch of CVS and in the branch
> >
> >     TeXmacs-1_0_3-stable
> >
> > which contains the updates for the stable version.
> > I will wait a bit for other potential problems before
> > releasing TeXmacs-1.0.3-R2.
>
> These patches were not merged in 1.0.3:
>
> 2401  unicode: missing encoding file
> 2406  tmhtml: entities for non-ASCII chars (2)

The first one has just been applied.
The second one yields an error:

make[1]: Entering directory `/home/vdhoeven/cvs/src/src'
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/usr/include/freetype2 -I/usr/local/guile-1.3.4/include -Wall
-Wno-return-type -fno-rtti -fno-exceptions -ggdb -c
./Resource/Converters/converter.cpp -o Objects/converter.o
./Resource/Converters/converter.cpp: In function `class string
utf8_to_hex_entities(string)':
./Resource/Converters/converter.cpp:554: implicit declaration of function
`int snprintf(...)'
make[1]: *** [Objects/converter.o] Error 1
make[1]: Leaving directory `/home/vdhoeven/cvs/src/src'
make: *** [TEXMACS] Error 2

I do not know what your snprintf is supposed to do exactly.
Notice that analyze.hpp contains the routines

string as_hexadecimal (int i);
string as_hexadecimal (int i, int length);
int    from_hexadecimal (string s);





reply via email to

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