Displaying 2 results from an estimated 2 matches for "get_cindex_library".
2012 Jun 25
0
[LLVMdev] [PATCH] cindex.py using find_library
...is 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
> - # this location. We need a better system of identifying and loading the
> - # CIndex library. It could be on path or elsewhere, or versioned, etc.
I don't think the patch solves this fixm...
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: