From: | Guillaume Lelarge <guillaume(at)lelarge(dot)info> |
---|---|
To: | Dave Page <dpage(at)pgadmin(dot)org> |
Cc: | Christos Vasilakis <cvasilak(at)gmail(dot)com>, pgadmin-support(at)postgresql(dot)org |
Subject: | Re: Weird Popup Menus - pgAdmin 1.8.4 |
Date: | 2008-06-11 16:55:22 |
Message-ID: | 4850037A.6040902@lelarge.info |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-support |
Dave Page a écrit :
> On Wed, Jun 11, 2008 at 2:33 PM, Guillaume Lelarge
> <guillaume(at)lelarge(dot)info> wrote:
>> Yes, it was. I tried 2.8.3, 2.8.4, 2.8.5... this last one is wrong. I
>> checked the differences between 2.8.4 and 2.8.5, and found that the culprit
>> seems to be src/gtk/menu.cpp. I copied this file from 2.8.4 to 2.8.5 and,
>> tadammm, 2.8.5 now works :) The same goes for 2.8.7.
>>
>> AFAICS, this is the changeset that breaks our shortcut handling:
>> http://trac.wxwidgets.org/changeset/48053/wxWidgets/branches/WX_2_8_BRANCH/src/gtk/menu.cpp
>>
>> And it's the last changeset on this branch. trunk seems completely changed.
>
> Ahh - well diagnosed.
>
>> I'm not sure about what we should do. Perhaps stripping the underscore for
>> the GTK platform. Not an ideal solution though.
>
> I would suggest asking on the wxWidgets mailing list (no, I'm not on
> it either :-p ). If they don't agree it's a bug, we should probably
> strip it in code.
>
I'll ask them.
> If you're feeling adventurous, you could also give SVN trunk a whirl
> and see what 3.0.0 might look like :-)
>
I did try:
1. there's no contrib directory
2. First compilation error is on wx/ogl/ogl.h which does not exist
3. of course, there's no wxOGLInitialize function
4. if i comment these, I have a bunch of messages about overloaded
ambiguous methods.
So, I quite quickly gave up on using trunk sources.
--
Guillaume.
http://www.postgresqlfr.org
http://dalibo.com
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2008-06-11 18:33:18 | Re: Weird Popup Menus - pgAdmin 1.8.4 |
Previous Message | Black Falcon Software, Inc. | 2008-06-11 16:50:04 | Re: Bug Report: PgAdmin -> pg_hba.conf Editor |