DFGrok icon indicating copy to clipboard operation
DFGrok copied to clipboard

Impossible to build/use with XCode 5|Maverick

Open Arcanum-XIII opened this issue 11 years ago • 3 comments

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 ?

Arcanum-XIII avatar Oct 28 '13 08:10 Arcanum-XIII

You will need to search for the libclang.dylib file on your system and edit the location in XCode - try mdfind -name libclang.dylib

darkFunction avatar Oct 30 '13 08:10 darkFunction

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

darkFunction avatar Jan 30 '14 11:01 darkFunction

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 ..

seclorum avatar Jan 24 '17 15:01 seclorum