crystal-lang / crystal_lib

Automatic binding generator for native libraries in Crystal
138 stars 30 forks source link

Build Error undefined constant Clang::TranslationUnit #22

Closed puppetpies closed 8 years ago

puppetpies commented 8 years ago

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

asterite commented 8 years ago

Oops, the Makefile is wrong. Thanks.