Hello, I looked in the history of the mailing list and found out that there is still no solution (at least posted) about that clang is unable to find the plugin. Has anyone make it work? <div>I have tried downloading the last version (from svn) and compiling, but after compiling I only get the libPrintFunctionNames.a (not the .so file), can someone help me to convert it to an so file, I have tried:</div>
<div>gcc -shared Release/PrintFunctionNames.o -o Release/PrintFunctionNames.so -lclangIndex -lclangFrontend -lclangDriver -lclangSema -lclangAnalysis -lclangAST -lclangParse -lclangLex -lclangBasic</div><div>but it generates a lot of errors.</div>
<div>I think that if maybe I got the so file I could get some more information (because the readme says that you need that file to load it to clang).</div><div><br></div><div>Also is the plugin a beta? I want to get access to the AST that clang generates, is this the right way to go? (plugin), is there another way? like only using LLVM</div>
<div><br></div><div>Thank you for your time.</div><div><br></div><div>May the source code be with you!!<br>Eng. Israel Cabrera<br>Programmer<br>
</div>