On Tue, Oct 08, 2013 at 10:31:54AM -0400, Vikas N Kumar <[email protected]> wrote: > 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
Unfortunately, apple uses a very old and buggy version of clang (and this is, in fact, such a bug in clang). At the moment, you either have to use a newer versions of clang, or gcc (last time this came up, gcc was still installed, so all you need to get a working compiler is to change the compiler to gcc). > this pastebin: http://pastebin.com/3BvPuRaj . 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. You can use clang, but not the very antique and unsupported version that apple for some reason ships with xcode. (It's a political thing, and you are the victim). -- The choice of a Deliantra, the free code+content MORPG -----==- _GNU_ http://www.deliantra.net ----==-- _ generation ---==---(_)__ __ ____ __ Marc Lehmann --==---/ / _ \/ // /\ \/ / [email protected] -=====/_/_//_/\_,_/ /_/\_\ _______________________________________________ anyevent mailing list [email protected] http://lists.schmorp.de/mailman/listinfo/anyevent
