afidegnum opened a new issue #182:
URL: https://github.com/apache/incubator-age/issues/182
**Describe the bug**
A clear and concise description of what the bug is.
I have a compilation error while installing apache-AGE on debian 10 WSL
(Windows Subsystem for Linux)
and Postgres 11
However I come across this error:
```
afidegnum@DESKTOP-QGTBKRU:~/Documents/incubator-age-master$ make install
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
-Wendif-labels -Wmissing-format-attribute -Wformat-security
-fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation
-Wno-stringop-truncation -g -g -O2 -fstack-protector-strong -Wformat
-Werror=format-security -fno-omit-frame-pointer -fPIC -I.//src/include
-I.//src/include/parser -I. -I./ -I/usr/include/postgresql/11/server
-I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2
-D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/mit-krb5 -c -o
src/backend/age.o src/backend/age.c
src/backend/age.c:20:10: **_fatal error:_** postgres.h: No such file or
directory
_#include "postgres.h"_
^~~~~~~~~~~~
compilation terminated.
make: *** [<builtin>: src/backend/age.o] Error 1
```
Can you please give more hints on this error?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]