Hi,
I have followed the instructions to compile cpprest for OSx and for iOS in
https://casablanca.codeplex.com/wikipage?title=Setup%20and%20Build%20on%20OSX&referringTitle=Documentation
and in
https://casablanca.codeplex.com/wikipage?title=Setup%20and%20Build%20on%20IOS&referringTitle=Documentation
I keep getting errors when trying to compile:
for OSx I get when I try to:
and for iOS when I try to
Has anyone encountered this before?
Is there a more simple way (without compiling the entire project) to reference cpprest?
Thanks,
Dan.
I have followed the instructions to compile cpprest for OSx and for iOS in
https://casablanca.codeplex.com/wikipage?title=Setup%20and%20Build%20on%20OSX&referringTitle=Documentation
and in
https://casablanca.codeplex.com/wikipage?title=Setup%20and%20Build%20on%20IOS&referringTitle=Documentation
I keep getting errors when trying to compile:
for OSx I get when I try to:
make -j 4I get: _Undefined symbols for architecture x86_64: "TLSv1_1_client_method", referenced from: boost::asio::ssl::context::context(boost::asio::ssl::context_base::method)
and for iOS when I try to
cmake .. -DCMAKE_BUILD_TYPE=ReleaseI get: CMake Error at CMakeLists.txt:3 (project): The CMAKE_C_COMPILER: gcc is not a full path and was not found in the PATH.
Has anyone encountered this before?
Is there a more simple way (without compiling the entire project) to reference cpprest?
Thanks,
Dan.