Re: [GENERAL] Solaris Compile problems

Поиск
Список
Период
Сортировка
От The Hermit Hacker
Тема Re: [GENERAL] Solaris Compile problems
Дата
Msg-id Pine.BSF.4.05.9810282223150.28793-100000@thelab.hub.org
обсуждение исходный текст
Ответ на Solaris Compile problems  (Andy Lewis <alewis@mpsi.net>)
Ответы RE: [GENERAL] Solaris Compile problems  ("Taral" <taral@mail.utexas.edu>)
Список pgsql-general
On Wed, 28 Oct 1998, Andy Lewis wrote:

> I'm on a SunOS 5.6 trying to compile postgres 6.3.2 with no root access and the
> command line of:
>
> ./configure --prefix=/my_path/pgsql --with-template=sparc_solaris-gcc
>
> Any idea why I'm getting the following error?
>
> ----------------------------------------------------------------------------
> gcc -I../../../include -I../../../backend     -Wall -Wmissing-prototypes
> -I../include -DMAJOR_VERSION=1 -DMINOR_VERSION=1 -DPATCHLEVEL=0
> -DINCLUDE_PATH=\"/my_path/pgsql/include\"   -c y.tab.c -o
> y.tab.o
> /usr/ccs/bin/yaccpar: In function `yyparse':
> /usr/ccs/bin/yaccpar:274: warning: implicit declaration of function `yylex'
> /usr/ccs/bin/yaccpar:374: warning: label `yyerrlab' defined but not used
> /usr/ccs/bin/yaccpar:164: warning: label `yynewstate' defined but not used
> lex  -t pgc.l > pgc.c
> "pgc.l":line 26: Error: missing translation value

I'm going to run a guess here, but installing bison will most likely fix
this.

Marc G. Fournier
Systems Administrator @ hub.org
primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org


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

Предыдущее
От: "Oliver Elphick"
Дата:
Сообщение: Re: [GENERAL] Creating web images from postgres data
Следующее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [INTERFACES] Does "constraint" and "check" work in 6.3.2 ?