[libmicrohttpd] Draft of CMakeLists.txt for libmicrohttpd

2017-07-18 Thread Štefan Bellus
Hi I prepare CMakeLists.txt file for CMake build system. It is only draft because it configures and builds only the library (no doc, examples, rc file on windows) Please give me know if you want to add it in your distribution. Please if possible review it. I try to rewrite autotools to CMake and

Re: [libmicrohttpd] Draft of CMake build script

2017-07-20 Thread Štefan Bellus
Hi Sorry That I do no reply on mails, but I did not received any even if I am subscribed. I only noticed your reply in archive. > By using CMake we could get rid of MSVC projects, but maintaining CMake is way harder then MSVC project in current state Yes. The benefit will be achieved only if you

Re: [libmicrohttpd] Draft of CMake build script

2017-07-21 Thread Štefan Bellus
Ok i will try to find time to finish configuration part of CMakeLists.txt and add other target as well. Typed with thumbs. On Jul 20, 2017 2:57 PM, "Evgeny Grin" wrote: On 20.07.2017 10:22, Štefan Bellus wrote: > Sorry That I do no reply on mails, but I did not received any e

Re: [libmicrohttpd] Draft of CMake build script

2017-08-14 Thread Štefan Bellus
You can find cmake files for libmicrohttpd at https://github.com/sbellus/libmicrohttpd-cmake. On Fri, Jul 21, 2017 at 9:42 PM, Štefan Bellus wrote: > Ok i will try to find time to finish configuration part of CMakeLists.txt > and add other target as well. > > Typed with thumbs. &

Re: [libmicrohttpd] Draft of CMake build script

2017-08-15 Thread Štefan Bellus
build with autotools). The server reports "Error: received handshake message out of context" and chrome reports ERR_EMPTY_RESPONSE. Is it OK or I should investigate more? On Mon, Aug 14, 2017 at 6:29 PM, Štefan Bellus wrote: > You can find cmake files for libmicrohttpd at https

Re: [libmicrohttpd] HTTPS errors

2017-08-15 Thread Štefan Bellus
ld you provide more details? > MHD version, GnuTLS version, OS type and version, text output of failed > tests? > > Of course it is not OK, HTTPS should works fine. > > -- > Best Wishes, > Evgeny Grin > > On 15.08.2017 19:42, Štefan Bellus wrote: > > Hi > > &

Re: [libmicrohttpd] HTTPS errors

2017-08-16 Thread Štefan Bellus
e failing on GNU Hurd. > > If you are using git: > autoreconf -v > /configure > make all > make check > > If you are using released tarball, skip first step. > > -- > Best Wishes, > Evgeny Grin > > On 15.08.2017 22:55, Štefan Bellus wrote: > > Ok. > &g

Re: [libmicrohttpd] HTTPS errors

2017-08-16 Thread Štefan Bellus
Extended support. > Most probably it is caused by outdated GnuTLS version. 2.x versions are > known to have problems. > However I'll try to reproduce it on CentOS when I'll have some spare time. > > -- > Best Wishes, > Evgeny Grin > > On 16.08.2017 12:03, Štefan