| From: | Dianne Yumul <dianne(at)wellsgaming(dot)com> |
|---|---|
| To: | pgsql-odbc(at)postgresql(dot)org |
| Subject: | Compile error on Mac OS X |
| Date: | 2006-02-24 17:34:52 |
| Message-ID: | 646466DA-90BB-4D71-9079-E3E557842734@wellsgaming.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-odbc |
Hello,
I'm trying to compile psqlodbc-08.01.0200 on OS 10.4.5 but I this error:
results.c:168: error: conflicting types for 'PGAPI_DescribeCol'
pgapifunc.h:62: error: previous declaration of 'PGAPI_DescribeCol'
was here
results.c: In function 'PGAPI_DescribeCol':
results.c:320: warning: pointer targets in passing argument 1 of
'strncpy_null' differ in signedness
results.c: In function 'PGAPI_GetData':
results.c:928: warning: passing argument 7 of
'copy_and_convert_field' from incompatible pointer type
results.c: In function 'SC_pos_update':
results.c:2505: warning: pointer targets in passing argument 2 of
'PGAPI_ExecDirect' differ in signedness
results.c: In function 'SC_pos_add':
results.c:2856: warning: pointer targets in passing argument 2 of
'PGAPI_ExecDirect' differ in signedness
results.c: In function 'PGAPI_SetCursorName':
results.c:3245: warning: pointer targets in passing argument 1 of
'strlen' differ in signedness
results.c:3254: warning: pointer targets in passing argument 2 of
'strncpy_null' differ in signedness
results.c: In function 'PGAPI_GetCursorName':
results.c:3292: warning: pointer targets in passing argument 1 of
'strncpy_null' differ in signedness
make[1]: *** [results.lo] Error 1
make: *** [all] Error 2
I searched the archives and found someone posted a similar issue
recently. Just checking in again, maybe someone has found a solution.
Thank you,
Dianne
| From | Date | Subject | |
|---|---|---|---|
| Next Message | richard.hardgrave | 2006-02-24 17:34:57 | Installing my PostgreSQL client |
| Previous Message | Andreas Pflug | 2006-02-24 10:37:07 | Re: Access as a front-end or another query builder |