On 8/8/07, David Chisnall <[EMAIL PROTECTED]> wrote: > Is there any sensible reason ukrun depends on AppKit, and hence X11? > I want to run unit tests for a few things on a headless system (and > later run them unattended and have it email me the results > periodically) and it's a pain to have to SSH in with X forwarding set > up just so something that doesn't have a GUI will work.
It is originally written for Cocoa and AppKit always exists, so it use NSApplication instead of NSRunLoop. If you like, you can provide a patch to use NSRunLoop instead. Otherwise, I will try to fix it later. Yen-Ju > > David > > _______________________________________________ > Etoile-dev mailing list > [email protected] > https://mail.gna.org/listinfo/etoile-dev > _______________________________________________ Etoile-dev mailing list [email protected] https://mail.gna.org/listinfo/etoile-dev
