Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Compile failed on CentOS7 machine #1493
Comments
|
I used proposed patch: https://github.com/microsoft/cpprestsdk/pull/1462/files |
|
is this just because bytes_read is a long int or something? |
I built the cpprestsdk on FreeBSD 12.1 (Clang 8, Boost 1.72) with no issue, However when i tried to build it on my CentOS machine (GCC 10 / Boost 1.74) the compilation failed with this error:
Is there anything wrong with my setup on Linux machine ? and how can i resolve it ?
Thanks,