我目前正在尝试从Github编译pipeline_kafka 扩展,以将其添加到我的 pipelinedb 实例中,但我遇到了一个我和谷歌似乎都无法解决的问题。
当我执行 make 命令时,出现以下错误
stc@vm:~/pipeline_kafka$ make gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess -precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I/usr/include/mit-krb5 -fPIC -pie -DLINUX_OOM_SCORE_ADJ=0 -fno-omit-frame-pointer -fpic -I。-I./ -I/usr/include/postgresql/9.4/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.6 -c -o pipeline_kafka.o pipeline_kafka.c pipeline_kafka.c:23:40: 致命错误:catalog/pipeline_stream_fn.h: No such file or directory #include "catalog/pipeline_stream_fn.h" ^ 编译终止。: 目标“pipeline_kafka.o”的配方失败 make: *** [pipeline_kafka.o] 错误 1
有谁知道该怎么做?我在Debian 8上运行。
有谁知道为什么这个扩展不再是 pipelinedb 的一部分?
提前欢呼和感谢