brain-labs / brain

An esoteric programming language compiler on top of LLVM based on Brainfuck
https://brain-labs.github.io/brain/docs/html/index.html
GNU General Public License v3.0
132 stars 18 forks source link

Makefile and bash scripts problems #46

Closed luizperes closed 7 years ago

luizperes commented 7 years ago

Our current problems are:

luizperes commented 7 years ago

It seems that this problem is related to the llvm-config, @rafaelcn

rafaelcn commented 7 years ago

It also is! You have to specify the version of clang and also of llvm-config. What I did to minimize the errors was to create a symbolic link to both.

luizperes commented 7 years ago

Solved on #49