daviderovell0/bzzzbz

fatal error: kiss_fftr.h: No such File or directory

Cevahero opened this issue · 1 comments

Hi and thanks for the cool project!
Unfortunately I get this error message after make command.
Maybe I am just unexperienced (total noob haha), but I followed your instructions!
Attached a screenshot, maybe you can help. thanks a lot! :)

Screenshot

Hello,
It seems like your make doesn't find the kiss_fftr.h file that is present in src/kiss_fft/, but I couldn't reproduce the error following the instructions.
Did you run cmake . before running make, from the repository root?

Great to know that you are trying the project out!