-
wlestes committed patchset 1648 of module flex to the flex: the fast lexical analyser CVS repository, changing 1 files.
2009-03-31 14:01:22 UTC in flex: the fast lexical analyser
-
When I run the test-concatenated-options, on a FreeBSD 6.2 box, I do not see the error you report. I also ran the flex command manually, just to be sure, with no error.
Make sure you're using gmake as flex does have some GNU make dependencies and that may effect the build process.
2009-03-30 19:49:03 UTC in flex: the fast lexical analyser
-
This is a known issue and we are working to put in the fix. See #1899047.
2009-03-30 18:58:52 UTC in flex: the fast lexical analyser
-
This is a known issue and we're putting in the fix for it. See #1899047.
2009-03-30 18:56:11 UTC in flex: the fast lexical analyser
-
wlestes committed patchset 1647 of module flex to the flex: the fast lexical analyser CVS repository, changing 1 files.
2008-12-28 20:46:29 UTC in flex: the fast lexical analyser
-
This is now fixed.
2008-12-28 18:24:19 UTC in flex: the fast lexical analyser
-
This has been corrected in the flex code repository and the next release of flex will show the change.
2008-12-28 18:16:13 UTC in flex: the fast lexical analyser
-
wlestes committed patchset 1646 of module flex to the flex: the fast lexical analyser CVS repository, changing 1 files.
2008-12-28 18:15:33 UTC in flex: the fast lexical analyser
-
The letter "y" is sufficiently like a consanent that it need not be included in the list of vowels. Also, the example, as it currently exists, is sufficiently clear for the purposes of illustrating the use of flex.
2008-12-28 16:48:05 UTC in flex: the fast lexical analyser
-
I've added a check for regex.h in configure.in and used the resultant preprocessor symbol in flexdef.h. Changes are committed to cvs.
2008-12-28 15:47:51 UTC in flex: the fast lexical analyser