You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The return result of regexec is that it cannot find, match any characters. When I change to posix regex or pcre (v1) the problem disappears. If I download pcre2 and use cmake to compile and install The problem also disappeared after that.
I found a line of comment inside the pcre2posix file:
/*Debian had a patch that used different names. These are now here to savethem having to maintain their own patch, but are not documented by PCRE2.*/
Does this have anything to do with the problem I'm having? Or maybe this is a bug in a version iteration?
Note: On my personal MacBookPro, FreeBSD installed with pkg/brew without problems.
PCRE2 10.32 was released in September 2018 - almost four years ago - and has been superseded several times. We are currently on 10.40. Perhaps your source install used a later version, because there have been changes in the relevant area. See the ChangeLog entry for version 10.36, change 8. I don't think there's any action to be taken here, so I'm closing this issue.
question
I have a problem starting
Debian
onWSL2
and installingpcre2posix
viaapt
, please refer to the following pseudo code:The return result of
regexec
is that it cannot find, match any characters. When I change toposix regex
orpcre
(v1) the problem disappears. If I downloadpcre2
and usecmake
to compile and install The problem also disappeared after that.I found a line of comment inside the
pcre2posix
file:Does this have anything to do with the problem I'm having? Or maybe this is a bug in a version iteration?
Note: On my personal MacBookPro, FreeBSD installed with
pkg
/brew
without problems.More information
Compile manually:
apt install:
The text was updated successfully, but these errors were encountered: