Обсуждение: Re: Build failure on OSX (Solved)

Поиск
Список
Период
Сортировка

Re: Build failure on OSX (Solved)

От
"Dave Page"
Дата:

> -----Original Message-----
> From: pgadmin-hackers-owner@postgresql.org
> [mailto:pgadmin-hackers-owner@postgresql.org] On Behalf Of
> Florian G. Pflug
> Sent: 23 April 2006 20:20
> To: Florian G. Pflug
> Cc: openmacnews@gmail.com; pgadmin-hackers
> Subject: Re: [pgadmin-hackers] Build failure on OSX (Solved)
>
>
> I found the error. misc.cpp defines _ftol or _ftol2 as
> "extern". Whoever added that code seems to have believed that
> "#if (_MSC_VER < 1300)" will evaluate to false if _MSC_VER is
> not defined ;-) It doesn't, howerver, so this needs wrapping
> inside "#ifdef WIN32".

Hmm, sorry - I fixed that a few days ago but obviously forgot to commit
that chane.

Done now.

/D