PostgreSQL: libpq, win32 build

From: "brian plummer" <bplummer(at)hotmail(dot)com>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: PostgreSQL: libpq, win32 build
Date: 2004-04-13 02:58:32
Message-ID: BAY1-F49W4hSGEZmGxd000028fb@hotmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

I can't believe that someone else hasn't seen this problem, so I must be
doing something very basic, very wrong. getaddrrinfo.c will not compile
with:

nmake -f win32.mak

I get the following errors, which make perfect sense to me given the absence
of these constructs in WIN32. Thanks in advance for the help!!

==================================================
Microsoft (R) Program Maintenance Utility Version 7.10.3077
Copyright (C) Microsoft Corporation. All rights reserved.

Building the Win32 static library...

cl.exe @c:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\nm34.tmp
getaddrinfo.c
..\..\port\getaddrinfo.c(47) : error C2079: 'sin' uses undefined struct
'sockaddr_in'
..\..\port\getaddrinfo.c(54) : error C2065: 'AF_INET' : undeclared
identifier
..\..\port\getaddrinfo.c(55) : error C2065: 'SOCK_STREAM' : undeclared
identifier
..\..\port\getaddrinfo.c(60) : error C2065: 'AF_UNSPEC' : undeclared
identifier
..\..\port\getaddrinfo.c(71) : error C2224: left of '.sin_family' must have
struct/union type
..\..\port\getaddrinfo.c(76) : error C2224: left of '.sin_addr' must have
struct/union type
..\..\port\getaddrinfo.c(76) : warning C4013: 'htonl' undefined; assuming
extern returning int
..\..\port\getaddrinfo.c(76) : error C2065: 'INADDR_ANY' : undeclared
identifier
..\..\port\getaddrinfo.c(79) : warning C4013: 'inet_aton' undefined;
assuming extern returning int
..\..\port\getaddrinfo.c(79) : error C2224: left of '.sin_addr' must have
struct/union type
..\..\port\getaddrinfo.c(87) : error C2079: 'hpstr' uses undefined struct
'hostent'
..\..\port\getaddrinfo.c(91) : warning C4133: 'function' : incompatible
types - from 'int *' to 'hostent *'
..\..\port\getaddrinfo.c(98) : error C2065: 'h_errno' : undeclared
identifier
..\..\port\getaddrinfo.c(100) : error C2065: 'HOST_NOT_FOUND' : undeclared
identifier
..\..\port\getaddrinfo.c(100) : error C2051: case expression not constant
..\..\port\getaddrinfo.c(101) : error C2065: 'NO_DATA' : undeclared
identifier
..\..\port\getaddrinfo.c(101) : error C2051: case expression not constant
..\..\port\getaddrinfo.c(103) : error C2065: 'TRY_AGAIN' : undeclared
identifier
..\..\port\getaddrinfo.c(103) : error C2051: case expression not constant
..\..\port\getaddrinfo.c(105) : error C2065: 'NO_RECOVERY' : undeclared
identifier
..\..\port\getaddrinfo.c(105) : error C2051: case expression not constant
..\..\port\getaddrinfo.c(110) : error C2037: left of 'h_addrtype' specifies
undefined struct/union 'hostent'
..\..\port\getaddrinfo.c(113) : error C2224: left of '.sin_addr' must have
struct/union type
..\..\port\getaddrinfo.c(113) : error C2037: left of 'h_addr' specifies
undefined struct/union 'hostent'
..\..\port\getaddrinfo.c(113) : error C2037: left of 'h_length' specifies
undefined struct/union 'hostent'
..\..\port\getaddrinfo.c(113) : error C2168: 'memcpy' : too few actual
parameters for intrinsic function
..\..\port\getaddrinfo.c(119) : error C2224: left of '.sin_addr' must have
struct/union type
..\..\port\getaddrinfo.c(121) : error C2224: left of '.sin_addr' must have
struct/union type
..\..\port\getaddrinfo.c(121) : error C2065: 'INADDR_LOOPBACK' : undeclared
identifier
..\..\port\getaddrinfo.c(125) : error C2224: left of '.sin_port' must have
struct/union type
..\..\port\getaddrinfo.c(125) : warning C4013: 'htons' undefined; assuming
extern returning int
..\..\port\getaddrinfo.c(135) : error C2027: use of undefined type
'sockaddr_in'
..\..\port\getaddrinfo.c(47) : see declaration of 'sockaddr_in'
..\..\port\getaddrinfo.c(142) : error C2027: use of undefined type
'sockaddr_in'
..\..\port\getaddrinfo.c(47) : see declaration of 'sockaddr_in'
..\..\port\getaddrinfo.c(148) : error C2027: use of undefined type
'sockaddr_in'
..\..\port\getaddrinfo.c(47) : see declaration of 'sockaddr_in'
..\..\port\getaddrinfo.c(238) : error C2037: left of 'sa_family' specifies
undefined struct/union 'sockaddr'
..\..\port\getaddrinfo.c(242) : warning C4013: 'inet_ntoa' undefined;
assuming extern returning int
..\..\port\getaddrinfo.c(242) : error C2037: left of 'sin_addr' specifies
undefined struct/union 'sockaddr_in'
..\..\port\getaddrinfo.c(242) : warning C4047: '=' : 'char *' differs in
levels of indirection from 'int'
..\..\port\getaddrinfo.c(243) : warning C4013: 'snprintf' undefined;
assuming extern returning int
..\..\port\getaddrinfo.c(253) : error C2037: left of 'sa_family' specifies
undefined struct/union 'sockaddr'
..\..\port\getaddrinfo.c(256) : warning C4013: 'ntohs' undefined; assuming
extern returning int
..\..\port\getaddrinfo.c(256) : error C2037: left of 'sin_port' specifies
undefined struct/union 'sockaddr_in'
NMAKE : fatal error U1077: 'cl.exe' : return code '0x2'
Stop.

_________________________________________________________________
MSN Toolbar provides one-click access to Hotmail from any Web page FREE
download! http://toolbar.msn.com/go/onm00200413ave/direct/01/

Browse pgsql-interfaces by date

  From Date Subject
Next Message Christoph Haller 2004-04-14 14:51:31 Re: Bulk updates/inserts
Previous Message Kris Jurka 2004-04-11 04:48:27 Re: Compiler 7.4 with--java Error on Redhad AS 2.4.21