DFGrok
DFGrok copied to clipboard
Impossible to build/use with XCode 5|Maverick
Seem there's an issue with <clang-c/Index.h> when I try to build it on Maverick (can't find it), and the pre build is not able to launch since there's an issue with a not found dylib - probably a slight change between llvm 4.x and 5.x ?
You will need to search for the libclang.dylib file on your system and edit the location in XCode - try mdfind -name libclang.dylib
I've not solved the build issue, but you can run the downloadable executable after running
brew install --with-clang --all-targets --rtti --universal --jit llvm
on Mavericks
Just to report in .. I am also unable to build the project from sources .. My machine is on MacOS 10.12.2, Xcode 8.2.1 (With CLI tools installed) and I don't have clang-c/Index.h anywhere on my system. Would love to fix this issue and contribute to DFGRok, but am blocked by this issue ..