I'm new to this list, not sure if this has been posted already...
For tre-0.7.5: on line 110 in tre-match-backtrack.c the line is
#ifdef TRE_WHAR
that should be:
#ifdef TRE_WCHAR
but when I add the missing "C", I get syntax errors.
John A