OS X configure with iodbc

From: Scott Griffitts <orson1(at)yahoo(dot)com>
To: pgsql-odbc(at)postgresql(dot)org
Subject: OS X configure with iodbc
Date: 2004-11-20 00:18:16
Message-ID: 20041120001817.75093.qmail@web53603.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

I've seen similar problems on this & other lists
configuring with the --with-iodbc flag on OS X (in my
case 10.3.6). My make error message is below. Has
anyone been able to get it to work? Thanks.

make all-am
source='info.c' object='info.lo' libtool=yes \
depfile='.deps/info.Plo' tmpdepfile='.deps/info.TPlo'
\
depmode=gcc3 /bin/sh ./depcomp \
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I. -g -O2 -c -o info.lo `test -f 'info.c'
|| echo './'`info.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c info.c -MT
info.lo -MD -MP -MF .deps/info.TPlo -fno-common -DPIC
-o info.lo
info.c: In function `PGAPI_Statistics':
info.c:2538: warning: passing arg 6 of `PGAPI_BindCol'
from incompatible pointer type
info.c:2549: warning: passing arg 6 of `PGAPI_BindCol'
from incompatible pointer type
info.c: In function `PGAPI_PrimaryKeys':
info.c:2865: warning: passing arg 6 of `PGAPI_BindCol'
from incompatible pointer type
source='bind.c' object='bind.lo' libtool=yes \
depfile='.deps/bind.Plo' tmpdepfile='.deps/bind.TPlo'
\
depmode=gcc3 /bin/sh ./depcomp \
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I. -g -O2 -c -o bind.lo `test -f 'bind.c'
|| echo './'`bind.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c bind.c -MT
bind.lo -MD -MP -MF .deps/bind.TPlo -fno-common -DPIC
-o bind.lo
bind.c:42: error: conflicting types for
`PGAPI_BindParameter'
pgapifunc.h:257: error: previous declaration of
`PGAPI_BindParameter'
bind.c:135: error: conflicting types for
`PGAPI_BindCol'
pgapifunc.h:25: error: previous declaration of
`PGAPI_BindCol'
bind.c:268: error: conflicting types for
`PGAPI_DescribeParam'
pgapifunc.h:169: error: previous declaration of
`PGAPI_DescribeParam'
bind.c:319: error: conflicting types for
`PGAPI_ParamOptions'
pgapifunc.h:206: error: previous declaration of
`PGAPI_ParamOptions'
make[1]: *** [bind.lo] Error 1
make: *** [all] Error 2

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Browse pgsql-odbc by date

  From Date Subject
Next Message Peter Eisentraut 2004-11-21 11:44:16 Re: 7.4 Backend Protocol
Previous Message alex 2004-11-19 16:46:41 building on win32