Re: Call for libcurl cmake users/maintainers!

2014-07-24 Thread Sergei Nikulov
cmake in again after we've tried to get > it working for 5(!) long years and failing. > > -- > > / daniel.haxx.se > --- > List admin: http://cool.haxx.se/list/listinfo/curl-library > Etiquette: http://curl.haxx.se/mail/etiquette.html -- Best

Re: Call for libcurl cmake users/maintainers!

2014-07-24 Thread Sergei Nikulov
2014-07-24 13:43 GMT+04:00 Sergei Nikulov : > > > > 2014-07-24 11:42 GMT+04:00 Daniel Stenberg : > > Hey, >> >> As an experiment and just checking in which status our current cmake >> build files are at, I've tried to build curl/libcurl with it on my 64 bi

Re: Call for libcurl cmake users/maintainers!

2014-07-24 Thread Sergei Nikulov
2014-07-24 13:54 GMT+04:00 Sergei Nikulov : > > > > 2014-07-24 13:43 GMT+04:00 Sergei Nikulov : > > >> >> >> 2014-07-24 11:42 GMT+04:00 Daniel Stenberg : >> >> Hey, >>> >>> As an experiment and just checking in which status

Re: Call for libcurl cmake users/maintainers!

2014-07-24 Thread Sergei Nikulov
2014-07-24 17:36 GMT+04:00 Daniel Stenberg : > On Thu, 24 Jul 2014, Sergei Nikulov wrote: > > I've submitted pull request for build issue ( >> https://github.com/bagder/curl/pull/105) >> Patch also attached for review. >> Could you please review and integrate it?

Re: Call for libcurl cmake users/maintainers!

2014-07-25 Thread Sergei Nikulov
2014-07-24 18:13 GMT+04:00 Daniel Stenberg : > On Thu, 24 Jul 2014, Sergei Nikulov wrote: > > Merged. Been this broken since January! >>> >> >> It happens. But I'm not always using latest SW... >> > > I'm not blaming you! But I think it i

[PATCH] CMake // windows build fix

2014-12-23 Thread Sergei Nikulov
integrate? Thank you. Github pull request: https://github.com/bagder/curl/pull/131 -- Best Regards, Sergei Nikulov From 6816fc41fe27832f83737c047b558bca685c48d4 Mon Sep 17 00:00:00 2001 From: Sergei Nikulov Date: Wed, 24 Dec 2014 00:05:57 +0300 Subject: [PATCH] fixed winsock2 detection on windows ---

Re: [PATCH] CMake // windows build fix

2014-12-29 Thread Sergei Nikulov
2014-12-24 0:28 GMT+03:00 Sergei Nikulov : > > Could you please review and integrate? > Thank you. > > Github pull request: https://github.com/bagder/curl/pull/131 > > Hi, Does anybody have chance to look at those changes? Thank you. -- Best Re

Re: [PATCH] CMake // windows build fix

2014-12-29 Thread Sergei Nikulov
2014-12-29 23:32 GMT+03:00 Václav Zeman : > On 29.12.2014 20:44, Steve Holme wrote: > > On Mon, 29 Dec 2014, Sergei Nikulov wrote: > > > Could you please review and integrate? > > I took a brief look at the patch but unfortunately, like the other > administrators

Re: [PATCH] CMake // windows build fix

2015-01-04 Thread Sergei Nikulov
Hi Daniel, Since nobody objects, could you please merge my changes? It's can affect only msvc++ project generation. Linux is not affected. -- Best Regards, Sergei Nikulov --- List admin: http://cool.haxx.se/list/listinfo

Re: [PATCH] CMake // windows build fix

2015-01-09 Thread Sergei Nikulov
Hi Brad, Thank you for review. 2015-01-08 19:44 GMT+03:00 Brad King : > On 12/23/2014 4:28 PM, Sergei Nikulov wrote: > > The issue related to winsock2 detection after openssl already found (it > will include windows.h first). > > In this case - winsock2 check will fail and m

Re: [PATCH] CMake // windows build fix

2015-01-09 Thread Sergei Nikulov
Hello! I've updated initial changes per reviewers comments (patch attached). Pull request on github https://github.com/bagder/curl/pull/131 Thank you. -- Best Regards, Sergei Nikulov 0001-updated-per-initial-patch-review.patch Description: Binary

Re: [PATCH] CMake // windows build fix

2015-01-28 Thread Sergei Nikulov
2015-01-12 18:23 GMT+03:00 Brad King : > On 1/9/2015 3:07 PM, Sergei Nikulov wrote: > > I've updated initial changes per reviewers comments (patch attached). > > Pull request on github https://github.com/bagder/curl/pull/131 > > LGTM. Works for me in local testing wi

[PATCH] libtest: fix for msvc snprintf

2015-02-19 Thread Sergei Nikulov
Hello All, I've moved inclusion of mprintf.h header into test.h to prevent future issues with MSVC builds. Without this header msvc unable to link tests. This change also will reduce chance of error when adding new tests, which are using snprintf function. -- Best Regards, Sergei Ni

Re: [PATCH] libtest: fix for msvc snprintf

2015-03-02 Thread Sergei Nikulov
2015-02-20 10:41 GMT+03:00 Sergei Nikulov : > Hello All, > > I've moved inclusion of mprintf.h header into test.h to prevent future > issues with MSVC builds. > Without this header msvc unable to link tests. > > This change also will reduce chance of error when adding ne

Re: Static linking is broken! Or is it?

2015-03-02 Thread Sergei Nikulov
> List admin: http://cool.haxx.se/list/listinfo/curl-library > Etiquette: http://curl.haxx.se/mail/etiquette.html -- Best Regards, Sergei Nikulov --- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html

Re: cmake feedback wanted on #152

2015-03-31 Thread Sergei Nikulov
, Unfortunately submitter does not provide exact failure scenario for the issue - only suggestion to quote everything. Could you please explain is this worth the effort? Thank you. -- Best Regards, Sergei Nikulov --- List

CMake: OpenSSL updates

2013-01-17 Thread Sergei Nikulov
fine to 1 if you have the header file. */ /* #undef HAVE_OPENSSL_ERR_H */ ... Attached patch will address this issue (also pull request on github https://github.com/bagder/curl/pull/54). Could you please review and integrate? Thank you. -- Best Regards, Sergei Nikulov 0001-cmake-updated-OpenSS

Re: CMake: OpenSSL updates

2013-01-24 Thread Sergei Nikulov
2013/1/18 Sergei Nikulov > Hello All! > > The problem I've found on Windows - cmake incorrectly produce > curl_config.h even if openssl found. > > Attached patch will address this issue (also pull request on github > https://github.com/bagder/curl/pull/54). >

Re: CMake: OpenSSL updates

2013-01-28 Thread Sergei Nikulov
2013/1/28 Daniel Stenberg > On Fri, 25 Jan 2013, Sergei Nikulov wrote: > > Any thoughts/comments for this patch? Can it be integrated on mainline? >> > > I was hoping that someone with some interest and knowledge about cmake and > the curl cmake build system would

Re: Compile libcurl using MS VS2008

2013-03-29 Thread Sergei Nikulov
--- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html

Re: Compile libcurl using MS VS2008

2013-03-29 Thread Sergei Nikulov
--- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html

Re: Compile libcurl using MS VS2008

2013-03-29 Thread Sergei Nikulov
l > You can try cmake to generate VS solution. P.S. Sorry for previous empty posts. -- Best Regards, Sergei Nikulov --- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html

[PATCH] fix for Windows/MSVC build

2013-06-11 Thread Sergei Nikulov
Best Regards, Sergei Nikulov tutil_tvnow.patch Description: Binary data --- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html

Re: [PATCH] fix for Windows/MSVC build

2013-06-12 Thread Sergei Nikulov
2013/6/12 Daniel Stenberg > On Wed, 12 Jun 2013, Sergei Nikulov wrote: > > I've found that tests on github master broken for MSVC. >> This is old issue with gettimeofday which should be replaced with >> tutil_tvnow() from test_utils. >> > > Pull

Re: Cmakelist and curl

2013-06-20 Thread Sergei Nikulov
-- > List admin: http://cool.haxx.se/list/listinfo/curl-library > Etiquette: http://curl.haxx.se/mail/etiquette.html > -- Best Regards, Sergei Nikulov --- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html

Re: I can't compile the libraries for code::blocks or others ide.

2013-06-29 Thread Sergei Nikulov
e your question? 1. https://github.com/bagder/curl/blob/master/docs/INSTALL.cmake 2. http://www.cmake.org/cmake/help/cmake_tutorial.html 3. http://www.catb.org/esr/faqs/smart-questions.html -- Best Regards, Sergei Nikulov --- Li

Re: x64 libcurl

2013-07-08 Thread Sergei Nikulov
ail account and as such, emails are not subject to > archiving. Nothing else really matters.* > > --- > List admin: http://cool.haxx.se/list/listinfo/curl-library > Etiquette: http://curl.haxx.se/mail/etiquette.html > -- Best Regards, Sergei Nikulov --

Re: x64 libcurl

2013-07-08 Thread Sergei Nikulov
t a lib with no errors. > > I link to this lib and it says the 11 functions I am using in CURL are not > found. I have setup lib directory to point to libcurl.lib > > Is C++ mangling the names in the library? > > AFAIK, no. This is C library

Re: x64 libcurl

2013-07-09 Thread Sergei Nikulov
---**--**--- > List admin: > http://cool.haxx.se/list/**listinfo/curl-library<http://cool.haxx.se/list/listinfo/curl-library> > Etiquette: > http://curl.haxx.se/mail/**etique

RE: Odd Issue building curl/libcurl

2015-07-16 Thread Sergei Nikulov
16 июля 2015 г. 7:08 PM пользователь "Cyd Haselton" написал: > > Yes, I did. > See the email where I posted links to the configure log and params. > Looks like you build for arm. Is it cross compilation, or you building on target platform? -

Re: Odd Issue building curl/libcurl

2015-07-17 Thread Sergei Nikulov
sysroot option if you doing build on target? -- Best Regards, Sergei Nikulov --- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html

Re: Static build without LIBCMT

2015-08-27 Thread Sergei Nikulov
-- > List admin: http://cool.haxx.se/list/listinfo/curl-library > Etiquette: http://curl.haxx.se/mail/etiquette.html > -- Best Regards, Sergei Nikulov --- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html

Re: Visual Studio 2015

2016-02-19 Thread Sergei Nikulov
Win64" generator for that. > -- > Wojciech Lisik > > --- > List admin: https://cool.haxx.se/list/listinfo/curl-library > Etiquette: https://curl.haxx.se/mail/etiquette.html -- Best Regards, Sergei Nikulov -

Re: Static Libcurl crashes on MSVC13

2016-02-26 Thread Sergei Nikulov
26 февр. 2016 г. 2:59 PM пользователь "Jules van der Toorn" < ju...@nuisdedag.nl> написал: > > Hi, > Thanks for the quick answer! ... > The code crashes at the curl_easy_perform(curl) function, but also later at the curl_easy_cleanup(curl) function. > I personally think something went wrong with li

Re: curl-library on Windows Embedded CE

2016-04-20 Thread Sergei Nikulov
Ws2.lib https://msdn.microsoft.com/ru-ru/library/aa450869.aspx So, perhaps, you should update cmake script to handle this fact. > -- > > / daniel.haxx.se > --- > List a

Re: curl-library on Windows Embedded CE

2016-04-20 Thread Sergei Nikulov
2016-04-20 15:28 GMT+03:00 Daniel Stenberg : > On Wed, 20 Apr 2016, Sergei Nikulov wrote: > >>>> the curl cmake build system is poorly maintained. Be aware > > >>> This is still true. >> >> >> Well, not exactly. All current pull request che

Curl // Windows LDAP changes // Call for review

2016-06-16 Thread Sergei Nikulov
haviour is not affected by this changes. Could you please review changes and provide comments and suggestions? Thank you! -- Best Regards, Sergei Nikulov --- List admin: https://cool.haxx.se/list/listinfo/curl-library Etiquet

Re: Specifying the authentication mechanism

2016-06-27 Thread Sergei Nikulov
by > Clearswift for the presence of computer viruses. > > www.clearswift.com > ** > > > --- > List admin: https://cool.haxx.se/list/listinfo/curl-library > Etiquette: https://curl.haxx.se/mail/etiquette.html -- Best Regar

Re: libcurl - windows / unicode filenames support...

2016-08-05 Thread Sergei Nikulov
file names. > > Is there a case I can look out or is google my friend? > > R > > > > > --- > List admin: https://cool.haxx.se/list/listinfo/curl-library > Etiquette: https://curl.ha

Re: patch release tomorrow

2016-08-06 Thread Sergei Nikulov
bugfixes. Am I wrong? > It is new feature. But it's small changes in code - I've reused existing auth options from HTTP. > > -- > > / daniel.haxx.se > --- > List admin: https://cool.haxx.se/list

Re: libcurl - windows / unicode filenames support...

2016-08-09 Thread Sergei Nikulov
2016-08-05 22:27 GMT+03:00 Ray Satiro via curl-library : > On 8/5/2016 6:16 AM, Sergei Nikulov wrote: > > 2016-08-05 12:11 GMT+03:00 Rod Widdowson : > >> Aside, but curious minds need to know. >> >> As a newcomer here - can someone help me what "Unicode for win

curl/libcurl SNMP protocol support

2016-08-09 Thread Sergei Nikulov
-- Best Regards, Sergei Nikulov --- List admin: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html

Re: libcurl - windows / unicode filenames support...

2016-08-09 Thread Sergei Nikulov
2016-08-09 12:49 GMT+03:00 Daniel Stenberg : > On Tue, 9 Aug 2016, Sergei Nikulov wrote: > >> All conversion is used to be done automatically by defining UNICODE and >> _UNICODE for Windows. So my idea is simple - typedef some kind of CURL_CHAR >> and use it instead of

Re: curl/libcurl SNMP protocol support

2016-08-09 Thread Sergei Nikulov
9 авг. 2016 г. 7:33 PM пользователь "Rich Gray" написал: > > Sergei Nikulov wrote: >> >> Hello All! >> >> Is anybody interest in RFC 4088 "Uniform Resource Identifier (URI) >> Scheme for the Simple Network Management Protocol (SNMP)" >&g

Re: curl/libcurl SNMP protocol support

2016-08-10 Thread Sergei Nikulov
2016-08-09 20:26 GMT+03:00 Rich Gray : > Sergei Nikulov wrote: >> >> 9 авг. 2016 г. 7:33 PM пользователь "Rich Gray" >> > <mailto:rg...@plustechnologies.com>> написал: >> > >> > Sergei Nikulov wrote: >> >> >>

Re: curl/libcurl SNMP protocol support

2016-08-10 Thread Sergei Nikulov
2016-08-10 16:15 GMT+03:00 Daniel Stenberg : > On Wed, 10 Aug 2016, Sergei Nikulov wrote: > >>> What form would you have the response data returned in?? What ultimately >>> are you trying to accomplish? >> >> >> I believe you've ever read here https

Re: curl/libcurl SNMP protocol support

2016-08-10 Thread Sergei Nikulov
2016-08-10 18:45 GMT+03:00 Gisle Vanem via curl-library : > Sergei Nikulov wrote: > >> curl will dump object pointed by url >> snmp://example.com/common/1.3.6.1.2.1.1.3.0 >> It's not just another protocol :) > > I once did something like this. But only for W

Re: curl/libcurl SNMP protocol support

2016-08-11 Thread Sergei Nikulov
2016-08-11 1:12 GMT+03:00 Daniel Stenberg : > On Wed, 10 Aug 2016, Sergei Nikulov wrote: > >> Wondering why LDAP is considering useful, but is SNMP is not? > > > I want everything new we consider to be properly motivated by someone who > wants to use said feature - prefer

Re: State of CMake support?

2017-01-06 Thread Sergei Nikulov
url-library > Etiquette: https://curl.haxx.se/mail/etiquette.html -- Best Regards, Sergei Nikulov --- List admin: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html

Re: [DKIM] State of CMake support?

2017-01-06 Thread Sergei Nikulov
compile it using CMake :) > > Dennis > > > --- > List admin: https://cool.haxx.se/list/listinfo/curl-library > Etiquette: https://curl.haxx.se/mail/etiquette.html -- Best Regards, Sergei Nikulov --- List admin: https:

Re: NTLM v2 Authentication with 7.58.0

2018-02-08 Thread Sergei Nikulov
le on Windows. IMO, it is too many flags. Any objections are welcome. > -- > > / daniel.haxx.se > --- > Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library > Etiquette: https://curl.haxx.se/mail/etiquette.html --

Re: Who should contact to give example of code?

2018-03-21 Thread Sergei Nikulov
cated I think is very useful, I googled the > internet and did not find anything. It automatizes things with the > printer that did not work with system calls. > > Thanks, Diego Betancor Maybe you should create a project on Github first and provide a link to it?

Re: does curl on Windows have tests?

2018-04-09 Thread Sergei Nikulov
ry result dir. > > Kees > > > --- > Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library > Etiquette: https://curl.haxx.se/mail/etiquette.html -- Best Regards, Sergei Nikulov -

Re: Assigning "sub maintainers" for Windows and cmake!

2018-05-23 Thread Sergei Nikulov
s > to use a Windows system (laptop or desktop) but the end-users love the UNIX world, and thus use something like mingw/Cygwin (=4,6). > Their actual need is a Linux system, but that one does not offer Microsoft office. Borland is something from very long time ago (30+ years) for me.

Re: Assigning "sub maintainers" for Windows and cmake!

2018-05-23 Thread Sergei Nikulov
ssage, but Daniel still objects those changes :) That's why email with this subject appears here. -- Best Regards, Sergei Nikulov --- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html

Re: libcurl with openSSL on windows x64 - no certificates?

2018-07-17 Thread Sergei Nikulov
вт, 17 июл. 2018 г. в 15:06, Ivan Pilipenko : > Good time of the day, > > I have compiled libcurl using the instructions in > winbuild\BUILD.WINDOWS.txt with the following options: > > nmake /f Makefile.vc VC=15 MODE=dll WITH_SSL=dll ENABLE_WINSSL=no > WITH_DEVEL=../deps > > including the openssl

Re: Minimum requirement: cmake version 3.4

2018-09-21 Thread Sergei Nikulov via curl-library
пт, 21 сент. 2018 г. в 12:35, myLC--- via curl-library : > > This is not installed on many systems. I managed to build > curl anyhow, by simple changing two lines: > > > cmake_minimum_required(VERSION 3.4 FATAL_ERROR) > => cmake_minimum_required(VERSION 3.2 FATAL_ERROR) > > list(APPEND CURL_LIBS Op

Re: Minimum requirement: cmake version 3.4

2018-09-21 Thread Sergei Nikulov via curl-library
s well, as RHEL/CentOS 6/7 through EPEL. So the 3.4 version should not be the problem. -- Best Regards, Sergei Nikulov --- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html

Re: Minimum requirement: cmake version 3.4

2018-09-28 Thread Sergei Nikulov via curl-library
this https://github.com/curl/curl/pull/3055 -- Best Regards, Sergei Nikulov --- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html

Re: [poll comment] "SNMP request/reply support"

2019-08-21 Thread Sergei Nikulov via curl-library
> On the other hand, if you daemonize a curl server, and use it for > centralized download, it might be usefull to provide data about current > downloads and performance via snmp. So include a kind of snmp agent into > curld can be an usefull idea. > > Buci > ---------

Re: [poll comment] "SNMP request/reply support"

2019-08-21 Thread Sergei Nikulov via curl-library
ср, 21 авг. 2019 г. в 09:58, Sergei Nikulov : > > вт, 20 авг. 2019 г. в 18:24, Robert NEMKIN via curl-library > : > > > > On 2019-08-19 12:34, Daniel Stenberg via curl-library wrote: > > > Another suggestion from the poll. > > > > > > (SNMP is not c

Re: help to generate curl static library on ubuntu

2020-02-04 Thread Sergei Nikulov via curl-library
ср, 5 февр. 2020 г., 9:11 Nishad DESHMUKH via curl-library < curl-library@cool.haxx.se>: > help me to generate static library , i tried many times but not getting > any static library file in the folders . > > please give a proper procedure and also tell what type of file it will > generate . > >

Re: Building cURL with OpenSSL support from CMake

2020-04-29 Thread Sergei Nikulov via curl-library
ср, 29 апр. 2020 г., 21:58 Bo Lu via curl-library : > Hi All, > > I have a question with regard to building cURL with OpenSSL support. I > am trying to setup an automated build system in CMake where all > dependencies of my project are compiled from source through CMake and > made available for ot

Re: libcurl for QNX 7.0.0 ( ARM64 )

2020-10-19 Thread Sergei Nikulov via curl-library
> > Mit freundlichen Grüßen / With kind regards > > Thomas Barth > Software developer > --- > Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library > Etiquette: https://curl.haxx.se/mail/etiquette.html -- Best Regards, Sergei N

Re: libcurl for QNX 7.0.0 ( ARM64 )

2020-10-19 Thread Sergei Nikulov via curl-library
> already offers curl. > -Original Message- > From: Sergei Nikulov > Sent: Montag, 19. Oktober 2020 12:24 > To: libcurl development > Cc: Thomas Barth > Subject: Re: libcurl for QNX 7.0.0 ( ARM64 ) > > On Fri, Oct 16, 2020 at 3:18 PM Thomas Barth v

Re: How to make CURL with Visual Studio and link to MT runtime library ?

2017-06-14 Thread Sergei Nikulov via curl-library
t; Hello, Could you please try to add option -DCMAKE_C_CFLAGS=/MT when generating the solution? -- Best Regards, Sergei Nikulov --- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html

Re: Building curl for older Windows versions

2017-06-27 Thread Sergei Nikulov via curl-library
Etiquette: https://curl.haxx.se/mail/etiquette.html Have you tried CMake? -- Best Regards, Sergei Nikulov --- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html

RE: Building curl for older Windows versions

2017-06-27 Thread Sergei Nikulov via curl-library
27 июн. 2017 г. 5:31 ПП пользователь "Per Malmberg" < per.malmb...@snowsoftware.com> написал: > Have you tried CMake? No. The file buildwindows.txt states that nmake should be used for windows builds. // Per I'm not sure that it dictate to use nmake. You always can try cmake with following in

Re: Reducing windows compiler warnings

2017-07-04 Thread Sergei Nikulov via curl-library
break this rules add_definitions(-D_WIN32_WINNT=0x0501) This will explicitly enforce Windows XP, so I suspect inet_pton exists in libraries but disabled in headers. > -- > > / daniel.haxx.se > --- > Unsubscribe: https

Re: Reducing windows compiler warnings

2017-07-05 Thread Sergei Nikulov via curl-library
2017-07-05 10:44 GMT+03:00 Daniel Stenberg : > On Wed, 5 Jul 2017, Sergei Nikulov via curl-library wrote: > >> AFAIR, inet_pton is defined since Windows Vista, according to >> https://msdn.microsoft.com/en-us/library/windows/desktop/cc805844(v=vs.85).aspx >> >> T

Re: CMake - How to best include libcurl

2017-07-13 Thread Sergei Nikulov via curl-library
the bug. Unfortunately, options will be overridden in curl's CMakeLists.txt with variable 'openssl_default' which is 'ON' by default for Linux/Unix platforms. > > Nicholas Chambers > > > --- > Unsubscribe: https://cool.haxx.se/list/listinfo/curl-libr

Re: Does the source tree need to be clean for an out-of-source cmake build?

2017-09-07 Thread Sergei Nikulov via curl-library
e builds, as LLVM does... -- Best Regards, Sergei Nikulov --- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html

Re: I'm awarded, for curl

2017-10-18 Thread Sergei Nikulov via curl-library
- > > / daniel.haxx.se > --- > Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library > Etiquette: https://curl.haxx.se/mail/etiquette.html -- Best Regards, Sergei Nikulov --- Unsubscribe: https://cool.haxx.se/list/li

Re: cmake windows build on 32 bit ARM, appveyor

2017-10-27 Thread Sergei Nikulov via curl-library
t; --- > Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library > Etiquette: https://curl.haxx.se/mail/etiquette.html -- Best Regards, Sergei Nikulov --- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html

Re: contracting around curl and libcurl

2018-01-13 Thread Sergei Nikulov via curl-library
-- > Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library > Etiquette: https://curl.haxx.se/mail/etiquette.html -- Best Regards, Sergei Nikulov --- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html

Re: Transfering a file via SFTP returns error 51 ()

2018-01-17 Thread Sergei Nikulov via curl-library
n, we've fixed >> over 2800 bugs...! > > Yes, you’re damn right, but sometime enterprise environments could be very > very conservative. You could try to build the latest release locally and test if it works for you. It&#x

Re: Transfering a file via SFTP returns error 51 ()

2018-01-18 Thread Sergei Nikulov via curl-library
/mail/etiquette.html -- Best Regards, Sergei Nikulov --- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html

Re: Patch: CMake win32 enable SSPI with OpenSSL

2018-01-26 Thread Sergei Nikulov via curl-library
--- > Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library > Etiquette: https://curl.haxx.se/mail/etiquette.html -- Best Regards, Sergei Nikulov ---

Re: Patch: CMake win32 enable SSPI with OpenSSL

2018-01-26 Thread Sergei Nikulov via curl-library
build > chain. > > -Ursprüngliche Nachricht- > Von: curl-library [mailto:curl-library-boun...@cool.haxx.se] Im Auftrag von > Sergei Nikulov via curl-library > Gesendet: Freitag, 26. Januar 2018 11:07 > An: libcurl development > Cc: Sergei Nikulov > Betreff: Re: Pa