Re: CMake - How to best include libcurl

2017-07-13 Thread Sergei Nikulov via curl-library
2017-07-12 18:24 GMT+03:00 Nick Chambers via curl-library : > > On Wed, Jul 12, 2017 at 8:21 AM Noam Chitayat via curl-library > wrote: >> >> Hey folks! >> >> For the past little while, I've had curl statically linked into a project. >> The

Re: Reducing windows compiler warnings

2017-07-05 Thread Sergei Nikulov via curl-library
2017-07-05 10:44 GMT+03:00 Daniel Stenberg <dan...@haxx.se>: > 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).as

Re: Reducing windows compiler warnings

2017-07-05 Thread Sergei Nikulov via curl-library
2017-07-05 1:57 GMT+03:00 Daniel Stenberg : > Hi, > > I could use some help here! > > I'd like to reduce, or ideally remove all, compiler warnings in our Travis > CI builds for Windows so that we can switch on "warnings as errors" and thus > better detect when we rock the boat.

Re: Building curl for older Windows versions

2017-06-27 Thread Sergei Nikulov via curl-library
2017-06-27 15:51 GMT+03:00 Per Malmberg : >>To go in another direction - does it depend on the nmake version? I managed >>to jettison XP last summer but up to that point I'd built my stack against >>VC2010. > > Perhaps. We're using VS2013 and don't really want to

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

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

2017-06-14 Thread Sergei Nikulov via curl-library
2017-06-14 16:35 GMT+03:00 Karlsson via curl-library : > I also tried -DWITH_STATIC_RT=ON, but still not effect. > > On Wed, Jun 14, 2017 at 9:28 PM, Karlsson wrote: >> >> Hi all, >> >> I've tried use below command to generate the Visual Studio

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
2017-09-07 10:45 GMT+03:00 Daniel Stenberg : > On Thu, 7 Sep 2017, Ray Satiro via curl-library wrote: > >> My question is, is this expected? I thought if I did an out-of-source >> build tree that it would not use build files from the source tree. > > > I think as a general rule,

Re: I'm awarded, for curl

2017-10-18 Thread Sergei Nikulov via curl-library
2017-10-18 11:35 GMT+03:00 Daniel Stenberg : > Hi friends! > > I've been awarded[1] the Swedish Polhemspriset (Polhem Prize) 2017, for > curl. The details are in my blog post. > Congrats! > -- > > / daniel.haxx.se >

Re: cmake windows build on 32 bit ARM, appveyor

2017-10-27 Thread Sergei Nikulov via curl-library
2017-10-27 10:15 GMT+03:00 Daniel Stenberg : > Hello curlonauts! > > First, let me preface this email with saying that I don't typcially develop > on Windows and I'm far from an expert on Windows and building on Windows. > But I acknowledge that we have a large user base on Windows

Re: Patch: CMake win32 enable SSPI with OpenSSL

2018-01-26 Thread Sergei Nikulov via curl-library
d configuration with the automake 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 <curl-lib

Re: contracting around curl and libcurl

2018-01-13 Thread Sergei Nikulov via curl-library
2018-01-13 13:35 GMT+03:00 Daniel Stenberg : > Hey, > > I'm occasionally getting contacted by people and companies who're looking > for commercial help with curl and libcurl. Developing apps, installing > libcurl, debugging libcurl-using apps and similar tasks. > > Personally I'm

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

2018-01-17 Thread Sergei Nikulov via curl-library
2018-01-17 12:47 GMT+03:00 Daniele Giglio : > First of all thanks for your quick answer > >> Il giorno 17 gen 2018, alle ore 10:29, Daniel Stenberg ha >> scritto: >> >>> curl 7.19.7 >> >> That version is 60 releases (more than 8 years) old. Since then, we've

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

2018-01-18 Thread Sergei Nikulov via curl-library
2018-01-18 13:02 GMT+03:00 Daniele Giglio : > Hi again, > > > In the first case everything seems ok until the disconnect, but I cannot > notice any visible error before that point. > Any clue? curl-7_38_0 (Sep 10, 2014) vs. curl-7_19_7 (Nov 4, 2009) and libssh2-1.4.3 (Nov

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

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 currently supported by curl.) > > > > > > I'm not

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

2019-08-21 Thread Sergei Nikulov via curl-library
вт, 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 currently supported by curl.) > > > > I'm not personally fluent in SNMP so I would need to do this together > >

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

Re: libcurl for QNX 7.0.0 ( ARM64 )

2020-10-19 Thread Sergei Nikulov via curl-library
On Fri, Oct 16, 2020 at 3:18 PM Thomas Barth via curl-library wrote: > > Hello everybody, > > first of all I want to explain my main task. > > I want to develop an OpenApi client for the OS QNX 7.0.0 which runs on a > ARM64 (aarch64le) hardware. > For this task I need the curl library for QNX.

Re: libcurl for QNX 7.0.0 ( ARM64 )

2020-10-19 Thread Sergei Nikulov via curl-library
On Mon, Oct 19, 2020 at 2:31 PM Thomas Barth wrote: > > I have attached the cmake file. > This is a cmake file which we use in other projects. Have you ever spend a short time to review CMake documentation related to cross-compilation? I'm unable to find two variables suggested in the