[cfe-dev] missing DiagnosticGroups.inc, clang can't build

Chris Lattner clattner at apple.com
Thu Apr 16 23:21:12 PDT 2009


On Apr 16, 2009, at 11:10 PM, ether zhhb wrote:

> Hi,
>
> I've just update my llvm/clang source to revision 69348 today, then I
> generate a project for visualstudio2008 by cmake with default option,
> and try to build it, an error occur when compiling Warnings.cpp in
> clang-cc, who trying to include "clang/Basic/DiagnosticGroups.inc".
>
> I found that there is nether "DiagnosticGroups.inc" in the source tree
> on my computer, nor in http://llvm.org/svn/llvm-project/cfe/trunk/.
>
> How can I get the DiagnosticGroups.inc?
> There is a  "DiagnosticGroups.td", is this file for generating
> DiagnosticGroups.inc by something like tblgen with some setting to
> cmake?

Ah, the VC++ project files and cmake probably don't know how to run  
tblgen to build this.  Help? :)

-Chris 



More information about the cfe-dev mailing list