Package: hoichess Version: 0.10.3-3 Hoichess is missing an iostream header in src/debug_printconfig.h which prevents it from building.
Here's a patch to fix: --- debug_printconfig.h~ 2007-12-18 12:50:48.000000000 -0800 +++ debug_printconfig.h 2009-08-17 18:32:37.000000000 -0700 @@ -1,3 +1,5 @@ +#include <iostream> + #define EXPTOSTRING1(x) #x #define EXPTOSTRING(x) EXPTOSTRING1(x) #ifdef DEFAULT_HASHSIZE -- Nick Ellery Ubuntu MOTU Developer www.ubuntu.com -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org