dstep
dstep copied to clipboard
Undefined symbol: clang_getEnumConstantDeclValue when running dstep
I followed all the build steps and get:
./dstep: symbol lookup error: ./dstep: undefined symbol: clang_getEnumConstantDeclValue
when i run the dstep binary.
Which version of libclang are you using?
I compiled it using this guide: https://github.com/jacob-carlborg/dstep#libclang So i guess 3.1.
Could you try a pre-compiled library or binary?
I tried the pre-built binaries and get:
File(77E2D8, "")/usr/include/x86_64-linux-gnu/sys/types.h:147:10: fatal error: 'stddef.h' file not found
Yeah, unfortunately that is expected for some includes. Please see the readme how to solve this: https://github.com/jacob-carlborg/dstep#libclang.