Test execution: error preparing instrumentation / symbols data for file upon including glib header
**Test execution: error preparing instrumentation / symbols data for file.
"/usr/include/glib-2.0/glib/gspawn.h", line 76: error: expected a "}"
G_SPAWN_ERROR_2BIG __attribute__((__deprecated__("Use '" "G_SPAWN_ERROR_TOO_BIG" "' instead"))) = G_SPAWN_ERROR_TOO_BIG,
^*
Test execution of my code fails in parasoft tool (versions :2020.2,2021.2)Upon including glib header file in code. I tried with both 2020.2, and 2021. versions, but when #include <glib.h> included in file which is part of conditional execution, I'm getting test execution failed error pointing to glib as highlighted above . I'm using ubuntu 20.04 version with Ubuntu GLIBC 2.31-0ubuntu9.9 and creating project from build data files(.bdf) in C/C++ test. Please help me to resolve this issue