crashed odbc in CVS - Mailing list pgsql-hackers

From Karel Zak
Subject crashed odbc in CVS
Date
Msg-id Pine.LNX.3.96.1000608181719.26589C-100000@ara.zf.jcu.cz
Whole thread Raw
Responses Re: crashed odbc in CVS  (Bruce Momjian <pgman@candle.pha.pa.us>)
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Bit strings
Next
From: Ed Loehr
Date:
Subject: interactive oddity for psql -c "cmd; cmd;"