I'm now working with this Snapshot, but have the same truble with lex like jesse
on AIX.
-
lex -L `test -f conf_lexer.lxx || echo './'`conf_lexer.lxx

It shouldn't need to be running flex/lex. The code does have the appropriately-generated file. Make sure that the conf_lexer.cxx hasn't been overwritten by lex, and do the following:


touch conf_lexer.cxx
touch conf_parser.cxx

See if that helps prevent lex from trying to parse a flex file.

If you want to try installing flex, check the GNU site:

http://www.gnu.org/software/flex/

-Geoff



-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
htdig-dev mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/htdig-dev

Reply via email to