0

我正在尝试在运行 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;

任何人都可以帮忙吗?

4

1 回答 1

0

您的架构可能不支持 PipelineDB 需要的 64 位原子操作。见https://github.com/pipelinedb/pipelinedb/blob/master/src/include/port/atomics.h#L61

于 2017-04-01T20:53:07.927 回答