DynamoRIO/drmemory

Fail to build separate DrFuzz client

Open

#1.924 geöffnet am 2. Nov. 2016

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C (289 Forks)auto 404
Component-BuildComponent-DrFuzzComponent-FrameworkMaintainabilityOpSys-Allhelp wanted

Repository-Metriken

Stars
 (2.727 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

When build a separate drfuzz client, an error is reported:

drmf/include/drfuzz.h:40:31: fatal error: ../framework/drmf.h: No such file or directory

Moving #include "../framework/drmf.h" from drfuzz.h to drfuzz.c is a quick fix. We need add proper test to make sure this won't happen again. Xref issue #1652, which requires CMake 3.x.

Contributor Guide