| From: | Michael Paquier <michael(dot)paquier(at)gmail(dot)com> |
|---|---|
| To: | Mark Hellegers <mark(at)firedisk(dot)net> |
| Cc: | PostgreSQL mailing lists <pgsql-odbc(at)postgresql(dot)org> |
| Subject: | Re: Compiling on Haiku with iODBC |
| Date: | 2015-06-11 00:02:50 |
| Message-ID: | CAB7nPqSdV6DEsDwTc8UKVjxVxvPgzs1aHDsgF6sunLP+iX5Yqw@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-odbc |
On Thu, Jun 11, 2015 at 4:41 AM, Mark Hellegers <mark(at)firedisk(dot)net> wrote:
> The second problem was when running the SQLCOLATTRIBUTE_SQLLEN check
> (from configure.ac). There seems to be a an extra ">" character after
> "include <sql.h>" which causes the check to always fail. However, I
> compiled with iodbc support and that uses SQLLEN in SQLColAttribute. I
> fixed it by removing the extra ">" and ran autoconf again. After that
> it compiles without problems. Can you fix that in your configure.ac as
> well?
Indeed. This one should be fixed.
--
Michael
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jan-Peter Seifert | 2015-06-11 13:19:51 | Disable Genetic Optimizer (GEQO) Option |
| Previous Message | Mark Hellegers | 2015-06-10 19:41:45 | Compiling on Haiku with iODBC |