still getting ecpg compile failures - Mailing list pgsql-hackers

From Joe Conway
Subject still getting ecpg compile failures
Date
Msg-id 3EF9DD89.6070805@joeconway.com
Whole thread Raw
Responses Re: still getting ecpg compile failures  (Michael Meskes <meskes@postgresql.org>)
List pgsql-hackers
I saw a thread on this earlier, but I just cvsup'd (and `cvs up`, `make 
clean`, `make all`) and I'm getting:

make[4]: Leaving directory `/opt/src/pgsql/src/interfaces/ecpg/include'
make -C pgtypeslib all
make[4]: Entering directory `/opt/src/pgsql/src/interfaces/ecpg/pgtypeslib'
gcc -O2 -g -Wall -Wmissing-prototypes -Wmissing-declarations -fpic 
-I../../../../src/interfaces/ecpg/include 
-I../../../../src/include/utils -I../../../../src/include  -g  -c -o 
numeric.o numeric.c -MMD
numeric.c: In function `set_var_from_str':
numeric.c:152: `bool' undeclared (first use in this function)
numeric.c:152: (Each undeclared identifier is reported only once
numeric.c:152: for each function it appears in.)
numeric.c:152: parse error before "have_dp"
numeric.c:184: `have_dp' undeclared (first use in this function)
numeric.c:184: `TRUE' undeclared (first use in this function)
make[4]: *** [numeric.o] Error 1
make[4]: Leaving directory `/opt/src/pgsql/src/interfaces/ecpg/pgtypeslib'

Joe



pgsql-hackers by date:

Previous
From: Rod Taylor
Date:
Subject: Re: ECPG compile error
Next
From: Tom Lane
Date:
Subject: Updating psql for features of new FE/BE protocol