Yes I did. We updated Sigil to use the newer pcre2. The libpcre3 package is actually the older pcre for some weird reason. It's really only a factor if you build Sigil with the -DSYSTEM_LIBS_REQUIRED=1 cmake define. Otherwise the correct pcre2 that's bundled with Sigil's source will be used (if a system version of pcre2 can't be located).
If Sigil built for you with no fatal failures, rest assured that the correct version of pcre was used.
|