Hello, David! Usbredir fails to build on armhf, and I am certain it will also fail on i686 or more generally any 32 bit architecture: http://hydra.gnu.org:3000/build/1345279 usbredirhost.c:1162:5: error: format ?%lu? expects argument of type ?long unsigned int?, but argument 5 has type ?uint64_t? [-Werror=format=]
The fix is to use "%PRIu64" instead of "%lu" in the format strings for printf. Do you think you could file a bug upstream? Thanks, Andreas