grame-cncm / faust

Functional programming language for signal processing and sound synthesis
http://faust.grame.fr
Other
2.59k stars 325 forks source link

make install fails on mac #1046

Closed pajama closed 4 months ago

pajama commented 4 months ago
make -C build install DESTDIR= PREFIX=/usr/local
if test -d ../.git; then git submodule update --init; fi
cd faustdir && .. -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_BUILD_TYPE=Release "-DWORKLET=off"
/bin/sh: ..: command not found
make[1]: *** [install] Error 127
make: *** [install] Error 2
pajama commented 4 months ago

was able to resolve it by setting CMAKE path explicitly in build/Makefile. even though the which cmake command was working successfully in my terminal, it was resolving to empty in make. I think this must be because I'm using zsh but make by uses bin.