Re: Build APR with Visual Studio 2015

2015-08-18 Thread Branko Čibej
On 18.08.2015 09:27, Stefan Hett wrote: Hi, On 17.08.2015 17:10, Stefan Hett wrote: Hi Tomi, [...] APR doesn't build out of the box with VS 2015. Yes it does. Just use the CMake build and it works fine; I built the latest 1.5 with no problems. Haven't tried 2.0 or 1.6, but I don't expect

Re: Build APR with Visual Studio 2015

2015-08-18 Thread Stefan Hett
Hi, On 17.08.2015 17:10, Stefan Hett wrote: Hi Tomi, [...] APR doesn't build out of the box with VS 2015. Yes it does. Just use the CMake build and it works fine; I built the latest 1.5 with no problems. Haven't tried 2.0 or 1.6, but I don't expect any issues there, either. -- Brane

Re: Build APR with Visual Studio 2015

2015-08-18 Thread Tomi Häsä
On Mon, Aug 17, 2015 at 10:27 PM, Tomi Häsä tomi.h...@gmail.com wrote: I might build Apache Httpd and Subversion also, if I have the gifts for it although using binaries (and/or XAMPP) is starting to sound good. ;) I'm going to try to build Apache Subversion, but there is one library mentioned

Build APR with Visual Studio 2015

2015-08-17 Thread Tomi Häsä
Hi, I'm not sure if non-developers are supposed to even try to build APR themselves, so that they can build Apache HTTPD and Apache Subversion, but I tried to do so with the free Visual Studio 2015 Community edition (Windows 7 Ultimate SP1) and I'm not sure if I succeeded. Here's what I did. I

Re: Build APR with Visual Studio 2015

2015-08-17 Thread Stefan Hett
Hi Tomi, Hi, I'm not sure if non-developers are supposed to even try to build APR themselves, so that they can build Apache HTTPD and Apache Subversion, but I tried to do so with the free Visual Studio 2015 Community edition (Windows 7 Ultimate SP1) and I'm not sure if I succeeded. Here's what

Re: Build APR with Visual Studio 2015

2015-08-17 Thread Branko Čibej
On 17.08.2015 17:10, Stefan Hett wrote: Hi Tomi, [...] APR doesn't build out of the box with VS 2015. Yes it does. Just use the CMake build and it works fine; I built the latest 1.5 with no problems. Haven't tried 2.0 or 1.6, but I don't expect any issues there, either. -- Brane

Re: Build APR with Visual Studio 2015

2015-08-17 Thread Tomi Häsä
I may have succeeded so far regarding building apr. I created a folder build and made these commands: cd build cmake -G NMake Makefiles -DCMAKE_INSTALL_PREFIX=C:\build C:\work\apr nmake install I might build Apache Httpd and Subversion also, if I have the gifts for it although using binaries