Compile libpq for pg8.2.3 with vc7

Started by Jeff McKennaalmost 19 years ago3 messages
#1Jeff McKenna
jmckenna@dmsolutions.ca

Trying to compile 8.2.3 with VC 7.10.3077 (2003) on Win32, I get the
following error:

mypath\postgresql-8.2.3\src\include\c.h(88) : fatal
error C1083: Cannot open include file: 'pg_config_os.h': No such file or
directory

Is this a known issue? (is there a patch available?)

thanks.

jeff

--
Jeff McKenna
DM Solutions Group Inc.
http://www.dmsolutions.ca

#2Jeff McKenna
jmckenna@dmsolutions.ca
In reply to: Jeff McKenna (#1)
Re: Compile libpq for pg8.2.3 with vc7

Please ignore this question. I was compiling with the
/src/interfaces/libpq/win32.mak file. I later noticed that the proper
way to compile libpq is to use the /src/win32.mak file.

thanks.

jeff

Jeff McKenna wrote:

Trying to compile 8.2.3 with VC 7.10.3077 (2003) on Win32, I get the
following error:

mypath\postgresql-8.2.3\src\include\c.h(88) : fatal
error C1083: Cannot open include file: 'pg_config_os.h': No such file or
directory

Is this a known issue? (is there a patch available?)

thanks.

jeff

--
Jeff McKenna
DM Solutions Group Inc.
http://www.dmsolutions.ca

#3Magnus Hagander
magnus@hagander.net
In reply to: Jeff McKenna (#1)
Re: Compile libpq for pg8.2.3 with vc7

On Mon, Feb 26, 2007 at 02:23:58PM -0500, Jeff McKenna wrote:

Trying to compile 8.2.3 with VC 7.10.3077 (2003) on Win32, I get the
following error:

mypath\postgresql-8.2.3\src\include\c.h(88) : fatal
error C1083: Cannot open include file: 'pg_config_os.h': No such file or
directory

Is this a known issue? (is there a patch available?)

How exactly did you try to build it? What command did you use?

//Magnus