Re: Precompiled APR libraries for Win32?

2004-12-22 Thread Randy Kobes
On Wed, 22 Dec 2004, ajalkane wrote: > On Wed, 22 Dec 2004 12:41:24 -0600 (CST), Randy Kobes > <[EMAIL PROTECTED]> wrote: > > On Sun, 19 Dec 2004, ajalkane wrote: > > > > > Has anyone built APR 1.0.1 built for Win32 that does not require > > > Cygwin? I tried compiling with MinGW but got no furthe

Re: Building APR using free Microsoft Tools HOWTO

2004-12-22 Thread Jeff White
From: "Mladen Turk" Hi, Perhaps someone will find that HOWTO useful :). There has been some discussions regarding building ASF software on WIN32 using free MS Tools. Well, I must admit that I was skeptic about it, but all in one they can be build quite easily. Prerequisites: Two things you will ne

Re: Precompiled APR libraries for Win32?

2004-12-22 Thread ajalkane
On Wed, 22 Dec 2004 12:41:24 -0600 (CST), Randy Kobes <[EMAIL PROTECTED]> wrote: > On Sun, 19 Dec 2004, ajalkane wrote: > > > Has anyone built APR 1.0.1 built for Win32 that does not require > > Cygwin? I tried compiling with MinGW but got no further than to error > > about shared memory allocatio

Re: find the bind port in apr version 1.0.1

2004-12-22 Thread Jeff Trawick
On Wed, 22 Dec 2004 20:54:23 +0200, Dror Shilo <[EMAIL PROTECTED]> wrote: > > > In apr version 1.0.1 the function > > apr_sockaddr_port_get was removed. > > So if you bind to port 0 , and after the bind you have to find the port that > was peeked . how you can do it ? You need to call apr_

Re: find the bind port in apr version 1.0.1

2004-12-22 Thread Garrett Rooney
Dror Shilo wrote: In apr version 1.0.1 the function apr_sockaddr_port_get was removed. So if you bind to port 0 , and after the bind you have to find the port that was peeked . how you can do it ? Well, all apr_sockaddr_port_get did was return the 'port' field in the sockaddr. If all you want is

Re: Building APR using free Microsoft Tools HOWTO

2004-12-22 Thread Mladen Turk
William A. Rowe, Jr. wrote: Mladen, just an FYI... this would leave a couple key issues; 1. This is not an MSVCRT based build, there is a new set of clib dll files corresponding to the new compilers, which are not nearly as widely distributed as MSVCRT.dll Yes, the same as you build with

find the bind port in apr version 1.0.1

2004-12-22 Thread Dror Shilo
Title: find the bind port in apr version 1.0.1 In apr version 1.0.1 the function apr_sockaddr_port_get was removed. So if you bind to port 0 , and after the bind you have to find the port that was peeked . how you can do it ? Best regards,   **

Re: Precompiled APR libraries for Win32?

2004-12-22 Thread Randy Kobes
On Sun, 19 Dec 2004, ajalkane wrote: > Has anyone built APR 1.0.1 built for Win32 that does not require > Cygwin? I tried compiling with MinGW but got no further than to error > about shared memory allocation: > > checking for mmap... no > checking for munmap... no > checking for shm_open... no >

Re: Building APR using free Microsoft Tools HOWTO

2004-12-22 Thread William A. Rowe, Jr.
Mladen, just an FYI... this would leave a couple key issues; 1. This is not an MSVCRT based build, there is a new set of clib dll files corresponding to the new compilers, which are not nearly as widely distributed as MSVCRT.dll 2. Some C headers and libs are not in the free compiler n

Building APR using free Microsoft Tools HOWTO

2004-12-22 Thread Mladen Turk
Hi, Perhaps someone will find that HOWTO useful :). There has been some discussions regarding building ASF software on WIN32 using free MS Tools. Well, I must admit that I was skeptic about it, but all in one they can be build quite easily. Prerequisites: Two things you will need: Platform SDK down