<div dir="ltr">On Wed, Feb 20, 2013 at 7:35 AM, s0rcy <span dir="ltr"><<a href="mailto:siddarth13+clangcfe@gmail.com" target="_blank">siddarth13+clangcfe@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I've been having some compilation problems with the cfe/tooling branch.<br>
Specifically, I encounter the following errors:<br>
<br>
llvm/tools/clang/utils/TableGen/TableGen.cpp:22:10: fatal error:<br>
'llvm/TableGen/TableGenAction.h' file not found<br>
<br>
as well as multiple<br>
<br>
llvm/tools/clang/utils/TableGen/NeonEmitter.cpp:248:15: error: use of<br>
undeclared identifier 'TGError'<br>
<br>
The trunk branch built cleanly, so I assume that the tooling branch isn't up<br>
to date and/or different. I tried to "fix" these errors by removing the<br>
include (which doesn't exist in the trunk branch), and changing TGError to<br>
PrintFatalError (used in the trunk branch), but more errors crop up later in<br>
the compilation.<br>
<br>
Any suggestions what I might be doing wrong?<br></blockquote><div><br></div><div style>I should soon delete the tooling branch - there's one more thing in there we want to put somwhere else, and that's clang-rename (which so far is in prototype state), but everything else has been merged into mainline.</div>
<div style><br></div><div style>Cheers,</div><div style>/Manuel</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://clang-developers.42468.n3.nabble.com/Compilation-problems-with-cfe-branches-tooling-tp4030512.html" target="_blank">http://clang-developers.42468.n3.nabble.com/Compilation-problems-with-cfe-branches-tooling-tp4030512.html</a><br>

Sent from the Clang Developers mailing list archive at Nabble.com.<br>
_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
</blockquote></div><br></div></div>