From: Michael S. <msb...@me...> - 2009-08-24 00:02:25
|
Yes, it works. Thanks. On Aug 21, 2009, at 12:40 PM, Alexei Svitkine wrote: > I've changed the include to what you suggested. Does it build fine > on Tiger now? > > -Alexei > > On Wed, Aug 19, 2009 at 1:03 AM, Michael Schmitt<msb2ssdev@me> wrote: >> I think I see the problem: >> >> timer_unix.cpp is including <mach/mach_host.h>, but it should be >> <mach/ >> mach.h>. >> >> mach_current_time() is actually defined in mach_init.h. >> >> On Leopard mach_host.h includes mach_init.h. On Tiger it does not. |