gnugo-devel
[Top][All Lists]
Advanced

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

[gnugo-devel] Tru64: compilation errors for current CVS


From: Teun Burgers
Subject: [gnugo-devel] Tru64: compilation errors for current CVS
Date: Sun, 12 Sep 2004 11:49:54 +0200
User-agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax)

Current CVS (12-09-2004) gives errors such as these on .c files
generated by mkpat:

cc -DHAVE_CONFIG_H -I. -I. -I.. -I../engine -I../utils -I../sgf -I/home/snuf3/aburgers/alpha/include -I/net/shareware/include -g -check_bounds -c `test -f read_attack.c || echo './'`read_attack.c cc: Error: read_attack.c, line 136: The static declaration of "read_attack" is a tentative definition and specifies an incomplete type. (incompstat)
static struct pattern read_attack[];
----------------------^
make: *** [read_attack.o] Error 1

For most patterns files this declaration can simply be left out, but
not for read_attack.c, because the patterns in read_attack.c refer
to read_attack before it is actually defined.

Previously this used to give only warings on Tru64. See this message:

http://lists.gnu.org/archive/html/gnugo-devel/2004-02/msg00056.html

Teun






reply via email to

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