Re: pgadmin3 not compliant with gcc-3.4 (?) - Mailing list pgadmin-hackers

From Andreas Pflug
Subject Re: pgadmin3 not compliant with gcc-3.4 (?)
Date
Msg-id 411F76A7.5050908@pse-consulting.de
Whole thread Raw
In response to Re: pgadmin3 not compliant with gcc-3.4 (?)  (Raphaël Enrici <blacknoz@club-internet.fr>)
Responses Re: pgadmin3 not compliant with gcc-3.4 (?)  (Raphaël Enrici <blacknoz@club-internet.fr>)
List pgadmin-hackers
Raphaël Enrici wrote:

>> We have three alternatives to fix that:
>> - declare OnChange public. Maybe I should rearrange my knowledge to
>> drop the 'protected' keyword completely.
>> - Invent an intermediate class empty class above the current
>> dlgProperty  without any methods just to create an accessible target.
>
>
> They are both solutions I've seen in other projects where they faced
> this issue.

Both not completely satisfying.

>> - deny 3.4 support
>
>
> Impossible for me! Our wxWid does not build with gcc 3.3.x due to a
> compiler issue fixed in 3.4.x branch. g++ 3.4.x is the only solution I
> have to get actual pgAdmin III into debian... unless I move back to 2.95
> series but IIRC there was problem with it.

You can wait for a better spec and gcc 5.6 :-)
Try the new dlgProperty.h.

Regards,
Andreas

pgadmin-hackers by date:

Previous
From: cvs@cvs.pgadmin.org
Date:
Subject: CVS Commit by andreas: weird spec workaround for gcc 3.4
Next
From: Andreas Pflug
Date:
Subject: Re: 8.0 doc