[cfe-dev] Clang compilation broken - Win32, MinGW 4.6

Fernando Pelliccioni fpelliccioni at gmail.com
Fri Aug 27 05:57:28 PDT 2010


On Thu, Aug 26, 2010 at 7:37 PM, Fernando Pelliccioni <
fpelliccioni at gmail.com> wrote:

> I think that I got the problem. It is mi first time on clang sources. I am
> working on it.
> Let me time!!! :)
>
> Regards,
> Fernando.
>
>
> On Thu, Aug 26, 2010 at 7:26 PM, Francois Pichet <pichet2000 at gmail.com>wrote:
>
>> I have the same problem with the trunk.. 2 or 3 weeks ago I did a
>> complete llvm-clang build using MinGW and it worked 100%
>>
>> >>
>> >> Hi,
>> >>
>> >> I am trying to compile LLVM+Clang on WinXp using MinGW 4.6.
>> >>
>> >> The compilation throws this error.
>> >>
>> >> C:\llvm\tools\clang\include/clang/AST/Attr.h:112:31: fatal error:
>> >> clang/AST/Attrs.inc: No such file or directory
>> >>
>> >> The "clang/AST/Attrs.inc" does not exists at SVN revision 112179.
>> >>
>>
>
>

People,

I got the patch, but I can see that it have different formant than yours.
I am using TortoiseSVN.
What I'm wrong?

Regards,
Fernando.


Index: lib/Parse/CMakeLists.txt
===================================================================
--- lib/Parse/CMakeLists.txt    (revision 112236)
+++ lib/Parse/CMakeLists.txt    (working copy)
@@ -16,4 +16,4 @@
   Parser.cpp
   )

-add_dependencies(clangParse ClangAttrList ClangDiagnosticParse)
+add_dependencies(clangParse ClangAttrClasses ClangAttrList ClangDeclNodes
ClangDiagnosticParse ClangStmtNodes)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20100827/fed9b2aa/attachment.html>


More information about the cfe-dev mailing list