[LLVMdev] Problems building LLVM under Visual Studio

Mason Wheeler masonwheeler at yahoo.com
Sun Jun 24 13:46:20 PDT 2012


75>ALL_BUILD - 0 error(s), 0 warning(s)
========== Rebuild All: 75 succeeded, 0 failed, 0 skipped ==========

Thanks. That worked!



________________________________
 From: Francois Pichet <pichet2000 at gmail.com>
To: Mason Wheeler <masonwheeler at yahoo.com> 
Cc: "llvmdev at cs.uiuc.edu" <llvmdev at cs.uiuc.edu> 
Sent: Sunday, June 24, 2012 12:12 PM
Subject: Re: [LLVMdev] Problems building LLVM under Visual Studio
 
On Sun, Jun 24, 2012 at 1:11 PM, Mason Wheeler <masonwheeler at yahoo.com> wrote:
> Hi all,
>
> I'm trying to build LLVM, synced from SVN trunk yesterday.
>
> I ran CMake and it generated VS 2008 project files, so far so good.  Then I
> tried to build them, by building the ALL_BUILD project.
>
> It got the first three all right, but choked on template issues in LLVMCore:
>
> 1>------ Build started: Project: LLVMCore, Configuration: Debug Win32 ------
> 1>Compiling...
> 1>Verifier.cpp
> 1>Instructions.cpp
> 1>F:\Documents and Settings\Mason\My
> Documents\VC\llvm\include\llvm/Support/IntegersSubset.h(306) : error C2039:
> 'size' : is not a member of 'llvm::IntegersSubset'

This was fixed a few hours ago... do a svn update.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120624/56e5af6d/attachment.html>


More information about the llvm-dev mailing list