After following every step given in the building.txt file, the make command to compile CPD8 failed at 99% because of a missing pa_ringbuffer.h file.
[ 99%] Building C object dev/externals/paprogs/paplay/CMakeFiles/paplay.dir/paplay.c.o
/home/user/CDP8/dev/externals/paprogs/paplay/paplay.c:75:10: fatal error: pa_ringbuffer.h: No such file or directory
75 | #include "pa_ringbuffer.h"
| ^~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [dev/externals/paprogs/paplay/CMakeFiles/paplay.dir/build.make:76: dev/externals/paprogs/paplay/CMakeFiles/paplay.dir/paplay.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:7671: dev/externals/paprogs/paplay/CMakeFiles/paplay.dir/all] Error 2
make: *** [Makefile:156: all] Error 2
After looking through the pa_ringbuffer.h File Reference, a note states:

This is not done in CDP8, resulting in that error.
After using the -k flag (for continuing the compilation after an error) with the make command, 3 more files including the pa_ringbuffer.h file also throw the same error.
After following every step given in the
building.txtfile, themakecommand to compile CPD8 failed at 99% because of a missingpa_ringbuffer.hfile.After looking through the pa_ringbuffer.h File Reference, a note states:

This is not done in CDP8, resulting in that error.
After using the -k flag (for continuing the compilation after an error) with the make command, 3 more files including the
pa_ringbuffer.hfile also throw the same error.