I'm trying to compile PipelineDB on a RasberryPi 2 running Raspbian. I followed the instructions and installed ZeroMQ. I get this error:
In file included from ../../../../src/include/pgstat.h:18:0,
from brin.c:29:
../../../../src/include/pipeline/scheduler.h:53:2: error: unknown type name ‘pg_atomic_uint64’
pg_atomic_uint64 generation;
Can anyone help?