Re: can't build libpq with beta 2

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Dann Corbit <DCorbit(at)connx(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: can't build libpq with beta 2
Date: 2004-09-02 01:24:47
Message-ID: 200409020124.i821Olv17683@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Wow, I have no idea why that is failing. I just fixed some VC problems
for someone but they were actual bugs related to path.c. Your failure
looks like a build tools problem.

---------------------------------------------------------------------------

Dann Corbit wrote:
> U:\postgresql-8.0.0beta2\src\interfaces\libpq>nmake /f win32.mak
>
> Microsoft (R) Program Maintenance Utility Version 8.00.40607.16
> Copyright (C) Microsoft Corporation. All rights reserved.
>
> Building the Win32 static library...
>
> cl.exe @u:\tmp\nm33D2.tmp
> cl : Command line warning D9002 : ignoring unknown option '/YX'
> cl : Command line warning D9035 : option 'GX' has been deprecated and
> will be removed in a future release
> cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
> getaddrinfo.c
> ..\..\include\c.h(66) : fatal error C1083: Cannot open include file:
> 'strings.h': No such file or directory
> NMAKE : fatal error U1077: 'cl.exe' : return code '0x2'
> Stop.
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David Garamond 2004-09-02 03:21:40 The future of built-in geometric data types
Previous Message Bruce Momjian 2004-09-02 00:01:05 Re: Not able to build libpq for Windows