Re: Latest ecpg patch broke MSVC build

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Latest ecpg patch broke MSVC build
Дата
Msg-id 11319.1191210360@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Latest ecpg patch broke MSVC build  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: Latest ecpg patch broke MSVC build  (Andrew Dunstan <andrew@dunslane.net>)
Re: Latest ecpg patch broke MSVC build  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-hackers
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?
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: Latest ecpg patch broke MSVC build
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: Latest ecpg patch broke MSVC build