https://github.com/eserte/perl-tk/pull/100 --- Tk-804.036/config/pregcomp2.c.orig +++ Tk-804.036/config/pregcomp2.c @@ -4,5 +4,5 @@ int main() { SV* sv = newSViv(0); - regexp* rx = pregcomp(sv, 0); + void* rx = pregcomp(sv, 0); }