Tried to set up ckproxy on a Raspberry Pi. Threw these errors while making
stratifier.c: In function read_userstats:
stratifier.c:5126:2: warning: passing argument 1 of json_get_int64 from incompatible pointer type [enabled by default]
ckpool.h:371:6: note: expected int64_t * but argument is of type __time_t *
stratifier.c: In function read_workerstats:
stratifier.c:5179:2: warning: passing argument 1 of json_get_int64 from incompatible pointer type [enabled by default]
ckpool.h:371:6: note: expected int64_t * but argument is of type __time_t *
stratifier.c: In function read_poolstats:
stratifier.c:8487:2: warning: passing argument 1 of json_get_int64 from incompatible pointer type [enabled by default]
ckpool.h:371:6: note: expected int64_t * but argument is of type __time_t *
ckpool/proxy is 64bit only. Did you compile it on a 32 bit environment?