[postgis-users] Re: [postgis] postgis and sgi irix 5.3
Jiøí Kastner
indy.j at seznam.cz
Wed Mar 27 15:08:18 PST 2002
perfect: only 1 error and 3 warnings :-)
cfe: Warning 625: postgis_debug.c, line 98: Empty declaration
extern Pg_finfo_record * pg_finfo_mem_size (void); Pg_finfo_record * pg_finfo_
mem_size (void) { static Pg_finfo_record my_finfo = { 1 }; return &
my_finfo; } ;
-------------------------------------------------------------------------------
------------------- ----------------------------------------- --------
------------^
cfe: Warning 625: postgis_debug.c, line 107: Empty declaration
extern Pg_finfo_record * pg_finfo_numb_sub_objs (void); Pg_finfo_record * pg_f
info_numb_sub_objs (void) { static Pg_finfo_record my_finfo = { 1 };
return &my_finfo; } ;
-------------------------------------------------------------------------------
----------------------------- -----------------------------------------
--------------------^
cfe: Warning 625: postgis_debug.c, line 116: Empty declaration
extern Pg_finfo_record * pg_finfo_summary (void); Pg_finfo_record * pg_finfo_s
ummary (void) { static Pg_finfo_record my_finfo = { 1 }; return &
my_finfo; } ;
-------------------------------------------------------------------------------
----------------- ----------------------------------------- --------
------------^
cfe: Error: postgis_debug.c, line 717: Type void of returning expression is inc
ompatible with type void of function return type
return decode_wkb_collection(wkb, size);
^
gmake: *** [postgis_debug.o] Error 1
More information about the postgis-users
mailing list