Bug 381775

Summary: Clazy build is broken because of missing clanglazy_export.h
Product: [Developer tools] clazy Reporter: Eugene Zelenko <eugene.zelenko>
Component: generalAssignee: Sergio Martins <smartins>
Status: RESOLVED NOT A BUG    
Severity: normal CC: smartins
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: RedHat Enterprise Linux   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Eugene Zelenko 2017-06-28 23:09:03 UTC
Clazy build is broken because of missing clanglazy_export.h:

In file included from Clazy/src/Clazy.cpp:26:
Clazy/src/Clazy.h:28:10: fatal error: 'clanglazy_export.h' file not found
#include "clanglazy_export.h"

clanglazy_export.h is listed in .gitignore.
Comment 1 Sergio Martins 2017-06-29 18:11:26 UTC
Hi clanglazy_export.h is autogenerated by CMake, try cleaning your build dir and running cmake again.

Which cmake version ?
Comment 2 Eugene Zelenko 2017-06-29 18:58:08 UTC
Sorry, I tweaked CMakeLists.txt to be able to build with LLVM/Clang source tree (not installed version))build, so I missed CMAKE_BINARY_DIR in include list.