Apologizes, sent the problem to the wrong list.<br><br><div class="gmail_quote"><div id=":2u1"><div>I was using the old version of lib clang python interface and have been following up on this. I checked llvm, clang and the compiler as recommended on the get started of the clang webpage (<a href="http://clang.llvm.org/get_started.html" target="_blank">http://clang.llvm.org/get_started.html</a>). After changing the python path to the new build I am now getting an error while trying to run the code. </div>


<div><br></div><div><div>Traceback (most recent call last):</div><div>  File "aura.py", line 7, in <module></div><div>    import clang.cindex</div><div>  File "/Users/carlosandrade/Desktop/llvm/tools/clang/bindings/python/clang/cindex.py", line 2816, in <module></div>


<div>    register_functions(lib)</div><div>  File "/Users/carlosandrade/Desktop/llvm/tools/clang/bindings/python/clang/cindex.py", line 2407, in register_functions</div><div>    lib.clang_CompilationDatabase_dispose.argtypes = [c_object_p]</div>


<div>  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/__init__.py", line 378, in __getattr__</div><div>    func = self.__getitem__(name)</div><div>  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/__init__.py", line 383, in __getitem__</div>


<div>    func = self._FuncPtr((name_or_ordinal, self))</div><div>AttributeError: dlsym(0x1003b21b0, clang_CompilationDatabase_dispose): symbol not found</div></div><div><br></div><div><div><br></div><div>Does anyone know what is that?</div>



<div><br></div><div>Thanks,</div></div></div></div><br>