-
Notifications
You must be signed in to change notification settings - Fork 22
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 error:stream_copy_hook not defined #82
Comments
@miaojianxin can you make sure you have the latest PipelineDB package revision? |
yes, iuse the latest master branch, get the code from download https://github.com/pipelinedb/pipeline_kafka.git |
@miaojianxin I'm actually referring to PipelineDB, not https://github.com/pipelinedb/pipelinedb/releases/tag/1.0.0-11 You can also just install the latest package from our apt/yum repos which will pick up the latest revision. The PipelineDB package revision you are running does not have |
ok, i got it ,thank you |
when i compile the latest pipeline_kafka code ,the pipelinedb is1.0.0. ,postgresql is 10.3,
i got the compile error:
pipeline_kafka.c:1485:2: 错误:‘stream_copy_hook’未声明(在此函数内第一次使用)
stream_copy_hook = copy_iter_hook;
that means the stream_copy_hook not defined, how can i do , thank you
The text was updated successfully, but these errors were encountered: