Re: will anyone build httpd/apr with cmake on Windows?

2013-09-02 Thread Jeff Trawick
Here's a simple build script that uses an existing OpenSSL installation and builds pcre, zlib, libxml2, apr, apr-util, and httpd. Unfortunately it has a number of dependencies on my own machine, but it should be relatively easy to see all the configure parameters in one place.

Re: will anyone build httpd/apr with cmake on Windows?

2013-09-02 Thread Mario Brandt
Hi Jeff, thanks for your effort on the windows build. You may take a look at https://github.com/winlibs/apache Cheers Mario On 2 September 2013 14:31, Jeff Trawick traw...@gmail.com wrote: Here's a simple build script that uses an existing OpenSSL installation and builds pcre, zlib,

Re: will anyone build httpd/apr with cmake on Windows?

2013-09-02 Thread Jeff Trawick
On Mon, Sep 2, 2013 at 8:38 AM, Mario Brandt jbl...@gmail.com wrote: Hi Jeff, thanks for your effort on the windows build. You may take a look at https://github.com/winlibs/apache Thanks for the pointer; that's a concise representation of the current Windows build with modern tools. (Too