Thanks Kurt/Nick,
My C naivety has been exposed, that fixes my problem :)
SYNOPSIS*
#include <ctype.h>
*
int
isupper(int c);
Thanks,
Logan
On Wed, Jul 18, 2012 at 6:03 AM, Kurt Starsinic <[email protected]>wrote:
> Logan, I think you just want to add "#include <ctype.h>" to the top of
> that file. sym is a char*, not a wint_t. - Kurt
>
> On Wed, Jul 18, 2012 at 1:52 AM, Logan Bell <[email protected]> wrote:
> > Hello,
> >
> > It appears that trunk is currently broken for my build environment. I do
> > most of my builds on Mac OS X Lion (clang). For the finer details of the
> > issue I have documented it in JIRA LUCY-240:
> > https://issues.apache.org/jira/browse/LUCY-240. Could I get a quick
> review
> > my of my proposed patch and also if this will likewise not break the
> build
> > - ie,on gcc?
> >
> > Thanks in advance,
> > Logan
>