Uh-oh II - ecpg - Mailing list pgsql-hackers

From Vince Vielhaber
Subject Uh-oh II - ecpg
Date
Msg-id XFMail.990526182527.vev@michvhf.com
Whole thread Raw
Responses Re: [HACKERS] Uh-oh II - ecpg  (Bruce Momjian <maillist@candle.pha.pa.us>)
Re: [HACKERS] Uh-oh II - ecpg  (Michael Meskes <meskes@postgresql.org>)
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
$
------

Is this a required interface?  How do I build without it?  I tried eliminating
it with ./configure --without-ecpg  but that didn't work.  I'm running short on
time and want to fix the libpq++ problems (if I can duplicate them) before I go
outa town, but this is a roadblock.  :(

Vince.







-- 
==========================================================================
Vince Vielhaber -- KA8CSH   email: vev@michvhf.com   flame-mail: /dev/null      # include <std/disclaimers.h>
       TEAM-OS2       Online Campground Directory    http://www.camping-usa.com      Online Giftshop Superstore
http://www.cloudninegifts.com
==========================================================================




pgsql-hackers by date:

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