Re: [pgadmin-hackers] New problem with the latest Kubuntu

2008-05-02 Thread Dave Page
On Fri, May 2, 2008 at 10:41 AM, Guillaume Lelarge <[EMAIL PROTECTED]> wrote: > I have no problem patching the EDB branch (when I'm allowed :) ). > You're always allowed - it's no different from any other stable branch in that sense. It's only really there to make my life easier as I needed to pu

Re: [pgadmin-hackers] New problem with the latest Kubuntu

2008-05-02 Thread Guillaume Lelarge
Dave Page a écrit : On Fri, May 2, 2008 at 10:19 AM, Guillaume Lelarge <[EMAIL PROTECTED]> wrote: You're right, it works now. I commited it (1.8 "standard" and EDB branches). Cool - thanks. And I should repeat, for the record, feel free to ignore the EDB branch if you like - I don't expect yo

Re: [pgadmin-hackers] New problem with the latest Kubuntu

2008-05-02 Thread Dave Page
On Fri, May 2, 2008 at 10:19 AM, Guillaume Lelarge <[EMAIL PROTECTED]> wrote: > You're right, it works now. I commited it (1.8 "standard" and EDB branches). Cool - thanks. And I should repeat, for the record, feel free to ignore the EDB branch if you like - I don't expect you to patch there as we

Re: [pgadmin-hackers] New problem with the latest Kubuntu

2008-05-02 Thread Guillaume Lelarge
Dave Page a écrit : On Thu, May 1, 2008 at 9:54 PM, Guillaume Lelarge <[EMAIL PROTECTED]> wrote: I don't find any. Perhaps we can wait a bit. If nobody asks for it, there's no urgent need. It'll give us time to test the dev release with my latest commit. Does -Wno-write-strings do it? http:

Re: [pgadmin-hackers] New problem with the latest Kubuntu

2008-05-02 Thread Dave Page
On Thu, May 1, 2008 at 9:54 PM, Guillaume Lelarge <[EMAIL PROTECTED]> wrote: > I don't find any. Perhaps we can wait a bit. If nobody asks for it, there's > no urgent need. It'll give us time to test the dev release with my latest > commit. Does -Wno-write-strings do it? http://gcc.gnu.org/onli

Re: [pgadmin-hackers] New problem with the latest Kubuntu

2008-05-01 Thread Guillaume Lelarge
Guillaume Lelarge a écrit : Dave Page a écrit : [...] (FYI, it applies great on the 1.8 branch) I'm more hesitant to apply it there in case it breaks something. Can we just silence the compiler warning - or are you and others on the list more confident than I? :-) I'm not that much confide

Re: [pgadmin-hackers] New problem with the latest Kubuntu

2008-05-01 Thread Guillaume Lelarge
Dave Page a écrit : On Thu, May 1, 2008 at 4:25 PM, Guillaume Lelarge <[EMAIL PROTECTED]> wrote: Dave Page a écrit : OK. Should I apply it ? Yes please, to trunk. Done, thanks. (FYI, it applies great on the 1.8 branch) I'm more hesitant to apply it there in case it breaks something.

Re: [pgadmin-hackers] New problem with the latest Kubuntu

2008-05-01 Thread Dave Page
On Thu, May 1, 2008 at 4:25 PM, Guillaume Lelarge <[EMAIL PROTECTED]> wrote: > Dave Page a écrit : > > > OK. Should I apply it ? Yes please, to trunk. > (FYI, it applies great on the 1.8 branch) I'm more hesitant to apply it there in case it breaks something. Can we just silence the compiler w

Re: [pgadmin-hackers] New problem with the latest Kubuntu

2008-05-01 Thread Guillaume Lelarge
Dave Page a écrit : On Thu, May 1, 2008 at 4:03 PM, Guillaume Lelarge <[EMAIL PROTECTED]> wrote: Dave Page a écrit : [...] As I see it we have three choices: - Try using extern c on them (a suggestion from Greg Stark, though we think that only affects linkage). - Silence the warning on the G

Re: [pgadmin-hackers] New problem with the latest Kubuntu

2008-05-01 Thread Dave Page
On Thu, May 1, 2008 at 4:03 PM, Guillaume Lelarge <[EMAIL PROTECTED]> wrote: > Dave Page a écrit : > > > [...] > > > > As I see it we have three choices: > > > > - Try using extern c on them (a suggestion from Greg Stark, though we > > think that only affects linkage). > > - Silence the warning on

Re: [pgadmin-hackers] New problem with the latest Kubuntu

2008-05-01 Thread Guillaume Lelarge
Dave Page a écrit : [...] As I see it we have three choices: - Try using extern c on them (a suggestion from Greg Stark, though we think that only affects linkage). - Silence the warning on the GCC command line. - Fix them. I'm leaning towards fixing them to be honest. Fixing them seems bett

Re: [pgadmin-hackers] New problem with the latest Kubuntu

2008-05-01 Thread Dave Page
On Thu, May 1, 2008 at 2:10 PM, Guillaume Lelarge <[EMAIL PROTECTED]> wrote: > Hi, > > Subject is not really true :) With the latest Kubuntu, I got the latest gcc > release. Now, when I compile pgAdmin3 from sources, I get a whole bunch of > warning messages: > > ../pgadmin/include/images/splash.

Re: [pgadmin-hackers] New problem with the latest Kubuntu

2008-05-01 Thread Guillaume Lelarge
Guillaume Lelarge a écrit : [...] So, I tried to get a look at it. Using "const char*" instead of "char*" seems to fix the issue, but this is getting bigger and bigger. All "char *" variables should be replaced, but also every functions/methods declarations using char* should be replaced with

[pgadmin-hackers] New problem with the latest Kubuntu

2008-05-01 Thread Guillaume Lelarge
Hi, Subject is not really true :) With the latest Kubuntu, I got the latest gcc release. Now, when I compile pgAdmin3 from sources, I get a whole bunch of warning messages: ../pgadmin/include/images/splash.xpm:603: warning : deprecated conversion from string constant to "char*" It seems th