
14 Mar
2008
14 Mar
'08
12:19 a.m.
Hi Christian, On Thu, Mar 06, 2008 at 05:59:50PM +0100, Christian Maeder wrote:
#define HAVE_TIMER_CREATE 1
Or is there a work around (apart from creating a new binary-dist using ghc-6.6.1)?
I don't think using ghc 6.6.1 will make a difference. However, if you alter mk/config.h after running configure, so that it thinks it doesn't have timer_create, then you should get a bindist that works on older machines. I'm not sure why we have both HAVE_TIMER_CREATE and USE_TIMER_CREATE. Thanks Ian