still getting ecpg compile failures

From: Joe Conway <mail(at)joeconway(dot)com>
To: "Hackers (PostgreSQL)" <pgsql-hackers(at)postgresql(dot)org>
Subject: still getting ecpg compile failures
Date: 2003-06-25 17:36:09
Message-ID: 3EF9DD89.6070805@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-06-25 17:49:31 Updating psql for features of new FE/BE protocol
Previous Message Rod Taylor 2003-06-25 16:17:16 Re: ECPG compile error