Re: compilation errors: wrong actions

From: Diego Gil <diego(at)adminsa(dot)com>
To: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
Cc: PgAdmin Hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: compilation errors: wrong actions
Date: 2005-08-17 23:17:51
Message-ID: 1124320671.3006.10.camel@roadwarrior.adminsa.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Andreas:

after a new checkout, new errors appears :

.
.
.
.
./src/include/pgUser.h:18: warning: 'class pgUserFactory' has virtual
functions but non-virtual destructor
../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
make[2]: *** [pgServer.o] Error 1
make[2]: Leaving directory `/home/dags/desarrollo/pgadmin3/pgadmin3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/dags/desarrollo/pgadmin3/pgadmin3'
make: *** [all] Error 2

If you want it, I can make some tests or trials on my Fedore Core 4
notebook. Just let me know what to do.

Regards,
Diego.

El mié, 17-08-2005 a las 21:57 +0000, Andreas Pflug escribió:
> Diego Gil wrote:
> > After receiving Miha's email, I make a fresh svn checkout and get
> > exactly same errors mentioned earlier.
> >
> > I am using Fedora Core 4 linux and wxWidgets-2.6.1.
> >
> > If Miha can compile OK, maybe is something about FC4 compiler ?.
>
> I'd guess this is with gcc4. It won't like OnAction protected. The next
> checkin will have it public, hope that helps.
>
> Regards,
> Andreas
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>
>

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Andreas Pflug 2005-08-18 07:13:03 Re: compilation errors: wrong actions
Previous Message Andreas Pflug 2005-08-17 22:10:20 Re: compilation errors: wrong actions