Re: flood random subst patch

2008-04-14 Thread Vincent van Scherpenseel

William A. Rowe, Jr. wrote:

For those unaware, there are new flood and framework components
of the httpd-test bugzilla product.


Excellent :) I'm glad flood is regaining attention. It's a great tool 
and I find it a pity that the project isn't that active anymore. The 
site could use a little updating too: I get 404s for every 
svn.apache.org/... link. Also, I believe there's no link back to the 
homepage from the child pages.


Guy Ferraiolo: thank you very much for submitting your patch. It has 
really been a lifesaver for me. Keep up the good work.


Cheers, Vincent


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 left operand of
 assignment
 flood_round_robin.c:920: error: lvalue required as left operand of
 assignment

Compiling using GCC 3.3 it built like a charm, only warning me about the 
above two lines that it's deprecated. Perhaps someone could fix this?


 - Vincent van Scherpenseel