Re: [Fwd: Re: more importuning about the flood patch]

2008-04-15 Thread Guy Ferraiolo
Folks I have the fixes for this and one other problem not mentioned that shows up under gcc 4. They amount to 3 lines. There are other warnings from parts of flood that I haven't touched so I'm going to keep my feet out of those for now. I'll submit my three line patch tomorrow. The version

Re: [Fwd: Re: more importuning about the flood patch]

2008-04-15 Thread Guy Ferraiolo
Fix coming, see my other reply. Sorry about this. Guy On Mon, 2008-04-14 at 15:15 +0200, Vincent van Scherpenseel wrote: Oden Eriksson wrote: Does not build for me (r64) on Mandriva Linux 2008.1 (x86_64): snip Do you happen to compile flood using GCC 4.x? I couldn't compile

[Fwd: Re: more importuning about the flood patch]

2008-04-14 Thread William A. Rowe, Jr.
Confirming; this is the patch? Bill ---BeginMessage--- No problem! On Fri, 2008-02-22 at 12:59 -0600, William A. Rowe, Jr. wrote: Guy Ferraiolo wrote: Folks I think flood is highly useful once the random substitution feature is added. If we got that into the code base there might be

Re: [Fwd: Re: more importuning about the flood patch]

2008-04-14 Thread Oden Eriksson
Den Monday 14 April 2008 12.32.25 skrev William A. Rowe, Jr.: Confirming; this is the patch? Bill Does not build for me (r64) on Mandriva Linux 2008.1 (x86_64): /bin/sh /usr/lib64/apr-1/build/libtool --silent --mode=compile gcc-O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions

Re: [Fwd: Re: more importuning about the flood patch]

2008-04-14 Thread Vincent van Scherpenseel
Oden Eriksson wrote: Does not build for me (r64) on Mandriva Linux 2008.1 (x86_64): snip Do you happen to compile flood using GCC 4.x? I couldn't compile flood with Guy's patch using GCC 4.1, particularly due to these two errors: flood_round_robin.c:910: error: lvalue required as

Re: [Fwd: Re: more importuning about the flood patch]

2008-04-14 Thread Oden Eriksson
Den Monday 14 April 2008 15.15.22 skrev Vincent van Scherpenseel: Oden Eriksson wrote: Does not build for me (r64) on Mandriva Linux 2008.1 (x86_64): snip Do you happen to compile flood using GCC 4.x? I couldn't compile flood with Guy's patch using GCC 4.1, particularly due to these

Re: [Fwd: Re: more importuning about the flood patch]

2008-04-14 Thread Guy Ferraiolo
OK, I'll get a new checkout and build a patch that won't complain. Thanks! Guy On Mon, 2008-04-14 at 15:21 +0200, Oden Eriksson wrote: Den Monday 14 April 2008 15.15.22 skrev Vincent van Scherpenseel: Oden Eriksson wrote: Does not build for me (r64) on Mandriva Linux 2008.1 (x86_64):