I'm trying to compile s3ql to run on a Raspberry Pi 2 and I'm running into 
issues. Is s3ql known to compile successfully on armv7 devices?

These are the errors I'm getting in deltadump.c, there are several with the 
same error about conversion to sdigit from int

src/s3ql/deltadump.c:10601:63: error: conversion to 'sdigit {aka short 
int}' from 'int' may alter its value [-Werror=conversion]
                 case -1: __PYX_VERIFY_RETURN_INT(int, sdigit, -(sdigit) 
digits[0])

Any help on how I should fix this?

-- 
You received this message because you are subscribed to the Google Groups 
"s3ql" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to