[postgis-users] Makefile.port not found

Eduardo Patto Kanegae eduardo at consultoria.eti.br
Thu Jul 22 12:27:00 PDT 2004


I've downloaded Makefile.port and Makefile.shlib from 
http://www.mit.edu/afs/net/project/postgres/7.2.1/src/ ( my PostGreSQL 
version is 7.4.2)
and put at /usr/include/pgsql/src/ as makefile was looking for...

now after running a :

PGSQL_SRC=/usr/include/pgsql make all 2>&1 | tee make_all.log
# inside /usr/share/pgsql/contrib/postgis # yes , I changed 
/usr/share/pgsql/contrib/postgis-0.8.2 to /usr/share/pgsql/contrib/postgis

I got the following:

i386-redhat-linux-gcc -O2 -g -pipe -march=i386 -mcpu=i686 -I/usr/include/et -fno-strict-aliasing -Wall -Wmissing-prototypes -Wmissing-declarations -g -fexceptions  -I. -DFRONTEND -DSYSCONFDIR='"/etc/sysconfig/pgsql"'  -DUSE_VERSION=74 -I/usr/local/include/geos -DUSE_GEOS -I/usr/local/include -DUSE_PROJ  -DUSE_STATS -fPIC -I/usr/include/pgsql/src/include -D_GNU_SOURCE  -I/usr/include -I/usr/include/et  -c -o postgis_debug.o postgis_debug.c
postgis_debug.c:45:22: postgres.h: No such file or directory
postgis_debug.c:54:25: access/gist.h: No such file or directory
postgis_debug.c:55:25: access/itup.h: No such file or directory
postgis_debug.c:56:26: access/rtree.h: No such file or directory
postgis_debug.c:59:18: fmgr.h: No such file or directory
In file included from postgis_debug.c:62:
postgis.h:81:29: utils/geo_decls.h: No such file or directory
In file included from postgis_debug.c:62:
postgis.h:159: error: syntax error before "int32"
postgis.h:159: warning: no semicolon at end of struct or union
postgis.h:160: warning: type defaults to `int' in declaration of `junk'
postgis.h:160: warning: data definition has no type or storage class
postgis.h:162: error: syntax error before '}' token
postgis.h:162: warning: type defaults to `int' in declaration of `LINE3D'
postgis.h:162: warning: data definition has no type or storage class
postgis.h:181: error: syntax error before "int32"
postgis.h:181: warning: no semicolon at end of struct or union
postgis.h:182: warning: type defaults to `int' in declaration of `npoints'
postgis.h:182: warning: data definition has no type or storage class
postgis.h:186: error: syntax error before '}' token
postgis.h:186: warning: type defaults to `int' in declaration of `POLYGON3D'
postgis.h:186: warning: data definition has no type or storage class
postgis.h:251: error: syntax error before "int32"
postgis.h:251: warning: no semicolon at end of struct or union
postgis.h:252: warning: type defaults to `int' in declaration of `SRID'
postgis.h:252: warning: data definition has no type or storage class
postgis.h:256: error: syntax error before "type"
postgis.h:256: warning: type defaults to `int' in declaration of `type'
postgis.h:256: warning: data definition has no type or storage class
postgis.h:257: error: syntax error before "is3d"
postgis.h:257: warning: type defaults to `int' in declaration of `is3d'
postgis.h:257: warning: data definition has no type or storage class
postgis.h:259: error: syntax error before "nobjs"
postgis.h:259: warning: type defaults to `int' in declaration of `nobjs'
postgis.h:259: warning: data definition has no type or storage class
postgis.h:260: error: syntax error before "objType"
postgis.h:260: warning: type defaults to `int' in declaration of `objType'
postgis.h:260: warning: data definition has no type or storage class
postgis.h:261: error: syntax error before "objOffset"
postgis.h:261: warning: type defaults to `int' in declaration of `objOffset'
postgis.h:261: warning: data definition has no type or storage class
postgis.h:265: error: syntax error before '}' token
postgis.h:265: warning: type defaults to `int' in declaration of `GEOMETRY'
postgis.h:265: warning: data definition has no type or storage class
postgis.h:312: error: syntax error before "int32"
postgis.h:312: warning: no semicolon at end of struct or union
postgis.h:313: warning: type defaults to `int' in declaration of `key'
postgis.h:313: warning: data definition has no type or storage class
postgis.h:314: error: syntax error before "SRID"
postgis.h:314: warning: type defaults to `int' in declaration of `SRID'
postgis.h:314: warning: data definition has no type or storage class
postgis.h:315: warning: type defaults to `int' in declaration of `GEOMETRYKEY'
postgis.h:315: warning: data definition has no type or storage class
postgis.h:320: error: syntax error before "int32"
postgis.h:320: warning: no semicolon at end of struct or union
postgis.h:322: error: syntax error before '}' token
postgis.h:322: warning: type defaults to `int' in declaration of `WellKnownBinary'
postgis.h:322: warning: data definition has no type or storage class
postgis.h:338: error: syntax error before "int32"
postgis.h:338: warning: no semicolon at end of struct or union
postgis.h:344: error: syntax error before '}' token
postgis.h:344: warning: type defaults to `int' in declaration of `HISTOGRAM2D'
postgis.h:344: warning: data definition has no type or storage class
postgis.h:354: error: syntax error before '*' token
postgis.h:354: warning: type defaults to `int' in declaration of `make_polygon'
postgis.h:354: warning: data definition has no type or storage class
postgis.h:356: error: syntax error before '*' token
postgis.h:356: error: syntax error before "bool"
postgis.h:356: warning: type defaults to `int' in declaration of `make_oneobj_geometry'
postgis.h:356: warning: data definition has no type or storage class
postgis.h:359: error: syntax error before "bool"
postgis.h:360: error: syntax error before "bool"
postgis.h:363: error: syntax error before "parse_points_in_list"
postgis.h:363: error: syntax error before "int32"
postgis.h:363: warning: type defaults to `int' in declaration of `parse_points_in_list'
postgis.h:363: warning: data definition has no type or storage class
postgis.h:364: error: syntax error before "parse_points_in_list_exact"
postgis.h:364: error: syntax error before "int32"
postgis.h:364: warning: type defaults to `int' in declaration of `parse_points_in_list_exact'
postgis.h:364: warning: data definition has no type or storage class
postgis.h:366: error: syntax error before "points_per_sublist"
postgis.h:366: error: syntax error before "int32"
postgis.h:366: warning: type defaults to `int' in declaration of `points_per_sublist'
postgis.h:366: warning: data definition has no type or storage class
postgis.h:376: error: syntax error before "parse_objects_inside_point"
postgis.h:376: error: syntax error before '*' token
postgis.h:376: warning: type defaults to `int' in declaration of `parse_objects_inside_point'
postgis.h:376: warning: data definition has no type or storage class
postgis.h:377: error: syntax error before "parse_objects_inside_multipoint"
postgis.h:377: error: syntax error before '*' token
postgis.h:377: warning: type defaults to `int' in declaration of `parse_objects_inside_multipoint'
postgis.h:377: warning: data definition has no type or storage class
postgis.h:378: error: syntax error before "parse_objects_inside_line"
postgis.h:378: error: syntax error before '*' token
postgis.h:378: warning: type defaults to `int' in declaration of `parse_objects_inside_line'
postgis.h:378: warning: data definition has no type or storage class
postgis.h:379: error: syntax error before "parse_objects_inside_multiline"
postgis.h:379: error: syntax error before '*' token
postgis.h:379: warning: type defaults to `int' in declaration of `parse_objects_inside_multiline'
postgis.h:379: warning: data definition has no type or storage class
postgis.h:380: error: syntax error before "parse_objects_inside_polygon"
postgis.h:380: error: syntax error before '*' token
postgis.h:380: warning: type defaults to `int' in declaration of `parse_objects_inside_polygon'
postgis.h:380: warning: data definition has no type or storage class
postgis.h:381: error: syntax error before "parse_objects_inside_multipolygon"
postgis.h:381: error: syntax error before '*' token
postgis.h:381: warning: type defaults to `int' in declaration of `parse_objects_inside_multipolygon'
postgis.h:381: warning: data definition has no type or storage class
postgis.h:382: error: syntax error before "parse_objects"
postgis.h:382: error: syntax error before '*' token
postgis.h:382: warning: type defaults to `int' in declaration of `parse_objects'
postgis.h:382: warning: data definition has no type or storage class
postgis.h:383: error: syntax error before "parse_objects_inside_collection"
postgis.h:383: error: syntax error before '*' token
postgis.h:383: warning: type defaults to `int' in declaration of `parse_objects_inside_collection'
postgis.h:383: warning: data definition has no type or storage class
postgis.h:385: error: syntax error before '*' token
postgis.h:386: error: syntax error before '*' token
postgis.h:388: error: syntax error before '*' token
postgis.h:389: error: syntax error before '*' token
postgis.h:389: warning: type defaults to `int' in declaration of `make_bvol_geometry'
postgis.h:389: warning: data definition has no type or storage class
postgis.h:390: error: syntax error before "box3d_ov"
postgis.h:390: warning: type defaults to `int' in declaration of `box3d_ov'
postgis.h:390: warning: data definition has no type or storage class
postgis.h:391: error: syntax error before "is_same_point"
postgis.h:391: warning: type defaults to `int' in declaration of `is_same_point'
postgis.h:391: warning: data definition has no type or storage class
postgis.h:392: error: syntax error before "is_same_line"
postgis.h:392: error: syntax error before '*' token
postgis.h:392: warning: type defaults to `int' in declaration of `is_same_line'
postgis.h:392: warning: data definition has no type or storage class
postgis.h:393: error: syntax error before "is_same_polygon"
postgis.h:393: error: syntax error before '*' token
postgis.h:393: warning: type defaults to `int' in declaration of `is_same_polygon'
postgis.h:393: warning: data definition has no type or storage class
postgis.h:394: error: syntax error before '*' token
postgis.h:394: warning: type defaults to `int' in declaration of `convert_box3d_to_box'
postgis.h:394: warning: data definition has no type or storage class
postgis.h:395: error: syntax error before '*' token
postgis.h:396: error: syntax error before '*' token
postgis.h:397: error: syntax error before '*' token
postgis.h:398: error: syntax error before '*' token
postgis.h:399: error: syntax error before '*' token
postgis.h:401: error: syntax error before "point_truely_inside"
postgis.h:401: warning: type defaults to `int' in declaration of `point_truely_inside'
postgis.h:401: warning: data definition has no type or storage class
postgis.h:403: error: syntax error before "lineseg_inside_box"
postgis.h:403: warning: type defaults to `int' in declaration of `lineseg_inside_box'
postgis.h:403: warning: data definition has no type or storage class
postgis.h:404: error: syntax error before "linestring_inside_box"
postgis.h:404: warning: type defaults to `int' in declaration of `linestring_inside_box'
postgis.h:404: warning: data definition has no type or storage class
postgis.h:405: error: syntax error before "polygon_truely_inside"
postgis.h:405: error: syntax error before '*' token
postgis.h:405: warning: type defaults to `int' in declaration of `polygon_truely_inside'
postgis.h:405: warning: data definition has no type or storage class
postgis.h:406: error: syntax error before "line_truely_inside"
postgis.h:406: error: syntax error before '*' token
postgis.h:406: warning: type defaults to `int' in declaration of `line_truely_inside'
postgis.h:406: warning: data definition has no type or storage class
postgis.h:409: error: syntax error before '*' token
postgis.h:409: error: syntax error before '*' token
postgis.h:409: warning: type defaults to `int' in declaration of `add_to_geometry'
postgis.h:409: warning: data definition has no type or storage class
postgis.h:410: error: syntax error before '*' token
postgis.h:410: warning: type defaults to `int' in declaration of `make_line'
postgis.h:410: warning: data definition has no type or storage class
postgis.h:417: error: syntax error before '*' token
postgis.h:418: error: syntax error before '*' token
postgis.h:419: error: syntax error before '*' token
postgis.h:420: error: syntax error before '*' token
postgis.h:421: error: syntax error before '*' token
postgis.h:422: error: syntax error before "int32"
postgis.h:423: error: syntax error before "int32"
postgis.h:425: error: syntax error before '*' token
postgis.h:426: error: syntax error before '*' token
postgis.h:438: error: syntax error before '*' token
postgis.h:439: error: syntax error before '*' token
postgis.h:442: error: syntax error before "LINE3D"
postgis.h:443: error: syntax error before "POLYGON3D"
postgis.h:444: error: syntax error before '*' token
postgis.h:445: error: syntax error before '*' token
postgis.h:446: error: syntax error before '*' token
postgis.h:449: error: syntax error before "point_in_poly"
postgis.h:449: error: syntax error before "POLYGON3D"
postgis.h:449: warning: type defaults to `int' in declaration of `point_in_poly'
postgis.h:449: warning: data definition has no type or storage class
postgis.h:454: error: syntax error before "optimistic_overlap"
postgis.h:454: warning: type defaults to `int' in declaration of `optimistic_overlap'
postgis.h:454: warning: parameter names (without types) in function declaration
postgis.h:454: warning: data definition has no type or storage class
postgis.h:462: error: syntax error before '*' token
postgis.h:468: error: syntax error before '*' token
postgis.h:468: warning: type defaults to `int' in declaration of `WKBtoGeometry'
postgis.h:468: warning: data definition has no type or storage class
postgis.h:472: error: syntax error before '*' token
postgis.h:472: warning: type defaults to `int' in declaration of `makeNullGeometry'
postgis.h:472: warning: data definition has no type or storage class
postgis.h:474: error: syntax error before '*' token
postgis.h:478: error: syntax error before '*' token
postgis.h:479: error: syntax error before '*' token
postgis.h:484: error: syntax error before "box3d_in"
postgis.h:484: warning: type defaults to `int' in declaration of `box3d_in'
postgis.h:484: warning: parameter names (without types) in function declaration
postgis.h:484: warning: data definition has no type or storage class
postgis.h:485: error: syntax error before "box3d_out"
postgis.h:485: warning: type defaults to `int' in declaration of `box3d_out'
postgis.h:485: warning: parameter names (without types) in function declaration
postgis.h:485: warning: data definition has no type or storage class
postgis.h:486: error: syntax error before "geometry_in"
postgis.h:486: warning: type defaults to `int' in declaration of `geometry_in'
postgis.h:486: warning: parameter names (without types) in function declaration
postgis.h:486: warning: data definition has no type or storage class
postgis.h:487: error: syntax error before "geometry_out"
postgis.h:487: warning: type defaults to `int' in declaration of `geometry_out'
postgis.h:487: warning: parameter names (without types) in function declaration
postgis.h:487: warning: data definition has no type or storage class
postgis.h:489: error: syntax error before "astext_geometry"
postgis.h:489: warning: type defaults to `int' in declaration of `astext_geometry'
postgis.h:489: warning: parameter names (without types) in function declaration
postgis.h:489: warning: data definition has no type or storage class
postgis.h:491: error: syntax error before "geometry_text"
postgis.h:491: warning: type defaults to `int' in declaration of `geometry_text'
postgis.h:491: warning: parameter names (without types) in function declaration
postgis.h:491: warning: data definition has no type or storage class
postgis.h:494: error: syntax error before "get_bbox_of_geometry"
postgis.h:494: warning: type defaults to `int' in declaration of `get_bbox_of_geometry'
postgis.h:494: warning: parameter names (without types) in function declaration
postgis.h:494: warning: data definition has no type or storage class
postgis.h:495: error: syntax error before "get_geometry_of_bbox"
postgis.h:495: warning: type defaults to `int' in declaration of `get_geometry_of_bbox'
postgis.h:495: warning: parameter names (without types) in function declaration
postgis.h:495: warning: data definition has no type or storage class
postgis.h:496: error: syntax error before "box3d_same"
postgis.h:496: warning: type defaults to `int' in declaration of `box3d_same'
postgis.h:496: warning: parameter names (without types) in function declaration
postgis.h:496: warning: data definition has no type or storage class
postgis.h:497: error: syntax error before "geometry_overleft"
postgis.h:497: warning: type defaults to `int' in declaration of `geometry_overleft'
postgis.h:497: warning: parameter names (without types) in function declaration
postgis.h:497: warning: data definition has no type or storage class
postgis.h:498: error: syntax error before "geometry_left"
postgis.h:498: warning: type defaults to `int' in declaration of `geometry_left'
postgis.h:498: warning: parameter names (without types) in function declaration
postgis.h:498: warning: data definition has no type or storage class
postgis.h:499: error: syntax error before "geometry_right"
postgis.h:499: warning: type defaults to `int' in declaration of `geometry_right'
postgis.h:499: warning: parameter names (without types) in function declaration
postgis.h:499: warning: data definition has no type or storage class
postgis.h:500: error: syntax error before "geometry_overright"
postgis.h:500: warning: type defaults to `int' in declaration of `geometry_overright'
postgis.h:500: warning: parameter names (without types) in function declaration
postgis.h:500: warning: data definition has no type or storage class
postgis.h:501: error: syntax error before "geometry_contained"
postgis.h:501: warning: type defaults to `int' in declaration of `geometry_contained'
postgis.h:501: warning: parameter names (without types) in function declaration
postgis.h:501: warning: data definition has no type or storage class
postgis.h:502: error: syntax error before "geometry_contain"
postgis.h:502: warning: type defaults to `int' in declaration of `geometry_contain'
postgis.h:502: warning: parameter names (without types) in function declaration
postgis.h:502: warning: data definition has no type or storage class
postgis.h:503: error: syntax error before "geometry_overlap"
postgis.h:503: warning: type defaults to `int' in declaration of `geometry_overlap'
postgis.h:503: warning: parameter names (without types) in function declaration
postgis.h:503: warning: data definition has no type or storage class
postgis.h:504: error: syntax error before "geometry_same"
postgis.h:504: warning: type defaults to `int' in declaration of `geometry_same'
postgis.h:504: warning: parameter names (without types) in function declaration
postgis.h:504: warning: data definition has no type or storage class
postgis.h:505: error: syntax error before "box3d_overlap"
postgis.h:505: warning: type defaults to `int' in declaration of `box3d_overlap'
postgis.h:505: warning: parameter names (without types) in function declaration
postgis.h:505: warning: data definition has no type or storage class
postgis.h:506: error: syntax error before "box3d_overleft"
postgis.h:506: warning: type defaults to `int' in declaration of `box3d_overleft'
postgis.h:506: warning: parameter names (without types) in function declaration
postgis.h:506: warning: data definition has no type or storage class
postgis.h:507: error: syntax error before "box3d_right"
postgis.h:507: warning: type defaults to `int' in declaration of `box3d_right'
postgis.h:507: warning: parameter names (without types) in function declaration
postgis.h:507: warning: data definition has no type or storage class
postgis.h:508: error: syntax error before "box3d_contain"
postgis.h:508: warning: type defaults to `int' in declaration of `box3d_contain'
postgis.h:508: warning: parameter names (without types) in function declaration
postgis.h:508: warning: data definition has no type or storage class
postgis.h:509: error: syntax error before "geometry_union"
postgis.h:509: warning: type defaults to `int' in declaration of `geometry_union'
postgis.h:509: warning: parameter names (without types) in function declaration
postgis.h:509: warning: data definition has no type or storage class
postgis.h:510: error: syntax error before "geometry_inter"
postgis.h:510: warning: type defaults to `int' in declaration of `geometry_inter'
postgis.h:510: warning: parameter names (without types) in function declaration
postgis.h:510: warning: data definition has no type or storage class
postgis.h:511: error: syntax error before "geometry_size"
postgis.h:511: warning: type defaults to `int' in declaration of `geometry_size'
postgis.h:511: warning: parameter names (without types) in function declaration
postgis.h:511: warning: data definition has no type or storage class
postgis.h:512: error: syntax error before "length3d"
postgis.h:512: warning: type defaults to `int' in declaration of `length3d'
postgis.h:512: warning: parameter names (without types) in function declaration
postgis.h:512: warning: data definition has no type or storage class
postgis.h:513: error: syntax error before "length2d"
postgis.h:513: warning: type defaults to `int' in declaration of `length2d'
postgis.h:513: warning: parameter names (without types) in function declaration
postgis.h:513: warning: data definition has no type or storage class
postgis.h:514: error: syntax error before "area2d"
postgis.h:514: warning: type defaults to `int' in declaration of `area2d'
postgis.h:514: warning: parameter names (without types) in function declaration
postgis.h:514: warning: data definition has no type or storage class
postgis.h:515: error: syntax error before "perimeter3d"
postgis.h:515: warning: type defaults to `int' in declaration of `perimeter3d'
postgis.h:515: warning: parameter names (without types) in function declaration
postgis.h:515: warning: data definition has no type or storage class
postgis.h:516: error: syntax error before "perimeter2d"
postgis.h:516: warning: type defaults to `int' in declaration of `perimeter2d'
postgis.h:516: warning: parameter names (without types) in function declaration
postgis.h:516: warning: data definition has no type or storage class
postgis.h:517: error: syntax error before "truly_inside"
postgis.h:517: warning: type defaults to `int' in declaration of `truly_inside'
postgis.h:517: warning: parameter names (without types) in function declaration
postgis.h:517: warning: data definition has no type or storage class
postgis.h:519: error: syntax error before "geometry_lt"
postgis.h:519: warning: type defaults to `int' in declaration of `geometry_lt'
postgis.h:519: warning: parameter names (without types) in function declaration
postgis.h:519: warning: data definition has no type or storage class
postgis.h:520: error: syntax error before "geometry_le"
postgis.h:520: warning: type defaults to `int' in declaration of `geometry_le'
postgis.h:520: warning: parameter names (without types) in function declaration
postgis.h:520: warning: data definition has no type or storage class
postgis.h:521: error: syntax error before "geometry_eq"
postgis.h:521: warning: type defaults to `int' in declaration of `geometry_eq'
postgis.h:521: warning: parameter names (without types) in function declaration
postgis.h:521: warning: data definition has no type or storage class
postgis.h:522: error: syntax error before "geometry_gt"
postgis.h:522: warning: type defaults to `int' in declaration of `geometry_gt'
postgis.h:522: warning: parameter names (without types) in function declaration
postgis.h:522: warning: data definition has no type or storage class
postgis.h:523: error: syntax error before "geometry_ge"
postgis.h:523: warning: type defaults to `int' in declaration of `geometry_ge'
postgis.h:523: warning: parameter names (without types) in function declaration
postgis.h:523: warning: data definition has no type or storage class
postgis.h:524: error: syntax error before "geometry_cmp"
postgis.h:524: warning: type defaults to `int' in declaration of `geometry_cmp'
postgis.h:524: warning: parameter names (without types) in function declaration
postgis.h:524: warning: data definition has no type or storage class
postgis.h:526: error: syntax error before "npoints"
postgis.h:526: warning: type defaults to `int' in declaration of `npoints'
postgis.h:526: warning: parameter names (without types) in function declaration
postgis.h:526: error: `npoints' redeclared as different kind of symbol
postgis.h:182: error: previous declaration of `npoints'
postgis.h:526: warning: data definition has no type or storage class
postgis.h:527: error: syntax error before "nrings"
postgis.h:527: warning: type defaults to `int' in declaration of `nrings'
postgis.h:527: warning: parameter names (without types) in function declaration
postgis.h:527: warning: data definition has no type or storage class
postgis.h:528: error: syntax error before "mem_size"
postgis.h:528: warning: type defaults to `int' in declaration of `mem_size'
postgis.h:528: warning: parameter names (without types) in function declaration
postgis.h:528: warning: data definition has no type or storage class
postgis.h:529: error: syntax error before "summary"
postgis.h:529: warning: type defaults to `int' in declaration of `summary'
postgis.h:529: warning: parameter names (without types) in function declaration
postgis.h:529: warning: data definition has no type or storage class
postgis.h:530: error: syntax error before "translate"
postgis.h:530: warning: type defaults to `int' in declaration of `translate'
postgis.h:530: warning: parameter names (without types) in function declaration
postgis.h:530: warning: data definition has no type or storage class
postgis.h:532: error: syntax error before "asbinary_specify"
postgis.h:532: warning: type defaults to `int' in declaration of `asbinary_specify'
postgis.h:532: warning: parameter names (without types) in function declaration
postgis.h:532: warning: data definition has no type or storage class
postgis.h:533: error: syntax error before "asbinary_simple"
postgis.h:533: warning: type defaults to `int' in declaration of `asbinary_simple'
postgis.h:533: warning: parameter names (without types) in function declaration
postgis.h:533: warning: data definition has no type or storage class
postgis.h:535: error: syntax error before "force_2d"
postgis.h:535: warning: type defaults to `int' in declaration of `force_2d'
postgis.h:535: warning: parameter names (without types) in function declaration
postgis.h:535: warning: data definition has no type or storage class
postgis.h:536: error: syntax error before "force_3d"
postgis.h:536: warning: type defaults to `int' in declaration of `force_3d'
postgis.h:536: warning: parameter names (without types) in function declaration
postgis.h:536: warning: data definition has no type or storage class
postgis.h:537: error: syntax error before "force_collection"
postgis.h:537: warning: type defaults to `int' in declaration of `force_collection'
postgis.h:537: warning: parameter names (without types) in function declaration
postgis.h:537: warning: data definition has no type or storage class
postgis.h:539: error: syntax error before "combine_bbox"
postgis.h:539: warning: type defaults to `int' in declaration of `combine_bbox'
postgis.h:539: warning: parameter names (without types) in function declaration
postgis.h:539: warning: data definition has no type or storage class
postgis.h:541: error: syntax error before "dimension"
postgis.h:541: warning: type defaults to `int' in declaration of `dimension'
postgis.h:541: warning: parameter names (without types) in function declaration
postgis.h:541: warning: data definition has no type or storage class
postgis.h:542: error: syntax error before "geometrytype"
postgis.h:542: warning: type defaults to `int' in declaration of `geometrytype'
postgis.h:542: warning: parameter names (without types) in function declaration
postgis.h:542: warning: data definition has no type or storage class
postgis.h:543: error: syntax error before "envelope"
postgis.h:543: warning: type defaults to `int' in declaration of `envelope'
postgis.h:543: warning: parameter names (without types) in function declaration
postgis.h:543: warning: data definition has no type or storage class
postgis.h:545: error: syntax error before "x_point"
postgis.h:545: warning: type defaults to `int' in declaration of `x_point'
postgis.h:545: warning: parameter names (without types) in function declaration
postgis.h:545: warning: data definition has no type or storage class
postgis.h:546: error: syntax error before "y_point"
postgis.h:546: warning: type defaults to `int' in declaration of `y_point'
postgis.h:546: warning: parameter names (without types) in function declaration
postgis.h:546: warning: data definition has no type or storage class
postgis.h:547: error: syntax error before "z_point"
postgis.h:547: warning: type defaults to `int' in declaration of `z_point'
postgis.h:547: warning: parameter names (without types) in function declaration
postgis.h:547: warning: data definition has no type or storage class
postgis.h:549: error: syntax error before "numpoints_linestring"
postgis.h:549: warning: type defaults to `int' in declaration of `numpoints_linestring'
postgis.h:549: warning: parameter names (without types) in function declaration
postgis.h:549: warning: data definition has no type or storage class
postgis.h:550: error: syntax error before "pointn_linestring"
postgis.h:550: warning: type defaults to `int' in declaration of `pointn_linestring'
postgis.h:550: warning: parameter names (without types) in function declaration
postgis.h:550: warning: data definition has no type or storage class
postgis.h:552: error: syntax error before "exteriorring_polygon"
postgis.h:552: warning: type defaults to `int' in declaration of `exteriorring_polygon'
postgis.h:552: warning: parameter names (without types) in function declaration
postgis.h:552: warning: data definition has no type or storage class
postgis.h:553: error: syntax error before "numinteriorrings_polygon"
postgis.h:553: warning: type defaults to `int' in declaration of `numinteriorrings_polygon'
postgis.h:553: warning: parameter names (without types) in function declaration
postgis.h:553: warning: data definition has no type or storage class
postgis.h:554: error: syntax error before "interiorringn_polygon"
postgis.h:554: warning: type defaults to `int' in declaration of `interiorringn_polygon'
postgis.h:554: warning: parameter names (without types) in function declaration
postgis.h:554: warning: data definition has no type or storage class
postgis.h:556: error: syntax error before "numgeometries_collection"
postgis.h:556: warning: type defaults to `int' in declaration of `numgeometries_collection'
postgis.h:556: warning: parameter names (without types) in function declaration
postgis.h:556: warning: data definition has no type or storage class
postgis.h:557: error: syntax error before "geometryn_collection"
postgis.h:557: warning: type defaults to `int' in declaration of `geometryn_collection'
postgis.h:557: warning: parameter names (without types) in function declaration
postgis.h:557: warning: data definition has no type or storage class
postgis.h:559: error: syntax error before "ellipsoid_out"
postgis.h:559: warning: type defaults to `int' in declaration of `ellipsoid_out'
postgis.h:559: warning: parameter names (without types) in function declaration
postgis.h:559: warning: data definition has no type or storage class
postgis.h:560: error: syntax error before "ellipsoid_in"
postgis.h:560: warning: type defaults to `int' in declaration of `ellipsoid_in'
postgis.h:560: warning: parameter names (without types) in function declaration
postgis.h:560: warning: data definition has no type or storage class
postgis.h:561: error: syntax error before "length_ellipsoid"
postgis.h:561: warning: type defaults to `int' in declaration of `length_ellipsoid'
postgis.h:561: warning: parameter names (without types) in function declaration
postgis.h:561: warning: data definition has no type or storage class
postgis.h:562: error: syntax error before "length3d_ellipsoid"
postgis.h:562: warning: type defaults to `int' in declaration of `length3d_ellipsoid'
postgis.h:562: warning: parameter names (without types) in function declaration
postgis.h:562: warning: data definition has no type or storage class
postgis.h:563: error: syntax error before "distance_ellipsoid"
postgis.h:563: warning: type defaults to `int' in declaration of `distance_ellipsoid'
postgis.h:563: warning: parameter names (without types) in function declaration
postgis.h:563: warning: data definition has no type or storage class
postgis.h:565: error: syntax error before "point_inside_circle"
postgis.h:565: warning: type defaults to `int' in declaration of `point_inside_circle'
postgis.h:565: warning: parameter names (without types) in function declaration
postgis.h:565: warning: data definition has no type or storage class
postgis.h:566: error: syntax error before "distance"
postgis.h:566: warning: type defaults to `int' in declaration of `distance'
postgis.h:566: warning: parameter names (without types) in function declaration
postgis.h:566: warning: data definition has no type or storage class
postgis.h:568: error: syntax error before "expand_bbox"
postgis.h:568: warning: type defaults to `int' in declaration of `expand_bbox'
postgis.h:568: warning: parameter names (without types) in function declaration
postgis.h:568: warning: data definition has no type or storage class
postgis.h:569: error: syntax error before "srid_geom"
postgis.h:569: warning: type defaults to `int' in declaration of `srid_geom'
postgis.h:569: warning: parameter names (without types) in function declaration
postgis.h:569: warning: data definition has no type or storage class
postgis.h:570: error: syntax error before "geometry_from_text"
postgis.h:570: warning: type defaults to `int' in declaration of `geometry_from_text'
postgis.h:570: warning: parameter names (without types) in function declaration
postgis.h:570: warning: data definition has no type or storage class
postgis.h:572: error: syntax error before "startpoint"
postgis.h:572: warning: type defaults to `int' in declaration of `startpoint'
postgis.h:572: warning: parameter names (without types) in function declaration
postgis.h:572: warning: data definition has no type or storage class
postgis.h:574: error: syntax error before "endpoint"
postgis.h:574: warning: type defaults to `int' in declaration of `endpoint'
postgis.h:574: warning: parameter names (without types) in function declaration
postgis.h:574: warning: data definition has no type or storage class
postgis.h:575: error: syntax error before "isclosed"
postgis.h:575: warning: type defaults to `int' in declaration of `isclosed'
postgis.h:575: warning: parameter names (without types) in function declaration
postgis.h:575: warning: data definition has no type or storage class
postgis.h:577: error: syntax error before "centroid"
postgis.h:577: warning: type defaults to `int' in declaration of `centroid'
postgis.h:577: warning: parameter names (without types) in function declaration
postgis.h:577: warning: data definition has no type or storage class
postgis.h:579: error: syntax error before "postgis_gist_sel"
postgis.h:579: warning: type defaults to `int' in declaration of `postgis_gist_sel'
postgis.h:579: warning: parameter names (without types) in function declaration
postgis.h:579: warning: data definition has no type or storage class
postgis.h:581: error: syntax error before "WKB_in"
postgis.h:581: warning: type defaults to `int' in declaration of `WKB_in'
postgis.h:581: warning: parameter names (without types) in function declaration
postgis.h:581: warning: data definition has no type or storage class
postgis.h:582: error: syntax error before "WKB_out"
postgis.h:582: warning: type defaults to `int' in declaration of `WKB_out'
postgis.h:582: warning: parameter names (without types) in function declaration
postgis.h:582: warning: data definition has no type or storage class
postgis.h:584: error: syntax error before "WKB_recv"
postgis.h:584: warning: type defaults to `int' in declaration of `WKB_recv'
postgis.h:584: warning: parameter names (without types) in function declaration
postgis.h:584: warning: data definition has no type or storage class
postgis.h:586: error: syntax error before "CHIP_in"
postgis.h:586: warning: type defaults to `int' in declaration of `CHIP_in'
postgis.h:586: warning: parameter names (without types) in function declaration
postgis.h:586: warning: data definition has no type or storage class
postgis.h:587: error: syntax error before "CHIP_out"
postgis.h:587: warning: type defaults to `int' in declaration of `CHIP_out'
postgis.h:587: warning: parameter names (without types) in function declaration
postgis.h:587: warning: data definition has no type or storage class
postgis.h:588: error: syntax error before "CHIP_to_geom"
postgis.h:588: warning: type defaults to `int' in declaration of `CHIP_to_geom'
postgis.h:588: warning: parameter names (without types) in function declaration
postgis.h:588: warning: data definition has no type or storage class
postgis.h:589: error: syntax error before "srid_chip"
postgis.h:589: warning: type defaults to `int' in declaration of `srid_chip'
postgis.h:589: warning: parameter names (without types) in function declaration
postgis.h:589: warning: data definition has no type or storage class
postgis.h:590: error: syntax error before "setsrid_chip"
postgis.h:590: warning: type defaults to `int' in declaration of `setsrid_chip'
postgis.h:590: warning: parameter names (without types) in function declaration
postgis.h:590: warning: data definition has no type or storage class
postgis.h:591: error: syntax error before "width_chip"
postgis.h:591: warning: type defaults to `int' in declaration of `width_chip'
postgis.h:591: warning: parameter names (without types) in function declaration
postgis.h:591: warning: data definition has no type or storage class
postgis.h:592: error: syntax error before "height_chip"
postgis.h:592: warning: type defaults to `int' in declaration of `height_chip'
postgis.h:592: warning: parameter names (without types) in function declaration
postgis.h:592: warning: data definition has no type or storage class
postgis.h:593: error: syntax error before "datatype_chip"
postgis.h:593: warning: type defaults to `int' in declaration of `datatype_chip'
postgis.h:593: warning: parameter names (without types) in function declaration
postgis.h:593: warning: data definition has no type or storage class
postgis.h:594: error: syntax error before "compression_chip"
postgis.h:594: warning: type defaults to `int' in declaration of `compression_chip'
postgis.h:594: warning: parameter names (without types) in function declaration
postgis.h:594: warning: data definition has no type or storage class
postgis.h:595: error: syntax error before "setfactor_chip"
postgis.h:595: warning: type defaults to `int' in declaration of `setfactor_chip'
postgis.h:595: warning: parameter names (without types) in function declaration
postgis.h:595: warning: data definition has no type or storage class
postgis.h:596: error: syntax error before "factor_chip"
postgis.h:596: warning: type defaults to `int' in declaration of `factor_chip'
postgis.h:596: warning: parameter names (without types) in function declaration
postgis.h:596: warning: data definition has no type or storage class
postgis.h:599: error: syntax error before "segmentize"
postgis.h:599: warning: type defaults to `int' in declaration of `segmentize'
postgis.h:599: warning: parameter names (without types) in function declaration
postgis.h:599: warning: data definition has no type or storage class
postgis.h:601: error: syntax error before "box3d_xmin"
postgis.h:601: warning: type defaults to `int' in declaration of `box3d_xmin'
postgis.h:601: warning: parameter names (without types) in function declaration
postgis.h:601: warning: data definition has no type or storage class
postgis.h:602: error: syntax error before "box3d_ymin"
postgis.h:602: warning: type defaults to `int' in declaration of `box3d_ymin'
postgis.h:602: warning: parameter names (without types) in function declaration
postgis.h:602: warning: data definition has no type or storage class
postgis.h:603: error: syntax error before "box3d_zmin"
postgis.h:603: warning: type defaults to `int' in declaration of `box3d_zmin'
postgis.h:603: warning: parameter names (without types) in function declaration
postgis.h:603: warning: data definition has no type or storage class
postgis.h:605: error: syntax error before "box3d_xmax"
postgis.h:605: warning: type defaults to `int' in declaration of `box3d_xmax'
postgis.h:605: warning: parameter names (without types) in function declaration
postgis.h:605: warning: data definition has no type or storage class
postgis.h:606: error: syntax error before "box3d_ymax"
postgis.h:606: warning: type defaults to `int' in declaration of `box3d_ymax'
postgis.h:606: warning: parameter names (without types) in function declaration
postgis.h:606: warning: data definition has no type or storage class
postgis.h:607: error: syntax error before "box3d_zmax"
postgis.h:607: warning: type defaults to `int' in declaration of `box3d_zmax'
postgis.h:607: warning: parameter names (without types) in function declaration
postgis.h:607: warning: data definition has no type or storage class
postgis.h:608: error: syntax error before "box3dtobox"
postgis.h:608: warning: type defaults to `int' in declaration of `box3dtobox'
postgis.h:608: warning: parameter names (without types) in function declaration
postgis.h:608: warning: data definition has no type or storage class
postgis.h:612: error: syntax error before "transform_geom"
postgis.h:612: warning: type defaults to `int' in declaration of `transform_geom'
postgis.h:612: warning: parameter names (without types) in function declaration
postgis.h:612: warning: data definition has no type or storage class
postgis.h:614: error: syntax error before "max_distance"
postgis.h:614: warning: type defaults to `int' in declaration of `max_distance'
postgis.h:614: warning: parameter names (without types) in function declaration
postgis.h:614: warning: data definition has no type or storage class
postgis.h:615: error: syntax error before "geom_accum"
postgis.h:615: warning: type defaults to `int' in declaration of `geom_accum'
postgis.h:615: warning: parameter names (without types) in function declaration
postgis.h:615: warning: data definition has no type or storage class
postgis.h:616: error: syntax error before "collect_garray"
postgis.h:616: warning: type defaults to `int' in declaration of `collect_garray'
postgis.h:616: warning: parameter names (without types) in function declaration
postgis.h:616: warning: data definition has no type or storage class
postgis.h:617: error: syntax error before "collector"
postgis.h:617: warning: type defaults to `int' in declaration of `collector'
postgis.h:617: warning: parameter names (without types) in function declaration
postgis.h:617: warning: data definition has no type or storage class
postgis.h:619: error: syntax error before "WKBtoBYTEA"
postgis.h:619: warning: type defaults to `int' in declaration of `WKBtoBYTEA'
postgis.h:619: warning: parameter names (without types) in function declaration
postgis.h:619: warning: data definition has no type or storage class
postgis.h:621: error: syntax error before "histogram2d_in"
postgis.h:621: warning: type defaults to `int' in declaration of `histogram2d_in'
postgis.h:621: warning: parameter names (without types) in function declaration
postgis.h:621: warning: data definition has no type or storage class
postgis.h:622: error: syntax error before "histogram2d_out"
postgis.h:622: warning: type defaults to `int' in declaration of `histogram2d_out'
postgis.h:622: warning: parameter names (without types) in function declaration
postgis.h:622: warning: data definition has no type or storage class
postgis.h:623: error: syntax error before "create_histogram2d"
postgis.h:623: warning: type defaults to `int' in declaration of `create_histogram2d'
postgis.h:623: warning: parameter names (without types) in function declaration
postgis.h:623: warning: data definition has no type or storage class
postgis.h:625: error: syntax error before "build_histogram2d"
postgis.h:625: warning: type defaults to `int' in declaration of `build_histogram2d'
postgis.h:625: warning: parameter names (without types) in function declaration
postgis.h:625: warning: data definition has no type or storage class
postgis.h:627: error: syntax error before "geometry2box"
postgis.h:627: warning: type defaults to `int' in declaration of `geometry2box'
postgis.h:627: warning: parameter names (without types) in function declaration
postgis.h:627: warning: data definition has no type or storage class
postgis.h:629: error: syntax error before "explode_histogram2d"
postgis.h:629: warning: type defaults to `int' in declaration of `explode_histogram2d'
postgis.h:629: warning: parameter names (without types) in function declaration
postgis.h:629: warning: data definition has no type or storage class
postgis.h:630: error: syntax error before "estimate_histogram2d"
postgis.h:630: warning: type defaults to `int' in declaration of `estimate_histogram2d'
postgis.h:630: warning: parameter names (without types) in function declaration
postgis.h:630: warning: data definition has no type or storage class
postgis.h:635: error: syntax error before "postgisgistcostestimate"
postgis.h:635: warning: type defaults to `int' in declaration of `postgisgistcostestimate'
postgis.h:635: warning: parameter names (without types) in function declaration
postgis.h:635: warning: data definition has no type or storage class
postgis.h:637: error: syntax error before "geometryfromWKB"
postgis.h:637: warning: type defaults to `int' in declaration of `geometryfromWKB'
postgis.h:637: warning: parameter names (without types) in function declaration
postgis.h:637: warning: data definition has no type or storage class
postgis.h:638: error: syntax error before "geometryfromWKB_SRID"
postgis.h:638: warning: type defaults to `int' in declaration of `geometryfromWKB_SRID'
postgis.h:638: warning: parameter names (without types) in function declaration
postgis.h:638: warning: data definition has no type or storage class
postgis.h:640: error: syntax error before "PointfromWKB_SRID"
postgis.h:640: warning: type defaults to `int' in declaration of `PointfromWKB_SRID'
postgis.h:640: warning: parameter names (without types) in function declaration
postgis.h:640: warning: data definition has no type or storage class
postgis.h:641: error: syntax error before "LinefromWKB_SRID"
postgis.h:641: warning: type defaults to `int' in declaration of `LinefromWKB_SRID'
postgis.h:641: warning: parameter names (without types) in function declaration
postgis.h:641: warning: data definition has no type or storage class
postgis.h:642: error: syntax error before "PolyfromWKB_SRID"
postgis.h:642: warning: type defaults to `int' in declaration of `PolyfromWKB_SRID'
postgis.h:642: warning: parameter names (without types) in function declaration
postgis.h:642: warning: data definition has no type or storage class
postgis.h:643: error: syntax error before "MPointfromWKB_SRID"
postgis.h:643: warning: type defaults to `int' in declaration of `MPointfromWKB_SRID'
postgis.h:643: warning: parameter names (without types) in function declaration
postgis.h:643: warning: data definition has no type or storage class
postgis.h:644: error: syntax error before "MLinefromWKB_SRID"
postgis.h:644: warning: type defaults to `int' in declaration of `MLinefromWKB_SRID'
postgis.h:644: warning: parameter names (without types) in function declaration
postgis.h:644: warning: data definition has no type or storage class
postgis.h:645: error: syntax error before "MPolyfromWKB_SRID"
postgis.h:645: warning: type defaults to `int' in declaration of `MPolyfromWKB_SRID'
postgis.h:645: warning: parameter names (without types) in function declaration
postgis.h:645: warning: data definition has no type or storage class
postgis.h:646: error: syntax error before "GCfromWKB_SRID"
postgis.h:646: warning: type defaults to `int' in declaration of `GCfromWKB_SRID'
postgis.h:646: warning: parameter names (without types) in function declaration
postgis.h:646: warning: data definition has no type or storage class
postgis.h:649: error: syntax error before "geometry_from_text_poly"
postgis.h:649: warning: type defaults to `int' in declaration of `geometry_from_text_poly'
postgis.h:649: warning: parameter names (without types) in function declaration
postgis.h:649: warning: data definition has no type or storage class
postgis.h:650: error: syntax error before "geometry_from_text_mpoly"
postgis.h:650: warning: type defaults to `int' in declaration of `geometry_from_text_mpoly'
postgis.h:650: warning: parameter names (without types) in function declaration
postgis.h:650: warning: data definition has no type or storage class
postgis.h:651: error: syntax error before "geometry_from_text_point"
postgis.h:651: warning: type defaults to `int' in declaration of `geometry_from_text_point'
postgis.h:651: warning: parameter names (without types) in function declaration
postgis.h:651: warning: data definition has no type or storage class
postgis.h:652: error: syntax error before "geometry_from_text_mpoint"
postgis.h:652: warning: type defaults to `int' in declaration of `geometry_from_text_mpoint'
postgis.h:652: warning: parameter names (without types) in function declaration
postgis.h:652: warning: data definition has no type or storage class
postgis.h:653: error: syntax error before "geometry_from_text_line"
postgis.h:653: warning: type defaults to `int' in declaration of `geometry_from_text_line'
postgis.h:653: warning: parameter names (without types) in function declaration
postgis.h:653: warning: data definition has no type or storage class
postgis.h:654: error: syntax error before "geometry_from_text_mline"
postgis.h:654: warning: type defaults to `int' in declaration of `geometry_from_text_mline'
postgis.h:654: warning: parameter names (without types) in function declaration
postgis.h:654: warning: data definition has no type or storage class
postgis.h:655: error: syntax error before "geometry_from_text_gc"
postgis.h:655: warning: type defaults to `int' in declaration of `geometry_from_text_gc'
postgis.h:655: warning: parameter names (without types) in function declaration
postgis.h:655: warning: data definition has no type or storage class
postgis.h:656: error: syntax error before "isempty"
postgis.h:656: warning: type defaults to `int' in declaration of `isempty'
postgis.h:656: warning: parameter names (without types) in function declaration
postgis.h:656: warning: data definition has no type or storage class
postgis.h:657: error: syntax error before "simplify"
postgis.h:657: warning: type defaults to `int' in declaration of `simplify'
postgis.h:657: warning: parameter names (without types) in function declaration
postgis.h:657: warning: data definition has no type or storage class
postgis.h:658: error: syntax error before "line_interpolate_point"
postgis.h:658: warning: type defaults to `int' in declaration of `line_interpolate_point'
postgis.h:658: warning: parameter names (without types) in function declaration
postgis.h:658: warning: data definition has no type or storage class
postgis.h:660: error: syntax error before "fluffType"
postgis.h:660: warning: type defaults to `int' in declaration of `fluffType'
postgis.h:660: warning: parameter names (without types) in function declaration
postgis.h:660: warning: data definition has no type or storage class
postgis_debug.c:63:24: utils/elog.h: No such file or directory
postgis_debug.c:65:26: executor/spi.h: No such file or directory
postgis_debug.c:66:30: commands/trigger.h: No such file or directory
postgis_debug.c:81: warning: type defaults to `int' in declaration of `PG_FUNCTION_INFO_V1'
postgis_debug.c:81: warning: parameter names (without types) in function declaration
postgis_debug.c:81: warning: data definition has no type or storage class
postgis_debug.c:82: error: syntax error before "mem_size"
postgis_debug.c:83: warning: return type defaults to `int'
postgis_debug.c:83: warning: no previous prototype for `mem_size'
postgis_debug.c: In function `mem_size':
postgis_debug.c:84: error: `geom1' undeclared (first use in this function)
postgis_debug.c:84: error: (Each undeclared identifier is reported only once
postgis_debug.c:84: error: for each function it appears in.)
postgis_debug.c:84: error: syntax error before ')' token
postgis_debug.c:86: warning: implicit declaration of function `PG_RETURN_INT32'
postgis_debug.c: At top level:
postgis_debug.c:92: warning: type defaults to `int' in declaration of `PG_FUNCTION_INFO_V1'
postgis_debug.c:92: warning: parameter names (without types) in function declaration
postgis_debug.c:92: warning: data definition has no type or storage class
postgis_debug.c:93: error: syntax error before "summary"
postgis_debug.c:94: warning: return type defaults to `int'
postgis_debug.c:94: warning: no previous prototype for `summary'
postgis_debug.c: In function `summary':
postgis_debug.c:95: error: `geom1' undeclared (first use in this function)
postgis_debug.c:95: error: syntax error before ')' token
postgis_debug.c:96: error: `int32' undeclared (first use in this function)
postgis_debug.c:96: error: `offsets1' undeclared (first use in this function)
postgis_debug.c:98: error: syntax error before "type1"
postgis_debug.c:99: error: `poly' undeclared (first use in this function)
postgis_debug.c:100: error: `line' undeclared (first use in this function)
postgis_debug.c:104: error: `text' undeclared (first use in this function)
postgis_debug.c:104: error: `mytext' undeclared (first use in this function)
postgis_debug.c:108: warning: implicit declaration of function `palloc'
postgis_debug.c:108: warning: assignment makes pointer from integer without a cast
postgis_debug.c:112: error: syntax error before ')' token
postgis_debug.c:116: error: `j' undeclared (first use in this function)
postgis_debug.c:119: error: `type1' undeclared (first use in this function)
postgis_debug.c:124: warning: implicit declaration of function `repalloc'
postgis_debug.c:124: warning: assignment makes pointer from integer without a cast
postgis_debug.c:131: error: syntax error before ')' token
postgis_debug.c:134: warning: assignment makes pointer from integer without a cast
postgis_debug.c:141: error: syntax error before ')' token
postgis_debug.c:144: warning: assignment makes pointer from integer without a cast
postgis_debug.c:147: error: `i' undeclared (first use in this function)
postgis_debug.c:156: error: syntax error before ')' token
postgis_debug.c:157: warning: implicit declaration of function `VARATT_SIZEP'
postgis_debug.c:157: error: `VARHDRSZ' undeclared (first use in this function)
postgis_debug.c:158: warning: implicit declaration of function `VARDATA'
postgis_debug.c:158: warning: passing arg 1 of `memcpy' makes pointer from integer without a cast
postgis_debug.c:159: warning: implicit declaration of function `pfree'
postgis_debug.c:160: warning: implicit declaration of function `PG_RETURN_POINTER'
postgis_debug.c: At top level:
postgis_debug.c:167: error: syntax error before "lockcheck"
postgis_debug.c:167: warning: type defaults to `int' in declaration of `lockcheck'
postgis_debug.c:167: warning: parameter names (without types) in function declaration
postgis_debug.c:167: warning: data definition has no type or storage class
postgis_debug.c:169: warning: type defaults to `int' in declaration of `PG_FUNCTION_INFO_V1'
postgis_debug.c:169: warning: parameter names (without types) in function declaration
postgis_debug.c:169: warning: data definition has no type or storage class
postgis_debug.c:171: error: syntax error before "lockcheck"
postgis_debug.c:172: warning: return type defaults to `int'
postgis_debug.c:172: warning: no previous prototype for `lockcheck'
postgis_debug.c: In function `lockcheck':
postgis_debug.c:173: error: `TriggerData' undeclared (first use in this function)
postgis_debug.c:173: error: `trigdata' undeclared (first use in this function)
postgis_debug.c:173: error: syntax error before ')' token
postgis_debug.c:176: error: `HeapTuple' undeclared (first use in this function)
postgis_debug.c:176: error: syntax error before "rettuple"
postgis_debug.c:177: error: `TupleDesc' undeclared (first use in this function)
postgis_debug.c:180: error: `bool' undeclared (first use in this function)
postgis_debug.c:180: error: syntax error before "isnull"
postgis_debug.c:186: warning: implicit declaration of function `elog'
postgis_debug.c:186: error: `NOTICE' undeclared (first use in this function)
postgis_debug.c:189: warning: implicit declaration of function `CALLED_AS_TRIGGER'
postgis_debug.c:189: error: `fcinfo' undeclared (first use in this function)
postgis_debug.c:190: error: `ERROR' undeclared (first use in this function)
postgis_debug.c:192: error: `rettuple' undeclared (first use in this function)
postgis_debug.c:193: error: `tupdesc' undeclared (first use in this function)
postgis_debug.c:196: warning: implicit declaration of function `SPI_connect'
postgis_debug.c:198: error: `SPI_OK_CONNECT' undeclared (first use in this function)
postgis_debug.c:201: warning: implicit declaration of function `PG_RETURN_NULL'
postgis_debug.c:204: warning: implicit declaration of function `SPI_getrelname'
postgis_debug.c:204: warning: assignment makes pointer from integer without a cast
postgis_debug.c:215: warning: implicit declaration of function `SPI_gettypeid'
postgis_debug.c:215: warning: implicit declaration of function `SPI_fnumber'
postgis_debug.c:220: warning: implicit declaration of function `DatumGetInt32'
postgis_debug.c:220: warning: implicit declaration of function `SPI_getbinval'
postgis_debug.c:220: error: `isnull' undeclared (first use in this function)
postgis_debug.c:225: warning: assignment makes pointer from integer without a cast
postgis_debug.c:230: error: `Datum' undeclared (first use in this function)
postgis_debug.c:230: error: syntax error before "id"
postgis_debug.c:235: warning: implicit declaration of function `DatumGetCString'
postgis_debug.c:235: warning: implicit declaration of function `DirectFunctionCall1'
postgis_debug.c:235: error: `textout' undeclared (first use in this function)
postgis_debug.c:235: warning: assignment makes pointer from integer without a cast
postgis_debug.c:240: error: syntax error before "id"
postgis_debug.c:245: error: `varcharout' undeclared (first use in this function)
postgis_debug.c:245: warning: assignment makes pointer from integer without a cast
postgis_debug.c:249: warning: implicit declaration of function `SPI_gettype'
postgis_debug.c:258: warning: implicit declaration of function `SPI_exec'
postgis_debug.c:259: error: `SPI_OK_SELECT' undeclared (first use in this function)
postgis_debug.c:263: error: `SPI_processed' undeclared (first use in this function)
postgis_debug.c:267: error: syntax error before "tupdesc"
postgis_debug.c:268: error: `SPITupleTable' undeclared (first use in this function)
postgis_debug.c:268: error: `tuptable' undeclared (first use in this function)
postgis_debug.c:268: error: `SPI_tuptable' undeclared (first use in this function)
postgis_debug.c:269: error: syntax error before "tuple"
postgis_debug.c:270: warning: implicit declaration of function `SPI_getvalue'
postgis_debug.c:270: error: `tuple' undeclared (first use in this function)
postgis_debug.c:270: warning: initialization makes pointer from integer without a cast
postgis_debug.c:283: warning: implicit declaration of function `SPI_finish'
postgis_debug.c:300: warning: implicit declaration of function `PointerGetDatum'
postgis_debug.c: At top level:
postgis_debug.c:320: error: syntax error before "getTransactionID"
postgis_debug.c:320: warning: type defaults to `int' in declaration of `getTransactionID'
postgis_debug.c:320: warning: parameter names (without types) in function declaration
postgis_debug.c:320: warning: data definition has no type or storage class
postgis_debug.c:322: warning: type defaults to `int' in declaration of `PG_FUNCTION_INFO_V1'
postgis_debug.c:322: warning: parameter names (without types) in function declaration
postgis_debug.c:322: warning: data definition has no type or storage class
postgis_debug.c:324: error: syntax error before "getTransactionID"
postgis_debug.c:325: warning: return type defaults to `int'
postgis_debug.c:325: warning: no previous prototype for `getTransactionID'
postgis_debug.c: In function `getTransactionID':
postgis_debug.c:326: error: `TransactionId' undeclared (first use in this function)
postgis_debug.c:326: error: syntax error before "xid"
postgis_debug.c:327: warning: implicit declaration of function `PG_RETURN_DATUM'
postgis_debug.c:327: warning: implicit declaration of function `TransactionIdGetDatum'
postgis_debug.c:327: error: `xid' undeclared (first use in this function)
make: *** [postgis_debug.o] Error 1


thanks in advance.

Eduardo

Bato Pure escreveu:

>Hi Eduardo,
>
>I think you should give "make" command
>in a directory where you extracted the source
>not in any other directory.
>In your case it may be 
>/usr/share/pgsql/contrib/postgis-0.8.2.
>
>Bato
>
>--- Eduardo Patto Kanegae <eduardo at consultoria.eti.br>
>wrote:
>
>---------------------------------
>    Hi,
>
>I'm trying to compile PostGIS 0.8.2 under Linux Fedora
>Core 2.
>
>Just installed GEOS, extracted postgis source
>at/usr/share/pgsql/contrib/postgis-0.8.2,
>
>but after trying:
>
>$  PGSQL_SRC=/usr/include/pgsql make all
>
>I only got:
>
>/usr/include/pgsql/Makefile.global:278:
>/usr/include/pgsql/src/Makefile.port:No such file or
>directory
>Makefile:161: /usr/include/pgsql/src/Makefile.shlib:
>No such file ordirectory
>make: *** No rule to make
>target`/usr/include/pgsql/src/Makefile.shlib'.  Stop.
>
>I looked inside /usr/include/pgsql folder and
>subfolders but there's noMakefile.port
>
>thanks in advance
>
>-- Eduardo Patto
>Kanegaehttp://www.consultoria.eti.brUIN:
>303747254Treinamento em UMN MapServer -
>http://www.consultoria.eti.br/ptbr/?menuoption=mapserverI
>Encontro Nacional de Usuários MapServer -
>http://mapserver.cttmar.univali.br/encontro2004Fórum
>MapServer Brasil -
>http://mapserver.cttmar.univali.br/forum***Fim da
>Mensagem / End of Message ***
>  
>
>>_______________________________________________
>>postgis-users mailing list
>>postgis-users at postgis.refractions.net
>>
>>    
>>
>http://postgis.refractions.net/mailman/listinfo/postgis-users
>  
>
>
>
>
>	
>		
>__________________________________
>Do you Yahoo!?
>Vote for the stars of Yahoo!'s next ad campaign!
>http://advision.webevents.yahoo.com/yahoo/votelifeengine/
>_______________________________________________
>postgis-users mailing list
>postgis-users at postgis.refractions.net
>http://postgis.refractions.net/mailman/listinfo/postgis-users
>
>
>  
>

-- 
Eduardo Patto Kanegae
http://www.consultoria.eti.br
UIN: 303747254

Treinamento em UMN MapServer - http://www.consultoria.eti.br/ptbr/?menuoption=mapserver
I Encontro Nacional de Usuários MapServer - http://mapserver.cttmar.univali.br/encontro2004
Fórum MapServer Brasil - http://mapserver.cttmar.univali.br/forum

***Fim da Mensagem / End of Message ***




More information about the postgis-users mailing list