Closed ddgg-el closed 1 week ago
Probably a missing header: that to add#include <cstdint>
, probably to be added in FaustAlgebra.hh
Can you check and report ?
Including cstdint
I can compile faust
but when running
./build/bin/faust --version
results in a Segmentation fault
.
Any log there ?
no but I'll keep investigating...I think that it is something related to this installation of MinGW. On another computer it works flawless. I don't even have to add the "missing" header
Does this commit fix the crash issue https://github.com/grame-cncm/faust/commit/08cf4e905fbcec5a2cd454705f317aff87e9b7cb ?
Hello!
I am having problem compiling
faust
on MSYS2 MinGW64.Is there any dependency that I am not aware of? Thank you!