Home
Home
configure: error: Linking to libboost_regex FAILED.
Yep, this can be tricky sometimes. Great that it works, now. You're welcome, closing the ticket then.
Hi, Based on the attached config.log, the header file regex.hpp was not found: configure:2962: g++ -o conftest -W -Wall -ansi -pedantic -O2 conftest.cpp -lboost_regex >&5 conftest.cpp:20:10: fatal error: boost/regex.hpp: No such file or directory #include <boost/regex.hpp> ^~~~~~~~~~~~~~~~~ compilation terminated. Could you please check if this file is present on your system? (For me, it resides at /usr/include/boost/regex.hpp.) It can happen that the boost library was installed without regex support...
Home
Home
Home
multiline backtracking bug
Fixed in v1.1.2. Thanks for posting a ticket and for the clean repro. Best regards, Istvan
Hi, confirmed, indeed a bug. Will look into it. Thanks!
multiline backtracking bug
Home
Home
Home
Allow -v to function for multi-line patterns
Allow -v to function for multi-line patterns
Implemented in v1.1.1. -v is not allowed together with -c. All else should be po...
It would raise some questions. Eg. grep -vc apple input.txt counts the number of...
specific pattern causing appcrash
Great. Thanks for the help, I'm closing the ticket, then.
Nice. Still, I think there are a bit more escapes than necessary :) Nevertheless,...
Nice. Still I think there are a bit more escapes than necessary :) Nevertheless,...
specific pattern causing appcrash
Thanks for the input - I managed to reproduce the crash with the attached file +...
Thanks for the input - I managed to reproduce the crash with the attached file +...
Home
Also, could you post a few example lines that you would like to capture? (Again,...
Regarding the OR-expression you mentioned: egrep -i "\@\@\@+|size on disk" I don't...
Hi, sorry, I have some trouble finding out what the problematic pattern was exactly....
Hi, sorry, I have some trouble finding out what the problematic pattern was exactly....
Hi, sorry, I have some trouble finding out what the problematic pattern was exactly....
Hi, sorry, I have some trouble finding out what the problematic pattern was exactly....
Home
Home
Home