Thread: OS X configure with iodbc
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