On Sat, Dec 29, 2007 at 01:21:43AM +0000, Thomas Hurst <[EMAIL PROTECTED]> 
wrote:
> Also, :backend => :kqueue makes it crash horribly there ;)

libev doesn't require too much error handling, except when initialising an
event loop. the perl interface does something like this:

   default_loop
      or die 'EV: cannot initialise libev backend. bad $ENV{LIBEV_FLAGS}?';

The message for Rev could be similar (and obviously include the :backend
=> xxx case).

-- 
                The choice of a       Deliantra, the free code+content MORPG
      -----==-     _GNU_              http://www.deliantra.net
      ----==-- _       generation
      ---==---(_)__  __ ____  __      Marc Lehmann
      --==---/ / _ \/ // /\ \/ /      [EMAIL PROTECTED]
      -=====/_/_//_/\_,_/ /_/\_\

_______________________________________________
libev mailing list
[email protected]
http://lists.schmorp.de/cgi-bin/mailman/listinfo/libev

Reply via email to