pgpool / pgpool2_on_k8s

57 stars 36 forks source link

Compile "master" source no success #29

Open danhtran94 opened 1 year ago

danhtran94 commented 1 year ago

Hi team,

I try to make a Docker container for the latest from the "master" branch on github but it runs into errors.

I custom the Dockerfile as below: Screenshot 2023-07-14 at 01 40 35

The errors from my CI logs: Screenshot 2023-07-14 at 01 41 50

pengbo0328 commented 4 months ago

@danhtran94 Actually gram.h will be generated by make.

I can successfully compile master branch by adding libtool, automake and autoconf packages. Could you try to add these packages?

If you still get the same error, could you please share the patch?