tomhrr / dale

Lisp-flavoured C
BSD 3-Clause "New" or "Revised" License
1.02k stars 48 forks source link

ubuntu build error #231

Closed rgkirch closed 3 months ago

rgkirch commented 3 months ago

log.txt full output

this issue is spun off from https://github.com/tomhrr/dale/issues/225

cmake ../dale -DLLVM_CONFIG=$(which llvm-config-14) -DCLANG=$(which clang-14); make -j$(nproc) works but cmake ../dale -DLLVM_CONFIG=$(which llvm-config-14); make -j$(nproc) doesn't and produces the attached output

rgkirch commented 3 months ago

I'm going to close this. Error was probably between keyboard and chair.