help-gnats
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Ugh... regexp.c problems now...


From: Chad Walstrom
Subject: Ugh... regexp.c problems now...
Date: Sat, 07 Jan 2012 02:31:48 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111124 Thunderbird/8.0

I've been going down one rabbit hole and into another.  One comment I
saw on the web stated outright that flex (flex.sourceforge.com) was
simply couldn't be compiled with "-Wall".  I've come up with a possible
solution with flex by invoking a couple of options:

%option never-interactive
%option noinput

The first one seems reasonable, but I'm not sure about the second.  It
does clear the compiler errors and allows us to continue on. That simply
uncovered a number of bugs with getdate.y.  After wrestling with that
for a while, I opted to try out gnulib's getdate implementation. It
allowed me to get a little further, and BOOM, regexp.c blew up
fantastically.  Well, there is a regexp module in gnulib as well...

But it's way to late tonight to go down that route.

Chad




reply via email to

[Prev in Thread] Current Thread [Next in Thread]