[cfe-dev] Win32 build broken
John Thompson
john.thompson.jtsoftware at gmail.com
Wed Jul 11 05:10:59 PDT 2012
Thanks, Nakamura-san. I was on cmake 2.8.5, so some combination of
updating to 2.8.8, deleting the CMakeCache.txt file, and regenerating the
project files with "cmake -G "Visual Studio 10" -DCLANG_BUILD_EXAMPLES=ON "
fixed it. This should always be the proceedure when facing build problems
on Windows after being away for a long time.
-John
On Tue, Jul 10, 2012 at 7:40 PM, NAKAMURA Takumi <geek4civic at gmail.com>wrote:
> John,
>
> I have not seen any issues in clang with MS compiler now.
> Lemme know,
>
> - the revision
> - the version of cmake
> - configuration, x64, Win32, Debug, Release, ...
>
> FYI, He is building with Release.
> http://bb.pgr.jp/builders/cmake-clang-i686-msvc10
>
> ...Takumi
>
> 2012/7/11 John Thompson <john.thompson.jtsoftware at gmail.com>:
> > I've updated a couple times over the few days, but the win32 build is
> broken
> > in a number of places.
> >
> > One is some missing .inc files. Perhaps the cmake build files need
> > updating?:
> >
> >
> > 54>D:\Clang\llvmref\tools\clang\include\clang/AST/Comment.h(89): fatal
> error
> > C1083: Cannot open include file: 'clang/AST/CommentNodes.inc': No such
> file
> > or directory
> >
> > 62>D:\Clang\llvmref\tools\clang\include\clang/Sema/AttributeList.h(170):
> > fatal error C1083: Cannot open include file:
> > 'clang/Sema/AttrParsedAttrList.inc': No such file or directory
> >
> >
> > And many missing symbols, i.e.:
> >
> >
> > 48>D:\Clang\llvmref\tools\clang\lib\Basic\IdentifierTable.cpp(44): error
> > C2065: 'IsImport' : undeclared identifier
> >
> > 48>D:\Clang\llvmref\tools\clang\lib\Basic\Diagnostic.cpp(368): error
> C2065:
> > 'FixItHints' : undeclared identifier
> >
> >
> >
> > --
> > John Thompson
> > John.Thompson.JTSoftware at gmail.com
> >
> >
> > _______________________________________________
> > cfe-dev mailing list
> > cfe-dev at cs.uiuc.edu
> > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
> >
>
--
John Thompson
John.Thompson.JTSoftware at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20120711/3bae055f/attachment.html>
More information about the cfe-dev
mailing list