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

Fix pg11 make error #9

Merged
merged 1 commit into from
Apr 20, 2020
Merged

Fix pg11 make error #9

merged 1 commit into from
Apr 20, 2020

Conversation

steve-chavez
Copy link
Contributor

@steve-chavez steve-chavez commented Jan 17, 2020

Hello!

When trying to do make on pg11 I get the error:

mkdir.c: In function ‘fio_mkdir’:
mkdir.c:42:22: error: ‘FALSE’ undeclared (first use in this function)
   42 |     bool recursive = FALSE;
      |                      ^~~~~
mkdir.c:42:22: note: each undeclared identifier is reported only once for each function it appears in
make: *** [<builtin>: mkdir.o] Error 1

The fix is pretty much the same as postgrespro/imgsmlr#8.

Edit: Just noted this should fix #8.

@csimsek
Copy link
Owner

csimsek commented Apr 20, 2020

Thank you very much.

@csimsek csimsek merged commit 5d56042 into csimsek:master Apr 20, 2020
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

Successfully merging this pull request may close these issues.

make fails to build pgsql-11 under centos 7
2 participants