<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi<br>
    <br>
    I am trying to install the EV module on Mac OSX 10.7.5 using CPAN.
    The default compiler is CLANG and not GCC and I get the following
    error in this pastebin: <a class="moz-txt-link-freetext" href="http://pastebin.com/3BvPuRaj">http://pastebin.com/3BvPuRaj</a>   . This error
    doesn't happen with GCC but if everything on my system is built with
    Clang by default then I would prefer to use that.<br>
    <br>
    Basically, the error is the following:<br>
    <br>
    ./libev/ev.c:1531:31: error: static declaration of
    'ev_default_loop_ptr' follows non-static declaration<br>
      EV_API_DECL struct ev_loop <b>ev_default_loop_ptr = 0; </b><br>
    <br>
    Please advise.<br>
    <br>
    Thanks.<br>
    Vikas<br>
  </body>
</html>