Thanks for the suggestion.
Now it started to build fine, however, I had enabled decoding via ffmpeg and possibility for resample via soxr, and eventhough I had these packages installed the build process terminated premature.
I'm sure I need the packages:
soxr-dev.tcz and soxr.tcz
Unfortunately, I think it is above my capacity to make these two packages
cc -Wall -fPIC -O2 -DRESAMPLE -DFFMPEG -DVI.PORT -DDSD -I./include resample.c -c -o resample.o
resample.c:28:18: fatal error: soxr.h: No such file or directory
#include <soxr.h>
^
compilation terminated.
Makefile.rpi:20: recipe for target 'resample.o' failed
make: *** [resample.o] Error 1
If I remove the possibility to resample from the makefile (remove the oxr dependency), I can build a squeezelite executable successfully.
Regards
Steen