Re: problems compiling flood, REALLY Flood out of sync with APR, etc., ALSO apr_uri_default_port_for_scheme() name changed

2003-11-24 Thread Norman Tuttle
Note that flood_round_robin.c's apr_uri_default_port_for_scheme() now must also become apr_uri_port_of_scheme() to match the latest apr-util.lib. apr_poll has been put back. -Norman Tuttle [EMAIL PROTECTED] On Fri, 21 Nov 2003, Norman Tuttle wrote: > Apparently, Flood development cannot keep up

Re: problems compiling flood

2003-11-21 Thread Sander Temme
>>> You may have less grief (if you are checking out from CVS) to continue >>> to checkout from the tag APR_0_9_BRANCH (and the corresponding tag >>> APU_0_9_BRANCH on apr-util). >> >> I am not sure, and Sander Striker last weekend was not sure, what is >> actually going on in APR branching: for i

Re: problems compiling flood

2003-11-21 Thread William A. Rowe, Jr.
At 03:29 PM 11/21/2003, Sander Temme wrote: >> You may have less grief (if you are checking out from CVS) to continue >> to checkout from the tag APR_0_9_BRANCH (and the corresponding tag >> APU_0_9_BRANCH on apr-util). > >I am not sure, and Sander Striker last weekend was not sure, what is >actual

Re: problems compiling flood, REALLY Flood out of sync with APR, ALSO note that apr_poll() no longer in APR

2003-11-21 Thread William A. Rowe, Jr.
At 01:58 PM 11/21/2003, Norman Tuttle wrote: >Apparently, Flood development cannot keep up with the APR development. >This is a problem because many of the Flood features working properly is >dependent on the APR working properly (and continuing to work). It is >essential for those working with Flo

Re: problems compiling flood

2003-11-21 Thread Sander Temme
> You may have less grief (if you are checking out from CVS) to continue > to checkout from the tag APR_0_9_BRANCH (and the corresponding tag > APU_0_9_BRANCH on apr-util). I am not sure, and Sander Striker last weekend was not sure, what is actually going on in APR branching: for instance APR 0.9

Re: problems compiling flood

2003-11-21 Thread William A. Rowe, Jr.
Flood users, You may have less grief (if you are checking out from CVS) to continue to checkout from the tag APR_0_9_BRANCH (and the corresponding tag APU_0_9_BRANCH on apr-util). On the other hand, it should continue to build on APR_1_0_BRANCH, or we should adopt the appropriate patches. I

Re: problems compiling flood, REALLY Flood out of sync with APR, ALSO note that apr_poll() no longer in APR

2003-11-21 Thread Norman Tuttle
Looks like they're in the process of putting apr_poll() back in APR, so that will hopefully not be an issue. Let's keep the group informed of our continued efforts at synchronizing the APR projects. -Norman Tuttle, developer, OpenDemand Systems, [EMAIL PROTECTED] On Fri, 21 Nov 2003, Norman Tuttl

Re: problems compiling flood, REALLY Flood out of sync with APR, ALSO note that apr_poll() no longer in APR

2003-11-21 Thread Norman Tuttle
Apparently, Flood development cannot keep up with the APR development. This is a problem because many of the Flood features working properly is dependent on the APR working properly (and continuing to work). It is essential for those working with Flood to be able to download the latest APR and othe

problems compiling flood

2003-11-21 Thread Jennifer Wong
Hi, I'm using Red Hat Linux 7.2, and I consistently get this error when trying to compile flood: flood_net.c:118: `APR_SO_TIMEOUT' undeclared (first use in this function) I am using a freshly checked out and built apr and apr-util. full build messages: [EMAIL PROTECTED] flood]$ ./configure --wi