Re: can't build libpq with beta 2

Поиск
Список
Период
Сортировка
От reina_ga@hotmail.com (Tony Reina)
Тема Re: can't build libpq with beta 2
Дата
Msg-id 272e4be7.0409041142.1fc30cd@posting.google.com
обсуждение исходный текст
Ответ на can't build libpq with beta 2  ("Dann Corbit" <DCorbit@connx.com>)
Список 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 по дате отправления:

Предыдущее
От: "Russ Brown"
Дата:
Сообщение: Re: psql leaking?
Следующее
От: Wes
Дата:
Сообщение: Re: How to determine a database is intact?