EinarsNG / MFCC_DTW

MIT License
7 stars 1 forks source link

Compile error #1

Open jp-prieto opened 8 months ago

jp-prieto commented 8 months ago

Hi Einārs, thanks for the write up and the code. Very keen to give this a try but I'm struggling to compile the code. Tried finding a solution but failed miserably.

Tried installing fftw with brew and changing the path to /opt/homebrew/... but that didn't work either.

Screenshot 2024-03-01 at 8 05 03 AM

Sorry in advance I'm clueless at C. I'm on a M1 max / Sonoma

EinarsNG commented 2 months ago

Hey, sorry for a very late reply. I will look into it tomorrow.

EinarsNG commented 2 months ago

Installing FFTW with brew really should've fixed the issue for Macs. I just tried it on the latest version it seems to be working. You could trying builing FFTW from source and using sudo make install afterwards to install it. Here is the full guide on compiling from source.