I have compiled pcre 8.38 from source with --enable-utf8 --enable-unicode-properties and a pcretest -C utf retuns 1.
a which pcretest returns /home/mybin/bin/pcretest
However when compiling glib 2.48 using PCRE_LIBS="/home/mybin/lib" PCRE_CFLAGS="/home/mybin/bin" i get a configure error from configure.log
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.
is there something else I should check to get the glib configure to pass?
If internal glib pcre is acceptable option then you may use --with-pcre in configure.
Run ldconfig after make install step of libpcre. After that try ./configure in glib.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With