【发布时间】:2016-03-26 22:01:26
【问题描述】:
我已经用--enable-utf8 --enable-unicode-properties 和pcretest -C utf 从源代码编译了pcre 8.38,返回1。
which pcretest 返回/home/mybin/bin/pcretest
但是,当使用 PCRE_LIBS="/home/mybin/lib" PCRE_CFLAGS="/home/mybin/bin" 编译 glib 2.48 时,我从 configure.log 收到 configure 错误
checking for PCRE... yes
checking for Unicode support in PCRE... no
configure: error: *** The system-supplied PCRE does not support Unicode properties or UTF-8.
还有什么我应该检查以使glib configure 通过吗?
【问题讨论】:
-
查看
config.log了解更多详细信息。