我试图在运行Raspbian的RasberryPi 2上编译PipelineDB。 我按照说明安装了ZeroMQ。我收到这个错误:
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;
有人可以帮忙吗?
答案 0 :(得分:0)
您的架构可能不支持PipelineDB所需的64位原子操作。见https://github.com/pipelinedb/pipelinedb/blob/master/src/include/port/atomics.h#L61