On 2004-12-07, Thomas Esser <[EMAIL PROTECTED]> wrote:

> This release has again some important bugfixes (see below). As I
> have written before: please, send me feedback, even if it all just
> works :-)

On Tru64 Unix V5.1, using 
GNU Make version 3.79.1
bison (GNU Bison) 1.35
flex version 2.5.4
gcc version 3.0.4

I get the following compilation error:

if gcc -DHAVE_CONFIG_H 
-DLOCALEDIR=\"/usr/local/share/teTeX-beta2/share/locale\" 
-DINFODIR=\"/usr/local/share/teTeX-beta2/info\" 
-DINFODIR2=\"/usr/local/share/teTeX-beta2/share/info\" -I. -I. -I.. -I. 
-I../lib -I../intl -I.. -I.    -g -O2 -MT echo-area.o -MD -MP -MF 
".deps/echo-area.Tpo" -c -o echo-area.o echo-area.c; \
then mv -f ".deps/echo-area.Tpo" ".deps/echo-area.Po"; else rm -f 
".deps/echo-area.Tpo"; exit 1; fi
echo-area.c: In function `ea_possible_completions':
echo-area.c:939: `intptr_t' undeclared (first use in this function)
echo-area.c:939: (Each undeclared identifier is reported only once
echo-area.c:939: for each function it appears in.)
echo-area.c:939: parse error before "completions_found_index"
make[4]: *** [echo-area.o] Error 1


Using the native compiler instead, I get:

cc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/local/share/teTeX-beta2/share/locale\" 
-DINFODIR=\"/usr/local/share/teTeX-beta2/info\" 
-DINFODIR2=\"/usr/local/share/teTeX-beta2/share/info\" -I. -I. -I.. -I. 
-I../lib -I../intl -I.. -I.    -g -Olimit 1000 -std1 -c echo-area.c
cc: Error: echo-area.c, line 939: Missing ")". (closeparen)
                                (void*)((intptr_t)completions_found_index), 
NULL, NULL);
--------------------------------------------------^


This error wasn't there in version 2.99.3.

On SuSE Linux 9.1, using
gcc (GCC) 3.3.3 (SuSE Linux)
GNU Make 3.80
bison (GNU Bison) 1.875
flex version 2.5.4
(i.e. standard)
everyting seems to work, though ;-)

Regards,
-- 
Svend Tollak Munkejord 

Reply via email to