Re: [ADMIN] Error in compiling

From: The Hermit Hacker <scrappy(at)hub(dot)org>
To: Marc Eggenberger <me(at)ieo(dot)ch>
Cc: pgsql-admin(at)postgreSQL(dot)org
Subject: Re: [ADMIN] Error in compiling
Date: 1998-09-16 11:49:09
Message-ID: Pine.BSF.4.02.9809160748480.17173-100000@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Wed, 16 Sep 1998, Marc Eggenberger wrote:

> Hi.
>
> I'm trying to compile the postgreSQL on a Sun Sparc5 with Solaris 2.6 ... the first hint (installing bison) took me further ... but now another error occurs:
>
> make[3]: Leaving directory `/usr/share/src/pgsql/src/interfaces/ecpg/lib'
> /usr/local/bin/make -C preproc all
> make[3]: Entering directory `/usr/share/src/pgsql/src/interfaces/ecpg/preproc'
> /usr/local/bin/bison -y -d preproc.y
> gcc -I../../../include -I../../../backend -Wall -Wmissing-prototypes -I../include -DMAJOR_VERSION=1 -DMINOR_VERSION=1 -DPATCHLEVEL=0 -DINCLUDE_PATH=\"/usr/local/pgsql/include\" -c y.tab.c
> /usr/local/share/bison.simple: In function `yyparse':
> /usr/local/share/bison.simple:377: warning: implicit declaration of function `yylex'
> lex -t pgc.l > pgc.c
> "pgc.l":line 26: Error: missing translation value

Must install flex...that should get you even further :)

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message maloune 1998-09-16 13:07:08 create an user group
Previous Message Marc Eggenberger 1998-09-16 09:14:25 Error in compiling