balait021269 opened a new issue, #2155:
URL: https://github.com/apache/age/issues/2155
Hi Team,
AGE Installation in Ubuntu 22.04 failing with below error.
Followed same steps given in this Git link.
ubuntu@ip-172-31-0-186:~/age$ sudo make
PG_CONFIG=/usr/lib/postgresql/13/bin/pg_config install
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
-Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3
-Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv
-fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g
-g -O2 -flto=auto -ffat-lto-objects -flto=auto -ffat-lto-objects
-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/13/server -I/usr/include/postgresql/internal
-Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -c -o
src/backend/age.o src/backend/age.c
In file included from .//src/include/catalog/ag_catalog.h:25,
from src/backend/age.c:20:
.//src/include/utils/agtype.h:458:25: error: unknown type name ‘StringInfo’;
did you mean ‘fmStringInfo’?
458 | int reserve_from_buffer(StringInfo buffer, int len);
| ^~~~~~~~~~
| fmStringInfo
.//src/include/utils/agtype.h:459:25: error: unknown type name ‘StringInfo’;
did you mean ‘fmStringInfo’?
459 | short pad_buffer_to_int(StringInfo buffer);
| ^~~~~~~~~~
| fmStringInfo
.//src/include/utils/agtype.h:484:29: error: unknown type name ‘StringInfo’;
did you mean ‘fmStringInfo’?
484 | void convert_extended_array(StringInfo buffer, agtentry *pheader,
| ^~~~~~~~~~
| fmStringInfo
.//src/include/utils/agtype.h:486:30: error: unknown type name ‘StringInfo’;
did you mean ‘fmStringInfo’?
486 | void convert_extended_object(StringInfo buffer, agtentry *pheader,
| ^~~~~~~~~~
| fmStringInfo
.//src/include/utils/agtype.h:513:25: error: unknown type name ‘StringInfo’;
did you mean ‘fmStringInfo’?
513 | char *agtype_to_cstring(StringInfo out, agtype_container *in,
| ^~~~~~~~~~
| fmStringInfo
.//src/include/utils/agtype.h:515:32: error: unknown type name ‘StringInfo’;
did you mean ‘fmStringInfo’?
515 | char *agtype_to_cstring_indent(StringInfo out, agtype_container *in,
| ^~~~~~~~~~
| fmStringInfo
In file included from .//src/include/parser/cypher_parse_node.h:23,
from .//src/include/parser/cypher_clause.h:23,
from .//src/include/parser/cypher_analyze.h:23,
from src/backend/age.c:23:
.//src/include/nodes/cypher_nodes.h:465:5: error: unknown type name ‘Integer’
465 | Integer *entity_position;
| ^~~~~~~
make: *** [<builtin>: src/backend/age.o] Error 1
--
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]