crashed odbc in CVS

Поиск
Список
Период
Сортировка
От Karel Zak
Тема crashed odbc in CVS
Дата
Msg-id Pine.LNX.3.96.1000608181719.26589C-100000@ara.zf.jcu.cz
обсуждение исходный текст
Ответы Re: crashed odbc in CVS  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
the today's CVS: 
make[3]: Entering directory /home/PG_DEVEL/pgsql/src/interfaces/odbc'
gcc -I../../include   -O2 -Wall -Wmissing-prototypes -Wmissing-declarations
-I.
-DHAVE_CONFIG_H -fpic   -c -o misc.o misc.c
misc.c: In function 'mylog':
misc.c:71: 'PG_BINARY_W' undeclared (first use in this function)
misc.c:71: (Each undeclared identifier is reported only once
misc.c:71: for each function it appears in.)
misc.c: In function 'log':
misc.c:99: 'PG_BINARY_W' undeclared (first use in this function)
make[3]: *** [misc.o] Error 1
make[3]: Leaving directory /home/PG_DEVEL/pgsql/src/interfaces/odbc'

conf:

./configure --prefix=/usr/lib/postgresql \          --with-template=linux_i386 \          --with-tcl \
--enable-multibyte\              --with-odbc \          --enable-locale \          --with-maxbackends=64 \
--with-pgport=5432
                    Karel



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Bit strings
Следующее
От: Ed Loehr
Дата:
Сообщение: interactive oddity for psql -c "cmd; cmd;"