When building on Raspberry Pi 4 Bookworm 64 Bit.. chown: warning: '.' should be ':' : root.root A quick edit of : /WiringPi/gpio/Makefile & change root.root to root:root resolves the chmod problem and all compiles without warnings. Yeshu777