Compiling dethrace rises this error when it is compiled with MinGW:
dethrace/src/harness/os/windows.c: In function 'OS_GetAdapterAddress':
dethrace/src/harness/os/windows.c:440:47: error: macro 'LOG_DEBUG' passed 2 arguments, but takes just 1
440 | LOG_DEBUG("name: %s", aa->FriendlyName); // Skip if name is provided and doesn't match FriendlyName
| ^
According to the content of dethrace/src/harness/include/harness/trace.h, I replaced with LOG_DEBUG2() macro and the problem has been solved.
|
||
|---|---|---|
| .. | ||
| audio | ||
| cameras | ||
| include/harness | ||
| os | ||
| platforms | ||
| CMakeLists.txt | ||
| ascii_tables.h | ||
| dethrace_scancodes.h | ||
| harness.c | ||
| harness.h | ||
| harness_trace.c | ||
| version.h.in | ||