<div class="gmail_quote">On Wed, Aug 29, 2012 at 3:41 PM, Edward Diener <span dir="ltr"><<a href="mailto:eldlistmailingz@tropicsoft.com" target="_blank">eldlistmailingz@tropicsoft.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Getting the latest LLVM and clang, when trying to 'make' I get:<br>
<br>
/home/suseldiener/dev/clang/<u></u>build/tools/clang/utils/<u></u>TableGen/Debug+Asserts/<u></u>TableGen.o: In function `llvm::<u></u>SmallVectorTemplateBase<char const*, true>::grow(unsigned long)':<br>
/opt/LinuxShare/VCS/svn16/<u></u>llvm_trunk/include/llvm/ADT/<u></u>SmallVector.h:334: undefined reference to `llvm::SmallVectorBase::grow_<u></u>pod(unsigned long, unsigned long)'<br></blockquote><div><br></div><div>
This suggests your LLVM libraries are from revision 162331 or later, but your LLVM headers are from an earlier revision.</div><div>[...]</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I am under SUSE 11.4. The clang version is clang version 3.2 (trunk 161314). The gcc version is 4.5.1. Any ideas why I am seeing the error above ?<br></blockquote><div><br></div>You have some kind of version mismatch between your LLVM headers and LLVM libraries. Are you building clang and LLVM together at the same SVN revision?<br>
</div>