Re: [pgadmin-hackers] compilation errors: wrong actions SOLVED

2005-08-22 Thread Diego Gil
I will update postgresql then. Thanks, Diego. El lun, 22-08-2005 a las 09:31 +0200, Andreas Pflug escribió: > Diego Gil wrote: > > > > >I am gettting : > > > >2005-08-21 22:01:35 ERROR : Column not found in pgSetBase: rolinherit > > > > > You're probably using an outdated 8.1 > > Regards, >

Re: [pgadmin-hackers] compilation errors: wrong actions SOLVED

2005-08-22 Thread Andreas Pflug
Diego Gil wrote: I am gettting : 2005-08-21 22:01:35 ERROR : Column not found in pgSetBase: rolinherit You're probably using an outdated 8.1 Regards, Andreas ---(end of broadcast)--- TIP 2: Don't 'kill -9' the postmaster

Re: [pgadmin-hackers] compilation errors: wrong actions SOLVED

2005-08-21 Thread Diego Gil
Andreas: El dom, 21-08-2005 a las 12:26 +, Andreas Pflug escribió: > Diego Gil wrote: > > > > > . I can't add a new connection. When try, pgadmin3 crash or exit without > > any notice or error. > > Fixed now. OK. tested. > > > > > . I can't change log or any other options. i.e: I set lo

Re: [pgadmin-hackers] compilation errors: wrong actions

2005-08-21 Thread Andreas Pflug
Diego Gil wrote: . I can't add a new connection. When try, pgadmin3 crash or exit without any notice or error. Fixed now. . I can't change log or any other options. i.e: I set logging to debug level and exit program. When started pgadmin3 again, options changes don't show up. Options chang

Re: [pgadmin-hackers] compilation errors: wrong actions

2005-08-18 Thread Diego Gil
Andreas: I got previous version of pgServer.cpp and now pgadmin3 compiles ok. Refresh action is fixed but still there are these "bugs ?": . I can't add a new connection. When try, pgadmin3 crash or exit without any notice or error. . I can't change log or any other options. i.e: I set logging

Re: [pgadmin-hackers] compilation errors: wrong actions

2005-08-18 Thread Andreas Pflug
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 pgaJo

Re: [pgadmin-hackers] compilation errors: wrong actions

2005-08-17 Thread Diego Gil
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/pgServe

Re: [pgadmin-hackers] compilation errors: wrong actions

2005-08-17 Thread Andreas Pflug
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

Re: [pgadmin-hackers] compilation errors: wrong actions

2005-08-17 Thread Andreas Pflug
Diego Gil wrote: Hi, I noticed that refresh button and refresh menu item (F5) are connected to delete object action. Delete object button and menu item too, as should be. Calling form->Refresh() instead of form->ExecDrop() did the job, surprise! Regards, Andreas ---(e

Re: [pgadmin-hackers] compilation errors: wrong actions

2005-08-17 Thread Diego Gil
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 ?. Regards, Diego. El mié, 17-08-2005 a las 09:54 +0200, Miha Radej escri

Re: [pgadmin-hackers] compilation errors: wrong actions

2005-08-17 Thread Miha Radej
hi! i successfully configured and compiled pgadmin from a fresh svn checkout today, without the errors diego had mentioned. i would, however, like to confirm his report about the delete-instead-of-refresh bug. it's alive and kicking :) cheers, M Diego Gil wrote: I noticed that refresh butt

[pgadmin-hackers] compilation errors: wrong actions

2005-08-16 Thread Diego Gil
Hi, I noticed that refresh button and refresh menu item (F5) are connected to delete object action. Delete object button and menu item too, as should be. Trying to make a New Connection aborts pgadmin3 without any chance to cancel. Regards, Diego. ---(end of broadcast)