[LLVMdev] Problems building LLVM under Visual Studio
Francois Pichet
pichet2000 at gmail.com
Sun Jun 24 12:12:14 PDT 2012
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.
More information about the llvm-dev
mailing list