Thread: Compile libpq for pg8.2.3 with vc7

Compile libpq for pg8.2.3 with vc7

From
Jeff McKenna
Date:
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


Re: Compile libpq for pg8.2.3 with vc7

From
Jeff McKenna
Date:
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


Re: Compile libpq for pg8.2.3 with vc7

From
Magnus Hagander
Date:
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