[oe-issues] [Bug 429] new bb files for gnuchess and libfltk based frontend fltk-chess
bugzilla-daemon at tinman.treke.net
bugzilla-daemon at tinman.treke.net
Fri Jun 1 21:46:54 UTC 2007
http://bugs.openembedded.org/show_bug.cgi?id=429
--- Comment #3 from Andreas Holzer <a.holzer at cheese.at> 2007-06-01 14:46:54 ---
There should be two changes:
I.
fltk-chess.cxx:709: error: cast from 'void*' to 'char' loses precision
void cb_P(Fl_Widget * ob, void *p)
{
long pa;
pa = (long)p;
changeP = (char) pa;
}
II.
fltk-chess.cxx:884: warning: not enough variable arguments to fit a sentinel
execl("gnuchess", (char *)NULL);
--
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Openembedded-issues
mailing list