Re: [pgadmin-hackers] gcc-3.4.1 [solved]

2004-08-18 Thread Raphaël Enrici
Thomas Trepl wrote: .../src/include/dlgClasses.h:35: Fehler: `void pgDialog::OnCancel(wxCommandEvent&)' is protected ui/frmQBJoin.cpp:28: Fehler: within this context make[2]: *** [frmQBJoin.o] Fehler 1 make[2]: Leaving directory `/tmp/pgadmin3-20040718/src' make[1]: *** [all-recursive] Fehler 1 ma

Re: [pgadmin-hackers] gcc-3.4.1

2004-07-19 Thread Thomas Trepl
Hi Andreas, --- Andreas Pflug <[EMAIL PROTECTED]> schrieb: > Thomas Trepl wrote: > > Hi, > > > > I'm on a beLFS installation (kernel 2.6.7, glibc-2.3.4-cvs, gcc-3.4.1) > > and i have found an issue related to gcc-3.4.1. I have to add that I'm > > really no C++ programmer, so i don't know whether

Re: [pgadmin-hackers] gcc-3.4.1

2004-07-18 Thread Andreas Pflug
Thomas Trepl wrote: Hi, I'm on a beLFS installation (kernel 2.6.7, glibc-2.3.4-cvs, gcc-3.4.1) and i have found an issue related to gcc-3.4.1. I have to add that I'm really no C++ programmer, so i don't know whether the following patch produces nice/correct/complete code, but it helps to get pg

[pgadmin-hackers] gcc-3.4.1

2004-07-18 Thread Thomas Trepl
Hi, I'm on a beLFS installation (kernel 2.6.7, glibc-2.3.4-cvs, gcc-3.4.1) and i have found an issue related to gcc-3.4.1. I have to add that I'm really no C++ programmer, so i don't know whether the following patch produces nice/correct/complete code, but it helps to get pgAdmin3 compilable w