pgAdmin III commit: Fix compilation on Debian

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Fix compilation on Debian
Дата
Msg-id E1RXBQQ-0004bc-AS@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix compilation on Debian

We used a wxWidgets internal macro (ATTRIBUTE_PRINTF_1), that Debian get rid
of. And wxWidgets 2.9 doesn't have this macro anymore.

Actually, it appears we don't need it. It works without the macro, so the patch just drops it.

Reports from Gerfried Fuchs, and Philippe Rimbault.
Many thanks to Dave Page, and Olly Bets, for their comments.
Fixes Debian Bug #646454.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=41ed1ae4f177e60e770e326b75ae3160a4041efc

Modified Files
--------------
pgadmin/include/utils/sysLogger.h |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


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

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Compilation on Debian SID
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Update czech translation