Talk:Reported Errors 2.6.1 Xcode 1.5 10.3.9
From WxWiki
A slightly easier way to fix this is to add -DHAVE_STRCASECMP_IN_STRINGS_H to your project settings.
Then the compiler will use the built-in compare routine, which is what the comment in the wx header file suggests is a better solution. The one they provide in the header is a last resort, to use if your compiler doesn't have one.
Another advantage is that it doesn't involve editing the supplied wx headers.
