phmarek / fsvs

Full System Versioning System
GNU General Public License v3.0
6 stars 3 forks source link

Compiling error: undefined reference to `pcre2_get_match_data_size' (fsvs-1.2.10 and up / CentOS 7) #2

Closed devnullrandomzero closed 2 years ago

devnullrandomzero commented 2 years ago

Under CentOS Linux release 7.9.2009 (Core):

$ make 
[...]
Not seen: S_ISDOOR
     Link fsvs
ignore.o: In function 'ign__is_ignore':
/usr/local/src/fsvs-fsvs-1.2.10/src/ignore.c:1710: undefined reference to 'pcre2_get_match_data_size'
collect2: error: ld returned 1 exit status
make[1]: *** [fsvs] Error 1
make: *** [default-target] Error 2

Affecting fsvs-1.2.10 and up. fsvs-1.2.9 is compiling flawlessly.

phmarek commented 2 years ago

Please test 1df0f37, thanks.

devnullrandomzero commented 2 years ago

Fixed.