From: Bruce Momjian Date: Thu, 10 Feb 2000 15:47:58 +0000 (+0000) Subject: You will need to copy "config.h.win32" to "config.h" in the include X-Git-Tag: REL7_0~668 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5d93742b8df731c843037f40dd5f818fa886eb50;p=thirdparty%2Fpostgresql.git You will need to copy "config.h.win32" to "config.h" in the include directory. I think this patch to the docs should be what is needed. Magnus Hagander --- diff --git a/doc/src/sgml/install-win32.sgml b/doc/src/sgml/install-win32.sgml index 303ec7f307c..b002c8c3958 100644 --- a/doc/src/sgml/install-win32.sgml +++ b/doc/src/sgml/install-win32.sgml @@ -20,8 +20,9 @@ manually in other cases. To build the libraries, change directory into the src -directory, and type the command +directory, and type the commands +copy include\config.h.win32 include\config.h nmake /f win32.mak This assumes that you have Visual C++ in your