daviderovell0 / bzzzbz

Digital video synthesizer for live music performance! powered by Raspberry pi + OpenGL
https://twitter.com/bzzzbz_video
GNU General Public License v3.0
48 stars 4 forks source link

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

Closed Cevahero closed 2 years ago

Cevahero commented 3 years ago

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

daviderovell0 commented 3 years ago

Hello, It seems like your make doesn't find the _kissfftr.h file that is present in _src/kissfft/, 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!