Hi, delire hat gesagt: // delire wrote:
why did that work?
-Werror tells the compiler to stop with an error, if a *W*arning occurs. As PD uses Alsa functions, that are deprecated, the ALSA lib generates a warning. Removing -Werror lets the compiler run even with warnings.
Of course it is a goal to remove all warnings from the source code, that's why Werror is set. But the world is turning all the time, sometimes you just have to ignore warnings.
Frank Barknecht _ ______footils.org__