From: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
---|---|
To: | Marco Bernasocchi <marco(at)bernawebdesign(dot)ch> |
Cc: | Peter Eisentraut <peter_e(at)gmx(dot)net>, Pg Bugs <pgsql-bugs(at)postgresql(dot)org> |
Subject: | Re: libpq in android |
Date: | 2011-11-29 14:51:32 |
Message-ID: | 1322578267-sup-6424@alvh.no-ip.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
Excerpts from Marco Bernasocchi's message of mar nov 29 11:29:44 -0300 2011:
>
> Hi do you need an input from me? i used ifdef to be less invading to the
> code.
Please try what I suggest and see if it works on your platform.
> On 11/25/2011 01:43 AM, Alvaro Herrera wrote:
> >
> > Excerpts from Peter Eisentraut's message of jue nov 24 19:01:04 -0300 2011:
> >> On ons, 2011-11-23 at 12:07 +0100, Marco Bernasocchi wrote:
> >>> Hi all, porting QGIS to android I ported libpq as well, I had to modify
> >>> two files to successfully compile it without-readline. I attach the two
> >>> needed minor patches. further informations can be found at android.qgis.org.
> >>
> >> The PostgreSQL source tree does not contain any file m4/libtool.m4.
> >>
> >> For the second patch, please try to find a feature-detection method of
> >> addressing this problem (e.g., configure check), instead of
> >> harding-coding #ifdef MYPLATFORM.
> >
> > FWIW I think this can be done simply by replacing the B64 struct member
> > with int64.
> >
>
--
Álvaro Herrera <alvherre(at)commandprompt(dot)com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
From | Date | Subject | |
---|---|---|---|
Next Message | David Schnur | 2011-11-29 15:28:33 | Re: Repeatable crash in pg_dump (with -d2 info) |
Previous Message | Marco Bernasocchi | 2011-11-29 14:29:44 | Re: libpq in android |