cpoke icon indicating copy to clipboard operation
cpoke copied to clipboard

Build Failed: parse_gm: src/parse_gm.c:403: parse_pdex_mon: Assertion `0 == rsl' failed.

Open sumedhpendurkar opened this issue 3 years ago • 0 comments

When I tried to build with make test I get the following error parse_gm: src/parse_gm.c:403: parse_pdex_mon: Assertion `0 == rsl' failed. I have installed the libraries as suggested in the readme.

Although for install pcre, I had to rename the libpcre.so file to libpcre.so.1 (as an installation with apt didn't assign a version number).

Is there any known fix to this?

sumedhpendurkar avatar May 01 '22 18:05 sumedhpendurkar