[Users] [Bug 2411] quicksearch_history content partially written to stdout
noreply at thewildbeast.co.uk
noreply at thewildbeast.co.uk
Fri Jun 26 13:14:15 CEST 2015
http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2411
--- Comment #2 from Ricardo Mones <mones at users.sourceforge.net> ---
That "ECHO;" line is not present on my generated matcher_parser_lex.c, so it's
some problem with your lex/flex which may be generating the default rule for
unmatched text (probably because of the empty user code section).
Some ideas to try:
a) If you build from git, in src/Makefile.am add "AM_LFLAGS = -s" above
AM_YFLAGS line. You have to run toplevel autogen.sh then build.
b) Remove last %% from matcher_parser_lex.l and try building.
c) Instead removing last %%, add /* */ below it and try building.
If nothing of the above works, which lex/flex version are you using?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Users
mailing list