[Csnd] Accelerate.h not found

Hello,

As always I tried to build csound source.
This time I get an error.
In short:
Osx 14.1 on Mac m1.
My command line is:
make -I/library/developer/CommandLineTools/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/Accelerate.framework/Versions/A/Headers/

This path is correct and the files are located here.

[ 0%] Building C object CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o
...0/csound/OOps/fftlib.c:3377:10: fatal error: 'Accelerate/Accelerate.h' file not found
#include <Accelerate/Accelerate.h>
         ^~~~~~~~~~~~~~~~~~~~~~~~~
.../csound/OOps/fftlib.c:3377:10: note: did not find header 'Accelerate.h' in framework 'Accelerate' (loaded from '/System/Library/Frameworks')
1 error generated.
make[2]: *** [CMakeFiles/CsoundLib64.dir/OOps/fftlib.c.o] Error 1
make[1]: *** [CMakeFiles/CsoundLib64.dir/all] Error 2
make: *** [all] Error 2

Please any hint?

Thanks in advance and Bests.

Raoul MEGELAS

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        Issues · csound/csound · GitHub
Discussions of bugs and features can be posted here

Try a fresh build. It may be that your configuration files are stale.

Hello Viktor,

Thanks it is done now and running fine.
Bests
Raoul MEGELAS