Re: Latest ecpg patch broke MSVC build - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Latest ecpg patch broke MSVC build
Date
Msg-id 47006EAF.9030301@dunslane.net
Whole thread Raw
In response to Re: Latest ecpg patch broke MSVC build  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers

Tom Lane wrote:
> Andrew Dunstan <andrew@dunslane.net> writes:
>   
>> It is building with thread.c but it should not be unless I am misreading 
>> the Makefile. The makefile processing in Project.pm doesn't look nearly 
>> powerful enough to handle this:
>>     
>
>   
>>   # thread.c is needed only for non-WIN32 implementation of path.c
>>   ifneq ($(PORTNAME), win32)
>>   OBJS += thread.o
>>   endif
>>     
>
> Hmm, sounds like a problem, but why was it not a problem before?
>
>             
>   

Good point. I don't know. I guess something else must be causing the 
build failure.

cheers

andrew


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Latest ecpg patch broke MSVC build
Next
From: "D'Arcy J.M. Cain"
Date:
Subject: Re: adding operators