Hello everyone, I am trying to build drmemory on Linux, but there are some errors
I am using this command: cmake -DCMAKE_BUILD_TYPE=Debug -DDynamoRIO_DIR=/opt/dynamorio/build/cmake.
and gave me the output:

which is good but when I want to use "make -j$(nproc),
"It gives me some errors, and I could not find this in the.c file:

I had already successfully built my DynamoRIO but it did not work for memory.
Thank you,