Bug 381775 - Clazy build is broken because of missing clanglazy_export.h
Summary: Clazy build is broken because of missing clanglazy_export.h
Status: RESOLVED NOT A BUG
Alias: None
Product: clazy
Classification: Developer tools
Component: general (show other bugs)
Version: unspecified
Platform: RedHat Enterprise Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Sergio Martins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-28 23:09 UTC by Eugene Zelenko
Modified: 2017-06-29 18:58 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.