thanks Tim, Here's some more corrections ... in server.cpp .... the includes should read thus:
#ifdef __APPLE__ #include <AvailabilityMacros.h> #include <CoreAudio/HostTime.h> #include <CoreAudio/CoreAudioTypes.h> #endif (maybe I should look up how to write a patch ... (I use VI, is it easy?)) Etienne On Mon, Aug 16, 2010 at 8:27 PM, Tim Blechmann <[email protected]> wrote: >> After trying a few different values for CONSTRAINTS and COMPUTATION in >> server.cpp. I realised that the code was not actually being called.... >> because the following line returns false: >> >> #if defined(NOVA_TT_PRIORITY_PERIOD_COMPUTATION_CONSTRAINT) && defined >> (APPLE) > > ah, stupid me ... fixed > > thnx, tim > > -- > [email protected] > http://tim.klingt.org > > Im übrigen ist es gescheiter, sich warm zuzudecken als sich zu > betrinken. > Werner Schwab > _______________________________________________ nova-dev mailing list [email protected] http://klingt.org/cgi-bin/mailman/listinfo/nova-dev http://tim.klingt.org/nova
