Hi
I could not compile source-highlight 2.1.1 on Boost 1.33.0.
But now, I can compile.
I changed src/lib/regexpstatebuilder.cpp as follows.
100c100
< throw boost::bad_expression("internal error");
---
> throw boost::bad_expression(boost::regex_constants::error_unknown);
source-highlight 2.1.1 seems to work well.
I wait for source-highlight to correspond officially.
Hayato
_______________________________________________
Help-source-highlight mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-source-highlight