CondorLang / Condor

A fast, simple, and intelligent new programming language
BSD 3-Clause "New" or "Revised" License
34 stars 11 forks source link

make mem error #4

Closed Berkmann18 closed 8 years ago

Berkmann18 commented 8 years ago

I got this after running make mem

valgrind --tool=memcheck --leak-check=full --track-origins=yes --dsymutil=yes ./build/Cobra > log.txt 2>&1
Makefile:57: recipe for target 'mem' failed
make: *** [mem] Error 127
chaseWillden commented 8 years ago

Do you have Valgrind installed?

Berkmann18 commented 8 years ago

Yes. I fixed it by reinstalling valgrind.