Re: Buid fails on OSX 10.3.9

From: "Florian G(dot) Pflug" <fgp(at)phlo(dot)org>
To: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Buid fails on OSX 10.3.9
Date: 2006-10-25 09:50:24
Message-ID: 453F3360.800@phlo.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Dave Page wrote:
>> Florian G. Pflug
>> Sent: 24 October 2006 09:46
>> Hi
>>
>> The build fails since yesterday on OSX 10.3.9, using wx-2.7.0
>> This is the error message:
>> dlg/dlgIndex.cpp:42: error: invalid static_cast from type
>> `<unknown type>' to
>> type `void (wxEvtHandler::*)(wxListEvent&)'
>> dlg/dlgIndex.cpp:43: error: invalid static_cast from type
>> `<unknown type>' to
>> type `void (wxEvtHandler::*)(wxCommandEvent&)'
>>
> It seems that GCC can't tell the difference between some of these three
> functions:
>
> void OnSelectCol(wxCommandEvent &ev);
> void OnSelectCol(wxListEvent &ev);
> void OnSelectCol();
>
> I've renamed the first two - will commit in a minute.
This seems to have fixed it.

Thanks,
Florian Pflug

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2006-10-25 09:59:16 SVN Commit by dpage: r5535 - trunk/www/docs
Previous Message svn 2006-10-25 09:19:48 SVN Commit by dpage: r5534 - trunk/pgadmin3/pkg/win32/src