pgAdmin III commit: Fix compilation on Debian

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix compilation on Debian
Date: 2011-12-04 12:44:10
Message-ID: E1RXBQQ-0004bg-C0@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
REL-1_14_0_PATCHES

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

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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-12-04 12:45:29 Re: Compilation on Debian SID
Previous Message Guillaume Lelarge 2011-12-04 09:37:06 Re: Compilation on Debian SID