Re: [GENERAL] Solaris Compile problems

From: The Hermit Hacker <scrappy(at)hub(dot)org>
To: Andy Lewis <alewis(at)mpsi(dot)net>
Cc: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] Solaris Compile problems
Date: 1998-10-29 02:23:48
Message-ID: Pine.BSF.4.05.9810282223150.28793-100000@thelab.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)hub(dot)org secondary: scrappy(at){freebsd|postgresql}.org

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Thomas G. Lockhart 1998-10-29 03:32:15 Re: [INTERFACES] Does "constraint" and "check" work in 6.3.2 ?
Previous Message Oliver Elphick 1998-10-28 23:39:09 Re: [GENERAL] Creating web images from postgres data