crystal-lang / crystal_lib

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

Can't compile with Crystal 0.26.0 #53

Closed Fryguy closed 6 years ago

Fryguy commented 6 years ago

I'm on macOS High Sierra and tried both

make

and

LLVM_CONFIG=/usr/local/Cellar/llvm/6.0.1/bin/llvm-config make

(and also tried llvm 5), but I get

type_mapper.cr:128: no overload matches 'Crystal::Alias.new' with types String, Crystal::Path

I'll see if I can fix, but I may not have cycles until later.

Fryguy commented 6 years ago

Separate question for maybe @bcardiff ? ... Would it be possible to get this as part of the core testing framework, so Crystal updates don't break this project?

Fryguy commented 6 years ago

Seems to be caused by https://github.com/crystal-lang/crystal/pull/6432