Re: can't build libpq with beta 2 - Mailing list pgsql-general

From reina_ga@hotmail.com (Tony Reina)
Subject Re: can't build libpq with beta 2
Date
Msg-id 272e4be7.0409041142.1fc30cd@posting.google.com
Whole thread Raw
In response to can't build libpq with beta 2  ("Dann Corbit" <DCorbit@connx.com>)
List pgsql-general
I think the strings.h problem is because you probably ran the
configure script with mingw prior to your MS Visual Studio build. It
sets up a pg_config.h within $PG/src/include which is defined for
mingw not for MS Visual Studio. If you simply delete that file, then
the win32.mak makefile will correctly overwrite pg_config.h.win32 to
the pg_config.h.

That should get you past the problem.
-Tony

pgsql-general by date:

Previous
From: "Russ Brown"
Date:
Subject: Re: psql leaking?
Next
From: Wes
Date:
Subject: Re: How to determine a database is intact?