Re: Results of compiling PostgreSQL 7.1.2 w/IRIX 6.5.11 and MipsC 7. 3.1.2m

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: "Itzinger, Oskar" <oitzinger(at)opec(dot)org>
Cc: <pgsql-ports(at)postgresql(dot)org>
Subject: Re: Results of compiling PostgreSQL 7.1.2 w/IRIX 6.5.11 and MipsC 7. 3.1.2m
Date: 2001-06-29 15:42:30
Message-ID: Pine.LNX.4.30.0106291734340.867-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

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(at)gmx(dot)net http://funkturm.homeip.net/~peter

In response to

Browse pgsql-ports by date

  From Date Subject
Next Message Derek Sivers 2001-07-05 01:15:47 OpenBSD ports post-installation gives core dump?
Previous Message Itzinger, Oskar 2001-06-29 07:45:35 Results of compiling PostgreSQL 7.1.2 w/IRIX 6.5.11 and MipsC 7. 3.1.2m