_T() macro won't build on Solaris

From: Laurent Blume <laurent(at)elanor(dot)org>
To: pgadmin-support(at)postgresql(dot)org
Subject: _T() macro won't build on Solaris
Date: 2013-06-20 11:59:34
Message-ID: 51C2EEA6.3010607@elanor.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support


Hello,

I've done a package of pgadmin3 1.16.1 for Solaris 10, built using
Solaris Studio against wxWidget 2.8.12.
I had some issues because of the use of the _T() macro in several
places: that conflicts with another one on that platform.

After replacing it everywhere with wxT() (see patch below), it built fine.
Since that macro is being discouraged by the wxWidget project, I think
it should be the right way?

I hope that can help!

Thanks,

Laurent

Attachment Content-Type Size
0001-use-wxT.patch text/x-patch 11.2 KB

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Merlin Moncure 2013-06-20 12:52:21 Re: Postgres DB crashing
Previous Message Richard Huxton 2013-06-20 10:17:17 Re: Postgres DB crashing