[cfe-dev] Did anyone build clang/llvm on visual studio.
Victor Zverovich
victor.zverovich at googlemail.com
Wed Feb 10 10:08:09 PST 2010
Hi Vincent,
I used to have exactly the same errors when building release version of
clang with VS2005 (debug version was fine). Don't remember exactly the
details but it seemed to be a VS bug. Installing that enormous Service Pack
1 for Visual Studio 2005 (
http://www.microsoft.com/downloads/details.aspx?FamilyId=BB4A75AB-E2D4-4C96-B39D-37BAF6B5B1DC&displaylang=en)
made these errors go away.
Hope this helps.
Victor
On 10 February 2010 17:42, Vincent Richomme <forumer at smartmobili.com> wrote:
> ...
>
> I just tried(At revision 95782) to build all on Windows XP 32 bit - VS2005
> and it's broken :
>
> 3>------ Skipped Build: Project: check, Configuration: Release Win32
> ------
> 3>Project not selected to build for this solution configuration
> 1> Creating library Z:\dev\Misc\llvm\lib\Release\CIndex.lib and object
> Z:\dev\Misc\llvm\lib\Release\CIndex.exp
> 1>clangSema.lib(Sema.obj) : error LNK2001: unresolved external symbol
> "public: virtual class clang::ASTOwningResult<&[thunk]: __thiscall
> clang::ActionBase::`vcall'{8,{flat}}' }'> __thiscall
> clang::Sema::ActOnCompoundStmt(class clang::SourceLocation,class
> clang::SourceLocation,class clang::ASTMultiPtr<&[thunk]: __thiscall
> clang::ActionBase::`vcall'{8,{flat}}' }'>,bool)"
>
...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20100210/cad60281/attachment.html>
More information about the cfe-dev
mailing list