Hello,
I have a following error during building glib 2.48.1 from sources:
make
[...]
CC libglib_2_0_la-gregex.lo
gregex.c: In function ‘g_regex_get_max_lookbehind’:
gregex.c:1574:18: error: ‘PCRE_INFO_MAXLOOKBEHIND’ undeclared (first use in this function)
PCRE_INFO_MAXLOOKBEHIND, &max_lookbehind);
^
gregex.c:1574:18: note: each undeclared identifier is reported only once for each function it appears in
make[4]: *** [libglib_2_0_la-gregex.lo] Error 1
[...]