Quote:
Originally Posted by DiapDealer
But no "--enable-unicode-properties" like with the previous version? I believe that's what gets you the \p{..}, \P{..}, \X support.
|
It wasn't a build option in 0.5.3...
There could be a build system issue here. With 0.5.901 the build system will prefer system version over the bundled version. If you have PCRE development files installed those will be used. You can use the -DFORCE_BUNDLED_COPES=1 to force the use of the bundled versions. Otherwise the bundled version will only be used as a fall back if the system one is not found. Can you re-run cmake with that flag and recompile. This will ensure that it's not a build system issue.
If you're still having the same problem after verifying that you're using the bundled copy can you add:
on line 77 (or about) to src/pcre/CMakeLists.txt. Then rebuild and see if it works properly.