crystal-lang/crystal_lib

Build Error undefined constant Clang::TranslationUnit

puppetpies opened this issue · 1 comments

root@86ddba087d31:~/crystal_lib# make crystal_lib
crystal build src/crystal_lib.cr
Error in ./src/crystal_lib/parser.cr:12: undefined constant Clang::TranslationUnit

@tu : Clang::TranslationUnit
^~~~~~~~~~~~~~~~~~~~~~

make: *** [crystal_lib] Error 1

Oops, the Makefile is wrong. Thanks.