Skip to content

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