bug-gnubg
[Top][All Lists]
Advanced

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

[Bug-gnubg] Problem in recent change in gnubg.c


From: Philippe Michel
Subject: [Bug-gnubg] Problem in recent change in gnubg.c
Date: Thu, 26 Oct 2006 12:16:41 +0200 (CEST)

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





reply via email to

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