cpr-example
cpr-example copied to clipboard
C++ Requests Example: quickly build networked applications
Microsoft Windows [Version 10.0.19043.1288] (c) Microsoft Corporation. All rights reserved. C:\REPOS\EXTERNAL\cpr-example>git submodule update --init --recursive C:\REPOS\EXTERNAL\cpr-example>mkdir build C:\REPOS\EXTERNAL\cpr-example>cd build C:\REPOS\EXTERNAL\cpr-example\build>cmake .. -- Building for: Visual Studio 16 2019 CMake Deprecation...
When I try to configure CMake I get the following error: `Set CURL_FOUND to TRUE. Set CURL_LIBRARIES to libcurl. Set CURL_INCLUDE_DIRS to C:/Users/#####/Desktop/Projects/cpr-example/opt/cpr/opt/curl/include;C:/Users/#####/Desktop/Projects/cpr-example/build/opt/cpr/opt/curl/include/curl. Using CURL_INCLUDE_DIRS: C:/Users/#####/Desktop/Projects/cpr-example/opt/cpr/opt/curl/include;C:/Users/#####/Desktop/Projects/cpr-example/build/opt/cpr/opt/curl/include/curl. Using CURL_LIBRARIES: CURL_LIBRARY-NOTFOUND. CMake...
Hi I'm having this error while making process `[ 6%] Building CXX object opt/cpr/cpr/CMakeFiles/cpr.dir/auth.cpp.o [ 12%] Building CXX object opt/cpr/cpr/CMakeFiles/cpr.dir/cookies.cpp.o [ 18%] Building CXX object opt/cpr/cpr/CMakeFiles/cpr.dir/cprtypes.cpp.o [ 25%] Building CXX...
using `git submodule update --init --recursive` doesnt really work, it will stay freezing with only making rhe folders of the submodules on. do i just go and clone them manually?...
I added a short Bash script to automatically build the project for Unix users. The code in the script is identical to the build steps in the README, but automated...
Upon running cmake .. I received the following issue: `-- The C compiler identification is GNU 5.4.0 -- The CXX compiler identification is unknown -- Check for working C compiler:...
cloning the repro https://github.com/whoshuu/cpr-example is working and using the global curl. why mongoose is included? can you make the fork thin and maybe add more info how include it without...
Hi, I was trying to build the package y following the instructions provided after cloning the repo. I was getting the following error when running make. In file included from...
Hello, I try this library with http resquest in linux.it works. But not support for HTTPS in linux.when i try with HTTPS,it gives status_code is 0. So,Please let me know...
Set up a hook that gets called whenever the master branch of cpr is successfully built to update git submodule to that commit.