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

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Results of compiling PostgreSQL 7.1.2 w/IRIX 6.5.11 and MipsC 7. 3.1.2m
Дата
Msg-id Pine.LNX.4.30.0106291734340.867-100000@peter.localdomain
обсуждение исходный текст
Ответ на Results of compiling PostgreSQL 7.1.2 w/IRIX 6.5.11 and MipsC 7. 3.1.2m  ("Itzinger, Oskar" <oitzinger@opec.org>)
Список 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@gmx.net   http://funkturm.homeip.net/~peter


В списке pgsql-ports по дате отправления:

Предыдущее
От: "Itzinger, Oskar"
Дата:
Сообщение: Results of compiling PostgreSQL 7.1.2 w/IRIX 6.5.11 and MipsC 7. 3.1.2m
Следующее
От: Namrata
Дата:
Сообщение: problem with compilation!