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

ether zhhb etherzhhb at gmail.com
Fri Apr 17 07:00:27 PDT 2009


thank you very much, the patch seem to work, but the "ALL_BUILD" project in
VisualStudio dose not start the project "ClangDiagnosticGroups", I have to
start it manually.

On Fri, Apr 17, 2009 at 4:58 PM, Sebastian Redl <
sebastian.redl at getdesigned.at> wrote:

>  Chris Lattner wrote:
> > 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? :)
> >
> Try this patch. If it doesn't work, we'll need Doug.
>
> Sebastian
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20090417/d645d451/attachment.html>


More information about the cfe-dev mailing list