Re: JXTA use of apache

2002-10-18 Thread rbb
Added to the page. This is great news, thanks. Ryan On Fri, 18 Oct 2002, Bernard Traversat wrote: > Just want to let you know that the JXTA-C project (jxta-c.jxta.org) > which is providing a full > implemenation of the JXTA P2P protocol in C is using the APR runtime > environment as its > po

JXTA use of apache

2002-10-18 Thread Bernard Traversat
Just want to let you know that the JXTA-C project (jxta-c.jxta.org) which is providing a full implemenation of the JXTA P2P protocol in C is using the APR runtime environment as its portable layer. You can add the JXTA-C project to the list of open-source project using APR. Bernard.

Re: APR sockets.c build error

2002-10-18 Thread Jeff Trawick
"Brent R. Matzelle" <[EMAIL PROTECTED]> writes: > I just tried to compile the latest APR code with MSVC++ 6 on Win2k > and I experienced the following build errors: > > sockets.c > D:\dev\subversion\apr\network_io\win32\sockets.c(185) : error C2065: > 'protocol' : undeclared identifier already f

APR sockets.c build error

2002-10-18 Thread Brent R. Matzelle
I just tried to compile the latest APR code with MSVC++ 6 on Win2k and I experienced the following build errors: sockets.c D:\dev\subversion\apr\network_io\win32\sockets.c(185) : error C2065: 'protocol' : undeclared identifier D:\dev\subversion\apr\network_io\win32\sockets.c(430) : error C2039: 'p

Re: Patch option 1 - with apr_socket_create_protocol()

2002-10-18 Thread Jeff Trawick
Randall Stewart <[EMAIL PROTECTED]> writes: > Jeff: > > Ok I just stole a few cycles and had a look... some quick comments. > > 1) In the network_io/win32/sockets.c > > the call from apr_socket_create() to -> apr_socket_create_ex() > >is going to not compile since you put in a variable

Re: cvs commit: apr/build apr_hints.m4

2002-10-18 Thread Joe Orton
On Fri, Oct 18, 2002 at 06:58:47AM -0400, Jeff Trawick wrote: > [EMAIL PROTECTED] writes: > > > wrowe 2002/10/17 11:22:17 > > > > Modified:buildapr_hints.m4 > > Log: > > When we build HP-UX applications, they must be able to follow the > > SHLIB_PATH path variable due to

Re: Patch option 1 - with apr_socket_create_protocol()

2002-10-18 Thread Randall Stewart
Jeff: Ok I just stole a few cycles and had a look... some quick comments. 1) In the network_io/win32/sockets.c the call from apr_socket_create() to -> apr_socket_create_ex() is going to not compile since you put in a variable "protocol" which is not defined in the function.. I think you mean

Re: Patch option 1 - with apr_socket_create_protocol()

2002-10-18 Thread Randall Stewart
Jeff Trawick wrote: Randall Stewart <[EMAIL PROTECTED]> writes: Dear all: I attach the option 1 patch... aka add the call apr_socket_create_protocol() to the apr. This causes the smallest amount of change to the apr. An initial patch to support protocols in general is committed. Please check ov

Re: Patch option 1 - with apr_socket_create_protocol()

2002-10-18 Thread Jeff Trawick
Randall Stewart <[EMAIL PROTECTED]> writes: > Dear all: > > I attach the option 1 patch... aka add the call > apr_socket_create_protocol() to the apr. This causes > the smallest amount of change to the apr. An initial patch to support protocols in general is committed. Please check over and co

Re: cvs commit: apr/build apr_hints.m4

2002-10-18 Thread Jeff Trawick
[EMAIL PROTECTED] writes: > wrowe 2002/10/17 11:22:17 > > Modified:buildapr_hints.m4 > Log: > When we build HP-UX applications, they must be able to follow the > SHLIB_PATH path variable due to the construction and potential relocation > of libapr.sl/libaprutil.sl wi