Post Go back to editing

FAUST and CCES

Category: Software

Hello, I'm trying to compile FAUST generated C++ code with CCES. I'm having the same issue that another user reported about compatibility with C++ 11 code while C++ files from the repository sam-faust by moforte build perfectly. I found a similiar question asked by an user and tried to enable the setting "Compile C++ source files with C++ 11 feature extensions". 

This resolved all the errors but one that still doesnt allow me to compile, the error is "cannot open source file "alloca.h", so it doesnt recognize this library, what can i do?