Re: compilation errors: wrong actions

Поиск
Список
Период
Сортировка
От Andreas Pflug
Тема Re: compilation errors: wrong actions
Дата
Msg-id 430434FF.4060202@pse-consulting.de
обсуждение исходный текст
Ответ на Re: compilation errors: wrong actions  (Diego Gil <diego@adminsa.com>)
Ответы Re: compilation errors: wrong actions
Список pgadmin-hackers
Diego Gil wrote:
> Andreas:
>
> after a new checkout, new errors appears :
>
> .
> .
> .
> .
> ./src/include/pgUser.h:18: warning: 'class pgUserFactory' has virtual
> functions but non-virtual destructor

These are all bullsh*t. Factories are never deleted.
> ../src/agent/include/pgaJob.h:19: warning: 'class pgaJobFactory' has
> virtual functions but non-virtual destructor
> ./schema/pgServer.cpp: In member function 'virtual void
> pgServer::ShowTreeDetail(ctlTree*, frmMain*, ctlListView*, ctlSQLBox*)':
> ./schema/pgServer.cpp:738: error: 'groupRoleFactory' was not declared in
> this scope
> ./schema/pgServer.cpp:739: error: 'loginRoleFactory' was not declared in
> this scope

Yup, I broke *ix compilation because I didn't checkin the new role
files. These aren't fully tested, will take some days to do that.
To fix temporarily, simply use the previous pgServer.cpp.
This is the advantage of the new factory architecture: only pgServer
knows it might have role childs, the rest of pgAdmin is completely role
agnostic.

Regards,
Andreas

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Diego Gil
Дата:
Сообщение: Re: compilation errors: wrong actions
Следующее
От: Diego Gil
Дата:
Сообщение: Re: compilation errors: wrong actions