[OpenAFS-devel] Windows build problems
Derrick J Brashear
shadow@dementia.org
Fri, 23 Mar 2001 17:05:47 -0500
--On Friday, March 23, 2001 01:21:22 PM -0500 Eric Lorenzo
<elorenzo@arsdigita.com> wrote:
> You could get it to stop trying to run flex by 'touch'ing the file
> generated from et_lex.lex.l (et_lex.lex_nt.c) so that nmake doesn't try
> to build it. That won't really work, though, because there is (as of
> 1.0.2) an error in the .l file that you're going to need to fix.
1.0.2 is so last-release; After you shared this I fixed it and that fix is
present in 1.0.3
> Specifically, the line reading:
>
> [\t\n ] ;
>
> needs to be replaced with:
>
> [\t\n\r ] ;
-D