DynamoRIO/drmemory

Fail to build separate DrFuzz client

Open

#1924 aperta il 2 nov 2016

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)C (289 fork)auto 404
Component-BuildComponent-DrFuzzComponent-FrameworkMaintainabilityOpSys-Allhelp wanted

Metriche repository

Star
 (2727 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor