Re: pgAdmin III commit: Another wxWidgets 2.9 assert - Mailing list pgadmin-hackers

From Akshay Joshi
Subject Re: pgAdmin III commit: Another wxWidgets 2.9 assert
Date
Msg-id CANxoLDf6tD3ArVC_3bP7LscRXqKeB2P4gvy-d64_==E=CLs9Ew@mail.gmail.com
Whole thread Raw
In response to pgAdmin III commit: Another wxWidgets 2.9 assert  (Guillaume Lelarge <guillaume@lelarge.info>)
Responses Re: pgAdmin III commit: Another wxWidgets 2.9 assert  (Guillaume Lelarge <guillaume@lelarge.info>)
List pgadmin-hackers
Hi Guillaume 

In the below commit you have removed the wxWidget's version check that I have added to avoid the linker error on Windows. By removing that I am again getting linker error. Attached is the patch which fix the linker error as well as the assert that Colin has faced. 

Please review it and If looks good please commit it.


On Wed, Mar 7, 2012 at 7:39 PM, Guillaume Lelarge <guillaume@lelarge.info> wrote:
Another wxWidgets 2.9 assert

Report from Colin Beckingham.

Branch
------
master

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

Modified Files
--------------
pgadmin/frm/frmQuery.cpp |    4 ----
1 files changed, 0 insertions(+), 4 deletions(-)


--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers



--
Akshay Joshi
Senior Software Engineer 
EnterpriseDB Corporation
The Enterprise PostgreSQL Company
Phone: +91 20-3058-9522
Mobile: +91 976-788-8246

Attachment

pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Another wxWidgets 2.9 assert
Next
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Fix the SQL when a user changes a trigger