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


_______________________________________________
Bug-gnubg mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnubg

Reply via email to