Created
September 8, 2016 00:33
-
-
Save JLHwung/a31ee7e2370d0c384b8ec8c03dbde009 to your computer and use it in GitHub Desktop.
cpprestsdk on Mac OS X 10.11.6 - Homebrew build logs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Homebrew build logs for cpprestsdk on Mac OS X 10.11.6 | |
Build date: 2016-09-07 21:32:36 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HOMEBREW_VERSION: 0.9.9 | |
ORIGIN: https://github.com/Homebrew/brew.git | |
HEAD: 9586390418dbcb8655bf7c62bb315c2a2090722e | |
Last commit: 12 hours ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: 8fba6904e803e7766af6d38c1726c92db895496c | |
Core tap last commit: 45 minutes ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_REPOSITORY: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com | |
CPU: octa-core 64-bit haswell | |
Homebrew Ruby: 2.0.0-p648 | |
Clang: 7.3 build 703 | |
Git: 2.10.0 => /usr/local/bin/git | |
Perl: /usr/bin/perl | |
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby | |
Java: 1.8.0_102 | |
OS X: 10.11.6-x86_64 | |
Xcode: 7.3.1 | |
CLT: 7.3.1.0.1.1461711523 | |
X11: 2.7.9 => /opt/X11 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Please note that these warnings are just used to help the Homebrew maintainers | |
with debugging if you file an issue. If everything you use Homebrew for is | |
working fine: please don't worry and just ignore them. Thanks! | |
Warning: Some directories in /usr/local/share/man aren't writable. | |
This can happen if you "sudo make install" software that isn't managed | |
by Homebrew. If a brew tries to add locale information to one of these | |
directories, then the install will fail during the link step. | |
You should `sudo chown -R $(whoami)` them: | |
/usr/local/share/man/mann | |
Warning: Python is installed at /Library/Frameworks/Python.framework | |
Homebrew only supports building against the System-provided Python or a | |
brewed Python. In particular, Pythons installed to /Library can interfere | |
with other software installs. | |
Warning: Unbrewed dylibs were found in /usr/local/lib. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected dylibs: | |
/usr/local/lib/libtcl8.6.dylib | |
/usr/local/lib/libtk8.6.dylib | |
Warning: Unbrewed header files were found in /usr/local/include. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected header files: | |
/usr/local/include/fakemysql.h | |
/usr/local/include/fakepq.h | |
/usr/local/include/fakesql.h | |
/usr/local/include/itcl.h | |
/usr/local/include/itcl2TclOO.h | |
/usr/local/include/itclDecls.h | |
/usr/local/include/itclInt.h | |
/usr/local/include/itclIntDecls.h | |
/usr/local/include/itclMigrate2TclCore.h | |
/usr/local/include/itclTclIntStubsFcn.h | |
/usr/local/include/jansson.h | |
/usr/local/include/jansson_config.h | |
/usr/local/include/mysqlStubs.h | |
/usr/local/include/odbcStubs.h | |
/usr/local/include/pqStubs.h | |
/usr/local/include/python2.7/greenlet/greenlet.h | |
/usr/local/include/tcl.h | |
/usr/local/include/tclDecls.h | |
/usr/local/include/tclOO.h | |
/usr/local/include/tclOODecls.h | |
/usr/local/include/tclPlatDecls.h | |
/usr/local/include/tclThread.h | |
/usr/local/include/tclTomMath.h | |
/usr/local/include/tclTomMathDecls.h | |
/usr/local/include/tdbc.h | |
/usr/local/include/tdbcDecls.h | |
/usr/local/include/tdbcInt.h | |
/usr/local/include/tk.h | |
/usr/local/include/tkDecls.h | |
/usr/local/include/tkPlatDecls.h | |
Warning: Unbrewed .pc files were found in /usr/local/lib/pkgconfig. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected .pc files: | |
/usr/local/lib/pkgconfig/tcl.pc | |
/usr/local/lib/pkgconfig/tk.pc | |
Warning: Unbrewed static libraries were found in /usr/local/lib. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected static libraries: | |
/usr/local/lib/libtclstub8.6.a | |
/usr/local/lib/libtkstub8.6.a |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2016-09-07 21:32:25 -0300 | |
cmake | |
-DBUILD_SAMPLES=OFF | |
-DBUILD_TESTS=OFF | |
Release | |
-DCMAKE_C_FLAGS_RELEASE=-DNDEBUG | |
-DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG | |
-DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/cpprestsdk/2.8.0 | |
-DCMAKE_BUILD_TYPE=Release | |
-DCMAKE_FIND_FRAMEWORK=LAST | |
-DCMAKE_VERBOSE_MAKEFILE=ON | |
-Wno-dev | |
-- The C compiler identification is AppleClang 7.3.0.7030031 | |
-- The CXX compiler identification is AppleClang 7.3.0.7030031 | |
-- Check for working C compiler: /usr/local/Library/Homebrew/shims/super/clang | |
-- Check for working C compiler: /usr/local/Library/Homebrew/shims/super/clang -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Check for working CXX compiler: /usr/local/Library/Homebrew/shims/super/clang++ | |
-- Check for working CXX compiler: /usr/local/Library/Homebrew/shims/super/clang++ -- works | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
-- Looking for pthread.h | |
-- Looking for pthread.h - found | |
-- Looking for pthread_create | |
-- Looking for pthread_create - found | |
-- Found Threads: TRUE | |
-- Boost version: 1.61.0 | |
-- Found the following Boost libraries: | |
-- random | |
-- chrono | |
-- system | |
-- thread | |
-- regex | |
-- filesystem | |
-- date_time | |
-- atomic | |
-- Found OpenSSL: /usr/local/opt/[email protected]/lib/libssl.dylib;/usr/local/opt/[email protected]/lib/libcrypto.dylib (found suitable version "1.1.0", minimum required is "1.0.0") | |
-- Setting clang options | |
-- websocketpp not found, using the embedded version | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clang called with: CMakeCCompilerId.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include -L/usr/local/opt/[email protected]/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang CMakeCCompilerId.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include -L/usr/local/opt/[email protected]/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: CMakeCXXCompilerId.cpp | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include -L/usr/local/opt/[email protected]/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang++ CMakeCXXCompilerId.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include -L/usr/local/opt/[email protected]/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_89339.dir/testCCompiler.c.o -c /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/CMakeFiles/CMakeTmp/testCCompiler.c | |
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include | |
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_89339.dir/testCCompiler.c.o -c /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/CMakeFiles/CMakeTmp/testCCompiler.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include | |
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_89339.dir/testCCompiler.c.o -o cmTC_89339 | |
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include -L/usr/local/opt/[email protected]/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_89339.dir/testCCompiler.c.o -o cmTC_89339 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include -L/usr/local/opt/[email protected]/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_19e38.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.6.1/share/cmake/Modules/CMakeCCompilerABI.c | |
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include | |
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_19e38.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.6.1/share/cmake/Modules/CMakeCCompilerABI.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include | |
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_19e38.dir/CMakeCCompilerABI.c.o -o cmTC_19e38 | |
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include -L/usr/local/opt/[email protected]/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_19e38.dir/CMakeCCompilerABI.c.o -o cmTC_19e38 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include -L/usr/local/opt/[email protected]/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -std=c11 -o CMakeFiles/cmTC_474fd.dir/feature_tests.c.o -c /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/CMakeFiles/feature_tests.c | |
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include | |
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -std=c11 -o CMakeFiles/cmTC_474fd.dir/feature_tests.c.o -c /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/CMakeFiles/feature_tests.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include | |
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_474fd.dir/feature_tests.c.o -o cmTC_474fd | |
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include -L/usr/local/opt/[email protected]/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_474fd.dir/feature_tests.c.o -o cmTC_474fd -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include -L/usr/local/opt/[email protected]/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -std=c99 -o CMakeFiles/cmTC_4bc4f.dir/feature_tests.c.o -c /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/CMakeFiles/feature_tests.c | |
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include | |
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -std=c99 -o CMakeFiles/cmTC_4bc4f.dir/feature_tests.c.o -c /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/CMakeFiles/feature_tests.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include | |
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4bc4f.dir/feature_tests.c.o -o cmTC_4bc4f | |
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include -L/usr/local/opt/[email protected]/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4bc4f.dir/feature_tests.c.o -o cmTC_4bc4f -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include -L/usr/local/opt/[email protected]/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -std=c90 -o CMakeFiles/cmTC_66f4b.dir/feature_tests.c.o -c /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/CMakeFiles/feature_tests.c | |
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include | |
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -std=c90 -o CMakeFiles/cmTC_66f4b.dir/feature_tests.c.o -c /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/CMakeFiles/feature_tests.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include | |
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_66f4b.dir/feature_tests.c.o -o cmTC_66f4b | |
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include -L/usr/local/opt/[email protected]/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_66f4b.dir/feature_tests.c.o -o cmTC_66f4b -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include -L/usr/local/opt/[email protected]/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_928ba.dir/testCXXCompiler.cxx.o -c /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/CMakeFiles/CMakeTmp/testCXXCompiler.cxx | |
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include | |
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_928ba.dir/testCXXCompiler.cxx.o -c /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/CMakeFiles/CMakeTmp/testCXXCompiler.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include | |
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_928ba.dir/testCXXCompiler.cxx.o -o cmTC_928ba | |
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include -L/usr/local/opt/[email protected]/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_928ba.dir/testCXXCompiler.cxx.o -o cmTC_928ba -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include -L/usr/local/opt/[email protected]/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_2bcf6.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.6.1/share/cmake/Modules/CMakeCXXCompilerABI.cpp | |
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include | |
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_2bcf6.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.6.1/share/cmake/Modules/CMakeCXXCompilerABI.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include | |
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_2bcf6.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_2bcf6 | |
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include -L/usr/local/opt/[email protected]/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_2bcf6.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_2bcf6 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include -L/usr/local/opt/[email protected]/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -std=c++14 -o CMakeFiles/cmTC_bd8f7.dir/feature_tests.cxx.o -c /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/CMakeFiles/feature_tests.cxx | |
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include | |
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.11 -std=c++14 -o CMakeFiles/cmTC_bd8f7.dir/feature_tests.cxx.o -c /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/CMakeFiles/feature_tests.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include | |
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_bd8f7.dir/feature_tests.cxx.o -o cmTC_bd8f7 | |
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include -L/usr/local/opt/[email protected]/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_bd8f7.dir/feature_tests.cxx.o -o cmTC_bd8f7 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include -L/usr/local/opt/[email protected]/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -std=c++11 -o CMakeFiles/cmTC_cdb0b.dir/feature_tests.cxx.o -c /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/CMakeFiles/feature_tests.cxx | |
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include | |
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.11 -std=c++11 -o CMakeFiles/cmTC_cdb0b.dir/feature_tests.cxx.o -c /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/CMakeFiles/feature_tests.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include | |
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_cdb0b.dir/feature_tests.cxx.o -o cmTC_cdb0b | |
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include -L/usr/local/opt/[email protected]/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_cdb0b.dir/feature_tests.cxx.o -o cmTC_cdb0b -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include -L/usr/local/opt/[email protected]/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -std=c++98 -o CMakeFiles/cmTC_7931f.dir/feature_tests.cxx.o -c /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/CMakeFiles/feature_tests.cxx | |
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include | |
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.11 -std=c++98 -o CMakeFiles/cmTC_7931f.dir/feature_tests.cxx.o -c /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/CMakeFiles/feature_tests.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include | |
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7931f.dir/feature_tests.cxx.o -o cmTC_7931f | |
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include -L/usr/local/opt/[email protected]/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang++ -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7931f.dir/feature_tests.cxx.o -o cmTC_7931f -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include -L/usr/local/opt/[email protected]/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_be0ff.dir/CheckIncludeFile.c.o -c /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include | |
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_be0ff.dir/CheckIncludeFile.c.o -c /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include | |
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_be0ff.dir/CheckIncludeFile.c.o -o cmTC_be0ff | |
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include -L/usr/local/opt/[email protected]/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_be0ff.dir/CheckIncludeFile.c.o -o cmTC_be0ff -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include -L/usr/local/opt/[email protected]/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_d6df6.dir/CheckSymbolExists.c.o -c /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include | |
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -o CMakeFiles/cmTC_d6df6.dir/CheckSymbolExists.c.o -c /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include | |
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d6df6.dir/CheckSymbolExists.c.o -o cmTC_d6df6 | |
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include -L/usr/local/opt/[email protected]/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -mmacosx-version-min=10.11 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d6df6.dir/CheckSymbolExists.c.o -o cmTC_d6df6 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include -L/usr/local/opt/[email protected]/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2016-09-07 21:32:28 -0300 | |
make | |
install | |
/usr/local/Cellar/cmake/3.6.1/bin/cmake -H/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release -B/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0 --check-build-system CMakeFiles/Makefile.cmake 0 | |
/usr/local/Cellar/cmake/3.6.1/bin/cmake -E cmake_progress_start /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/CMakeFiles /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/CMakeFiles/progress.marks | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/Makefile2 all | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/CMakeFiles/cpprest.dir/build.make src/CMakeFiles/cpprest.dir/depend | |
cd /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0 && /usr/local/Cellar/cmake/3.6.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0 /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/src /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/src/CMakeFiles/cpprest.dir/DependInfo.cmake --color= | |
Scanning dependencies of target cpprest | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/CMakeFiles/cpprest.dir/build.make src/CMakeFiles/cpprest.dir/build | |
[ 3%] Building CXX object src/CMakeFiles/cpprest.dir/http/client/http_client_msg.cpp.o | |
[ 6%] Building CXX object src/CMakeFiles/cpprest.dir/http/client/x509_cert_utilities.cpp.o | |
cd /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/src && /usr/local/Library/Homebrew/shims/super/clang++ -Dcpprest_EXPORTS -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/libs/websocketpp -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/../include -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch -stdlib=libc++ -Wno-return-type-c-linkage -Wno-unneeded-internal-declaration -std=c++11 -fno-strict-aliasing -Wall -Wextra -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wno-overloaded-virtual -Wno-sign-conversion -Wno-deprecated -Wno-unknown-pragmas -Wno-reorder -Wno-char-subscripts -Wno-switch -Wno-unused-parameter -Wno-unused-variable -Wno-deprecated -Wno-unused-value -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wno-unused-function -Wno-sign-compare -Wno-shorten-64-to-32 -Wno-reorder -Wno-unused-local-typedefs -Werror -pedantic -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/cpprest.dir/http/client/http_client_msg.cpp.o -c /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/client/http_client_msg.cpp | |
[ 10%] Building CXX object src/CMakeFiles/cpprest.dir/http/common/http_helpers.cpp.o | |
cd /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/src && /usr/local/Library/Homebrew/shims/super/clang++ -Dcpprest_EXPORTS -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/libs/websocketpp -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/../include -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch -stdlib=libc++ -Wno-return-type-c-linkage -Wno-unneeded-internal-declaration -std=c++11 -fno-strict-aliasing -Wall -Wextra -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wno-overloaded-virtual -Wno-sign-conversion -Wno-deprecated -Wno-unknown-pragmas -Wno-reorder -Wno-char-subscripts -Wno-switch -Wno-unused-parameter -Wno-unused-variable -Wno-deprecated -Wno-unused-value -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wno-unused-function -Wno-sign-compare -Wno-shorten-64-to-32 -Wno-reorder -Wno-unused-local-typedefs -Werror -pedantic -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/cpprest.dir/http/client/x509_cert_utilities.cpp.o -c /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/client/x509_cert_utilities.cpp | |
cd /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/src && /usr/local/Library/Homebrew/shims/super/clang++ -Dcpprest_EXPORTS -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/libs/websocketpp -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/../include -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch -stdlib=libc++ -Wno-return-type-c-linkage -Wno-unneeded-internal-declaration -std=c++11 -fno-strict-aliasing -Wall -Wextra -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wno-overloaded-virtual -Wno-sign-conversion -Wno-deprecated -Wno-unknown-pragmas -Wno-reorder -Wno-char-subscripts -Wno-switch -Wno-unused-parameter -Wno-unused-variable -Wno-deprecated -Wno-unused-value -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wno-unused-function -Wno-sign-compare -Wno-shorten-64-to-32 -Wno-reorder -Wno-unused-local-typedefs -Werror -pedantic -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/cpprest.dir/http/common/http_helpers.cpp.o -c /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/common/http_helpers.cpp | |
[ 13%] Building CXX object src/CMakeFiles/cpprest.dir/http/common/http_msg.cpp.o | |
cd /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/src && /usr/local/Library/Homebrew/shims/super/clang++ -Dcpprest_EXPORTS -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/libs/websocketpp -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/../include -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch -stdlib=libc++ -Wno-return-type-c-linkage -Wno-unneeded-internal-declaration -std=c++11 -fno-strict-aliasing -Wall -Wextra -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wno-overloaded-virtual -Wno-sign-conversion -Wno-deprecated -Wno-unknown-pragmas -Wno-reorder -Wno-char-subscripts -Wno-switch -Wno-unused-parameter -Wno-unused-variable -Wno-deprecated -Wno-unused-value -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wno-unused-function -Wno-sign-compare -Wno-shorten-64-to-32 -Wno-reorder -Wno-unused-local-typedefs -Werror -pedantic -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/cpprest.dir/http/common/http_msg.cpp.o -c /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/common/http_msg.cpp | |
[ 17%] Building CXX object src/CMakeFiles/cpprest.dir/http/listener/http_listener.cpp.o | |
cd /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/src && /usr/local/Library/Homebrew/shims/super/clang++ -Dcpprest_EXPORTS -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/libs/websocketpp -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/../include -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch -stdlib=libc++ -Wno-return-type-c-linkage -Wno-unneeded-internal-declaration -std=c++11 -fno-strict-aliasing -Wall -Wextra -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wno-overloaded-virtual -Wno-sign-conversion -Wno-deprecated -Wno-unknown-pragmas -Wno-reorder -Wno-char-subscripts -Wno-switch -Wno-unused-parameter -Wno-unused-variable -Wno-deprecated -Wno-unused-value -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wno-unused-function -Wno-sign-compare -Wno-shorten-64-to-32 -Wno-reorder -Wno-unused-local-typedefs -Werror -pedantic -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/cpprest.dir/http/listener/http_listener.cpp.o -c /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/listener/http_listener.cpp | |
[ 20%] Building CXX object src/CMakeFiles/cpprest.dir/http/listener/http_listener_msg.cpp.o | |
cd /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/src && /usr/local/Library/Homebrew/shims/super/clang++ -Dcpprest_EXPORTS -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/libs/websocketpp -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/../include -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch -stdlib=libc++ -Wno-return-type-c-linkage -Wno-unneeded-internal-declaration -std=c++11 -fno-strict-aliasing -Wall -Wextra -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wno-overloaded-virtual -Wno-sign-conversion -Wno-deprecated -Wno-unknown-pragmas -Wno-reorder -Wno-char-subscripts -Wno-switch -Wno-unused-parameter -Wno-unused-variable -Wno-deprecated -Wno-unused-value -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wno-unused-function -Wno-sign-compare -Wno-shorten-64-to-32 -Wno-reorder -Wno-unused-local-typedefs -Werror -pedantic -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/cpprest.dir/http/listener/http_listener_msg.cpp.o -c /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/listener/http_listener_msg.cpp | |
[ 27%] Building CXX object src/CMakeFiles/cpprest.dir/http/oauth/oauth1.cpp.o | |
[ 27%] Building CXX object src/CMakeFiles/cpprest.dir/http/listener/http_server_api.cpp.o | |
cd /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/src && /usr/local/Library/Homebrew/shims/super/clang++ -Dcpprest_EXPORTS -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/libs/websocketpp -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/../include -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch -stdlib=libc++ -Wno-return-type-c-linkage -Wno-unneeded-internal-declaration -std=c++11 -fno-strict-aliasing -Wall -Wextra -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wno-overloaded-virtual -Wno-sign-conversion -Wno-deprecated -Wno-unknown-pragmas -Wno-reorder -Wno-char-subscripts -Wno-switch -Wno-unused-parameter -Wno-unused-variable -Wno-deprecated -Wno-unused-value -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wno-unused-function -Wno-sign-compare -Wno-shorten-64-to-32 -Wno-reorder -Wno-unused-local-typedefs -Werror -pedantic -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/cpprest.dir/http/oauth/oauth1.cpp.o -c /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/oauth/oauth1.cpp | |
cd /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/src && /usr/local/Library/Homebrew/shims/super/clang++ -Dcpprest_EXPORTS -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/libs/websocketpp -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/../include -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch -stdlib=libc++ -Wno-return-type-c-linkage -Wno-unneeded-internal-declaration -std=c++11 -fno-strict-aliasing -Wall -Wextra -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wno-overloaded-virtual -Wno-sign-conversion -Wno-deprecated -Wno-unknown-pragmas -Wno-reorder -Wno-char-subscripts -Wno-switch -Wno-unused-parameter -Wno-unused-variable -Wno-deprecated -Wno-unused-value -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wno-unused-function -Wno-sign-compare -Wno-shorten-64-to-32 -Wno-reorder -Wno-unused-local-typedefs -Werror -pedantic -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/cpprest.dir/http/listener/http_server_api.cpp.o -c /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/listener/http_server_api.cpp | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/common/http_msg.cpp:25: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:29: | |
In file included from /usr/local/include/boost/asio/ssl/detail/openssl_init.hpp:100: | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:43:23: error: expected unqualified-id | |
mutexes_.resize(::CRYPTO_num_locks()); | |
^ | |
/usr/local/opt/[email protected]/include/openssl/crypto.h:218:41: note: expanded from macro 'CRYPTO_num_locks' | |
# define CRYPTO_num_locks() (1) | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/common/http_msg.cpp:25: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:29: | |
In file included from /usr/local/include/boost/asio/ssl/detail/openssl_init.hpp:100: | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:46:66: error: expected unqualified-id | |
::CRYPTO_set_locking_callback(&do_init::openssl_locking_func); | |
^ | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:47:56: error: expected unqualified-id | |
::CRYPTO_set_id_callback(&do_init::openssl_id_func); | |
^ | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:64:32: error: expected unqualified-id | |
::CRYPTO_set_id_callback(0); | |
^ | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:65:37: error: expected unqualified-id | |
::CRYPTO_set_locking_callback(0); | |
^ | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:66:7: error: expected unqualified-id | |
::ERR_free_strings(); | |
^ | |
/usr/local/opt/[email protected]/include/openssl/err.h:243:29: note: expanded from macro 'ERR_free_strings' | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/common/http_helpers.cpp:26: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:29: | |
In file included from /usr/local/include/boost/asio/ssl/detail/openssl_init.hpp:100: | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:43:23: error: expected unqualified-id | |
mutexes_.resize(::CRYPTO_num_locks()); | |
^ | |
# define ERR_free_strings() while(0) continue | |
^ | |
/usr/local/opt/[email protected]/include/openssl/crypto.h:218:41: note: expanded from macro 'CRYPTO_num_locks' | |
# define CRYPTO_num_locks() (1) | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/common/http_msg.cpp:25: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:29: | |
In file included from /usr/local/include/boost/asio/ssl/detail/openssl_init.hpp:100: | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:72:7: error: expected unqualified-id | |
::EVP_cleanup(); | |
^ | |
/usr/local/opt/[email protected]/include/openssl/evp.h:866:25: note: expanded from macro 'EVP_cleanup' | |
# define EVP_cleanup() while(0) continue | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/client/x509_cert_utilities.cpp:26: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:29: | |
In file included from /usr/local/include/boost/asio/ssl/detail/openssl_init.hpp:100: | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:43:23: error: expected unqualified-id | |
mutexes_.resize(::CRYPTO_num_locks()); | |
^ | |
/usr/local/opt/[email protected]/include/openssl/crypto.h:218:41: note: expanded from macro 'CRYPTO_num_locks' | |
# define CRYPTO_num_locks() (1) | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/common/http_helpers.cpp:26: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:29: | |
In file included from /usr/local/include/boost/asio/ssl/detail/openssl_init.hpp:100: | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:46:66: error: expected unqualified-id | |
::CRYPTO_set_locking_callback(&do_init::openssl_locking_func); | |
^ | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:47:56: error: expected unqualified-id | |
::CRYPTO_set_id_callback(&do_init::openssl_id_func); | |
^ | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:64:32: error: expected unqualified-id | |
::CRYPTO_set_id_callback(0); | |
^ | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:65:37: error: expected unqualified-id | |
::CRYPTO_set_locking_callback(0); | |
^ | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:66:7: error: expected unqualified-id | |
::ERR_free_strings(); | |
^ | |
/usr/local/opt/[email protected]/include/openssl/err.h:243:29: note: expanded from macro 'ERR_free_strings' | |
# define ERR_free_strings() while(0) continue | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/common/http_helpers.cpp:26: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:29: | |
In file included from /usr/local/include/boost/asio/ssl/detail/openssl_init.hpp:100: | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:72:7: error: expected unqualified-id | |
::EVP_cleanup(); | |
^ | |
/usr/local/opt/[email protected]/include/openssl/evp.h:866:25: note: expanded from macro 'EVP_cleanup' | |
# define EVP_cleanup() while(0) continue | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/common/http_helpers.cpp:26: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:29: | |
In file included from /usr/local/include/boost/asio/ssl/detail/openssl_init.hpp:100: | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:73:7: error: expected unqualified-id | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/client/x509_cert_utilities.cpp:26: | |
In file included from In file included from ::CRYPTO_cleanup_all_ex_data(); | |
^ | |
/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/common/http_msg.cpp/usr/local/opt/[email protected]/include/openssl/crypto.hIn file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from :25: | |
/usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:29: | |
In file included from /usr/local/include/boost/asio/ssl/detail/openssl_init.hpp:100: | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:46:66: error: expected unqualified-id | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132 ::CRYPTO_set_locking_callback(&do_init::openssl_locking_func);:: | |
^ | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:47:56: error: expected unqualified-id | |
::CRYPTO_set_id_callback(&do_init::openssl_id_func); | |
^ | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:64:32: error: expected unqualified-id | |
::CRYPTO_set_id_callback(0); | |
^ | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:65:37: error: expected unqualified-id | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from ::CRYPTO_set_locking_callback(0); | |
^ | |
/usr/local/include/boost/asio/ssl.hpp:19: | |
206/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ippIn file included from /usr/local/include/boost/asio/ssl/context.hpp:::293966: | |
: note: In file included from :expanded from macro 'CRYPTO_cleanup_all_ex_data'/usr/local/include/boost/asio/ssl/detail/openssl_init.hpp7 | |
:100: | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:73:7: error: # define CRYPTO_cleanup_all_ex_data() while(0) continue | |
^ | |
expected unqualified-id | |
::CRYPTO_cleanup_all_ex_data(); | |
^ | |
/usr/local/opt/[email protected]/include/openssl/crypto.h:206:39: note: expanded from macro 'CRYPTO_cleanup_all_ex_data' | |
# define CRYPTO_cleanup_all_ex_data() while(0) continue | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/common/http_msg.cpp:25: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:29: | |
In file included from /usr/local/include/boost/asio/ssl/detail/openssl_init.hpp:100: | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:76:7: error: expected unqualified-id | |
::ENGINE_cleanup(); | |
^ | |
/usr/local/opt/[email protected]/include/openssl/engine.h:508:27: note: expanded from macro 'ENGINE_cleanup' | |
# define ENGINE_cleanup() while(0) continue | |
^ | |
In file included from : error: expected unqualified-id | |
/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/common/http_helpers.cpp:26: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:29: | |
In file included from /usr/local/include/boost/asio/ssl/detail/openssl_init.hpp:100: | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:76:7: error: expected unqualified-id | |
::ERR_free_strings(); | |
^ | |
::ENGINE_cleanup(); | |
^ | |
/usr/local/opt/[email protected]/include/openssl/err.h:243:29: note: expanded from macro 'ERR_free_strings' | |
/usr/local/opt/[email protected]/include/openssl/engine.h:508:27# define ERR_free_strings() while(0) continue | |
^ | |
: note: expanded from macro 'ENGINE_cleanup' | |
# define ENGINE_cleanup() while(0) continue | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/client/x509_cert_utilities.cpp:26: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:29: | |
In file included from /usr/local/include/boost/asio/ssl/detail/openssl_init.hpp:100: | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:72:7: error: expected unqualified-id | |
::EVP_cleanup(); | |
^ | |
/usr/local/opt/[email protected]/include/openssl/evp.h:866:25: note: expanded from macro 'EVP_cleanup' | |
# define EVP_cleanup() while(0) continue | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/client/x509_cert_utilities.cpp:26: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:29: | |
In file included from /usr/local/include/boost/asio/ssl/detail/openssl_init.hpp:100: | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:73:7: error: expected unqualified-id | |
::CRYPTO_cleanup_all_ex_data(); | |
^ | |
/usr/local/opt/[email protected]/include/openssl/crypto.h:206:39: note: expanded from macro 'CRYPTO_cleanup_all_ex_data' | |
# define CRYPTO_cleanup_all_ex_data() while(0) continue | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/client/x509_cert_utilities.cpp:26: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:29: | |
In file included from /usr/local/include/boost/asio/ssl/detail/openssl_init.hpp:100: | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:76:7: error: expected unqualified-id | |
::ENGINE_cleanup(); | |
^ | |
/usr/local/opt/[email protected]/include/openssl/engine.h:508:27: note: expanded from macro 'ENGINE_cleanup' | |
# define ENGINE_cleanup() while(0) continue | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/listener/http_listener.cpp:26: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:29: | |
In file included from /usr/local/include/boost/asio/ssl/detail/openssl_init.hpp:100: | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:43:23: error: expected unqualified-id | |
mutexes_.resize(::CRYPTO_num_locks()); | |
^ | |
/usr/local/opt/[email protected]/include/openssl/crypto.h:218:41: note: expanded from macro 'CRYPTO_num_locks' | |
# define CRYPTO_num_locks() (1) | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/listener/http_listener.cpp:26: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:29: | |
In file included from /usr/local/include/boost/asio/ssl/detail/openssl_init.hpp:100: | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:46:66: error: expected unqualified-id | |
::CRYPTO_set_locking_callback(&do_init::openssl_locking_func); | |
^ | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:47:56: error: expected unqualified-id | |
::CRYPTO_set_id_callback(&do_init::openssl_id_func); | |
^ | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:64:32: error: expected unqualified-id | |
::CRYPTO_set_id_callback(0); | |
^ | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:65:37: error: expected unqualified-id | |
::CRYPTO_set_locking_callback(0); | |
^ | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:66:7: error: expected unqualified-id | |
::ERR_free_strings(); | |
^ | |
/usr/local/opt/[email protected]/include/openssl/err.h:243:29: note: expanded from macro 'ERR_free_strings' | |
# define ERR_free_strings() while(0) continue | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/listener/http_listener.cpp:26: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:29: | |
In file included from /usr/local/include/boost/asio/ssl/detail/openssl_init.hpp:100: | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:72:7: error: expected unqualified-id | |
::EVP_cleanup(); | |
^ | |
/usr/local/opt/[email protected]/include/openssl/evp.h:866:25: note: expanded from macro 'EVP_cleanup' | |
# define EVP_cleanup() while(0) continue | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/listener/http_listener.cpp:26: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:29: | |
In file included from /usr/local/include/boost/asio/ssl/detail/openssl_init.hpp:100: | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:73:7: error: expected unqualified-id | |
::CRYPTO_cleanup_all_ex_data(); | |
^ | |
/usr/local/opt/[email protected]/include/openssl/crypto.h:206:39: note: expanded from macro 'CRYPTO_cleanup_all_ex_data' | |
# define CRYPTO_cleanup_all_ex_data() while(0) continue | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/listener/http_listener.cpp:26: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:29: | |
In file included from /usr/local/include/boost/asio/ssl/detail/openssl_init.hpp:100: | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:76:7: error: expected unqualified-id | |
::ENGINE_cleanup(); | |
^ | |
/usr/local/opt/[email protected]/include/openssl/engine.h:508:27: note: expanded from macro 'ENGINE_cleanup' | |
# define ENGINE_cleanup() while(0) continue | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/oauth/oauth1.cpp:26: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:29: | |
In file included from /usr/local/include/boost/asio/ssl/detail/openssl_init.hpp:100: | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:43:23: error: expected unqualified-id | |
mutexes_.resize(::CRYPTO_num_locks()); | |
^ | |
/usr/local/opt/[email protected]/include/openssl/crypto.h:218:41: note: expanded from macro 'CRYPTO_num_locks' | |
# define CRYPTO_num_locks() (1) | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/oauth/oauth1.cpp:26: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:29: | |
In file included from /usr/local/include/boost/asio/ssl/detail/openssl_init.hpp:100: | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:46:66: error: expected unqualified-id | |
::CRYPTO_set_locking_callback(&do_init::openssl_locking_func); | |
^ | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:47:56: error: expected unqualified-id | |
::CRYPTO_set_id_callback(&do_init::openssl_id_func); | |
^ | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:64:32: error: expected unqualified-id | |
::CRYPTO_set_id_callback(0); | |
^ | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:65:37: error: expected unqualified-id | |
::CRYPTO_set_locking_callback(0); | |
^ | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:66:7: error: expected unqualified-id | |
::ERR_free_strings(); | |
^ | |
/usr/local/opt/[email protected]/include/openssl/err.h:243:29: note: expanded from macro 'ERR_free_strings' | |
# define ERR_free_strings() while(0) continue | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/oauth/oauth1.cpp:26: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:29: | |
In file included from /usr/local/include/boost/asio/ssl/detail/openssl_init.hpp:100: | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:72:7: error: expected unqualified-id | |
::EVP_cleanup(); | |
^ | |
/usr/local/opt/[email protected]/include/openssl/evp.h:866:25: note: expanded from macro 'EVP_cleanup' | |
# define EVP_cleanup() while(0) continue | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/oauth/oauth1.cpp:26: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:29: | |
In file included from /usr/local/include/boost/asio/ssl/detail/openssl_init.hpp:100: | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:73:7: error: expected unqualified-id | |
::CRYPTO_cleanup_all_ex_data(); | |
^ | |
/usr/local/opt/[email protected]/include/openssl/crypto.h:206:39: note: expanded from macro 'CRYPTO_cleanup_all_ex_data' | |
# define CRYPTO_cleanup_all_ex_data() while(0) continue | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/oauth/oauth1.cpp:26: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:29: | |
In file included from /usr/local/include/boost/asio/ssl/detail/openssl_init.hpp:100: | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:76:7: error: expected unqualified-id | |
::ENGINE_cleanup(); | |
^ | |
/usr/local/opt/[email protected]/include/openssl/engine.h:508:27: note: expanded from macro 'ENGINE_cleanup' | |
# define ENGINE_cleanup() while(0) continue | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/listener/http_listener_msg.cpp:23: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:29: | |
In file included from /usr/local/include/boost/asio/ssl/detail/openssl_init.hpp:100: | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:43:23: error: expected unqualified-id | |
mutexes_.resize(::CRYPTO_num_locks()); | |
^ | |
/usr/local/opt/[email protected]/include/openssl/crypto.h:218:41: note: expanded from macro 'CRYPTO_num_locks' | |
# define CRYPTO_num_locks() (1) | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/listener/http_listener_msg.cpp:23: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:29: | |
In file included from /usr/local/include/boost/asio/ssl/detail/openssl_init.hpp:100: | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:46:66: error: expected unqualified-id | |
::CRYPTO_set_locking_callback(&do_init::openssl_locking_func); | |
^ | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:47:56: error: expected unqualified-id | |
::CRYPTO_set_id_callback(&do_init::openssl_id_func); | |
^ | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:64:32: error: expected unqualified-id | |
::CRYPTO_set_id_callback(0); | |
^ | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:65:37: error: expected unqualified-id | |
::CRYPTO_set_locking_callback(0); | |
^ | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:66:7: error: expected unqualified-id | |
::ERR_free_strings(); | |
^ | |
/usr/local/opt/[email protected]/include/openssl/err.h:243:29: note: expanded from macro 'ERR_free_strings' | |
# define ERR_free_strings() while(0) continue | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/listener/http_listener_msg.cpp:23: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:29: | |
In file included from /usr/local/include/boost/asio/ssl/detail/openssl_init.hpp:100: | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:72:7: error: expected unqualified-id | |
::EVP_cleanup(); | |
^ | |
/usr/local/opt/[email protected]/include/openssl/evp.h:866:25: note: expanded from macro 'EVP_cleanup' | |
# define EVP_cleanup() while(0) continue | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/listener/http_listener_msg.cpp:23: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:29: | |
In file included from /usr/local/include/boost/asio/ssl/detail/openssl_init.hpp:100: | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:73:7: error: expected unqualified-id | |
::CRYPTO_cleanup_all_ex_data(); | |
^ | |
/usr/local/opt/[email protected]/include/openssl/crypto.h:206:39: note: expanded from macro 'CRYPTO_cleanup_all_ex_data' | |
# define CRYPTO_cleanup_all_ex_data() while(0) continue | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/listener/http_listener_msg.cpp:23: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:29: | |
In file included from /usr/local/include/boost/asio/ssl/detail/openssl_init.hpp:100: | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:76:7: error: expected unqualified-id | |
::ENGINE_cleanup(); | |
^ | |
/usr/local/opt/[email protected]/include/openssl/engine.h:508:27: note: expanded from macro 'ENGINE_cleanup' | |
# define ENGINE_cleanup() while(0) continue | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/client/http_client_msg.cpp:25: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:29: | |
In file included from /usr/local/include/boost/asio/ssl/detail/openssl_init.hpp:100: | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:43:23: error: expected unqualified-id | |
mutexes_.resize(::CRYPTO_num_locks()); | |
^ | |
/usr/local/opt/[email protected]/include/openssl/crypto.h:218:41: note: expanded from macro 'CRYPTO_num_locks' | |
# define CRYPTO_num_locks() (1) | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/client/http_client_msg.cpp:25: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:29: | |
In file included from /usr/local/include/boost/asio/ssl/detail/openssl_init.hpp:100: | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:46:66: error: expected unqualified-id | |
::CRYPTO_set_locking_callback(&do_init::openssl_locking_func); | |
^ | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:47:56: error: expected unqualified-id | |
::CRYPTO_set_id_callback(&do_init::openssl_id_func); | |
^ | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:64:32: error: expected unqualified-id | |
::CRYPTO_set_id_callback(0); | |
^ | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:65:37: error: expected unqualified-id | |
::CRYPTO_set_locking_callback(0); | |
^ | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:66:7: error: expected unqualified-id | |
::ERR_free_strings(); | |
^ | |
/usr/local/opt/[email protected]/include/openssl/err.h:243:29: note: expanded from macro 'ERR_free_strings' | |
# define ERR_free_strings() while(0) continue | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/client/http_client_msg.cpp:25: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:29: | |
In file included from /usr/local/include/boost/asio/ssl/detail/openssl_init.hpp:100: | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:72:7: error: expected unqualified-id | |
::EVP_cleanup(); | |
^ | |
/usr/local/opt/[email protected]/include/openssl/evp.h:866:25: note: expanded from macro 'EVP_cleanup' | |
# define EVP_cleanup() while(0) continue | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/client/http_client_msg.cpp:25: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:29: | |
In file included from /usr/local/include/boost/asio/ssl/detail/openssl_init.hpp:100: | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:73:7: error: expected unqualified-id | |
::CRYPTO_cleanup_all_ex_data(); | |
^ | |
/usr/local/opt/[email protected]/include/openssl/crypto.h:206:39: note: expanded from macro 'CRYPTO_cleanup_all_ex_data' | |
# define CRYPTO_cleanup_all_ex_data() while(0) continue | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/client/http_client_msg.cpp:25: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:29: | |
In file included from /usr/local/include/boost/asio/ssl/detail/openssl_init.hpp:100: | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:76:7: error: expected unqualified-id | |
::ENGINE_cleanup(); | |
^ | |
/usr/local/opt/[email protected]/include/openssl/engine.h:508:27: note: expanded from macro 'ENGINE_cleanup' | |
# define ENGINE_cleanup() while(0) continue | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/common/http_msg.cpp:25: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:786: | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:83:31: error: no member named 'SSLv2_method' in the global namespace | |
handle_ = ::SSL_CTX_new(::SSLv2_method()); | |
~~^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/common/http_helpers.cpp:26: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:786: | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:83:31: error: no member named 'SSLv2_method' in the global namespace | |
handle_ = ::SSL_CTX_new(::SSLv2_method()); | |
~~^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/client/x509_cert_utilities.cpp:26: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:786: | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:83:31: error: no member named 'SSLv2_method' in the global namespace | |
handle_ = ::SSL_CTX_new(::SSLv2_method()); | |
~~^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/listener/http_listener.cpp:26: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:786: | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:83:31: error: no member named 'SSLv2_method' in the global namespace | |
handle_ = ::SSL_CTX_new(::SSLv2_method()); | |
~~^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/oauth/oauth1.cpp:26: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:786: | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:83:31: error: no member named 'SSLv2_method' in the global namespace | |
handle_ = ::SSL_CTX_new(::SSLv2_method()); | |
~~^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/listener/http_server_api.cpp:24: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:29: | |
In file included from /usr/local/include/boost/asio/ssl/detail/openssl_init.hpp:100: | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:43:23: error: expected unqualified-id | |
mutexes_.resize(::CRYPTO_num_locks()); | |
^ | |
/usr/local/opt/[email protected]/include/openssl/crypto.h:218:41: note: expanded from macro 'CRYPTO_num_locks' | |
# define CRYPTO_num_locks() (1) | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/listener/http_server_api.cpp:24: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:29: | |
In file included from /usr/local/include/boost/asio/ssl/detail/openssl_init.hpp:100: | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:46:66: error: expected unqualified-id | |
::CRYPTO_set_locking_callback(&do_init::openssl_locking_func); | |
^ | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:47:56: error: expected unqualified-id | |
::CRYPTO_set_id_callback(&do_init::openssl_id_func); | |
^ | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:64:32: error: expected unqualified-id | |
::CRYPTO_set_id_callback(0); | |
^ | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:65:37: error: expected unqualified-id | |
::CRYPTO_set_locking_callback(0); | |
^ | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:66:7: error: expected unqualified-id | |
::ERR_free_strings(); | |
^ | |
/usr/local/opt/[email protected]/include/openssl/err.h:243:29: note: expanded from macro 'ERR_free_strings' | |
# define ERR_free_strings() while(0) continue | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/listener/http_server_api.cpp:24: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:29: | |
In file included from /usr/local/include/boost/asio/ssl/detail/openssl_init.hpp:100: | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:72:7: error: expected unqualified-id | |
::EVP_cleanup(); | |
^ | |
/usr/local/opt/[email protected]/include/openssl/evp.h:866:25: note: expanded from macro 'EVP_cleanup' | |
# define EVP_cleanup() while(0) continue | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/listener/http_server_api.cpp:24: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:29: | |
In file included from /usr/local/include/boost/asio/ssl/detail/openssl_init.hpp:100: | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:73:7: error: expected unqualified-id | |
::CRYPTO_cleanup_all_ex_data(); | |
^ | |
/usr/local/opt/[email protected]/include/openssl/crypto.h:206:39: note: expanded from macro 'CRYPTO_cleanup_all_ex_data' | |
# define CRYPTO_cleanup_all_ex_data() while(0) continue | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/listener/http_server_api.cpp:24: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:29: | |
In file included from /usr/local/include/boost/asio/ssl/detail/openssl_init.hpp:100: | |
/usr/local/include/boost/asio/ssl/detail/impl/openssl_init.ipp:76:7: error: expected unqualified-id | |
::ENGINE_cleanup(); | |
^ | |
/usr/local/opt/[email protected]/include/openssl/engine.h:508:27: note: expanded from macro 'ENGINE_cleanup' | |
# define ENGINE_cleanup() while(0) continue | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/listener/http_listener_msg.cpp:23: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:786: | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:83:31: error: no member named 'SSLv2_method' in the global namespace | |
handle_ = ::SSL_CTX_new(::SSLv2_method()); | |
~~^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/client/http_client_msg.cpp:25: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:786: | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:83:31: error: no member named 'SSLv2_method' in the global namespace | |
handle_ = ::SSL_CTX_new(::SSLv2_method()); | |
~~^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/listener/http_server_api.cpp:24: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:786: | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:83:31: error: no member named 'SSLv2_method' in the global namespace | |
handle_ = ::SSL_CTX_new(::SSLv2_method()); | |
~~^ | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:86:31: error: no member named 'SSLv2_client_method' in the global namespace | |
handle_ = ::SSL_CTX_new(::SSLv2_client_method()); | |
~~^ | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:86:31: error: no member named 'SSLv2_client_method' in the global namespace | |
handle_ = ::SSL_CTX_new(::SSLv2_client_method()); | |
~~^ | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:86:31: error: no member named 'SSLv2_client_method' in the global namespace | |
handle_ = ::SSL_CTX_new(::SSLv2_client_method()); | |
~~^ | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:86:31: error: no member named 'SSLv2_client_method' in the global namespace | |
handle_ = ::SSL_CTX_new(::SSLv2_client_method()); | |
~~^ | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:86:31: error: no member named 'SSLv2_client_method' in the global namespace | |
handle_ = ::SSL_CTX_new(::SSLv2_client_method()); | |
~~^ | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:86:31: error: no member named 'SSLv2_client_method' in the global namespace | |
handle_ = ::SSL_CTX_new(::SSLv2_client_method()); | |
~~^ | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:86:31: error: no member named 'SSLv2_client_method' in the global namespace | |
handle_ = ::SSL_CTX_new(::SSLv2_client_method()); | |
~~^ | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:86:31: error: no member named 'SSLv2_client_method' in the global namespace | |
handle_ = ::SSL_CTX_new(::SSLv2_client_method()); | |
~~^ | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:89:31: error: no member named 'SSLv2_server_method' in the global namespace | |
handle_ = ::SSL_CTX_new(::SSLv2_server_method()); | |
~~^ | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:208:16: error: member access into incomplete type 'SSL_CTX' (aka 'ssl_ctx_st') | |
if (handle_->default_passwd_callback_userdata) | |
^ | |
/usr/local/opt/[email protected]/include/openssl/ossl_typ.h:145:16: note: forward declaration of 'ssl_ctx_st' | |
typedef struct ssl_ctx_st SSL_CTX; | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/common/http_helpers.cpp:26: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:786: | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:212:20: error: member access into incomplete type 'SSL_CTX' (aka 'ssl_ctx_st') | |
handle_->default_passwd_callback_userdata); | |
^ | |
/usr/local/opt/[email protected]/include/openssl/ossl_typ.h:145:16: note: forward declaration of 'ssl_ctx_st' | |
typedef struct ssl_ctx_st SSL_CTX; | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/common/http_helpers.cpp:26: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:786: | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:212:22: error: expected ')' | |
handle_->default_passwd_callback_userdata); | |
^ | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:211:53: note: to match this '(' | |
static_cast<detail::password_callback_base*>( | |
^ | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:214:14: error: member access into incomplete type 'SSL_CTX' (aka 'ssl_ctx_st') | |
handle_->default_passwd_callback_userdata = 0; | |
^ | |
/usr/local/opt/[email protected]/include/openssl/ossl_typ.h:145:16: note: forward declaration of 'ssl_ctx_st' | |
typedef struct ssl_ctx_st SSL_CTX; | |
^ | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:89:31: error: no member named 'SSLv2_server_method' in the global namespace | |
handle_ = ::SSL_CTX_new(::SSLv2_server_method()); | |
~~^ | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:208:16: error: member access into incomplete type 'SSL_CTX' (aka 'ssl_ctx_st') | |
if (handle_->default_passwd_callback_userdata) | |
^ | |
/usr/local/opt/[email protected]/include/openssl/ossl_typ.h:145:16: note: forward declaration of 'ssl_ctx_st' | |
typedef struct ssl_ctx_st SSL_CTX; | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/common/http_msg.cpp:25: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:786: | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:212:20: error: member access into incomplete type 'SSL_CTX' (aka 'ssl_ctx_st') | |
handle_->default_passwd_callback_userdata); | |
^ | |
/usr/local/opt/[email protected]/include/openssl/ossl_typ.h:145:16: note: forward declaration of 'ssl_ctx_st' | |
typedef struct ssl_ctx_st SSL_CTX; | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/common/http_msg.cpp:25: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:786: | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:212:22: error: expected ')' | |
handle_->default_passwd_callback_userdata); | |
^ | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:211:53: note: to match this '(' | |
static_cast<detail::password_callback_base*>( | |
^ | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:214:14: error: member access into incomplete type 'SSL_CTX' (aka 'ssl_ctx_st') | |
handle_->default_passwd_callback_userdata = 0; | |
^ | |
/usr/local/opt/[email protected]/include/openssl/ossl_typ.h:145:16: note: forward declaration of 'ssl_ctx_st' | |
typedef struct ssl_ctx_st SSL_CTX; | |
^ | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:89:31: error: no member named 'SSLv2_server_method' in the global namespace | |
handle_ = ::SSL_CTX_new(::SSLv2_server_method()); | |
~~^ | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:208:16: error: member access into incomplete type 'SSL_CTX' (aka 'ssl_ctx_st') | |
if (handle_->default_passwd_callback_userdata) | |
^ | |
/usr/local/opt/[email protected]/include/openssl/ossl_typ.h:145:16: note: forward declaration of 'ssl_ctx_st' | |
typedef struct ssl_ctx_st SSL_CTX; | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/client/x509_cert_utilities.cpp:26: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:786: | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:212:20: error: member access into incomplete type 'SSL_CTX' (aka 'ssl_ctx_st') | |
handle_->default_passwd_callback_userdata); | |
^ | |
/usr/local/opt/[email protected]/include/openssl/ossl_typ.h:145:16: note: forward declaration of 'ssl_ctx_st' | |
typedef struct ssl_ctx_st SSL_CTX; | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/client/x509_cert_utilities.cpp:26: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:786: | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:212:22: error: expected ')' | |
handle_->default_passwd_callback_userdata); | |
^ | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:211:53: note: to match this '(' | |
static_cast<detail::password_callback_base*>( | |
^ | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:214:14: error: member access into incomplete type 'SSL_CTX' (aka 'ssl_ctx_st') | |
handle_->default_passwd_callback_userdata = 0; | |
^ | |
/usr/local/opt/[email protected]/include/openssl/ossl_typ.h:145:16: note: forward declaration of 'ssl_ctx_st' | |
typedef struct ssl_ctx_st SSL_CTX; | |
^ | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:89:31: error: no member named 'SSLv2_server_method' in the global namespace | |
handle_ = ::SSL_CTX_new(::SSLv2_server_method()); | |
~~^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/common/http_helpers.cpp:26: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:786: | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:551:18: error: member access into incomplete type 'SSL_CTX' (aka 'ssl_ctx_st') | |
handle_->default_passwd_callback, | |
^ | |
/usr/local/opt/[email protected]/include/openssl/ossl_typ.h:145:16: note: forward declaration of 'ssl_ctx_st' | |
typedef struct ssl_ctx_st SSL_CTX; | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/common/http_helpers.cpp:26: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:786: | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:552:18: error: member access into incomplete type 'SSL_CTX' (aka 'ssl_ctx_st') | |
handle_->default_passwd_callback_userdata) }; | |
^ | |
/usr/local/opt/[email protected]/include/openssl/ossl_typ.h:145:16: note: forward declaration of 'ssl_ctx_st' | |
typedef struct ssl_ctx_st SSL_CTX; | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/common/http_helpers.cpp:26: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:786: | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:580:18: error: member access into incomplete type 'SSL_CTX' (aka 'ssl_ctx_st') | |
handle_->default_passwd_callback, | |
^ | |
/usr/local/opt/[email protected]/include/openssl/ossl_typ.h:145:16: note: forward declaration of 'ssl_ctx_st' | |
typedef struct ssl_ctx_st SSL_CTX; | |
^ | |
fatal error: too many errors emitted, stopping now [-ferror-limit=] | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:89:31: error: no member named 'SSLv2_server_method' in the global namespace | |
handle_ = ::SSL_CTX_new(::SSLv2_server_method()); | |
~~^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/common/http_msg.cpp:25: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:786: | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:551:18: error: member access into incomplete type 'SSL_CTX' (aka 'ssl_ctx_st') | |
handle_->default_passwd_callback, | |
^ | |
/usr/local/opt/[email protected]/include/openssl/ossl_typ.h:145:16: note: forward declaration of 'ssl_ctx_st' | |
typedef struct ssl_ctx_st SSL_CTX; | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/common/http_msg.cpp:25: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:786: | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:552:18: error: member access into incomplete type 'SSL_CTX' (aka 'ssl_ctx_st') | |
handle_->default_passwd_callback_userdata) }; | |
^ | |
/usr/local/opt/[email protected]/include/openssl/ossl_typ.h:145:16: noteIn file included from /usr/local/include/boost/asio/ssl/impl/context.ipp:208: /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/client/x509_cert_utilities.cppforward declaration of 'ssl_ctx_st':16: error: member access into incomplete type 'SSL_CTX' (aka 'ssl_ctx_st') | |
if (handle_->default_passwd_callback_userdata) | |
^ | |
/usr/local/opt/[email protected]/include/openssl/ossl_typ.h:145:16: note: forward declaration of 'ssl_ctx_st' | |
typedef struct ssl_ctx_st SSL_CTX; | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/listener/http_listener.cpp:26: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:786: | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:212:20: error: member access into incomplete type 'SSL_CTX' (aka 'ssl_ctx_st') | |
handle_->default_passwd_callback_userdata); | |
^ | |
/usr/local/opt/[email protected]/include/openssl/ossl_typ.h:145:16: note: forward declaration of 'ssl_ctx_st' | |
typedef struct ssl_ctx_st SSL_CTX; | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/listener/http_listener.cpp:26: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:786: | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:212:22 | |
:26: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h/usr/local/include/boost/asio/ssl/impl/context.ipp:typedef struct ssl_ctx_st SSL_CTX;:65: | |
In file included from | |
:/usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from ^ | |
/usr/local/include/boost/asio/ssl/context.hpp:786: | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:551:18: error: member access into incomplete type 'SSL_CTX' (aka 'ssl_ctx_st') | |
handle_->default_passwd_callback, | |
^ | |
/usr/local/opt/[email protected]/include/openssl/ossl_typ.h:145:16: note: forward declaration of 'ssl_ctx_st' | |
typedef struct ssl_ctx_st SSL_CTX; | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/client/x509_cert_utilities.cpp:26: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:786: | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:552:18: error: member access into incomplete type 'SSL_CTX' (aka 'ssl_ctx_st') | |
handle_->default_passwd_callback_userdata) }; | |
^ | |
/usr/local/opt/[email protected]/include/openssl/ossl_typ.h:145:16: note: forward declaration of 'ssl_ctx_st' | |
typedef struct ssl_ctx_st SSL_CTX; | |
^ | |
208:16: error: member access into incomplete type 'SSL_CTX' (aka 'ssl_ctx_st') | |
if (handle_->default_passwd_callback_userdata) | |
^ | |
/usr/local/opt/[email protected]/include/openssl/ossl_typ.h:145:16: note: forward declaration of 'ssl_ctx_st' | |
typedef struct ssl_ctx_st SSL_CTX; | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/common/http_msg.cpp:25: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from error: expected ')' | |
handle_->default_passwd_callback_userdata); | |
^ | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:211:53: note: to match this '(' | |
static_cast<detail::password_callback_base*>( | |
^ | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:214:14: error: member access into incomplete type 'SSL_CTX' (aka 'ssl_ctx_st') | |
handle_->default_passwd_callback_userdata = 0; | |
^ | |
/usr/local/opt/[email protected]/include/openssl/ossl_typ.h:145:16In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/client/x509_cert_utilities.cpp:26: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:786: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/oauth/oauth1.cpp/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp::/usr/local/include/boost/asio/ssl/impl/context.ipp:580:18: error: member access into incomplete type 'SSL_CTX' (aka 'ssl_ctx_st') | |
26: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h: handle_->default_passwd_callback, | |
note786: | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:580:18: error: member access into incomplete type 'SSL_CTX' (aka 'ssl_ctx_st') | |
:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:786: | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:212:20: error: member access into incomplete type 'SSL_CTX' (aka 'ssl_ctx_st') | |
handle_->default_passwd_callback_userdata); | |
^ | |
/usr/local/opt/[email protected]/include/openssl/ossl_typ.h: ^ | |
/usr/local/opt/[email protected]/include/openssl/ossl_typ.h:145:16: note: forward declaration of 'ssl_ctx_st' | |
typedef struct ssl_ctx_st SSL_CTX; | |
^ | |
fatal error: too many errors emitted, stopping now [-ferror-limit=] | |
145:16: note: forward declaration of 'ssl_ctx_st' | |
typedef struct ssl_ctx_st SSL_CTX; | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/oauth/oauth1.cpp:26: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:786: | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:212:22: error: expected ')' | |
handle_->default_passwd_callback_userdata); | |
^ | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:211:53: note: to match this '(' | |
static_cast<detail::password_callback_base*>( | |
^ | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:214:14: error: member access into incomplete type 'SSL_CTX' (aka 'ssl_ctx_st') | |
handle_->default_passwd_callback_userdata = 0; | |
^ | |
/usr/local/opt/[email protected]/include/openssl/ossl_typ.h:145:16: note: forward declaration of 'ssl_ctx_st' | |
typedef struct ssl_ctx_st SSL_CTX; | |
^ | |
: forward declaration of 'ssl_ctx_st' | |
typedef struct ssl_ctx_st SSL_CTX; | |
^ | |
handle_->default_passwd_callback, | |
^ | |
/usr/local/opt/[email protected]/include/openssl/ossl_typ.h:145:16: note: forward declaration of 'ssl_ctx_st' | |
typedef struct ssl_ctx_st SSL_CTX; | |
^ | |
fatal error: too many errors emitted, stopping now [-ferror-limit=] | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:89:31: error: no member named 'SSLv2_server_method' in the global namespace | |
handle_ = ::SSL_CTX_new(::SSLv2_server_method()); | |
~~^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/oauth/oauth1.cpp:26: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:786: | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:551:18: error: member access into incomplete type 'SSL_CTX' (aka 'ssl_ctx_st') | |
handle_->default_passwd_callback, | |
^ | |
/usr/local/opt/[email protected]/include/openssl/ossl_typ.h:145:16: note: forward declaration of 'ssl_ctx_st' | |
typedef struct ssl_ctx_st SSL_CTX; | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/oauth/oauth1.cpp:26: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:786: | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:552:18: error: member access into incomplete type 'SSL_CTX' (aka 'ssl_ctx_st') | |
handle_->default_passwd_callback_userdata) }; | |
^ | |
/usr/local/opt/[email protected]/include/openssl/ossl_typ.h:145:16: note: forward declaration of 'ssl_ctx_st' | |
typedef struct ssl_ctx_st SSL_CTX; | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/listener/http_listener.cpp:26: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:786: | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:551:18: error: member access into incomplete type 'SSL_CTX' (aka 'ssl_ctx_st') | |
handle_->default_passwd_callback, | |
^ | |
/usr/local/opt/[email protected]/include/openssl/ossl_typ.h:145:16: note: forward declaration of 'ssl_ctx_st' | |
typedef struct ssl_ctx_st SSL_CTX; | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/listener/http_listener.cpp:26: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:786: | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:552:18: error: member access into incomplete type 'SSL_CTX' (aka 'ssl_ctx_st') | |
handle_->default_passwd_callback_userdata) }; | |
^ | |
/usr/local/opt/[email protected]/include/openssl/ossl_typ.h:145:16: note: forward declaration of 'ssl_ctx_st' | |
typedef struct ssl_ctx_st SSL_CTX; | |
^ | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:208:16: error: member access into incomplete type 'SSL_CTX' (aka 'ssl_ctx_st') | |
if (handle_->default_passwd_callback_userdata) | |
^ | |
/usr/local/opt/[email protected]/include/openssl/ossl_typ.h:145:16: note: forward declaration of 'ssl_ctx_st' | |
typedef struct ssl_ctx_st SSL_CTX; | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/oauth/oauth1.cpp:26: | |
In file included from In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/listener/http_listener_msg.cpp:23: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:786: | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:580:18: error: member access into incomplete type 'SSL_CTX' (aka 'ssl_ctx_st') | |
handle_->default_passwd_callback, | |
^ | |
/usr/local/opt/[email protected]/include/openssl/ossl_typ.h:145:16: note: forward declaration of 'ssl_ctx_st' | |
typedef struct ssl_ctx_st SSL_CTX; | |
^ | |
fatal error: too many errors emitted, stopping now [-ferror-limit=] | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/listener/http_listener.cpp:26: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:786: | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:580:18: error: member access into incomplete type 'SSL_CTX' (aka 'ssl_ctx_st') | |
handle_->default_passwd_callback, | |
^ | |
/usr/local/opt/[email protected]/include/openssl/ossl_typ.h:145:16: note: forward declaration of 'ssl_ctx_st' | |
typedef struct ssl_ctx_st SSL_CTX; | |
^ | |
fatal error: too many errors emitted, stopping now [-ferror-limit=] | |
132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:786: | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:212:20: error: member access into incomplete type 'SSL_CTX' (aka 'ssl_ctx_st') | |
handle_->default_passwd_callback_userdata); | |
^ | |
/usr/local/opt/[email protected]/include/openssl/ossl_typ.h:145:16: note: forward declaration of 'ssl_ctx_st' | |
typedef struct ssl_ctx_st SSL_CTX; | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/listener/http_listener_msg.cpp:23: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:786: | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:212:22: error: expected ')' | |
handle_->default_passwd_callback_userdata); | |
^ | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:211:53: note: to match this '(' | |
static_cast<detail::password_callback_base*>( | |
^ | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:214:14: error: member access into incomplete type 'SSL_CTX' (aka 'ssl_ctx_st') | |
handle_->default_passwd_callback_userdata = 0; | |
^ | |
/usr/local/opt/[email protected]/include/openssl/ossl_typ.h:145:16: note: forward declaration of 'ssl_ctx_st' | |
typedef struct ssl_ctx_st SSL_CTX; | |
^ | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:89:31: error: no member named 'SSLv2_server_method' in the global namespace | |
handle_ = ::SSL_CTX_new(::SSLv2_server_method()); | |
~~^ | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:208:16: error: member access into incomplete type 'SSL_CTX' (aka 'ssl_ctx_st') | |
if (handle_->default_passwd_callback_userdata) | |
^ | |
/usr/local/opt/[email protected]/include/openssl/ossl_typ.h:145:16: note: forward declaration of 'ssl_ctx_st' | |
typedef struct ssl_ctx_st SSL_CTX; | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/client/http_client_msg.cpp:25: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:786: | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:212:20: error: member access into incomplete type 'SSL_CTX' (aka 'ssl_ctx_st') | |
handle_->default_passwd_callback_userdata); | |
^ | |
/usr/local/opt/[email protected]/include/openssl/ossl_typ.h:145:16: note: forward declaration of 'ssl_ctx_st' | |
typedef struct ssl_ctx_st SSL_CTX; | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/client/http_client_msg.cpp:25: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:786: | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:212:22: error: expected ')' | |
handle_->default_passwd_callback_userdata); | |
^ | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:211:53: note: to match this '(' | |
static_cast<detail::password_callback_base*>( | |
^ | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:214:14: error: member access into incomplete type 'SSL_CTX' (aka 'ssl_ctx_st') | |
handle_->default_passwd_callback_userdata = 0; | |
^ | |
/usr/local/opt/[email protected]/include/openssl/ossl_typ.h:145:16: note: forward declaration of 'ssl_ctx_st' | |
typedef struct ssl_ctx_st SSL_CTX; | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/listener/http_listener_msg.cpp:23: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:786: | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:551:18: error: member access into incomplete type 'SSL_CTX' (aka 'ssl_ctx_st') | |
handle_->default_passwd_callback, | |
^ | |
/usr/local/opt/[email protected]/include/openssl/ossl_typ.h:145:16: note: forward declaration of 'ssl_ctx_st' | |
typedef struct ssl_ctx_st SSL_CTX; | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/listener/http_listener_msg.cpp:23: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:786: | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:552:18: error: member access into incomplete type 'SSL_CTX' (aka 'ssl_ctx_st') | |
handle_->default_passwd_callback_userdata) }; | |
^ | |
/usr/local/opt/[email protected]/include/openssl/ossl_typ.h:145:16: note: forward declaration of 'ssl_ctx_st' | |
typedef struct ssl_ctx_st SSL_CTX; | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/listener/http_listener_msg.cpp:23: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:786: | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:580:18: error: member access into incomplete type 'SSL_CTX' (aka 'ssl_ctx_st') | |
handle_->default_passwd_callback, | |
^ | |
/usr/local/opt/[email protected]/include/openssl/ossl_typ.h:145:16: note: forward declaration of 'ssl_ctx_st' | |
typedef struct ssl_ctx_st SSL_CTX; | |
^ | |
fatal error: too many errors emitted, stopping now [-ferror-limit=] | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/client/http_client_msg.cpp:25: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:786: | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:551:18: error: member access into incomplete type 'SSL_CTX' (aka 'ssl_ctx_st') | |
handle_->default_passwd_callback, | |
^ | |
/usr/local/opt/[email protected]/include/openssl/ossl_typ.h:145:16: note: forward declaration of 'ssl_ctx_st' | |
typedef struct ssl_ctx_st SSL_CTX; | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/client/http_client_msg.cpp:25: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:786: | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:552:18: error: member access into incomplete type 'SSL_CTX' (aka 'ssl_ctx_st') | |
handle_->default_passwd_callback_userdata) }; | |
^ | |
/usr/local/opt/[email protected]/include/openssl/ossl_typ.h:145:16: note: forward declaration of 'ssl_ctx_st' | |
typedef struct ssl_ctx_st SSL_CTX; | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/client/http_client_msg.cpp:25: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:786: | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:580:18: error: member access into incomplete type 'SSL_CTX' (aka 'ssl_ctx_st') | |
handle_->default_passwd_callback, | |
^ | |
/usr/local/opt/[email protected]/include/openssl/ossl_typ.h:145:16: note: forward declaration of 'ssl_ctx_st' | |
typedef struct ssl_ctx_st SSL_CTX; | |
^ | |
fatal error: too many errors emitted, stopping now [-ferror-limit=] | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:89:31: error: no member named 'SSLv2_server_method' in the global namespace | |
handle_ = ::SSL_CTX_new(::SSLv2_server_method()); | |
~~^ | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:208:16: error: member access into incomplete type 'SSL_CTX' (aka 'ssl_ctx_st') | |
if (handle_->default_passwd_callback_userdata) | |
^ | |
/usr/local/opt/[email protected]/include/openssl/ossl_typ.h:145:16: note: forward declaration of 'ssl_ctx_st' | |
typedef struct ssl_ctx_st SSL_CTX; | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/listener/http_server_api.cpp:24: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:786: | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:212:20: error: member access into incomplete type 'SSL_CTX' (aka 'ssl_ctx_st') | |
handle_->default_passwd_callback_userdata); | |
^ | |
/usr/local/opt/[email protected]/include/openssl/ossl_typ.h:145:16: note: forward declaration of 'ssl_ctx_st' | |
typedef struct ssl_ctx_st SSL_CTX; | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/listener/http_server_api.cpp:24: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:786: | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:212:22: error: expected ')' | |
handle_->default_passwd_callback_userdata); | |
^ | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:211:53: note: to match this '(' | |
static_cast<detail::password_callback_base*>( | |
^ | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:214:14: error: member access into incomplete type 'SSL_CTX' (aka 'ssl_ctx_st') | |
handle_->default_passwd_callback_userdata = 0; | |
^ | |
/usr/local/opt/[email protected]/include/openssl/ossl_typ.h:145:16: note: forward declaration of 'ssl_ctx_st' | |
typedef struct ssl_ctx_st SSL_CTX; | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/listener/http_server_api.cpp:24: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:786: | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:551:18: error: member access into incomplete type 'SSL_CTX' (aka 'ssl_ctx_st') | |
handle_->default_passwd_callback, | |
^ | |
/usr/local/opt/[email protected]/include/openssl/ossl_typ.h:145:16: note: forward declaration of 'ssl_ctx_st' | |
typedef struct ssl_ctx_st SSL_CTX; | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/listener/http_server_api.cpp:24: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:786: | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:552:18: error: member access into incomplete type 'SSL_CTX' (aka 'ssl_ctx_st') | |
handle_->default_passwd_callback_userdata) }; | |
^ | |
/usr/local/opt/[email protected]/include/openssl/ossl_typ.h:145:16: note: forward declaration of 'ssl_ctx_st' | |
typedef struct ssl_ctx_st SSL_CTX; | |
^ | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/listener/http_server_api.cpp:24: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch/stdafx.h:132: | |
In file included from /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include/cpprest/http_client.h:65: | |
In file included from /usr/local/include/boost/asio/ssl.hpp:19: | |
In file included from /usr/local/include/boost/asio/ssl/context.hpp:786: | |
/usr/local/include/boost/asio/ssl/impl/context.ipp:580:18: error: member access into incomplete type 'SSL_CTX' (aka 'ssl_ctx_st') | |
handle_->default_passwd_callback, | |
^ | |
/usr/local/opt/[email protected]/include/openssl/ossl_typ.h:145:16: note: forward declaration of 'ssl_ctx_st' | |
typedef struct ssl_ctx_st SSL_CTX; | |
^ | |
fatal error: too many errors emitted, stopping now [-ferror-limit=] | |
20 errors generated. | |
20 errors generated. | |
20 errors generated. | |
20 errors generated. | |
20 errors generated. | |
20 errors generated. | |
20 errors generated. | |
make[2]: *** [src/CMakeFiles/cpprest.dir/http/client/x509_cert_utilities.cpp.o] Error 1 | |
make[2]: *** Waiting for unfinished jobs.... | |
make[2]: *** [src/CMakeFiles/cpprest.dir/http/common/http_helpers.cpp.o] Error 1 | |
make[2]: *** [src/CMakeFiles/cpprest.dir/http/client/http_client_msg.cpp.o] Error 1 | |
20 errors generated. | |
make[2]: *** [src/CMakeFiles/cpprest.dir/http/common/http_msg.cpp.o] Error 1 | |
make[2]: *** [src/CMakeFiles/cpprest.dir/http/oauth/oauth1.cpp.o] Error 1 | |
make[2]: *** [src/CMakeFiles/cpprest.dir/http/listener/http_listener.cpp.o] Error 1 | |
make[2]: *** [src/CMakeFiles/cpprest.dir/http/listener/http_listener_msg.cpp.o] Error 1 | |
make[2]: *** [src/CMakeFiles/cpprest.dir/http/listener/http_server_api.cpp.o] Error 1 | |
make[1]: *** [src/CMakeFiles/cpprest.dir/all] Error 2 | |
make: *** [all] Error 2 | |
HOMEBREW_VERSION: 0.9.9 | |
ORIGIN: https://github.com/Homebrew/brew.git | |
HEAD: 9586390418dbcb8655bf7c62bb315c2a2090722e | |
Last commit: 12 hours ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: 8fba6904e803e7766af6d38c1726c92db895496c | |
Core tap last commit: 44 minutes ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_REPOSITORY: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com | |
CPU: octa-core 64-bit haswell | |
Homebrew Ruby: 2.0.0-p648 | |
GCC-4.2: build 0 | |
Clang: 7.3 build 703 | |
Git: 2.10.0 => /usr/local/bin/git | |
Perl: /usr/bin/perl | |
Python: /usr/bin/python | |
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby | |
Java: 1.8.0_102 | |
OS X: 10.11.6-x86_64 | |
Xcode: 7.3.1 | |
CLT: 7.3.1.0.1.1461711523 | |
X11: 2.7.9 => /opt/X11 | |
HOMEBREW_CC: clang | |
HOMEBREW_CXX: clang++ | |
SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk | |
MAKEFLAGS: -j8 | |
CMAKE_PREFIX_PATH: /usr/local/opt/[email protected]:/usr/local | |
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
MACOSX_DEPLOYMENT_TARGET: 10.11 | |
PKG_CONFIG_PATH: /usr/local/opt/[email protected]/lib/pkgconfig | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/Homebrew/os/mac/pkgconfig/10.11 | |
ACLOCAL_PATH: /usr/local/share/aclocal | |
PATH: /usr/local/Library/Homebrew/shims/super:/usr/local/opt/[email protected]/bin:/usr/local/opt/cmake/bin:/usr/bin:/bin:/usr/sbin:/sbin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clang++ called with: -Dcpprest_EXPORTS -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/libs/websocketpp -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/../include -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch -stdlib=libc++ -Wno-return-type-c-linkage -Wno-unneeded-internal-declaration -std=c++11 -fno-strict-aliasing -Wall -Wextra -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wno-overloaded-virtual -Wno-sign-conversion -Wno-deprecated -Wno-unknown-pragmas -Wno-reorder -Wno-char-subscripts -Wno-switch -Wno-unused-parameter -Wno-unused-variable -Wno-deprecated -Wno-unused-value -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wno-unused-function -Wno-sign-compare -Wno-shorten-64-to-32 -Wno-reorder -Wno-unused-local-typedefs -Werror -pedantic -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/cpprest.dir/http/client/http_client_msg.cpp.o -c /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/client/http_client_msg.cpp | |
superenv removed: -I/usr/local/include -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/../include -Wall -Wextra -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Werror -pedantic -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -Dcpprest_EXPORTS -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include -I/usr/local/opt/[email protected]/include -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/libs/websocketpp -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch -stdlib=libc++ -Wno-return-type-c-linkage -Wno-unneeded-internal-declaration -std=c++11 -fno-strict-aliasing -Wno-overloaded-virtual -Wno-sign-conversion -Wno-deprecated -Wno-unknown-pragmas -Wno-reorder -Wno-char-subscripts -Wno-switch -Wno-unused-parameter -Wno-unused-variable -Wno-deprecated -Wno-unused-value -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wno-unused-function -Wno-sign-compare -Wno-shorten-64-to-32 -Wno-reorder -Wno-unused-local-typedefs -DNDEBUG -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/cpprest.dir/http/client/http_client_msg.cpp.o -c /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/client/http_client_msg.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include | |
clang++ called with: -Dcpprest_EXPORTS -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/libs/websocketpp -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/../include -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch -stdlib=libc++ -Wno-return-type-c-linkage -Wno-unneeded-internal-declaration -std=c++11 -fno-strict-aliasing -Wall -Wextra -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wno-overloaded-virtual -Wno-sign-conversion -Wno-deprecated -Wno-unknown-pragmas -Wno-reorder -Wno-char-subscripts -Wno-switch -Wno-unused-parameter -Wno-unused-variable -Wno-deprecated -Wno-unused-value -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wno-unused-function -Wno-sign-compare -Wno-shorten-64-to-32 -Wno-reorder -Wno-unused-local-typedefs -Werror -pedantic -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/cpprest.dir/http/client/x509_cert_utilities.cpp.o -c /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/client/x509_cert_utilities.cpp | |
superenv removed: -I/usr/local/include -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/../include -Wall -Wextra -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Werror -pedantic -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -Dcpprest_EXPORTS -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include -I/usr/local/opt/[email protected]/include -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/libs/websocketpp -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch -stdlib=libc++ -Wno-return-type-c-linkage -Wno-unneeded-internal-declaration -std=c++11 -fno-strict-aliasing -Wno-overloaded-virtual -Wno-sign-conversion -Wno-deprecated -Wno-unknown-pragmas -Wno-reorder -Wno-char-subscripts -Wno-switch -Wno-unused-parameter -Wno-unused-variable -Wno-deprecated -Wno-unused-value -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wno-unused-function -Wno-sign-compare -Wno-shorten-64-to-32 -Wno-reorder -Wno-unused-local-typedefs -DNDEBUG -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/cpprest.dir/http/client/x509_cert_utilities.cpp.o -c /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/client/x509_cert_utilities.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include | |
clang++ called with: -Dcpprest_EXPORTS -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/libs/websocketpp -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/../include -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch -stdlib=libc++ -Wno-return-type-c-linkage -Wno-unneeded-internal-declaration -std=c++11 -fno-strict-aliasing -Wall -Wextra -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wno-overloaded-virtual -Wno-sign-conversion -Wno-deprecated -Wno-unknown-pragmas -Wno-reorder -Wno-char-subscripts -Wno-switch -Wno-unused-parameter -Wno-unused-variable -Wno-deprecated -Wno-unused-value -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wno-unused-function -Wno-sign-compare -Wno-shorten-64-to-32 -Wno-reorder -Wno-unused-local-typedefs -Werror -pedantic -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/cpprest.dir/http/common/http_helpers.cpp.o -c /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/common/http_helpers.cpp | |
superenv removed: -I/usr/local/include -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/../include -Wall -Wextra -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Werror -pedantic -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -Dcpprest_EXPORTS -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include -I/usr/local/opt/[email protected]/include -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/libs/websocketpp -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch -stdlib=libc++ -Wno-return-type-c-linkage -Wno-unneeded-internal-declaration -std=c++11 -fno-strict-aliasing -Wno-overloaded-virtual -Wno-sign-conversion -Wno-deprecated -Wno-unknown-pragmas -Wno-reorder -Wno-char-subscripts -Wno-switch -Wno-unused-parameter -Wno-unused-variable -Wno-deprecated -Wno-unused-value -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wno-unused-function -Wno-sign-compare -Wno-shorten-64-to-32 -Wno-reorder -Wno-unused-local-typedefs -DNDEBUG -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/cpprest.dir/http/common/http_helpers.cpp.o -c /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/common/http_helpers.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include | |
clang++ called with: -Dcpprest_EXPORTS -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/libs/websocketpp -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/../include -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch -stdlib=libc++ -Wno-return-type-c-linkage -Wno-unneeded-internal-declaration -std=c++11 -fno-strict-aliasing -Wall -Wextra -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wno-overloaded-virtual -Wno-sign-conversion -Wno-deprecated -Wno-unknown-pragmas -Wno-reorder -Wno-char-subscripts -Wno-switch -Wno-unused-parameter -Wno-unused-variable -Wno-deprecated -Wno-unused-value -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wno-unused-function -Wno-sign-compare -Wno-shorten-64-to-32 -Wno-reorder -Wno-unused-local-typedefs -Werror -pedantic -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/cpprest.dir/http/listener/http_listener.cpp.o -c /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/listener/http_listener.cpp | |
superenv removed: -I/usr/local/include -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/../include -Wall -Wextra -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Werror -pedantic -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -Dcpprest_EXPORTS -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include -I/usr/local/opt/[email protected]/include -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/libs/websocketpp -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch -stdlib=libc++ -Wno-return-type-c-linkage -Wno-unneeded-internal-declaration -std=c++11 -fno-strict-aliasing -Wno-overloaded-virtual -Wno-sign-conversion -Wno-deprecated -Wno-unknown-pragmas -Wno-reorder -Wno-char-subscripts -Wno-switch -Wno-unused-parameter -Wno-unused-variable -Wno-deprecated -Wno-unused-value -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wno-unused-function -Wno-sign-compare -Wno-shorten-64-to-32 -Wno-reorder -Wno-unused-local-typedefs -DNDEBUG -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/cpprest.dir/http/listener/http_listener.cpp.o -c /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/listener/http_listener.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include | |
clang++ called with: -Dcpprest_EXPORTS -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/libs/websocketpp -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/../include -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch -stdlib=libc++ -Wno-return-type-c-linkage -Wno-unneeded-internal-declaration -std=c++11 -fno-strict-aliasing -Wall -Wextra -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wno-overloaded-virtual -Wno-sign-conversion -Wno-deprecated -Wno-unknown-pragmas -Wno-reorder -Wno-char-subscripts -Wno-switch -Wno-unused-parameter -Wno-unused-variable -Wno-deprecated -Wno-unused-value -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wno-unused-function -Wno-sign-compare -Wno-shorten-64-to-32 -Wno-reorder -Wno-unused-local-typedefs -Werror -pedantic -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/cpprest.dir/http/common/http_msg.cpp.o -c /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/common/http_msg.cpp | |
superenv removed: -I/usr/local/include -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/../include -Wall -Wextra -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Werror -pedantic -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -Dcpprest_EXPORTS -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include -I/usr/local/opt/[email protected]/include -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/libs/websocketpp -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch -stdlib=libc++ -Wno-return-type-c-linkage -Wno-unneeded-internal-declaration -std=c++11 -fno-strict-aliasing -Wno-overloaded-virtual -Wno-sign-conversion -Wno-deprecated -Wno-unknown-pragmas -Wno-reorder -Wno-char-subscripts -Wno-switch -Wno-unused-parameter -Wno-unused-variable -Wno-deprecated -Wno-unused-value -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wno-unused-function -Wno-sign-compare -Wno-shorten-64-to-32 -Wno-reorder -Wno-unused-local-typedefs -DNDEBUG -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/cpprest.dir/http/common/http_msg.cpp.o -c /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/common/http_msg.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include | |
clang++ called with: -Dcpprest_EXPORTS -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/libs/websocketpp -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/../include -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch -stdlib=libc++ -Wno-return-type-c-linkage -Wno-unneeded-internal-declaration -std=c++11 -fno-strict-aliasing -Wall -Wextra -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wno-overloaded-virtual -Wno-sign-conversion -Wno-deprecated -Wno-unknown-pragmas -Wno-reorder -Wno-char-subscripts -Wno-switch -Wno-unused-parameter -Wno-unused-variable -Wno-deprecated -Wno-unused-value -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wno-unused-function -Wno-sign-compare -Wno-shorten-64-to-32 -Wno-reorder -Wno-unused-local-typedefs -Werror -pedantic -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/cpprest.dir/http/listener/http_listener_msg.cpp.o -c /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/listener/http_listener_msg.cpp | |
superenv removed: -I/usr/local/include -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/../include -Wall -Wextra -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Werror -pedantic -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -Dcpprest_EXPORTS -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include -I/usr/local/opt/[email protected]/include -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/libs/websocketpp -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch -stdlib=libc++ -Wno-return-type-c-linkage -Wno-unneeded-internal-declaration -std=c++11 -fno-strict-aliasing -Wno-overloaded-virtual -Wno-sign-conversion -Wno-deprecated -Wno-unknown-pragmas -Wno-reorder -Wno-char-subscripts -Wno-switch -Wno-unused-parameter -Wno-unused-variable -Wno-deprecated -Wno-unused-value -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wno-unused-function -Wno-sign-compare -Wno-shorten-64-to-32 -Wno-reorder -Wno-unused-local-typedefs -DNDEBUG -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/cpprest.dir/http/listener/http_listener_msg.cpp.o -c /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/listener/http_listener_msg.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include | |
clang++ called with: -Dcpprest_EXPORTS -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/libs/websocketpp -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/../include -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch -stdlib=libc++ -Wno-return-type-c-linkage -Wno-unneeded-internal-declaration -std=c++11 -fno-strict-aliasing -Wall -Wextra -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wno-overloaded-virtual -Wno-sign-conversion -Wno-deprecated -Wno-unknown-pragmas -Wno-reorder -Wno-char-subscripts -Wno-switch -Wno-unused-parameter -Wno-unused-variable -Wno-deprecated -Wno-unused-value -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wno-unused-function -Wno-sign-compare -Wno-shorten-64-to-32 -Wno-reorder -Wno-unused-local-typedefs -Werror -pedantic -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/cpprest.dir/http/oauth/oauth1.cpp.o -c /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/oauth/oauth1.cpp | |
superenv removed: -I/usr/local/include -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/../include -Wall -Wextra -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Werror -pedantic -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -Dcpprest_EXPORTS -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include -I/usr/local/opt/[email protected]/include -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/libs/websocketpp -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch -stdlib=libc++ -Wno-return-type-c-linkage -Wno-unneeded-internal-declaration -std=c++11 -fno-strict-aliasing -Wno-overloaded-virtual -Wno-sign-conversion -Wno-deprecated -Wno-unknown-pragmas -Wno-reorder -Wno-char-subscripts -Wno-switch -Wno-unused-parameter -Wno-unused-variable -Wno-deprecated -Wno-unused-value -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wno-unused-function -Wno-sign-compare -Wno-shorten-64-to-32 -Wno-reorder -Wno-unused-local-typedefs -DNDEBUG -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/cpprest.dir/http/oauth/oauth1.cpp.o -c /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/oauth/oauth1.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include | |
clang++ called with: -Dcpprest_EXPORTS -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include -I/usr/local/include -I/usr/local/opt/[email protected]/include -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/libs/websocketpp -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/../include -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch -stdlib=libc++ -Wno-return-type-c-linkage -Wno-unneeded-internal-declaration -std=c++11 -fno-strict-aliasing -Wall -Wextra -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Wno-overloaded-virtual -Wno-sign-conversion -Wno-deprecated -Wno-unknown-pragmas -Wno-reorder -Wno-char-subscripts -Wno-switch -Wno-unused-parameter -Wno-unused-variable -Wno-deprecated -Wno-unused-value -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wno-unused-function -Wno-sign-compare -Wno-shorten-64-to-32 -Wno-reorder -Wno-unused-local-typedefs -Werror -pedantic -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/cpprest.dir/http/listener/http_server_api.cpp.o -c /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/listener/http_server_api.cpp | |
superenv removed: -I/usr/local/include -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/../include -Wall -Wextra -Wcast-qual -Wconversion -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-format-attribute -Wmissing-include-dirs -Wpacked -Wredundant-decls -Werror -pedantic -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -Dcpprest_EXPORTS -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/include -I/usr/local/opt/[email protected]/include -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/libs/websocketpp -I/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/pch -stdlib=libc++ -Wno-return-type-c-linkage -Wno-unneeded-internal-declaration -std=c++11 -fno-strict-aliasing -Wno-overloaded-virtual -Wno-sign-conversion -Wno-deprecated -Wno-unknown-pragmas -Wno-reorder -Wno-char-subscripts -Wno-switch -Wno-unused-parameter -Wno-unused-variable -Wno-deprecated -Wno-unused-value -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wno-unused-function -Wno-sign-compare -Wno-shorten-64-to-32 -Wno-reorder -Wno-unused-local-typedefs -DNDEBUG -mmacosx-version-min=10.11 -fPIC -o CMakeFiles/cpprest.dir/http/listener/http_server_api.cpp.o -c /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release/src/http/listener/http_server_api.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/[email protected]/include | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is the CMakeCache file. | |
# For build in directory: /tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0 | |
# It was generated by CMake: /usr/local/Cellar/cmake/3.6.1/bin/cmake | |
# You can edit this file to change values found and used by cmake. | |
# If you do not want to change any of the values, simply exit the editor. | |
# If you do want to change a value, simply edit, save, and exit the editor. | |
# The syntax for the file is as follows: | |
# KEY:TYPE=VALUE | |
# KEY is the name of a variable in the cache. | |
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. | |
# VALUE is the current value for the KEY. | |
######################## | |
# EXTERNAL cache entries | |
######################## | |
//Build samples. | |
BUILD_SAMPLES:BOOL=OFF | |
//Build shared Libraries. | |
BUILD_SHARED_LIBS:BOOL=ON | |
//Build tests. | |
BUILD_TESTS:BOOL=OFF | |
//Boost atomic library (debug) | |
Boost_ATOMIC_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libboost_atomic-mt.dylib | |
//Boost atomic library (release) | |
Boost_ATOMIC_LIBRARY_RELEASE:FILEPATH=/usr/local/lib/libboost_atomic-mt.dylib | |
//Boost chrono library (debug) | |
Boost_CHRONO_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libboost_chrono-mt.dylib | |
//Boost chrono library (release) | |
Boost_CHRONO_LIBRARY_RELEASE:FILEPATH=/usr/local/lib/libboost_chrono-mt.dylib | |
//Boost date_time library (debug) | |
Boost_DATE_TIME_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libboost_date_time-mt.dylib | |
//Boost date_time library (release) | |
Boost_DATE_TIME_LIBRARY_RELEASE:FILEPATH=/usr/local/lib/libboost_date_time-mt.dylib | |
//The directory containing a CMake configuration file for Boost. | |
Boost_DIR:PATH=Boost_DIR-NOTFOUND | |
//Boost filesystem library (debug) | |
Boost_FILESYSTEM_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libboost_filesystem-mt.dylib | |
//Boost filesystem library (release) | |
Boost_FILESYSTEM_LIBRARY_RELEASE:FILEPATH=/usr/local/lib/libboost_filesystem-mt.dylib | |
//Path to a file. | |
Boost_INCLUDE_DIR:PATH=/usr/local/include | |
//Boost library directory DEBUG | |
Boost_LIBRARY_DIR_DEBUG:PATH=/usr/local/lib | |
//Boost library directory RELEASE | |
Boost_LIBRARY_DIR_RELEASE:PATH=/usr/local/lib | |
//Boost random library (debug) | |
Boost_RANDOM_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libboost_random-mt.dylib | |
//Boost random library (release) | |
Boost_RANDOM_LIBRARY_RELEASE:FILEPATH=/usr/local/lib/libboost_random-mt.dylib | |
//Boost regex library (debug) | |
Boost_REGEX_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libboost_regex-mt.dylib | |
//Boost regex library (release) | |
Boost_REGEX_LIBRARY_RELEASE:FILEPATH=/usr/local/lib/libboost_regex-mt.dylib | |
//Boost system library (debug) | |
Boost_SYSTEM_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libboost_system-mt.dylib | |
//Boost system library (release) | |
Boost_SYSTEM_LIBRARY_RELEASE:FILEPATH=/usr/local/lib/libboost_system-mt.dylib | |
//Boost thread library (debug) | |
Boost_THREAD_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libboost_thread-mt.dylib | |
//Boost thread library (release) | |
Boost_THREAD_LIBRARY_RELEASE:FILEPATH=/usr/local/lib/libboost_thread-mt.dylib | |
//Install header files. | |
CASA_INSTALL_HEADERS:BOOL=ON | |
//Path to a program. | |
CMAKE_AR:FILEPATH=/usr/bin/ar | |
//Choose the type of build, options are: None(CMAKE_CXX_FLAGS or | |
// CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel. | |
CMAKE_BUILD_TYPE:STRING=Release | |
//Enable/Disable color output during build. | |
CMAKE_COLOR_MAKEFILE:BOOL=ON | |
//CXX compiler | |
CMAKE_CXX_COMPILER:FILEPATH=/usr/local/Library/Homebrew/shims/super/clang++ | |
//Flags used by the compiler during all build types. | |
CMAKE_CXX_FLAGS:STRING= | |
//Flags used by the compiler during debug builds. | |
CMAKE_CXX_FLAGS_DEBUG:STRING=-g | |
//Flags used by the compiler during release builds for minimum | |
// size. | |
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG | |
//Flags used by the compiler during release builds. | |
CMAKE_CXX_FLAGS_RELEASE:STRING=-DNDEBUG | |
//Flags used by the compiler during release builds with debug info. | |
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG | |
//C compiler | |
CMAKE_C_COMPILER:FILEPATH=/usr/local/Library/Homebrew/shims/super/clang | |
//Flags used by the compiler during all build types. | |
CMAKE_C_FLAGS:STRING= | |
//Flags used by the compiler during debug builds. | |
CMAKE_C_FLAGS_DEBUG:STRING=-g | |
//Flags used by the compiler during release builds for minimum | |
// size. | |
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG | |
//Flags used by the compiler during release builds. | |
CMAKE_C_FLAGS_RELEASE:STRING=-DNDEBUG | |
//Flags used by the compiler during release builds with debug info. | |
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG | |
//Flags used by the linker. | |
CMAKE_EXE_LINKER_FLAGS:STRING= | |
//Flags used by the linker during debug builds. | |
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= | |
//Flags used by the linker during release minsize builds. | |
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= | |
//Flags used by the linker during release builds. | |
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= | |
//Flags used by the linker during Release with Debug Info builds. | |
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= | |
//Enable/Disable output of compile commands during generation. | |
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF | |
//No help, variable specified on the command line. | |
CMAKE_FIND_FRAMEWORK:UNINITIALIZED=LAST | |
//Path to a program. | |
CMAKE_INSTALL_NAME_TOOL:FILEPATH=/usr/bin/install_name_tool | |
//Install path prefix, prepended onto install directories. | |
CMAKE_INSTALL_PREFIX:PATH=/usr/local/Cellar/cpprestsdk/2.8.0 | |
//Path to a program. | |
CMAKE_LINKER:FILEPATH=/usr/local/Library/Homebrew/shims/super/ld | |
//Path to a program. | |
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/local/Library/Homebrew/shims/super/gmake | |
//Flags used by the linker during the creation of modules. | |
CMAKE_MODULE_LINKER_FLAGS:STRING= | |
//Flags used by the linker during debug builds. | |
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= | |
//Flags used by the linker during release minsize builds. | |
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= | |
//Flags used by the linker during release builds. | |
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= | |
//Flags used by the linker during Release with Debug Info builds. | |
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= | |
//Path to a program. | |
CMAKE_NM:FILEPATH=/usr/bin/nm | |
//Path to a program. | |
CMAKE_OBJCOPY:FILEPATH=CMAKE_OBJCOPY-NOTFOUND | |
//Path to a program. | |
CMAKE_OBJDUMP:FILEPATH=CMAKE_OBJDUMP-NOTFOUND | |
//Build architectures for OSX | |
CMAKE_OSX_ARCHITECTURES:STRING= | |
//Minimum OS X version to target for deployment (at runtime); newer | |
// APIs weak linked. Set to empty string for default value. | |
CMAKE_OSX_DEPLOYMENT_TARGET:STRING=10.11 | |
//The product will be built against the headers and libraries located | |
// inside the indicated SDK. | |
CMAKE_OSX_SYSROOT:PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk | |
//Value Computed by CMake | |
CMAKE_PROJECT_NAME:STATIC=casablanca | |
//Path to a program. | |
CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib | |
//Flags used by the linker during the creation of dll's. | |
CMAKE_SHARED_LINKER_FLAGS:STRING= | |
//Flags used by the linker during debug builds. | |
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= | |
//Flags used by the linker during release minsize builds. | |
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= | |
//Flags used by the linker during release builds. | |
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= | |
//Flags used by the linker during Release with Debug Info builds. | |
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= | |
//If set, runtime paths are not added when installing shared libraries, | |
// but are added when building. | |
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO | |
//If set, runtime paths are not added when using shared libraries. | |
CMAKE_SKIP_RPATH:BOOL=NO | |
//Flags used by the linker during the creation of static libraries. | |
CMAKE_STATIC_LINKER_FLAGS:STRING= | |
//Flags used by the linker during debug builds. | |
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= | |
//Flags used by the linker during release minsize builds. | |
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= | |
//Flags used by the linker during release builds. | |
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= | |
//Flags used by the linker during Release with Debug Info builds. | |
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= | |
//Path to a program. | |
CMAKE_STRIP:FILEPATH=/usr/bin/strip | |
//If this value is on, makefiles will be generated without the | |
// .SILENT directive, and all commands will be echoed to the console | |
// during the make. This is useful for debugging only. With Visual | |
// Studio IDE projects all commands are done without /nologo. | |
CMAKE_VERBOSE_MAKEFILE:BOOL=ON | |
//Path to a library. | |
COREFOUNDATION:FILEPATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreFoundation.framework | |
//Path to a library. | |
OPENSSL_CRYPTO_LIBRARY:FILEPATH=/usr/local/opt/[email protected]/lib/libcrypto.dylib | |
//Path to a file. | |
OPENSSL_INCLUDE_DIR:PATH=/usr/local/opt/[email protected]/include | |
//Path to a library. | |
OPENSSL_SSL_LIBRARY:FILEPATH=/usr/local/opt/[email protected]/lib/libssl.dylib | |
//pkg-config executable | |
PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/local/bin/pkg-config | |
//Path to a library. | |
SECURITY:FILEPATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Security.framework | |
//Path to a file. | |
WEBSOCKETPP_CONFIG:PATH=WEBSOCKETPP_CONFIG-NOTFOUND | |
//Path to a file. | |
WEBSOCKETPP_CONFIG_VERSION:PATH=WEBSOCKETPP_CONFIG_VERSION-NOTFOUND | |
//Value Computed by CMake | |
casablanca_BINARY_DIR:STATIC=/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0 | |
//Value Computed by CMake | |
casablanca_SOURCE_DIR:STATIC=/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release | |
//Dependencies for the target | |
cpprest_LIB_DEPENDS:STATIC=general;/usr/local/lib/libboost_system-mt.dylib;general;/usr/local/lib/libboost_thread-mt.dylib;general;/usr/local/lib/libboost_atomic-mt.dylib;general;/usr/local/lib/libboost_chrono-mt.dylib;general;/usr/local/lib/libboost_random-mt.dylib;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreFoundation.framework;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/Security.framework;general;/usr/local/opt/[email protected]/lib/libssl.dylib;general;/usr/local/opt/[email protected]/lib/libcrypto.dylib;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreFoundation.framework; | |
######################## | |
# INTERNAL cache entries | |
######################## | |
//ADVANCED property for variable: Boost_ATOMIC_LIBRARY_DEBUG | |
Boost_ATOMIC_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: Boost_ATOMIC_LIBRARY_RELEASE | |
Boost_ATOMIC_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: Boost_CHRONO_LIBRARY_DEBUG | |
Boost_CHRONO_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: Boost_CHRONO_LIBRARY_RELEASE | |
Boost_CHRONO_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: Boost_DATE_TIME_LIBRARY_DEBUG | |
Boost_DATE_TIME_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: Boost_DATE_TIME_LIBRARY_RELEASE | |
Boost_DATE_TIME_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: Boost_DIR | |
Boost_DIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: Boost_FILESYSTEM_LIBRARY_DEBUG | |
Boost_FILESYSTEM_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: Boost_FILESYSTEM_LIBRARY_RELEASE | |
Boost_FILESYSTEM_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: Boost_INCLUDE_DIR | |
Boost_INCLUDE_DIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: Boost_LIBRARY_DIR_DEBUG | |
Boost_LIBRARY_DIR_DEBUG-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: Boost_LIBRARY_DIR_RELEASE | |
Boost_LIBRARY_DIR_RELEASE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: Boost_RANDOM_LIBRARY_DEBUG | |
Boost_RANDOM_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: Boost_RANDOM_LIBRARY_RELEASE | |
Boost_RANDOM_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: Boost_REGEX_LIBRARY_DEBUG | |
Boost_REGEX_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: Boost_REGEX_LIBRARY_RELEASE | |
Boost_REGEX_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: Boost_SYSTEM_LIBRARY_DEBUG | |
Boost_SYSTEM_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: Boost_SYSTEM_LIBRARY_RELEASE | |
Boost_SYSTEM_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: Boost_THREAD_LIBRARY_DEBUG | |
Boost_THREAD_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: Boost_THREAD_LIBRARY_RELEASE | |
Boost_THREAD_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_AR | |
CMAKE_AR-ADVANCED:INTERNAL=1 | |
//This is the directory where this CMakeCache.txt was created | |
CMAKE_CACHEFILE_DIR:INTERNAL=/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0 | |
//Major version of cmake used to create the current loaded cache | |
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 | |
//Minor version of cmake used to create the current loaded cache | |
CMAKE_CACHE_MINOR_VERSION:INTERNAL=6 | |
//Patch version of cmake used to create the current loaded cache | |
CMAKE_CACHE_PATCH_VERSION:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE | |
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 | |
//Path to CMake executable. | |
CMAKE_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.6.1/bin/cmake | |
//Path to cpack program executable. | |
CMAKE_CPACK_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.6.1/bin/cpack | |
//Path to ctest program executable. | |
CMAKE_CTEST_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.6.1/bin/ctest | |
//ADVANCED property for variable: CMAKE_CXX_COMPILER | |
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_CXX_FLAGS | |
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG | |
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL | |
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE | |
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO | |
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_C_COMPILER | |
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_C_FLAGS | |
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG | |
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL | |
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE | |
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO | |
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | |
//Path to cache edit program executable. | |
CMAKE_EDIT_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.6.1/bin/ccmake | |
//Whether to issue deprecation errors for macros and functions. | |
CMAKE_ERROR_DEPRECATED:INTERNAL=FALSE | |
//Executable file format | |
CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown | |
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS | |
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG | |
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL | |
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE | |
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO | |
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS | |
CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 | |
//Name of external makefile project generator. | |
CMAKE_EXTRA_GENERATOR:INTERNAL= | |
//Name of generator. | |
CMAKE_GENERATOR:INTERNAL=Unix Makefiles | |
//Name of generator platform. | |
CMAKE_GENERATOR_PLATFORM:INTERNAL= | |
//Name of generator toolset. | |
CMAKE_GENERATOR_TOOLSET:INTERNAL= | |
//Have symbol pthread_create | |
CMAKE_HAVE_LIBC_CREATE:INTERNAL=1 | |
//Have include pthread.h | |
CMAKE_HAVE_PTHREAD_H:INTERNAL=1 | |
//Source directory with the top level CMakeLists.txt file for this | |
// project | |
CMAKE_HOME_DIRECTORY:INTERNAL=/tmp/cpprestsdk-20160907-58309-hgzgho/cpprestsdk-2.8.0/Release | |
//ADVANCED property for variable: CMAKE_INSTALL_NAME_TOOL | |
CMAKE_INSTALL_NAME_TOOL-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_LINKER | |
CMAKE_LINKER-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM | |
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS | |
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG | |
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL | |
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE | |
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO | |
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_NM | |
CMAKE_NM-ADVANCED:INTERNAL=1 | |
//number of local generators | |
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=2 | |
//ADVANCED property for variable: CMAKE_OBJCOPY | |
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_OBJDUMP | |
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_RANLIB | |
CMAKE_RANLIB-ADVANCED:INTERNAL=1 | |
//Path to CMake installation. | |
CMAKE_ROOT:INTERNAL=/usr/local/Cellar/cmake/3.6.1/share/cmake | |
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS | |
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG | |
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL | |
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE | |
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO | |
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH | |
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_SKIP_RPATH | |
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS | |
CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG | |
CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL | |
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE | |
CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO | |
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_STRIP | |
CMAKE_STRIP-ADVANCED:INTERNAL=1 | |
//Suppress errors that are meant for the author of the CMakeLists.txt | |
// files. | |
CMAKE_SUPPRESS_DEVELOPER_ERRORS:INTERNAL=TRUE | |
//Suppress Warnings that are meant for the author of the CMakeLists.txt | |
// files. | |
CMAKE_SUPPRESS_DEVELOPER_WARNINGS:INTERNAL=TRUE | |
//uname command | |
CMAKE_UNAME:INTERNAL=/usr/bin/uname | |
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE | |
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 | |
//Whether to issue warnings for deprecated functionality. | |
CMAKE_WARN_DEPRECATED:INTERNAL=FALSE | |
//Details about finding OpenSSL | |
FIND_PACKAGE_MESSAGE_DETAILS_OpenSSL:INTERNAL=[/usr/local/opt/[email protected]/lib/libssl.dylib;/usr/local/opt/[email protected]/lib/libcrypto.dylib][/usr/local/opt/[email protected]/include][v1.1.0(1.0.0)] | |
//Details about finding Threads | |
FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()] | |
//ADVANCED property for variable: OPENSSL_CRYPTO_LIBRARY | |
OPENSSL_CRYPTO_LIBRARY-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: OPENSSL_INCLUDE_DIR | |
OPENSSL_INCLUDE_DIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: OPENSSL_SSL_LIBRARY | |
OPENSSL_SSL_LIBRARY-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: PKG_CONFIG_EXECUTABLE | |
PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1 | |
//Components requested for this build tree. | |
_Boost_COMPONENTS_SEARCHED:INTERNAL=atomic;chrono;date_time;filesystem;random;regex;system;thread | |
//Last used Boost_INCLUDE_DIR value. | |
_Boost_INCLUDE_DIR_LAST:INTERNAL=/usr/local/include | |
//Last used Boost_LIBRARY_DIR_DEBUG value. | |
_Boost_LIBRARY_DIR_DEBUG_LAST:INTERNAL=/usr/local/lib | |
//Last used Boost_LIBRARY_DIR_RELEASE value. | |
_Boost_LIBRARY_DIR_RELEASE_LAST:INTERNAL=/usr/local/lib | |
//Last used Boost_NAMESPACE value. | |
_Boost_NAMESPACE_LAST:INTERNAL=boost | |
//Last used Boost_USE_MULTITHREADED value. | |
_Boost_USE_MULTITHREADED_LAST:INTERNAL=TRUE | |
_OPENSSL_CFLAGS:INTERNAL=-I/usr/local/Cellar/[email protected]/1.1.0/include | |
_OPENSSL_CFLAGS_I:INTERNAL= | |
_OPENSSL_CFLAGS_OTHER:INTERNAL= | |
_OPENSSL_FOUND:INTERNAL=1 | |
_OPENSSL_INCLUDEDIR:INTERNAL=/usr/local/Cellar/[email protected]/1.1.0/include | |
_OPENSSL_INCLUDE_DIRS:INTERNAL=/usr/local/Cellar/[email protected]/1.1.0/include | |
_OPENSSL_LDFLAGS:INTERNAL=-L/usr/local/Cellar/[email protected]/1.1.0/lib;-lssl;-lcrypto | |
_OPENSSL_LDFLAGS_OTHER:INTERNAL= | |
_OPENSSL_LIBDIR:INTERNAL=/usr/local/Cellar/[email protected]/1.1.0/lib | |
_OPENSSL_LIBRARIES:INTERNAL=ssl;crypto | |
_OPENSSL_LIBRARY_DIRS:INTERNAL=/usr/local/Cellar/[email protected]/1.1.0/lib | |
_OPENSSL_LIBS:INTERNAL= | |
_OPENSSL_LIBS_L:INTERNAL= | |
_OPENSSL_LIBS_OTHER:INTERNAL= | |
_OPENSSL_LIBS_PATHS:INTERNAL= | |
_OPENSSL_PREFIX:INTERNAL=/usr/local/Cellar/[email protected]/1.1.0 | |
_OPENSSL_STATIC_CFLAGS:INTERNAL=-I/usr/local/Cellar/[email protected]/1.1.0/include | |
_OPENSSL_STATIC_CFLAGS_I:INTERNAL= | |
_OPENSSL_STATIC_CFLAGS_OTHER:INTERNAL= | |
_OPENSSL_STATIC_INCLUDE_DIRS:INTERNAL=/usr/local/Cellar/[email protected]/1.1.0/include | |
_OPENSSL_STATIC_LDFLAGS:INTERNAL=-L/usr/local/Cellar/[email protected]/1.1.0/lib;-lssl;-lcrypto | |
_OPENSSL_STATIC_LDFLAGS_OTHER:INTERNAL= | |
_OPENSSL_STATIC_LIBDIR:INTERNAL= | |
_OPENSSL_STATIC_LIBRARIES:INTERNAL=ssl;crypto | |
_OPENSSL_STATIC_LIBRARY_DIRS:INTERNAL=/usr/local/Cellar/[email protected]/1.1.0/lib | |
_OPENSSL_STATIC_LIBS:INTERNAL= | |
_OPENSSL_STATIC_LIBS_L:INTERNAL= | |
_OPENSSL_STATIC_LIBS_OTHER:INTERNAL= | |
_OPENSSL_STATIC_LIBS_PATHS:INTERNAL= | |
_OPENSSL_VERSION:INTERNAL=1.1.0 | |
_OPENSSL_openssl_INCLUDEDIR:INTERNAL= | |
_OPENSSL_openssl_LIBDIR:INTERNAL= | |
_OPENSSL_openssl_PREFIX:INTERNAL= | |
_OPENSSL_openssl_VERSION:INTERNAL= | |
__pkg_config_checked__OPENSSL:INTERNAL=1 | |
prefix_result:INTERNAL=/usr/local/Cellar/[email protected]/1.1.0/lib | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment