Re: pgadmin3 not compliant with gcc-3.4 (?)

Поиск
Список
Период
Сортировка
От Andreas Pflug
Тема Re: pgadmin3 not compliant with gcc-3.4 (?)
Дата
Msg-id 411F76A7.5050908@pse-consulting.de
обсуждение исходный текст
Ответ на Re: pgadmin3 not compliant with gcc-3.4 (?)  (Raphaël Enrici <blacknoz@club-internet.fr>)
Ответы Re: pgadmin3 not compliant with gcc-3.4 (?)  (Raphaël Enrici <blacknoz@club-internet.fr>)
Список 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 по дате отправления:

Предыдущее
От: cvs@cvs.pgadmin.org
Дата:
Сообщение: CVS Commit by andreas: weird spec workaround for gcc 3.4
Следующее
От: Andreas Pflug
Дата:
Сообщение: Re: 8.0 doc