pcre(2)-config --version 如果命令返回了版本信息,说明 pcre(2)-config 可用;如果提示找不到命令,可能需要检查环境变量设置。 检查环境变量设置 如果pcre(2)-config 不可用,可能是因为该工具没有在你的环境变量 PATH 中。你可以通过 echo $PATH 查看当前的环境变量设置。 如果pcre(2)-config 的安装路径不...
51CTO博客已为您找到关于checking for -pcre2-config... no的相关内容,包含IT学习相关文档代码介绍、相关教程视频课程,以及checking for -pcre2-config... no问答内容。更多checking for -pcre2-config... no相关解答可以来51CTO博客参与分享和学习,帮助广大IT技术人实现成
2 changes: 2 additions & 0 deletions 2 cmake/pcre2-config.cmake.in Original file line numberDiff line numberDiff line change @@ -49,6 +49,8 @@ else () set(PCRE2_SUFFIX ${CMAKE_SHARED_LIBRARY_SUFFIX}) if (MINGW AND PCRE2_NON_STANDARD_LIB_SUFFIX) set(PCRE2_SUFFIX "-0.dll")...
poco 1.12.0 has switched from PCRE 1 to PCRE 2, and ships FindPCRE2.cmake rather than FindPCRE.cmake. However, Foundation/cmake/PocoFoundationConfig.cmake still includes: find_dependency(PCRE REQUIRED) This causes mumble (which depends o...
PCRE2 - Perl-compatible regular expressions (revised API) SYNOPSIS #include <pcre2.h> int pcre2_config(uint32_t what, void *where); DESCRIPTION This function makes it possible for a client program to find out which optional features are available in the version of the PCRE2 library it...