On Monday 26 December 2005 21:38, Jeremy Henty wrote: > I just built Csound5 on a clean Linux box and I had one glitch - my > first build died because I didn't have ladspa.h . Everything worked > once I installed it, but shouldn't INSTALL mention that you need this > header? After all, it carefully describes everything else necessary > for a successful build. This file is actually included with the sources, just not found by the compiler. To fix the problem, replace #include with #include "ladspa.h" in Opcodes/dssi4cs/src/dssi.h.