Thanks for your replies.
I got the virtual machine working. I used windows instead of running it
inside my Ubuntu VMware box. Now, I encounter missing file as I
missing AST.H??
Should I install clang in the VM?
cd ~/dxr
make
vagrant@vagrant-ubuntu-trusty-64:~/dxr$ make
make -C dxr/plugins/clang build
make[1]: llvm-config: Command not found
make[1]: Entering directory `/home/vagrant/dxr/dxr/plugins/clang'
make[1]: llvm-config: Command not found
g++ -Wall -Wno-strict-aliasing -c dxr-index.cpp -o dxr-index.o
dxr-index.cpp:1:27: fatal error: clang/AST/AST.h: No such file or directory
#include "clang/AST/AST.h"
^
compilation terminated.
make[1]: *** [dxr-index.o] Error 1
make[1]: Leaving directory `/home/vagrant/dxr/dxr/plugins/clang'
make: *** [build-plugin-clang] Error 2
Thanks,
--