bug-gnubg
[Top][All Lists]
Advanced

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

[Bug-gnubg] Problems with your recent commits


From: Philippe Michel
Subject: [Bug-gnubg] Problems with your recent commits
Date: Tue, 27 Jun 2006 22:25:03 +0200 (CEST)

Christian,

Your changes from yesterday in htmlimages.c and rational.c broke the compilation on my system (FreeBSD, build --without-python) :

In file included from htmlimages.c:43:
/usr/include/malloc.h:3:2: #error "<malloc.h> has been replaced by <stdlib.h>"


relational.c: In function `GameOver':
relational.c:164: error: syntax error before '*' token
relational.c:165: error: `firstGame' undeclared (first use in this function)
relational.c:165: error: (Each undeclared identifier is reported only once
relational.c:165: error: for each function it appears in.)
relational.c:167: error: syntax error before '*' token
etc...

In the latter file, it looks like some of the #includes you moved into the #if USE_PYTHON block should have stayed out of it.

Regards,

Philippe Michel




reply via email to

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