Sorry, still doesn’t rings a bell. I am not that acquainted with the clang project, if possible I would like I would ask a few extra pointers.
I don’t know where LLCM/CLang libraries default compile, nor lib clang.so defaults I never changed them and I am running on a MAC OS X as well, on Lion to be more precise.
I have many llvm and clang versions here, I run the installation using configure for most of them, and in fact took me considerable time to figure out even the debug+release folder that varies depending from where you are building. I don’t know the conventions being used on the project nor its inside (and I can’t make much sense of it which is why I decided on moving on this interface).
My /usr/local/lib/clang folder holds a 2.9 and a 3.1 folder. Am I expected to have a 3.2 folder after compiling and making the version on repository? If I run clang -v on my terminal (not ./clang on one of the release folders) I get clang version 3.0. So as you can see there are many versions floating around, but I am unaware on how to removing them either (I didn’t find documentation for such, nor posts related to this). I tried to google this, but I didn’t find any related problem so far).
I attempted running env like stated on the read me-file:
$ env PYTHONPATH=$(echo ~/llvm/tools/clang/bindings/python/)
LD_LIBRARY_PATH=$(llvm-config --libdir)
nosetests -v
tests.cindex.test_index.test_create … ok
But I am not getting this. Am I supposed to run this from any specific folder? nose tests -v are not being found either.
Running env get me some variables, along them the PYTHONPATH I set, but LD_LIBRARY_PATH was not settled. Running env sets the variable if I don’t put nose tests -v, but this is not really taking me nowhere.
Sorry, I’m still a rookie this, thank you for your patience.
Best Regards,
Carlos Andrade
http://carlosandrade.co
2012/7/12 Gregory Szorc <gregory.szorc@gmail.com>