Actions
Bug #821
opencompilation fail glcdgraphics/font.c line 279
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
12/16/2011
Due date:
% Done:
0%
Estimated time:
Description
on FreeBSD 9.0-RC3, GNU Make 3.82, gcc version 4.2.1 20070831 patched [FreeBSD]
needed the following change to go on
in graphlcd-base-0.1.9/glcdgraphics/font.c line 279
-count = iconv(cd,&in_buff, &in_len, &out_buff, &out_len);
+count = iconv(cd,(const char**) &in_buff, &in_len, &out_buff, &out_len);
No data to display
Actions