DynamoRIO/drmemory

Fail to build separate DrFuzz client

Open

#1.924 aberto em 2 de nov. de 2016

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)C (289 forks)auto 404
Component-BuildComponent-DrFuzzComponent-FrameworkMaintainabilityOpSys-Allhelp wanted

Métricas do repositório

Stars
 (2.727 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador