From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | Merlin Moncure <mmoncure(at)gmail(dot)com> |
Cc: | claudio lezcano <claudiogmi(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: compilig libpq with borland 5.5 |
Date: | 2008-08-16 01:57:06 |
Message-ID: | 200808160157.m7G1v6n23074@momjian.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Merlin Moncure wrote:
> On Thu, Jul 31, 2008 at 1:52 PM, claudio lezcano <claudiogmi(at)gmail(dot)com> wrote:
> > Hi everybody
> >
> > Iam traying to build libpq.lib and libpq.dll library using Borland c++ 5.5
> > and i got these error:
> >
> > "Error libpq.rc 1 11: Cannot open file: winver.h"
> >
> > I opened the libpq.rc file and i saw the reference to that file "#include
> > <winver.h>"
> >
> > I cheched out the path and the existence of the file and everything is all
> > right.
> >
> > I actually find the file in the desired location.
> >
> > I don't know what to do to carry on my work.
> >
> > Can somebody help me out please?.
>
> Just in case you can't get it working, you can always take a msvc
> compiled libpq.dll and create a static library out of it with the
> 'implib' utility using the underscore option.
I have applied the attached patch to CVS HEAD and 8.3.X to sychronize
bcc with msvc makefiles. Please let me know if you have further
problems. Thanks for the report.
--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ If your life is a hard drive, Christ can be your backup. +
Attachment | Content-Type | Size |
---|---|---|
/rtmp/diff | text/x-diff | 2.6 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2008-08-16 02:15:37 | Re: Replay attack of query cancel |
Previous Message | Bruce Momjian | 2008-08-16 00:40:11 | Re: Join Removal/ Vertical Partitioning |