Christian,
In a recent change to gnubg.c, you removed an
#include <iconv.h>
line, but you left the Convert() function that needs it (but doesn't seem
to be used any more) :
gnubg.c: In function `Convert':
gnubg.c:8097: error: syntax error before "id"
gnubg.c:8111: error: `id' undeclared (first use in this function)
gnubg.c:8111: error: (Each undeclared identifier is reported only once
gnubg.c:8111: error: for each function it appears in.)
gnubg.c:8113: error: `iconv_t' undeclared (first use in this function)
*** Error code 1
I suppose Convert() should be removed too.
Best regards,
Philippe Michel
_______________________________________________
Bug-gnubg mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnubg