Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile src code failed ! #81

Open
GangLiCN opened this issue Jan 22, 2019 · 1 comment
Open

Compile src code failed ! #81

GangLiCN opened this issue Jan 22, 2019 · 1 comment

Comments

@GangLiCN
Copy link

GangLiCN commented Jan 22, 2019

Hello,

When compiling "pipeline-kafka" src code, I hit below error:

gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 -fPIC -I. -I./ -I/home/postgres/pg11/include/server -I/home/postgres/pg11/include/internal -D_GNU_SOURCE -c -o pipeline_kafka.o pipeline_kafka.c
pipeline_kafka.c:24:40: fatal error: catalog/pipeline_stream_fn.h: No such file or directory

I'm using latest version of "pipeline_kafka" src code package(0.9.5)

Some investigations that I finished:

  1. From pipelinedb src code(I use 1.0 version pipelinedb) dir, there is no dir named "catalog",
    also there is no file "pipeline_stream_fn.h" exists on include dir;

  2. Instead, "pipeline_stream.h" exists on include dir.

So, my questions are: In order to get "pipeline_kafka" src to be compiled successfully,

  1. Which version of pipelinedb that "pipeline-kafka" src can work on ?
  2. Which version of "librdkafka" that "pipeline-kafka" reply on ?

Thanks for your help in advance.

@derekjn
Copy link
Contributor

derekjn commented Feb 1, 2019

@GangLiCN for PipelineDB 1.0.0 you'll want to build pipeline_kafka from the master branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants