[cfe-dev] Compile errors with MSVC 2005 (SVN revision 53516)
    Kovarththanan Rajaratnam 
    krj at rajaratnam.dk
       
    Sat Jul 12 06:15:53 PDT 2008
    
    
  
Hello,
Compiling SVN revision 53516 with MSVC 2005 results in many compile 
errors similar to this one:
---------------
lli.cpp
c:\build\llvm\include\llvm\adt\alist.h(41) : error C2535: 
'llvm::alist_iterator<T,LargestT,ValueT,NodeIterT>::alist_iterator(NodeIterT)' 
: member function already defined or declared
c:\build\llvm\include\llvm\adt\alist.h(40) : see declaration of 
'llvm::alist_iterator<T,LargestT,ValueT,NodeIterT>::alist_iterator'
c:\build\llvm\include\llvm\adt\alist.h(90) : see reference to class 
template instantiation 
'llvm::alist_iterator<T,LargestT,ValueT,NodeIterT>' being compiled
---------------
I'm using the llvm/win32/clang.sln project to build clang. Is this the 
correct way to do so?
-- 
Best Regards
Kovarththanan Rajaratnam
    
    
More information about the cfe-dev
mailing list