Itzinger, Oskar writes:
> gmake
>
> src/Makefile.global:261: *** missing separator. Stop.
> Don't know whether this is due to my gmake (I only have v3.67).
Yes.
> ld32: WARNING 15 : Multiply defined:(Int_yylval) in bootparse.o and
> bootscanner.o (2nd definition ignored).
I don't see Int_yylval used in bootscanner.c.
> cc-1183 cc: WARNING File = postmaster.c, Line = 1133
> An unsigned integer is being compared to zero.
>
> if (PG_PROTOCOL_MAJOR(port->proto) < PG_PROTOCOL_MAJOR(PG_PROTOCOL_EARLIEST) ||
> ^
No harm, no foul.
> cc-1515 cc: WARNING File = like.c, Line = 139
> A value of type "char *" cannot be assigned to an entity of type
> "unsigned char *".
>
> s = NameStr(*str);
> ^
Sure it can.
> cc-1515 cc: WARNING File = dfmgr.c, Line = 127
> A value of type "void *" cannot be assigned to an entity of type
> "PGFunction".
>
> retval = pg_dlsym(file_scanner->handle, funcname);
> ^
Time to buy a new compiler.
> cc-1116 cc: WARNING File = command.c, Line = 1085
> Non-void function "scan_option" (declared at line 806) should return a
> value.
>
> }
> ^
It does. See above.
--
Peter Eisentraut peter_e@gmx.net http://funkturm.homeip.net/~peter