still getting ecpg compile failures

Поиск
Список
Период
Сортировка
От Joe Conway
Тема still getting ecpg compile failures
Дата
Msg-id 3EF9DD89.6070805@joeconway.com
обсуждение исходный текст
Ответы Re: still getting ecpg compile failures  (Michael Meskes <meskes@postgresql.org>)
Список 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 по дате отправления:

Предыдущее
От: Rod Taylor
Дата:
Сообщение: Re: ECPG compile error
Следующее
От: Tom Lane
Дата:
Сообщение: Updating psql for features of new FE/BE protocol