search for: cindex_o

Displaying 2 results from an estimated 2 matches for "cindex_o".

Did you mean: cindex
2012 Jun 25
0
[LLVMdev] [PATCH] cindex.py using find_library
...gt; use find_library() to locate libclang, like in the attached patch? > > Without it there were problems locating a versioned libclang.so.1 file > on Debian, for example. Hi Mihai, as this is a clang related question, I move your mail to the clang mailing list. To your patch: > --- cindex_o.py 2012-06-24 23:31:20.000000000 +0100 > +++ cindex.py 2012-06-24 23:31:05.000000000 +0100 > @@ -65,19 +65,11 @@ > from ctypes import * > import collections > > def get_cindex_library(): > - # FIXME: It's probably not the case that the library is actually found in...
2012 Jun 24
2
[LLVMdev] [PATCH] cindex.py using find_library
Hello all, Is there a reason why the library location code in cindex py does not use find_library() to locate libclang, like in the attached patch? Without it there were problems locating a versioned libclang.so.1 file on Debian, for example. Cheers, Mihai -------------- next part -------------- An HTML attachment was scrubbed... URL: