Re: [HACKERS] Uh-oh II - ecpg - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] Uh-oh II - ecpg
Date
Msg-id 199905270009.UAA14758@candle.pha.pa.us
Whole thread Raw
In response to Uh-oh II - ecpg  (Vince Vielhaber <vev@michvhf.com>)
List pgsql-hackers
> 
> I re-cvsup'd, and now I get this:
> 
> ------
> gmake[3]: Entering directory `/usr/local/src/pgsql/pgsql/src/interfaces/ecpg/preproc
> '
> gcc -I../../../include -I../../../backend   -O2 -m486 -pipe -Wall -Wmissing-prototyp
> es -I../include -DMAJOR_VERSION=2 -DMINOR_VERSION=6 -DPATCHLEVEL=0 -DINCLUDE_PATH=\"
> /usr/local/pgsql/include\"   -c preproc.c -o preproc.o
> preproc.y:4609: parse error at null character
> /usr/share/misc/bison.simple: In function `yyparse':
> /usr/share/misc/bison.simple:387: warning: implicit declaration of function `yylex'
> gmake[3]: *** [preproc.o] Error 1
> gmake[3]: Leaving directory `/usr/local/src/pgsql/pgsql/src/interfaces/ecpg/preproc'
> gmake[2]: *** [all] Error 2
> gmake[2]: Leaving directory `/usr/local/src/pgsql/pgsql/src/interfaces/ecpg'
> gmake[1]: *** [all] Error 2
> gmake[1]: Leaving directory `/usr/local/src/pgsql/pgsql/src/interfaces'
> gmake: *** [all] Error 2
> $

Comment it out of interfaces/Makefile.

--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Vince Vielhaber
Date:
Subject: Re: [HACKERS] Uh oh?
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Re: create index updates nrows statistics