Re: can't build libpq with beta 2

From: reina_ga(at)hotmail(dot)com (Tony Reina)
To: pgsql-general(at)postgresql(dot)org
Subject: Re: can't build libpq with beta 2
Date: 2004-09-04 19:42:58
Message-ID: 272e4be7.0409041142.1fc30cd@posting.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Russ Brown 2004-09-04 20:02:54 Re: psql leaking?
Previous Message Jan Wieck 2004-09-04 19:42:03 Re: How to determine a database is intact?