| 1 | Determining if compiler supports C++ auto_ptr failed with the following output: |
|---|
| 2 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 3 | |
|---|
| 4 | Run Build Command:"/usr/bin/make" "cmTC_0cf24/fast" |
|---|
| 5 | make -f CMakeFiles/cmTC_0cf24.dir/build.make CMakeFiles/cmTC_0cf24.dir/build |
|---|
| 6 | Building CXX object CMakeFiles/cmTC_0cf24.dir/cm_cxx_auto_ptr.cxx.o |
|---|
| 7 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -std=gnu++14 -o CMakeFiles/cmTC_0cf24.dir/cm_cxx_auto_ptr.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/Checks/cm_cxx_auto_ptr.cxx |
|---|
| 8 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/Checks/cm_cxx_auto_ptr.cxx:3:6: warning: 'auto_ptr<int>' is deprecated [-Wdeprecated-declarations] |
|---|
| 9 | std::auto_ptr<int> get_auto_ptr() |
|---|
| 10 | ^ |
|---|
| 11 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/c++/v1/__memory/auto_ptr.h:32:28: note: 'auto_ptr<int>' has been explicitly marked deprecated here |
|---|
| 12 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr |
|---|
| 13 | ^ |
|---|
| 14 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' |
|---|
| 15 | # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED |
|---|
| 16 | ^ |
|---|
| 17 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED' |
|---|
| 18 | # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) |
|---|
| 19 | ^ |
|---|
| 20 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/Checks/cm_cxx_auto_ptr.cxx:5:8: warning: 'auto_ptr<int>' is deprecated [-Wdeprecated-declarations] |
|---|
| 21 | std::auto_ptr<int> ptr; |
|---|
| 22 | ^ |
|---|
| 23 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/c++/v1/__memory/auto_ptr.h:32:28: note: 'auto_ptr<int>' has been explicitly marked deprecated here |
|---|
| 24 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr |
|---|
| 25 | ^ |
|---|
| 26 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' |
|---|
| 27 | # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED |
|---|
| 28 | ^ |
|---|
| 29 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED' |
|---|
| 30 | # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) |
|---|
| 31 | ^ |
|---|
| 32 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/Checks/cm_cxx_auto_ptr.cxx:6:14: warning: 'auto_ptr<int>' is deprecated [-Wdeprecated-declarations] |
|---|
| 33 | ptr = std::auto_ptr<int>(new int(0)); |
|---|
| 34 | ^ |
|---|
| 35 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/c++/v1/__memory/auto_ptr.h:32:28: note: 'auto_ptr<int>' has been explicitly marked deprecated here |
|---|
| 36 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr |
|---|
| 37 | ^ |
|---|
| 38 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' |
|---|
| 39 | # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED |
|---|
| 40 | ^ |
|---|
| 41 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED' |
|---|
| 42 | # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) |
|---|
| 43 | ^ |
|---|
| 44 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/Checks/cm_cxx_auto_ptr.cxx:10:23: warning: 'auto_ptr<int>' is deprecated [-Wdeprecated-declarations] |
|---|
| 45 | int use_auto_ptr(std::auto_ptr<int> ptr) |
|---|
| 46 | ^ |
|---|
| 47 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/c++/v1/__memory/auto_ptr.h:32:28: note: 'auto_ptr<int>' has been explicitly marked deprecated here |
|---|
| 48 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr |
|---|
| 49 | ^ |
|---|
| 50 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' |
|---|
| 51 | # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED |
|---|
| 52 | ^ |
|---|
| 53 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED' |
|---|
| 54 | # define _LIBCPP_DEPRECATED __attribute__ ((deprecated)) |
|---|
| 55 | ^ |
|---|
| 56 | 4 warnings generated. |
|---|
| 57 | Linking CXX executable cmTC_0cf24 |
|---|
| 58 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_0cf24.dir/link.txt --verbose=1 |
|---|
| 59 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/cmake-bootstrap/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 CMakeFiles/cmTC_0cf24.dir/cm_cxx_auto_ptr.cxx.o -o cmTC_0cf24 |
|---|
| 60 | ld: warning: directory not found for option '-L/opt/local/libexec/cmake-bootstrap/lib' |
|---|
| 61 | |
|---|
| 62 | |
|---|
| 63 | Determining if compiler supports C++ eq_delete failed with the following output: |
|---|
| 64 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 65 | |
|---|
| 66 | Run Build Command:"/usr/bin/make" "cmTC_ca182/fast" |
|---|
| 67 | make -f CMakeFiles/cmTC_ca182.dir/build.make CMakeFiles/cmTC_ca182.dir/build |
|---|
| 68 | Building CXX object CMakeFiles/cmTC_ca182.dir/cm_cxx_eq_delete.cxx.o |
|---|
| 69 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -std=gnu++14 -o CMakeFiles/cmTC_ca182.dir/cm_cxx_eq_delete.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/Checks/cm_cxx_eq_delete.cxx |
|---|
| 70 | Linking CXX executable cmTC_ca182 |
|---|
| 71 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_ca182.dir/link.txt --verbose=1 |
|---|
| 72 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/cmake-bootstrap/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 CMakeFiles/cmTC_ca182.dir/cm_cxx_eq_delete.cxx.o -o cmTC_ca182 |
|---|
| 73 | ld: warning: directory not found for option '-L/opt/local/libexec/cmake-bootstrap/lib' |
|---|
| 74 | |
|---|
| 75 | |
|---|
| 76 | Determining if compiler supports C++ fallthrough failed with the following output: |
|---|
| 77 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 78 | |
|---|
| 79 | Run Build Command:"/usr/bin/make" "cmTC_66338/fast" |
|---|
| 80 | make -f CMakeFiles/cmTC_66338.dir/build.make CMakeFiles/cmTC_66338.dir/build |
|---|
| 81 | Building CXX object CMakeFiles/cmTC_66338.dir/cm_cxx_fallthrough.cxx.o |
|---|
| 82 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -std=gnu++14 -o CMakeFiles/cmTC_66338.dir/cm_cxx_fallthrough.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/Checks/cm_cxx_fallthrough.cxx |
|---|
| 83 | Linking CXX executable cmTC_66338 |
|---|
| 84 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_66338.dir/link.txt --verbose=1 |
|---|
| 85 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/cmake-bootstrap/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 CMakeFiles/cmTC_66338.dir/cm_cxx_fallthrough.cxx.o -o cmTC_66338 |
|---|
| 86 | ld: warning: directory not found for option '-L/opt/local/libexec/cmake-bootstrap/lib' |
|---|
| 87 | |
|---|
| 88 | |
|---|
| 89 | Determining if compiler supports C++ gnu_fallthrough failed with the following output: |
|---|
| 90 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 91 | |
|---|
| 92 | Run Build Command:"/usr/bin/make" "cmTC_c6f79/fast" |
|---|
| 93 | make -f CMakeFiles/cmTC_c6f79.dir/build.make CMakeFiles/cmTC_c6f79.dir/build |
|---|
| 94 | Building CXX object CMakeFiles/cmTC_c6f79.dir/cm_cxx_gnu_fallthrough.cxx.o |
|---|
| 95 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -std=gnu++14 -o CMakeFiles/cmTC_c6f79.dir/cm_cxx_gnu_fallthrough.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/Checks/cm_cxx_gnu_fallthrough.cxx |
|---|
| 96 | Linking CXX executable cmTC_c6f79 |
|---|
| 97 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_c6f79.dir/link.txt --verbose=1 |
|---|
| 98 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/cmake-bootstrap/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 CMakeFiles/cmTC_c6f79.dir/cm_cxx_gnu_fallthrough.cxx.o -o cmTC_c6f79 |
|---|
| 99 | ld: warning: directory not found for option '-L/opt/local/libexec/cmake-bootstrap/lib' |
|---|
| 100 | |
|---|
| 101 | |
|---|
| 102 | Determining if compiler supports C++ attribute_fallthrough failed with the following output: |
|---|
| 103 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 104 | |
|---|
| 105 | Run Build Command:"/usr/bin/make" "cmTC_7540d/fast" |
|---|
| 106 | make -f CMakeFiles/cmTC_7540d.dir/build.make CMakeFiles/cmTC_7540d.dir/build |
|---|
| 107 | Building CXX object CMakeFiles/cmTC_7540d.dir/cm_cxx_attribute_fallthrough.cxx.o |
|---|
| 108 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -std=gnu++14 -o CMakeFiles/cmTC_7540d.dir/cm_cxx_attribute_fallthrough.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/Checks/cm_cxx_attribute_fallthrough.cxx |
|---|
| 109 | Linking CXX executable cmTC_7540d |
|---|
| 110 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_7540d.dir/link.txt --verbose=1 |
|---|
| 111 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/cmake-bootstrap/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 CMakeFiles/cmTC_7540d.dir/cm_cxx_attribute_fallthrough.cxx.o -o cmTC_7540d |
|---|
| 112 | ld: warning: directory not found for option '-L/opt/local/libexec/cmake-bootstrap/lib' |
|---|
| 113 | |
|---|
| 114 | |
|---|
| 115 | Determining if compiler supports C++ make_unique failed with the following output: |
|---|
| 116 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 117 | |
|---|
| 118 | Run Build Command:"/usr/bin/make" "cmTC_16965/fast" |
|---|
| 119 | make -f CMakeFiles/cmTC_16965.dir/build.make CMakeFiles/cmTC_16965.dir/build |
|---|
| 120 | Building CXX object CMakeFiles/cmTC_16965.dir/cm_cxx_make_unique.cxx.o |
|---|
| 121 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -std=gnu++14 -o CMakeFiles/cmTC_16965.dir/cm_cxx_make_unique.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/Checks/cm_cxx_make_unique.cxx |
|---|
| 122 | Linking CXX executable cmTC_16965 |
|---|
| 123 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_16965.dir/link.txt --verbose=1 |
|---|
| 124 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/cmake-bootstrap/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 CMakeFiles/cmTC_16965.dir/cm_cxx_make_unique.cxx.o -o cmTC_16965 |
|---|
| 125 | ld: warning: directory not found for option '-L/opt/local/libexec/cmake-bootstrap/lib' |
|---|
| 126 | |
|---|
| 127 | |
|---|
| 128 | Determining if compiler supports C++ nullptr failed with the following output: |
|---|
| 129 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 130 | |
|---|
| 131 | Run Build Command:"/usr/bin/make" "cmTC_eec06/fast" |
|---|
| 132 | make -f CMakeFiles/cmTC_eec06.dir/build.make CMakeFiles/cmTC_eec06.dir/build |
|---|
| 133 | Building CXX object CMakeFiles/cmTC_eec06.dir/cm_cxx_nullptr.cxx.o |
|---|
| 134 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -std=gnu++14 -o CMakeFiles/cmTC_eec06.dir/cm_cxx_nullptr.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/Checks/cm_cxx_nullptr.cxx |
|---|
| 135 | Linking CXX executable cmTC_eec06 |
|---|
| 136 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_eec06.dir/link.txt --verbose=1 |
|---|
| 137 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/cmake-bootstrap/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 CMakeFiles/cmTC_eec06.dir/cm_cxx_nullptr.cxx.o -o cmTC_eec06 |
|---|
| 138 | ld: warning: directory not found for option '-L/opt/local/libexec/cmake-bootstrap/lib' |
|---|
| 139 | |
|---|
| 140 | |
|---|
| 141 | Determining if compiler supports C++ override failed with the following output: |
|---|
| 142 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 143 | |
|---|
| 144 | Run Build Command:"/usr/bin/make" "cmTC_fa06a/fast" |
|---|
| 145 | make -f CMakeFiles/cmTC_fa06a.dir/build.make CMakeFiles/cmTC_fa06a.dir/build |
|---|
| 146 | Building CXX object CMakeFiles/cmTC_fa06a.dir/cm_cxx_override.cxx.o |
|---|
| 147 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -std=gnu++14 -o CMakeFiles/cmTC_fa06a.dir/cm_cxx_override.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/Checks/cm_cxx_override.cxx |
|---|
| 148 | Linking CXX executable cmTC_fa06a |
|---|
| 149 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_fa06a.dir/link.txt --verbose=1 |
|---|
| 150 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/cmake-bootstrap/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 CMakeFiles/cmTC_fa06a.dir/cm_cxx_override.cxx.o -o cmTC_fa06a |
|---|
| 151 | ld: warning: directory not found for option '-L/opt/local/libexec/cmake-bootstrap/lib' |
|---|
| 152 | |
|---|
| 153 | |
|---|
| 154 | Determining if compiler supports C++ unique_ptr failed with the following output: |
|---|
| 155 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 156 | |
|---|
| 157 | Run Build Command:"/usr/bin/make" "cmTC_c38f1/fast" |
|---|
| 158 | make -f CMakeFiles/cmTC_c38f1.dir/build.make CMakeFiles/cmTC_c38f1.dir/build |
|---|
| 159 | Building CXX object CMakeFiles/cmTC_c38f1.dir/cm_cxx_unique_ptr.cxx.o |
|---|
| 160 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -std=gnu++14 -o CMakeFiles/cmTC_c38f1.dir/cm_cxx_unique_ptr.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/Checks/cm_cxx_unique_ptr.cxx |
|---|
| 161 | Linking CXX executable cmTC_c38f1 |
|---|
| 162 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_c38f1.dir/link.txt --verbose=1 |
|---|
| 163 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/cmake-bootstrap/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 CMakeFiles/cmTC_c38f1.dir/cm_cxx_unique_ptr.cxx.o -o cmTC_c38f1 |
|---|
| 164 | ld: warning: directory not found for option '-L/opt/local/libexec/cmake-bootstrap/lib' |
|---|
| 165 | |
|---|
| 166 | |
|---|
| 167 | Determining if compiler supports C++ unordered_map failed with the following output: |
|---|
| 168 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 169 | |
|---|
| 170 | Run Build Command:"/usr/bin/make" "cmTC_86034/fast" |
|---|
| 171 | make -f CMakeFiles/cmTC_86034.dir/build.make CMakeFiles/cmTC_86034.dir/build |
|---|
| 172 | Building CXX object CMakeFiles/cmTC_86034.dir/cm_cxx_unordered_map.cxx.o |
|---|
| 173 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -std=gnu++14 -o CMakeFiles/cmTC_86034.dir/cm_cxx_unordered_map.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/Checks/cm_cxx_unordered_map.cxx |
|---|
| 174 | Linking CXX executable cmTC_86034 |
|---|
| 175 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_86034.dir/link.txt --verbose=1 |
|---|
| 176 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/cmake-bootstrap/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 CMakeFiles/cmTC_86034.dir/cm_cxx_unordered_map.cxx.o -o cmTC_86034 |
|---|
| 177 | ld: warning: directory not found for option '-L/opt/local/libexec/cmake-bootstrap/lib' |
|---|
| 178 | |
|---|
| 179 | |
|---|
| 180 | Determining if compiler supports C++ unordered_set failed with the following output: |
|---|
| 181 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 182 | |
|---|
| 183 | Run Build Command:"/usr/bin/make" "cmTC_da3ba/fast" |
|---|
| 184 | make -f CMakeFiles/cmTC_da3ba.dir/build.make CMakeFiles/cmTC_da3ba.dir/build |
|---|
| 185 | Building CXX object CMakeFiles/cmTC_da3ba.dir/cm_cxx_unordered_set.cxx.o |
|---|
| 186 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -std=gnu++14 -o CMakeFiles/cmTC_da3ba.dir/cm_cxx_unordered_set.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/Checks/cm_cxx_unordered_set.cxx |
|---|
| 187 | Linking CXX executable cmTC_da3ba |
|---|
| 188 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_da3ba.dir/link.txt --verbose=1 |
|---|
| 189 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/cmake-bootstrap/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 CMakeFiles/cmTC_da3ba.dir/cm_cxx_unordered_set.cxx.o -o cmTC_da3ba |
|---|
| 190 | ld: warning: directory not found for option '-L/opt/local/libexec/cmake-bootstrap/lib' |
|---|
| 191 | |
|---|
| 192 | |
|---|
| 193 | Determining if the environ exist failed with the following output: |
|---|
| 194 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 195 | |
|---|
| 196 | Run Build Command:"/usr/bin/make" "cmTC_fa5a7/fast" |
|---|
| 197 | make -f CMakeFiles/cmTC_fa5a7.dir/build.make CMakeFiles/cmTC_fa5a7.dir/build |
|---|
| 198 | Building C object CMakeFiles/cmTC_fa5a7.dir/CheckSymbolExists.c.o |
|---|
| 199 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_fa5a7.dir/CheckSymbolExists.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c |
|---|
| 200 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: use of undeclared identifier 'environ' |
|---|
| 201 | return ((int*)(&environ))[argc]; |
|---|
| 202 | ^ |
|---|
| 203 | 1 error generated. |
|---|
| 204 | make[1]: *** [CMakeFiles/cmTC_fa5a7.dir/CheckSymbolExists.c.o] Error 1 |
|---|
| 205 | make: *** [cmTC_fa5a7/fast] Error 2 |
|---|
| 206 | |
|---|
| 207 | File /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c: |
|---|
| 208 | /* */ |
|---|
| 209 | #include <stdlib.h> |
|---|
| 210 | |
|---|
| 211 | int main(int argc, char** argv) |
|---|
| 212 | { |
|---|
| 213 | (void)argv; |
|---|
| 214 | #ifndef environ |
|---|
| 215 | return ((int*)(&environ))[argc]; |
|---|
| 216 | #else |
|---|
| 217 | (void)argc; |
|---|
| 218 | return 0; |
|---|
| 219 | #endif |
|---|
| 220 | } |
|---|
| 221 | |
|---|
| 222 | Checking whether C++ compiler has '__int64' failed to compile with the following output: |
|---|
| 223 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/kwsys/CMakeFiles/CMakeTmp |
|---|
| 224 | |
|---|
| 225 | Run Build Command:"/usr/bin/make" "cmTC_127af/fast" |
|---|
| 226 | make -f CMakeFiles/cmTC_127af.dir/build.make CMakeFiles/cmTC_127af.dir/build |
|---|
| 227 | Building CXX object CMakeFiles/cmTC_127af.dir/kwsysPlatformTestsCXX.cxx.o |
|---|
| 228 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -DTEST_KWSYS_CXX_HAS___INT64 -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_127af.dir/kwsysPlatformTestsCXX.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/kwsys/kwsysPlatformTestsCXX.cxx |
|---|
| 229 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/kwsys/kwsysPlatformTestsCXX.cxx:24:1: error: unknown type name '__int64' |
|---|
| 230 | __int64 f(__int64 n) |
|---|
| 231 | ^ |
|---|
| 232 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/kwsys/kwsysPlatformTestsCXX.cxx:24:11: error: unknown type name '__int64' |
|---|
| 233 | __int64 f(__int64 n) |
|---|
| 234 | ^ |
|---|
| 235 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/kwsys/kwsysPlatformTestsCXX.cxx:30:3: error: unknown type name '__int64' |
|---|
| 236 | __int64 n = 0; |
|---|
| 237 | ^ |
|---|
| 238 | 3 errors generated. |
|---|
| 239 | make[1]: *** [CMakeFiles/cmTC_127af.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 |
|---|
| 240 | make: *** [cmTC_127af/fast] Error 2 |
|---|
| 241 | |
|---|
| 242 | |
|---|
| 243 | Checking whether CXX compiler has environ in stdlib.h failed to compile with the following output: |
|---|
| 244 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/kwsys/CMakeFiles/CMakeTmp |
|---|
| 245 | |
|---|
| 246 | Run Build Command:"/usr/bin/make" "cmTC_a4c67/fast" |
|---|
| 247 | make -f CMakeFiles/cmTC_a4c67.dir/build.make CMakeFiles/cmTC_a4c67.dir/build |
|---|
| 248 | Building CXX object CMakeFiles/cmTC_a4c67.dir/kwsysPlatformTestsCXX.cxx.o |
|---|
| 249 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -DTEST_KWSYS_CXX_HAS_ENVIRON_IN_STDLIB_H -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_a4c67.dir/kwsysPlatformTestsCXX.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/kwsys/kwsysPlatformTestsCXX.cxx |
|---|
| 250 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/kwsys/kwsysPlatformTestsCXX.cxx:196:13: error: use of undeclared identifier 'environ' |
|---|
| 251 | char* e = environ[0]; |
|---|
| 252 | ^ |
|---|
| 253 | 1 error generated. |
|---|
| 254 | make[1]: *** [CMakeFiles/cmTC_a4c67.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 |
|---|
| 255 | make: *** [cmTC_a4c67/fast] Error 2 |
|---|
| 256 | |
|---|
| 257 | |
|---|
| 258 | Checking whether CXX compiler struct stat has st_mtim member failed to compile with the following output: |
|---|
| 259 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/kwsys/CMakeFiles/CMakeTmp |
|---|
| 260 | |
|---|
| 261 | Run Build Command:"/usr/bin/make" "cmTC_a4fd3/fast" |
|---|
| 262 | make -f CMakeFiles/cmTC_a4fd3.dir/build.make CMakeFiles/cmTC_a4fd3.dir/build |
|---|
| 263 | Building CXX object CMakeFiles/cmTC_a4fd3.dir/kwsysPlatformTestsCXX.cxx.o |
|---|
| 264 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -DTEST_KWSYS_CXX_STAT_HAS_ST_MTIM -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_a4fd3.dir/kwsysPlatformTestsCXX.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/kwsys/kwsysPlatformTestsCXX.cxx |
|---|
| 265 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/kwsys/kwsysPlatformTestsCXX.cxx:43:15: error: no member named 'st_mtim' in 'stat' |
|---|
| 266 | (void)stat1.st_mtim.tv_sec; |
|---|
| 267 | ~~~~~ ^ |
|---|
| 268 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/kwsys/kwsysPlatformTestsCXX.cxx:44:15: error: no member named 'st_mtim' in 'stat' |
|---|
| 269 | (void)stat1.st_mtim.tv_nsec; |
|---|
| 270 | ~~~~~ ^ |
|---|
| 271 | 2 errors generated. |
|---|
| 272 | make[1]: *** [CMakeFiles/cmTC_a4fd3.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 |
|---|
| 273 | make: *** [cmTC_a4fd3/fast] Error 2 |
|---|
| 274 | |
|---|
| 275 | |
|---|
| 276 | Checking whether CXX compiler has rlimit64 failed to compile with the following output: |
|---|
| 277 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/kwsys/CMakeFiles/CMakeTmp |
|---|
| 278 | |
|---|
| 279 | Run Build Command:"/usr/bin/make" "cmTC_f228a/fast" |
|---|
| 280 | make -f CMakeFiles/cmTC_f228a.dir/build.make CMakeFiles/cmTC_f228a.dir/build |
|---|
| 281 | Building CXX object CMakeFiles/cmTC_f228a.dir/kwsysPlatformTestsCXX.cxx.o |
|---|
| 282 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -DKWSYS_HAS_LFS=1 -DTEST_KWSYS_CXX_HAS_RLIMIT64 -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_f228a.dir/kwsysPlatformTestsCXX.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/kwsys/kwsysPlatformTestsCXX.cxx |
|---|
| 283 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/kwsys/kwsysPlatformTestsCXX.cxx:224:19: error: variable has incomplete type 'struct rlimit64' |
|---|
| 284 | struct rlimit64 rlim; |
|---|
| 285 | ^ |
|---|
| 286 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/kwsys/kwsysPlatformTestsCXX.cxx:224:10: note: forward declaration of 'rlimit64' |
|---|
| 287 | struct rlimit64 rlim; |
|---|
| 288 | ^ |
|---|
| 289 | 1 error generated. |
|---|
| 290 | make[1]: *** [CMakeFiles/cmTC_f228a.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 |
|---|
| 291 | make: *** [cmTC_f228a/fast] Error 2 |
|---|
| 292 | |
|---|
| 293 | |
|---|
| 294 | Checking whether CXX compiler has _atoi64 failed to compile with the following output: |
|---|
| 295 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/kwsys/CMakeFiles/CMakeTmp |
|---|
| 296 | |
|---|
| 297 | Run Build Command:"/usr/bin/make" "cmTC_c9e15/fast" |
|---|
| 298 | make -f CMakeFiles/cmTC_c9e15.dir/build.make CMakeFiles/cmTC_c9e15.dir/build |
|---|
| 299 | Building CXX object CMakeFiles/cmTC_c9e15.dir/kwsysPlatformTestsCXX.cxx.o |
|---|
| 300 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -DTEST_KWSYS_CXX_HAS__ATOI64 -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_c9e15.dir/kwsysPlatformTestsCXX.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/kwsys/kwsysPlatformTestsCXX.cxx |
|---|
| 301 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/kwsys/kwsysPlatformTestsCXX.cxx:252:27: error: use of undeclared identifier '_atoi64' |
|---|
| 302 | return static_cast<int>(_atoi64(str)); |
|---|
| 303 | ^ |
|---|
| 304 | 1 error generated. |
|---|
| 305 | make[1]: *** [CMakeFiles/cmTC_c9e15.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 |
|---|
| 306 | make: *** [cmTC_c9e15/fast] Error 2 |
|---|
| 307 | |
|---|
| 308 | |
|---|
| 309 | Checking whether <ext/stdio_filebuf.h> is available failed to compile with the following output: |
|---|
| 310 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/kwsys/CMakeFiles/CMakeTmp |
|---|
| 311 | |
|---|
| 312 | Run Build Command:"/usr/bin/make" "cmTC_c5655/fast" |
|---|
| 313 | make -f CMakeFiles/cmTC_c5655.dir/build.make CMakeFiles/cmTC_c5655.dir/build |
|---|
| 314 | Building CXX object CMakeFiles/cmTC_c5655.dir/kwsysPlatformTestsCXX.cxx.o |
|---|
| 315 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -DTEST_KWSYS_CXX_HAS_EXT_STDIO_FILEBUF_H -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_c5655.dir/kwsysPlatformTestsCXX.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/kwsys/kwsysPlatformTestsCXX.cxx |
|---|
| 316 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Source/kwsys/kwsysPlatformTestsCXX.cxx:372:10: fatal error: 'ext/stdio_filebuf.h' file not found |
|---|
| 317 | #include <ext/stdio_filebuf.h> |
|---|
| 318 | ^~~~~~~~~~~~~~~~~~~~~ |
|---|
| 319 | 1 error generated. |
|---|
| 320 | make[1]: *** [CMakeFiles/cmTC_c5655.dir/kwsysPlatformTestsCXX.cxx.o] Error 1 |
|---|
| 321 | make: *** [cmTC_c5655/fast] Error 2 |
|---|
| 322 | |
|---|
| 323 | |
|---|
| 324 | Determining if the function connect exists in the socket; failed with the following output: |
|---|
| 325 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 326 | |
|---|
| 327 | Run Build Command:"/usr/bin/make" "cmTC_6c4a5/fast" |
|---|
| 328 | make -f CMakeFiles/cmTC_6c4a5.dir/build.make CMakeFiles/cmTC_6c4a5.dir/build |
|---|
| 329 | Building C object CMakeFiles/cmTC_6c4a5.dir/CheckFunctionExists.c.o |
|---|
| 330 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DCHECK_FUNCTION_EXISTS=connect -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_6c4a5.dir/CheckFunctionExists.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Modules/CheckFunctionExists.c |
|---|
| 331 | Linking C executable cmTC_6c4a5 |
|---|
| 332 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_6c4a5.dir/link.txt --verbose=1 |
|---|
| 333 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DCHECK_FUNCTION_EXISTS=connect -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/cmake-bootstrap/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 CMakeFiles/cmTC_6c4a5.dir/CheckFunctionExists.c.o -o cmTC_6c4a5 -lsocket |
|---|
| 334 | ld: library not found for -lsocket |
|---|
| 335 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
|---|
| 336 | make[1]: *** [cmTC_6c4a5] Error 1 |
|---|
| 337 | make: *** [cmTC_6c4a5/fast] Error 2 |
|---|
| 338 | |
|---|
| 339 | |
|---|
| 340 | Determining if the function idn2_lookup_ul exists in the idn2;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/System/Library/Frameworks/CoreFoundation.framework;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/System/Library/Frameworks/Security.framework failed with the following output: |
|---|
| 341 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 342 | |
|---|
| 343 | Run Build Command:"/usr/bin/make" "cmTC_01786/fast" |
|---|
| 344 | make -f CMakeFiles/cmTC_01786.dir/build.make CMakeFiles/cmTC_01786.dir/build |
|---|
| 345 | Building C object CMakeFiles/cmTC_01786.dir/CheckFunctionExists.c.o |
|---|
| 346 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DCHECK_FUNCTION_EXISTS=idn2_lookup_ul -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_01786.dir/CheckFunctionExists.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Modules/CheckFunctionExists.c |
|---|
| 347 | Linking C executable cmTC_01786 |
|---|
| 348 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_01786.dir/link.txt --verbose=1 |
|---|
| 349 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DCHECK_FUNCTION_EXISTS=idn2_lookup_ul -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/cmake-bootstrap/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 CMakeFiles/cmTC_01786.dir/CheckFunctionExists.c.o -o cmTC_01786 -lidn2 -framework CoreFoundation -framework Security |
|---|
| 350 | ld: library not found for -lidn2 |
|---|
| 351 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
|---|
| 352 | make[1]: *** [cmTC_01786] Error 1 |
|---|
| 353 | make: *** [cmTC_01786/fast] Error 2 |
|---|
| 354 | |
|---|
| 355 | |
|---|
| 356 | Determining if files stdio.h;inttypes.h;sys/filio.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/sockio.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;sys/utime.h exist failed with the following output: |
|---|
| 357 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 358 | |
|---|
| 359 | Run Build Command:"/usr/bin/make" "cmTC_2db8c/fast" |
|---|
| 360 | make -f CMakeFiles/cmTC_2db8c.dir/build.make CMakeFiles/cmTC_2db8c.dir/build |
|---|
| 361 | Building C object CMakeFiles/cmTC_2db8c.dir/CheckIncludeFiles.c.o |
|---|
| 362 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_2db8c.dir/CheckIncludeFiles.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c |
|---|
| 363 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:17:10: fatal error: 'sys/utime.h' file not found |
|---|
| 364 | #include <sys/utime.h> |
|---|
| 365 | ^~~~~~~~~~~~~ |
|---|
| 366 | 1 error generated. |
|---|
| 367 | make[1]: *** [CMakeFiles/cmTC_2db8c.dir/CheckIncludeFiles.c.o] Error 1 |
|---|
| 368 | make: *** [cmTC_2db8c/fast] Error 2 |
|---|
| 369 | |
|---|
| 370 | Source: |
|---|
| 371 | /* */ |
|---|
| 372 | #include <stdio.h> |
|---|
| 373 | #include <inttypes.h> |
|---|
| 374 | #include <sys/filio.h> |
|---|
| 375 | #include <sys/ioctl.h> |
|---|
| 376 | #include <sys/param.h> |
|---|
| 377 | #include <sys/poll.h> |
|---|
| 378 | #include <sys/resource.h> |
|---|
| 379 | #include <sys/select.h> |
|---|
| 380 | #include <sys/socket.h> |
|---|
| 381 | #include <sys/sockio.h> |
|---|
| 382 | #include <sys/stat.h> |
|---|
| 383 | #include <sys/time.h> |
|---|
| 384 | #include <sys/types.h> |
|---|
| 385 | #include <sys/uio.h> |
|---|
| 386 | #include <sys/un.h> |
|---|
| 387 | #include <sys/utime.h> |
|---|
| 388 | |
|---|
| 389 | |
|---|
| 390 | int main(void){return 0;} |
|---|
| 391 | |
|---|
| 392 | Determining if files stdio.h;inttypes.h;sys/filio.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/sockio.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;sys/xattr.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;crypto.h exist failed with the following output: |
|---|
| 393 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 394 | |
|---|
| 395 | Run Build Command:"/usr/bin/make" "cmTC_ceae7/fast" |
|---|
| 396 | make -f CMakeFiles/cmTC_ceae7.dir/build.make CMakeFiles/cmTC_ceae7.dir/build |
|---|
| 397 | Building C object CMakeFiles/cmTC_ceae7.dir/CheckIncludeFiles.c.o |
|---|
| 398 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_ceae7.dir/CheckIncludeFiles.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c |
|---|
| 399 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:22:10: fatal error: 'crypto.h' file not found |
|---|
| 400 | #include <crypto.h> |
|---|
| 401 | ^~~~~~~~~~ |
|---|
| 402 | 1 error generated. |
|---|
| 403 | make[1]: *** [CMakeFiles/cmTC_ceae7.dir/CheckIncludeFiles.c.o] Error 1 |
|---|
| 404 | make: *** [cmTC_ceae7/fast] Error 2 |
|---|
| 405 | |
|---|
| 406 | Source: |
|---|
| 407 | /* */ |
|---|
| 408 | #include <stdio.h> |
|---|
| 409 | #include <inttypes.h> |
|---|
| 410 | #include <sys/filio.h> |
|---|
| 411 | #include <sys/ioctl.h> |
|---|
| 412 | #include <sys/param.h> |
|---|
| 413 | #include <sys/poll.h> |
|---|
| 414 | #include <sys/resource.h> |
|---|
| 415 | #include <sys/select.h> |
|---|
| 416 | #include <sys/socket.h> |
|---|
| 417 | #include <sys/sockio.h> |
|---|
| 418 | #include <sys/stat.h> |
|---|
| 419 | #include <sys/time.h> |
|---|
| 420 | #include <sys/types.h> |
|---|
| 421 | #include <sys/uio.h> |
|---|
| 422 | #include <sys/un.h> |
|---|
| 423 | #include <sys/xattr.h> |
|---|
| 424 | #include <alloca.h> |
|---|
| 425 | #include <arpa/inet.h> |
|---|
| 426 | #include <arpa/tftp.h> |
|---|
| 427 | #include <assert.h> |
|---|
| 428 | #include <crypto.h> |
|---|
| 429 | |
|---|
| 430 | |
|---|
| 431 | int main(void){return 0;} |
|---|
| 432 | |
|---|
| 433 | Determining if files stdio.h;inttypes.h;sys/filio.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/sockio.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;sys/xattr.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;des.h exist failed with the following output: |
|---|
| 434 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 435 | |
|---|
| 436 | Run Build Command:"/usr/bin/make" "cmTC_f600d/fast" |
|---|
| 437 | make -f CMakeFiles/cmTC_f600d.dir/build.make CMakeFiles/cmTC_f600d.dir/build |
|---|
| 438 | Building C object CMakeFiles/cmTC_f600d.dir/CheckIncludeFiles.c.o |
|---|
| 439 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_f600d.dir/CheckIncludeFiles.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c |
|---|
| 440 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:22:10: fatal error: 'des.h' file not found |
|---|
| 441 | #include <des.h> |
|---|
| 442 | ^~~~~~~ |
|---|
| 443 | 1 error generated. |
|---|
| 444 | make[1]: *** [CMakeFiles/cmTC_f600d.dir/CheckIncludeFiles.c.o] Error 1 |
|---|
| 445 | make: *** [cmTC_f600d/fast] Error 2 |
|---|
| 446 | |
|---|
| 447 | Source: |
|---|
| 448 | /* */ |
|---|
| 449 | #include <stdio.h> |
|---|
| 450 | #include <inttypes.h> |
|---|
| 451 | #include <sys/filio.h> |
|---|
| 452 | #include <sys/ioctl.h> |
|---|
| 453 | #include <sys/param.h> |
|---|
| 454 | #include <sys/poll.h> |
|---|
| 455 | #include <sys/resource.h> |
|---|
| 456 | #include <sys/select.h> |
|---|
| 457 | #include <sys/socket.h> |
|---|
| 458 | #include <sys/sockio.h> |
|---|
| 459 | #include <sys/stat.h> |
|---|
| 460 | #include <sys/time.h> |
|---|
| 461 | #include <sys/types.h> |
|---|
| 462 | #include <sys/uio.h> |
|---|
| 463 | #include <sys/un.h> |
|---|
| 464 | #include <sys/xattr.h> |
|---|
| 465 | #include <alloca.h> |
|---|
| 466 | #include <arpa/inet.h> |
|---|
| 467 | #include <arpa/tftp.h> |
|---|
| 468 | #include <assert.h> |
|---|
| 469 | #include <des.h> |
|---|
| 470 | |
|---|
| 471 | |
|---|
| 472 | int main(void){return 0;} |
|---|
| 473 | |
|---|
| 474 | Determining if files stdio.h;inttypes.h;sys/filio.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/sockio.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;sys/xattr.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;idn2.h exist failed with the following output: |
|---|
| 475 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 476 | |
|---|
| 477 | Run Build Command:"/usr/bin/make" "cmTC_0a394/fast" |
|---|
| 478 | make -f CMakeFiles/cmTC_0a394.dir/build.make CMakeFiles/cmTC_0a394.dir/build |
|---|
| 479 | Building C object CMakeFiles/cmTC_0a394.dir/CheckIncludeFiles.c.o |
|---|
| 480 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_0a394.dir/CheckIncludeFiles.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c |
|---|
| 481 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:25:10: fatal error: 'idn2.h' file not found |
|---|
| 482 | #include <idn2.h> |
|---|
| 483 | ^~~~~~~~ |
|---|
| 484 | 1 error generated. |
|---|
| 485 | make[1]: *** [CMakeFiles/cmTC_0a394.dir/CheckIncludeFiles.c.o] Error 1 |
|---|
| 486 | make: *** [cmTC_0a394/fast] Error 2 |
|---|
| 487 | |
|---|
| 488 | Source: |
|---|
| 489 | /* */ |
|---|
| 490 | #include <stdio.h> |
|---|
| 491 | #include <inttypes.h> |
|---|
| 492 | #include <sys/filio.h> |
|---|
| 493 | #include <sys/ioctl.h> |
|---|
| 494 | #include <sys/param.h> |
|---|
| 495 | #include <sys/poll.h> |
|---|
| 496 | #include <sys/resource.h> |
|---|
| 497 | #include <sys/select.h> |
|---|
| 498 | #include <sys/socket.h> |
|---|
| 499 | #include <sys/sockio.h> |
|---|
| 500 | #include <sys/stat.h> |
|---|
| 501 | #include <sys/time.h> |
|---|
| 502 | #include <sys/types.h> |
|---|
| 503 | #include <sys/uio.h> |
|---|
| 504 | #include <sys/un.h> |
|---|
| 505 | #include <sys/xattr.h> |
|---|
| 506 | #include <alloca.h> |
|---|
| 507 | #include <arpa/inet.h> |
|---|
| 508 | #include <arpa/tftp.h> |
|---|
| 509 | #include <assert.h> |
|---|
| 510 | #include <err.h> |
|---|
| 511 | #include <errno.h> |
|---|
| 512 | #include <fcntl.h> |
|---|
| 513 | #include <idn2.h> |
|---|
| 514 | |
|---|
| 515 | |
|---|
| 516 | int main(void){return 0;} |
|---|
| 517 | |
|---|
| 518 | Determining if files stdio.h;inttypes.h;sys/filio.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/sockio.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;sys/xattr.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;io.h exist failed with the following output: |
|---|
| 519 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 520 | |
|---|
| 521 | Run Build Command:"/usr/bin/make" "cmTC_b1461/fast" |
|---|
| 522 | make -f CMakeFiles/cmTC_b1461.dir/build.make CMakeFiles/cmTC_b1461.dir/build |
|---|
| 523 | Building C object CMakeFiles/cmTC_b1461.dir/CheckIncludeFiles.c.o |
|---|
| 524 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_b1461.dir/CheckIncludeFiles.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c |
|---|
| 525 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:26:10: fatal error: 'io.h' file not found |
|---|
| 526 | #include <io.h> |
|---|
| 527 | ^~~~~~ |
|---|
| 528 | 1 error generated. |
|---|
| 529 | make[1]: *** [CMakeFiles/cmTC_b1461.dir/CheckIncludeFiles.c.o] Error 1 |
|---|
| 530 | make: *** [cmTC_b1461/fast] Error 2 |
|---|
| 531 | |
|---|
| 532 | Source: |
|---|
| 533 | /* */ |
|---|
| 534 | #include <stdio.h> |
|---|
| 535 | #include <inttypes.h> |
|---|
| 536 | #include <sys/filio.h> |
|---|
| 537 | #include <sys/ioctl.h> |
|---|
| 538 | #include <sys/param.h> |
|---|
| 539 | #include <sys/poll.h> |
|---|
| 540 | #include <sys/resource.h> |
|---|
| 541 | #include <sys/select.h> |
|---|
| 542 | #include <sys/socket.h> |
|---|
| 543 | #include <sys/sockio.h> |
|---|
| 544 | #include <sys/stat.h> |
|---|
| 545 | #include <sys/time.h> |
|---|
| 546 | #include <sys/types.h> |
|---|
| 547 | #include <sys/uio.h> |
|---|
| 548 | #include <sys/un.h> |
|---|
| 549 | #include <sys/xattr.h> |
|---|
| 550 | #include <alloca.h> |
|---|
| 551 | #include <arpa/inet.h> |
|---|
| 552 | #include <arpa/tftp.h> |
|---|
| 553 | #include <assert.h> |
|---|
| 554 | #include <err.h> |
|---|
| 555 | #include <errno.h> |
|---|
| 556 | #include <fcntl.h> |
|---|
| 557 | #include <ifaddrs.h> |
|---|
| 558 | #include <io.h> |
|---|
| 559 | |
|---|
| 560 | |
|---|
| 561 | int main(void){return 0;} |
|---|
| 562 | |
|---|
| 563 | Determining if files stdio.h;inttypes.h;sys/filio.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/sockio.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;sys/xattr.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;krb.h exist failed with the following output: |
|---|
| 564 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 565 | |
|---|
| 566 | Run Build Command:"/usr/bin/make" "cmTC_330bb/fast" |
|---|
| 567 | make -f CMakeFiles/cmTC_330bb.dir/build.make CMakeFiles/cmTC_330bb.dir/build |
|---|
| 568 | Building C object CMakeFiles/cmTC_330bb.dir/CheckIncludeFiles.c.o |
|---|
| 569 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_330bb.dir/CheckIncludeFiles.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c |
|---|
| 570 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:26:10: fatal error: 'krb.h' file not found |
|---|
| 571 | #include <krb.h> |
|---|
| 572 | ^~~~~~~ |
|---|
| 573 | 1 error generated. |
|---|
| 574 | make[1]: *** [CMakeFiles/cmTC_330bb.dir/CheckIncludeFiles.c.o] Error 1 |
|---|
| 575 | make: *** [cmTC_330bb/fast] Error 2 |
|---|
| 576 | |
|---|
| 577 | Source: |
|---|
| 578 | /* */ |
|---|
| 579 | #include <stdio.h> |
|---|
| 580 | #include <inttypes.h> |
|---|
| 581 | #include <sys/filio.h> |
|---|
| 582 | #include <sys/ioctl.h> |
|---|
| 583 | #include <sys/param.h> |
|---|
| 584 | #include <sys/poll.h> |
|---|
| 585 | #include <sys/resource.h> |
|---|
| 586 | #include <sys/select.h> |
|---|
| 587 | #include <sys/socket.h> |
|---|
| 588 | #include <sys/sockio.h> |
|---|
| 589 | #include <sys/stat.h> |
|---|
| 590 | #include <sys/time.h> |
|---|
| 591 | #include <sys/types.h> |
|---|
| 592 | #include <sys/uio.h> |
|---|
| 593 | #include <sys/un.h> |
|---|
| 594 | #include <sys/xattr.h> |
|---|
| 595 | #include <alloca.h> |
|---|
| 596 | #include <arpa/inet.h> |
|---|
| 597 | #include <arpa/tftp.h> |
|---|
| 598 | #include <assert.h> |
|---|
| 599 | #include <err.h> |
|---|
| 600 | #include <errno.h> |
|---|
| 601 | #include <fcntl.h> |
|---|
| 602 | #include <ifaddrs.h> |
|---|
| 603 | #include <krb.h> |
|---|
| 604 | |
|---|
| 605 | |
|---|
| 606 | int main(void){return 0;} |
|---|
| 607 | |
|---|
| 608 | Determining if files stdio.h;inttypes.h;sys/filio.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/sockio.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;sys/xattr.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;pem.h exist failed with the following output: |
|---|
| 609 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 610 | |
|---|
| 611 | Run Build Command:"/usr/bin/make" "cmTC_b82fc/fast" |
|---|
| 612 | make -f CMakeFiles/cmTC_b82fc.dir/build.make CMakeFiles/cmTC_b82fc.dir/build |
|---|
| 613 | Building C object CMakeFiles/cmTC_b82fc.dir/CheckIncludeFiles.c.o |
|---|
| 614 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_b82fc.dir/CheckIncludeFiles.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c |
|---|
| 615 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:33:10: fatal error: 'pem.h' file not found |
|---|
| 616 | #include <pem.h> |
|---|
| 617 | ^~~~~~~ |
|---|
| 618 | 1 error generated. |
|---|
| 619 | make[1]: *** [CMakeFiles/cmTC_b82fc.dir/CheckIncludeFiles.c.o] Error 1 |
|---|
| 620 | make: *** [cmTC_b82fc/fast] Error 2 |
|---|
| 621 | |
|---|
| 622 | Source: |
|---|
| 623 | /* */ |
|---|
| 624 | #include <stdio.h> |
|---|
| 625 | #include <inttypes.h> |
|---|
| 626 | #include <sys/filio.h> |
|---|
| 627 | #include <sys/ioctl.h> |
|---|
| 628 | #include <sys/param.h> |
|---|
| 629 | #include <sys/poll.h> |
|---|
| 630 | #include <sys/resource.h> |
|---|
| 631 | #include <sys/select.h> |
|---|
| 632 | #include <sys/socket.h> |
|---|
| 633 | #include <sys/sockio.h> |
|---|
| 634 | #include <sys/stat.h> |
|---|
| 635 | #include <sys/time.h> |
|---|
| 636 | #include <sys/types.h> |
|---|
| 637 | #include <sys/uio.h> |
|---|
| 638 | #include <sys/un.h> |
|---|
| 639 | #include <sys/xattr.h> |
|---|
| 640 | #include <alloca.h> |
|---|
| 641 | #include <arpa/inet.h> |
|---|
| 642 | #include <arpa/tftp.h> |
|---|
| 643 | #include <assert.h> |
|---|
| 644 | #include <err.h> |
|---|
| 645 | #include <errno.h> |
|---|
| 646 | #include <fcntl.h> |
|---|
| 647 | #include <ifaddrs.h> |
|---|
| 648 | #include <libgen.h> |
|---|
| 649 | #include <limits.h> |
|---|
| 650 | #include <locale.h> |
|---|
| 651 | #include <net/if.h> |
|---|
| 652 | #include <netdb.h> |
|---|
| 653 | #include <netinet/in.h> |
|---|
| 654 | #include <netinet/tcp.h> |
|---|
| 655 | #include <pem.h> |
|---|
| 656 | |
|---|
| 657 | |
|---|
| 658 | int main(void){return 0;} |
|---|
| 659 | |
|---|
| 660 | Determining if files stdio.h;inttypes.h;sys/filio.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/sockio.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;sys/xattr.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;rsa.h exist failed with the following output: |
|---|
| 661 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 662 | |
|---|
| 663 | Run Build Command:"/usr/bin/make" "cmTC_2bb34/fast" |
|---|
| 664 | make -f CMakeFiles/cmTC_2bb34.dir/build.make CMakeFiles/cmTC_2bb34.dir/build |
|---|
| 665 | Building C object CMakeFiles/cmTC_2bb34.dir/CheckIncludeFiles.c.o |
|---|
| 666 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_2bb34.dir/CheckIncludeFiles.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c |
|---|
| 667 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:35:10: fatal error: 'rsa.h' file not found |
|---|
| 668 | #include <rsa.h> |
|---|
| 669 | ^~~~~~~ |
|---|
| 670 | 1 error generated. |
|---|
| 671 | make[1]: *** [CMakeFiles/cmTC_2bb34.dir/CheckIncludeFiles.c.o] Error 1 |
|---|
| 672 | make: *** [cmTC_2bb34/fast] Error 2 |
|---|
| 673 | |
|---|
| 674 | Source: |
|---|
| 675 | /* */ |
|---|
| 676 | #include <stdio.h> |
|---|
| 677 | #include <inttypes.h> |
|---|
| 678 | #include <sys/filio.h> |
|---|
| 679 | #include <sys/ioctl.h> |
|---|
| 680 | #include <sys/param.h> |
|---|
| 681 | #include <sys/poll.h> |
|---|
| 682 | #include <sys/resource.h> |
|---|
| 683 | #include <sys/select.h> |
|---|
| 684 | #include <sys/socket.h> |
|---|
| 685 | #include <sys/sockio.h> |
|---|
| 686 | #include <sys/stat.h> |
|---|
| 687 | #include <sys/time.h> |
|---|
| 688 | #include <sys/types.h> |
|---|
| 689 | #include <sys/uio.h> |
|---|
| 690 | #include <sys/un.h> |
|---|
| 691 | #include <sys/xattr.h> |
|---|
| 692 | #include <alloca.h> |
|---|
| 693 | #include <arpa/inet.h> |
|---|
| 694 | #include <arpa/tftp.h> |
|---|
| 695 | #include <assert.h> |
|---|
| 696 | #include <err.h> |
|---|
| 697 | #include <errno.h> |
|---|
| 698 | #include <fcntl.h> |
|---|
| 699 | #include <ifaddrs.h> |
|---|
| 700 | #include <libgen.h> |
|---|
| 701 | #include <limits.h> |
|---|
| 702 | #include <locale.h> |
|---|
| 703 | #include <net/if.h> |
|---|
| 704 | #include <netdb.h> |
|---|
| 705 | #include <netinet/in.h> |
|---|
| 706 | #include <netinet/tcp.h> |
|---|
| 707 | #include <poll.h> |
|---|
| 708 | #include <pwd.h> |
|---|
| 709 | #include <rsa.h> |
|---|
| 710 | |
|---|
| 711 | |
|---|
| 712 | int main(void){return 0;} |
|---|
| 713 | |
|---|
| 714 | Determining if files stdio.h;inttypes.h;sys/filio.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/sockio.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;sys/xattr.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;ssl.h exist failed with the following output: |
|---|
| 715 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 716 | |
|---|
| 717 | Run Build Command:"/usr/bin/make" "cmTC_7a077/fast" |
|---|
| 718 | make -f CMakeFiles/cmTC_7a077.dir/build.make CMakeFiles/cmTC_7a077.dir/build |
|---|
| 719 | Building C object CMakeFiles/cmTC_7a077.dir/CheckIncludeFiles.c.o |
|---|
| 720 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_7a077.dir/CheckIncludeFiles.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c |
|---|
| 721 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:38:10: fatal error: 'ssl.h' file not found |
|---|
| 722 | #include <ssl.h> |
|---|
| 723 | ^~~~~~~ |
|---|
| 724 | 1 error generated. |
|---|
| 725 | make[1]: *** [CMakeFiles/cmTC_7a077.dir/CheckIncludeFiles.c.o] Error 1 |
|---|
| 726 | make: *** [cmTC_7a077/fast] Error 2 |
|---|
| 727 | |
|---|
| 728 | Source: |
|---|
| 729 | /* */ |
|---|
| 730 | #include <stdio.h> |
|---|
| 731 | #include <inttypes.h> |
|---|
| 732 | #include <sys/filio.h> |
|---|
| 733 | #include <sys/ioctl.h> |
|---|
| 734 | #include <sys/param.h> |
|---|
| 735 | #include <sys/poll.h> |
|---|
| 736 | #include <sys/resource.h> |
|---|
| 737 | #include <sys/select.h> |
|---|
| 738 | #include <sys/socket.h> |
|---|
| 739 | #include <sys/sockio.h> |
|---|
| 740 | #include <sys/stat.h> |
|---|
| 741 | #include <sys/time.h> |
|---|
| 742 | #include <sys/types.h> |
|---|
| 743 | #include <sys/uio.h> |
|---|
| 744 | #include <sys/un.h> |
|---|
| 745 | #include <sys/xattr.h> |
|---|
| 746 | #include <alloca.h> |
|---|
| 747 | #include <arpa/inet.h> |
|---|
| 748 | #include <arpa/tftp.h> |
|---|
| 749 | #include <assert.h> |
|---|
| 750 | #include <err.h> |
|---|
| 751 | #include <errno.h> |
|---|
| 752 | #include <fcntl.h> |
|---|
| 753 | #include <ifaddrs.h> |
|---|
| 754 | #include <libgen.h> |
|---|
| 755 | #include <limits.h> |
|---|
| 756 | #include <locale.h> |
|---|
| 757 | #include <net/if.h> |
|---|
| 758 | #include <netdb.h> |
|---|
| 759 | #include <netinet/in.h> |
|---|
| 760 | #include <netinet/tcp.h> |
|---|
| 761 | #include <poll.h> |
|---|
| 762 | #include <pwd.h> |
|---|
| 763 | #include <setjmp.h> |
|---|
| 764 | #include <sgtty.h> |
|---|
| 765 | #include <signal.h> |
|---|
| 766 | #include <ssl.h> |
|---|
| 767 | |
|---|
| 768 | |
|---|
| 769 | int main(void){return 0;} |
|---|
| 770 | |
|---|
| 771 | Determining if files stdio.h;inttypes.h;sys/filio.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/sockio.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;sys/xattr.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;stdbool.h;stdint.h;stdio.h;stdlib.h;string.h;strings.h;stropts.h exist failed with the following output: |
|---|
| 772 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 773 | |
|---|
| 774 | Run Build Command:"/usr/bin/make" "cmTC_e7241/fast" |
|---|
| 775 | make -f CMakeFiles/cmTC_e7241.dir/build.make CMakeFiles/cmTC_e7241.dir/build |
|---|
| 776 | Building C object CMakeFiles/cmTC_e7241.dir/CheckIncludeFiles.c.o |
|---|
| 777 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_e7241.dir/CheckIncludeFiles.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c |
|---|
| 778 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:44:10: fatal error: 'stropts.h' file not found |
|---|
| 779 | #include <stropts.h> |
|---|
| 780 | ^~~~~~~~~~~ |
|---|
| 781 | 1 error generated. |
|---|
| 782 | make[1]: *** [CMakeFiles/cmTC_e7241.dir/CheckIncludeFiles.c.o] Error 1 |
|---|
| 783 | make: *** [cmTC_e7241/fast] Error 2 |
|---|
| 784 | |
|---|
| 785 | Source: |
|---|
| 786 | /* */ |
|---|
| 787 | #include <stdio.h> |
|---|
| 788 | #include <inttypes.h> |
|---|
| 789 | #include <sys/filio.h> |
|---|
| 790 | #include <sys/ioctl.h> |
|---|
| 791 | #include <sys/param.h> |
|---|
| 792 | #include <sys/poll.h> |
|---|
| 793 | #include <sys/resource.h> |
|---|
| 794 | #include <sys/select.h> |
|---|
| 795 | #include <sys/socket.h> |
|---|
| 796 | #include <sys/sockio.h> |
|---|
| 797 | #include <sys/stat.h> |
|---|
| 798 | #include <sys/time.h> |
|---|
| 799 | #include <sys/types.h> |
|---|
| 800 | #include <sys/uio.h> |
|---|
| 801 | #include <sys/un.h> |
|---|
| 802 | #include <sys/xattr.h> |
|---|
| 803 | #include <alloca.h> |
|---|
| 804 | #include <arpa/inet.h> |
|---|
| 805 | #include <arpa/tftp.h> |
|---|
| 806 | #include <assert.h> |
|---|
| 807 | #include <err.h> |
|---|
| 808 | #include <errno.h> |
|---|
| 809 | #include <fcntl.h> |
|---|
| 810 | #include <ifaddrs.h> |
|---|
| 811 | #include <libgen.h> |
|---|
| 812 | #include <limits.h> |
|---|
| 813 | #include <locale.h> |
|---|
| 814 | #include <net/if.h> |
|---|
| 815 | #include <netdb.h> |
|---|
| 816 | #include <netinet/in.h> |
|---|
| 817 | #include <netinet/tcp.h> |
|---|
| 818 | #include <poll.h> |
|---|
| 819 | #include <pwd.h> |
|---|
| 820 | #include <setjmp.h> |
|---|
| 821 | #include <sgtty.h> |
|---|
| 822 | #include <signal.h> |
|---|
| 823 | #include <stdbool.h> |
|---|
| 824 | #include <stdint.h> |
|---|
| 825 | #include <stdio.h> |
|---|
| 826 | #include <stdlib.h> |
|---|
| 827 | #include <string.h> |
|---|
| 828 | #include <strings.h> |
|---|
| 829 | #include <stropts.h> |
|---|
| 830 | |
|---|
| 831 | |
|---|
| 832 | int main(void){return 0;} |
|---|
| 833 | |
|---|
| 834 | Determining if files stdio.h;inttypes.h;sys/filio.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/sockio.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;sys/xattr.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;stdbool.h;stdint.h;stdio.h;stdlib.h;string.h;strings.h;termio.h exist failed with the following output: |
|---|
| 835 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 836 | |
|---|
| 837 | Run Build Command:"/usr/bin/make" "cmTC_1d2e6/fast" |
|---|
| 838 | make -f CMakeFiles/cmTC_1d2e6.dir/build.make CMakeFiles/cmTC_1d2e6.dir/build |
|---|
| 839 | Building C object CMakeFiles/cmTC_1d2e6.dir/CheckIncludeFiles.c.o |
|---|
| 840 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_1d2e6.dir/CheckIncludeFiles.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c |
|---|
| 841 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:44:10: fatal error: 'termio.h' file not found |
|---|
| 842 | #include <termio.h> |
|---|
| 843 | ^~~~~~~~~~ |
|---|
| 844 | 1 error generated. |
|---|
| 845 | make[1]: *** [CMakeFiles/cmTC_1d2e6.dir/CheckIncludeFiles.c.o] Error 1 |
|---|
| 846 | make: *** [cmTC_1d2e6/fast] Error 2 |
|---|
| 847 | |
|---|
| 848 | Source: |
|---|
| 849 | /* */ |
|---|
| 850 | #include <stdio.h> |
|---|
| 851 | #include <inttypes.h> |
|---|
| 852 | #include <sys/filio.h> |
|---|
| 853 | #include <sys/ioctl.h> |
|---|
| 854 | #include <sys/param.h> |
|---|
| 855 | #include <sys/poll.h> |
|---|
| 856 | #include <sys/resource.h> |
|---|
| 857 | #include <sys/select.h> |
|---|
| 858 | #include <sys/socket.h> |
|---|
| 859 | #include <sys/sockio.h> |
|---|
| 860 | #include <sys/stat.h> |
|---|
| 861 | #include <sys/time.h> |
|---|
| 862 | #include <sys/types.h> |
|---|
| 863 | #include <sys/uio.h> |
|---|
| 864 | #include <sys/un.h> |
|---|
| 865 | #include <sys/xattr.h> |
|---|
| 866 | #include <alloca.h> |
|---|
| 867 | #include <arpa/inet.h> |
|---|
| 868 | #include <arpa/tftp.h> |
|---|
| 869 | #include <assert.h> |
|---|
| 870 | #include <err.h> |
|---|
| 871 | #include <errno.h> |
|---|
| 872 | #include <fcntl.h> |
|---|
| 873 | #include <ifaddrs.h> |
|---|
| 874 | #include <libgen.h> |
|---|
| 875 | #include <limits.h> |
|---|
| 876 | #include <locale.h> |
|---|
| 877 | #include <net/if.h> |
|---|
| 878 | #include <netdb.h> |
|---|
| 879 | #include <netinet/in.h> |
|---|
| 880 | #include <netinet/tcp.h> |
|---|
| 881 | #include <poll.h> |
|---|
| 882 | #include <pwd.h> |
|---|
| 883 | #include <setjmp.h> |
|---|
| 884 | #include <sgtty.h> |
|---|
| 885 | #include <signal.h> |
|---|
| 886 | #include <stdbool.h> |
|---|
| 887 | #include <stdint.h> |
|---|
| 888 | #include <stdio.h> |
|---|
| 889 | #include <stdlib.h> |
|---|
| 890 | #include <string.h> |
|---|
| 891 | #include <strings.h> |
|---|
| 892 | #include <termio.h> |
|---|
| 893 | |
|---|
| 894 | |
|---|
| 895 | int main(void){return 0;} |
|---|
| 896 | |
|---|
| 897 | Determining if files stdio.h;inttypes.h;sys/filio.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/sockio.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;sys/xattr.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;stdbool.h;stdint.h;stdio.h;stdlib.h;string.h;strings.h;termios.h;time.h;unistd.h;utime.h;x509.h exist failed with the following output: |
|---|
| 898 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 899 | |
|---|
| 900 | Run Build Command:"/usr/bin/make" "cmTC_baff5/fast" |
|---|
| 901 | make -f CMakeFiles/cmTC_baff5.dir/build.make CMakeFiles/cmTC_baff5.dir/build |
|---|
| 902 | Building C object CMakeFiles/cmTC_baff5.dir/CheckIncludeFiles.c.o |
|---|
| 903 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_baff5.dir/CheckIncludeFiles.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c |
|---|
| 904 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:48:10: fatal error: 'x509.h' file not found |
|---|
| 905 | #include <x509.h> |
|---|
| 906 | ^~~~~~~~ |
|---|
| 907 | 1 error generated. |
|---|
| 908 | make[1]: *** [CMakeFiles/cmTC_baff5.dir/CheckIncludeFiles.c.o] Error 1 |
|---|
| 909 | make: *** [cmTC_baff5/fast] Error 2 |
|---|
| 910 | |
|---|
| 911 | Source: |
|---|
| 912 | /* */ |
|---|
| 913 | #include <stdio.h> |
|---|
| 914 | #include <inttypes.h> |
|---|
| 915 | #include <sys/filio.h> |
|---|
| 916 | #include <sys/ioctl.h> |
|---|
| 917 | #include <sys/param.h> |
|---|
| 918 | #include <sys/poll.h> |
|---|
| 919 | #include <sys/resource.h> |
|---|
| 920 | #include <sys/select.h> |
|---|
| 921 | #include <sys/socket.h> |
|---|
| 922 | #include <sys/sockio.h> |
|---|
| 923 | #include <sys/stat.h> |
|---|
| 924 | #include <sys/time.h> |
|---|
| 925 | #include <sys/types.h> |
|---|
| 926 | #include <sys/uio.h> |
|---|
| 927 | #include <sys/un.h> |
|---|
| 928 | #include <sys/xattr.h> |
|---|
| 929 | #include <alloca.h> |
|---|
| 930 | #include <arpa/inet.h> |
|---|
| 931 | #include <arpa/tftp.h> |
|---|
| 932 | #include <assert.h> |
|---|
| 933 | #include <err.h> |
|---|
| 934 | #include <errno.h> |
|---|
| 935 | #include <fcntl.h> |
|---|
| 936 | #include <ifaddrs.h> |
|---|
| 937 | #include <libgen.h> |
|---|
| 938 | #include <limits.h> |
|---|
| 939 | #include <locale.h> |
|---|
| 940 | #include <net/if.h> |
|---|
| 941 | #include <netdb.h> |
|---|
| 942 | #include <netinet/in.h> |
|---|
| 943 | #include <netinet/tcp.h> |
|---|
| 944 | #include <poll.h> |
|---|
| 945 | #include <pwd.h> |
|---|
| 946 | #include <setjmp.h> |
|---|
| 947 | #include <sgtty.h> |
|---|
| 948 | #include <signal.h> |
|---|
| 949 | #include <stdbool.h> |
|---|
| 950 | #include <stdint.h> |
|---|
| 951 | #include <stdio.h> |
|---|
| 952 | #include <stdlib.h> |
|---|
| 953 | #include <string.h> |
|---|
| 954 | #include <strings.h> |
|---|
| 955 | #include <termios.h> |
|---|
| 956 | #include <time.h> |
|---|
| 957 | #include <unistd.h> |
|---|
| 958 | #include <utime.h> |
|---|
| 959 | #include <x509.h> |
|---|
| 960 | |
|---|
| 961 | |
|---|
| 962 | int main(void){return 0;} |
|---|
| 963 | |
|---|
| 964 | Determining if files stdio.h;inttypes.h;sys/filio.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/sockio.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;sys/xattr.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;stdbool.h;stdint.h;stdio.h;stdlib.h;string.h;strings.h;termios.h;time.h;unistd.h;utime.h;process.h exist failed with the following output: |
|---|
| 965 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 966 | |
|---|
| 967 | Run Build Command:"/usr/bin/make" "cmTC_07e94/fast" |
|---|
| 968 | make -f CMakeFiles/cmTC_07e94.dir/build.make CMakeFiles/cmTC_07e94.dir/build |
|---|
| 969 | Building C object CMakeFiles/cmTC_07e94.dir/CheckIncludeFiles.c.o |
|---|
| 970 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_07e94.dir/CheckIncludeFiles.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c |
|---|
| 971 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:48:10: fatal error: 'process.h' file not found |
|---|
| 972 | #include <process.h> |
|---|
| 973 | ^~~~~~~~~~~ |
|---|
| 974 | 1 error generated. |
|---|
| 975 | make[1]: *** [CMakeFiles/cmTC_07e94.dir/CheckIncludeFiles.c.o] Error 1 |
|---|
| 976 | make: *** [cmTC_07e94/fast] Error 2 |
|---|
| 977 | |
|---|
| 978 | Source: |
|---|
| 979 | /* */ |
|---|
| 980 | #include <stdio.h> |
|---|
| 981 | #include <inttypes.h> |
|---|
| 982 | #include <sys/filio.h> |
|---|
| 983 | #include <sys/ioctl.h> |
|---|
| 984 | #include <sys/param.h> |
|---|
| 985 | #include <sys/poll.h> |
|---|
| 986 | #include <sys/resource.h> |
|---|
| 987 | #include <sys/select.h> |
|---|
| 988 | #include <sys/socket.h> |
|---|
| 989 | #include <sys/sockio.h> |
|---|
| 990 | #include <sys/stat.h> |
|---|
| 991 | #include <sys/time.h> |
|---|
| 992 | #include <sys/types.h> |
|---|
| 993 | #include <sys/uio.h> |
|---|
| 994 | #include <sys/un.h> |
|---|
| 995 | #include <sys/xattr.h> |
|---|
| 996 | #include <alloca.h> |
|---|
| 997 | #include <arpa/inet.h> |
|---|
| 998 | #include <arpa/tftp.h> |
|---|
| 999 | #include <assert.h> |
|---|
| 1000 | #include <err.h> |
|---|
| 1001 | #include <errno.h> |
|---|
| 1002 | #include <fcntl.h> |
|---|
| 1003 | #include <ifaddrs.h> |
|---|
| 1004 | #include <libgen.h> |
|---|
| 1005 | #include <limits.h> |
|---|
| 1006 | #include <locale.h> |
|---|
| 1007 | #include <net/if.h> |
|---|
| 1008 | #include <netdb.h> |
|---|
| 1009 | #include <netinet/in.h> |
|---|
| 1010 | #include <netinet/tcp.h> |
|---|
| 1011 | #include <poll.h> |
|---|
| 1012 | #include <pwd.h> |
|---|
| 1013 | #include <setjmp.h> |
|---|
| 1014 | #include <sgtty.h> |
|---|
| 1015 | #include <signal.h> |
|---|
| 1016 | #include <stdbool.h> |
|---|
| 1017 | #include <stdint.h> |
|---|
| 1018 | #include <stdio.h> |
|---|
| 1019 | #include <stdlib.h> |
|---|
| 1020 | #include <string.h> |
|---|
| 1021 | #include <strings.h> |
|---|
| 1022 | #include <termios.h> |
|---|
| 1023 | #include <time.h> |
|---|
| 1024 | #include <unistd.h> |
|---|
| 1025 | #include <utime.h> |
|---|
| 1026 | #include <process.h> |
|---|
| 1027 | |
|---|
| 1028 | |
|---|
| 1029 | int main(void){return 0;} |
|---|
| 1030 | |
|---|
| 1031 | Determining if files stdio.h;inttypes.h;sys/filio.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/sockio.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;sys/xattr.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;stdbool.h;stdint.h;stdio.h;stdlib.h;string.h;strings.h;termios.h;time.h;unistd.h;utime.h;stddef.h;dlfcn.h;malloc.h exist failed with the following output: |
|---|
| 1032 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 1033 | |
|---|
| 1034 | Run Build Command:"/usr/bin/make" "cmTC_1b11e/fast" |
|---|
| 1035 | make -f CMakeFiles/cmTC_1b11e.dir/build.make CMakeFiles/cmTC_1b11e.dir/build |
|---|
| 1036 | Building C object CMakeFiles/cmTC_1b11e.dir/CheckIncludeFiles.c.o |
|---|
| 1037 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_1b11e.dir/CheckIncludeFiles.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c |
|---|
| 1038 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:50:10: fatal error: 'malloc.h' file not found |
|---|
| 1039 | #include <malloc.h> |
|---|
| 1040 | ^~~~~~~~~~ |
|---|
| 1041 | 1 error generated. |
|---|
| 1042 | make[1]: *** [CMakeFiles/cmTC_1b11e.dir/CheckIncludeFiles.c.o] Error 1 |
|---|
| 1043 | make: *** [cmTC_1b11e/fast] Error 2 |
|---|
| 1044 | |
|---|
| 1045 | Source: |
|---|
| 1046 | /* */ |
|---|
| 1047 | #include <stdio.h> |
|---|
| 1048 | #include <inttypes.h> |
|---|
| 1049 | #include <sys/filio.h> |
|---|
| 1050 | #include <sys/ioctl.h> |
|---|
| 1051 | #include <sys/param.h> |
|---|
| 1052 | #include <sys/poll.h> |
|---|
| 1053 | #include <sys/resource.h> |
|---|
| 1054 | #include <sys/select.h> |
|---|
| 1055 | #include <sys/socket.h> |
|---|
| 1056 | #include <sys/sockio.h> |
|---|
| 1057 | #include <sys/stat.h> |
|---|
| 1058 | #include <sys/time.h> |
|---|
| 1059 | #include <sys/types.h> |
|---|
| 1060 | #include <sys/uio.h> |
|---|
| 1061 | #include <sys/un.h> |
|---|
| 1062 | #include <sys/xattr.h> |
|---|
| 1063 | #include <alloca.h> |
|---|
| 1064 | #include <arpa/inet.h> |
|---|
| 1065 | #include <arpa/tftp.h> |
|---|
| 1066 | #include <assert.h> |
|---|
| 1067 | #include <err.h> |
|---|
| 1068 | #include <errno.h> |
|---|
| 1069 | #include <fcntl.h> |
|---|
| 1070 | #include <ifaddrs.h> |
|---|
| 1071 | #include <libgen.h> |
|---|
| 1072 | #include <limits.h> |
|---|
| 1073 | #include <locale.h> |
|---|
| 1074 | #include <net/if.h> |
|---|
| 1075 | #include <netdb.h> |
|---|
| 1076 | #include <netinet/in.h> |
|---|
| 1077 | #include <netinet/tcp.h> |
|---|
| 1078 | #include <poll.h> |
|---|
| 1079 | #include <pwd.h> |
|---|
| 1080 | #include <setjmp.h> |
|---|
| 1081 | #include <sgtty.h> |
|---|
| 1082 | #include <signal.h> |
|---|
| 1083 | #include <stdbool.h> |
|---|
| 1084 | #include <stdint.h> |
|---|
| 1085 | #include <stdio.h> |
|---|
| 1086 | #include <stdlib.h> |
|---|
| 1087 | #include <string.h> |
|---|
| 1088 | #include <strings.h> |
|---|
| 1089 | #include <termios.h> |
|---|
| 1090 | #include <time.h> |
|---|
| 1091 | #include <unistd.h> |
|---|
| 1092 | #include <utime.h> |
|---|
| 1093 | #include <stddef.h> |
|---|
| 1094 | #include <dlfcn.h> |
|---|
| 1095 | #include <malloc.h> |
|---|
| 1096 | |
|---|
| 1097 | |
|---|
| 1098 | int main(void){return 0;} |
|---|
| 1099 | |
|---|
| 1100 | Determining if files stdio.h;inttypes.h;sys/filio.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/sockio.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;sys/xattr.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;stdbool.h;stdint.h;stdio.h;stdlib.h;string.h;strings.h;termios.h;time.h;unistd.h;utime.h;stddef.h;dlfcn.h;memory.h;netinet/if_ether.h;stdint.h;sockio.h exist failed with the following output: |
|---|
| 1101 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 1102 | |
|---|
| 1103 | Run Build Command:"/usr/bin/make" "cmTC_5f5da/fast" |
|---|
| 1104 | make -f CMakeFiles/cmTC_5f5da.dir/build.make CMakeFiles/cmTC_5f5da.dir/build |
|---|
| 1105 | Building C object CMakeFiles/cmTC_5f5da.dir/CheckIncludeFiles.c.o |
|---|
| 1106 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_5f5da.dir/CheckIncludeFiles.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c |
|---|
| 1107 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:53:10: fatal error: 'sockio.h' file not found |
|---|
| 1108 | #include <sockio.h> |
|---|
| 1109 | ^~~~~~~~~~ |
|---|
| 1110 | 1 error generated. |
|---|
| 1111 | make[1]: *** [CMakeFiles/cmTC_5f5da.dir/CheckIncludeFiles.c.o] Error 1 |
|---|
| 1112 | make: *** [cmTC_5f5da/fast] Error 2 |
|---|
| 1113 | |
|---|
| 1114 | Source: |
|---|
| 1115 | /* */ |
|---|
| 1116 | #include <stdio.h> |
|---|
| 1117 | #include <inttypes.h> |
|---|
| 1118 | #include <sys/filio.h> |
|---|
| 1119 | #include <sys/ioctl.h> |
|---|
| 1120 | #include <sys/param.h> |
|---|
| 1121 | #include <sys/poll.h> |
|---|
| 1122 | #include <sys/resource.h> |
|---|
| 1123 | #include <sys/select.h> |
|---|
| 1124 | #include <sys/socket.h> |
|---|
| 1125 | #include <sys/sockio.h> |
|---|
| 1126 | #include <sys/stat.h> |
|---|
| 1127 | #include <sys/time.h> |
|---|
| 1128 | #include <sys/types.h> |
|---|
| 1129 | #include <sys/uio.h> |
|---|
| 1130 | #include <sys/un.h> |
|---|
| 1131 | #include <sys/xattr.h> |
|---|
| 1132 | #include <alloca.h> |
|---|
| 1133 | #include <arpa/inet.h> |
|---|
| 1134 | #include <arpa/tftp.h> |
|---|
| 1135 | #include <assert.h> |
|---|
| 1136 | #include <err.h> |
|---|
| 1137 | #include <errno.h> |
|---|
| 1138 | #include <fcntl.h> |
|---|
| 1139 | #include <ifaddrs.h> |
|---|
| 1140 | #include <libgen.h> |
|---|
| 1141 | #include <limits.h> |
|---|
| 1142 | #include <locale.h> |
|---|
| 1143 | #include <net/if.h> |
|---|
| 1144 | #include <netdb.h> |
|---|
| 1145 | #include <netinet/in.h> |
|---|
| 1146 | #include <netinet/tcp.h> |
|---|
| 1147 | #include <poll.h> |
|---|
| 1148 | #include <pwd.h> |
|---|
| 1149 | #include <setjmp.h> |
|---|
| 1150 | #include <sgtty.h> |
|---|
| 1151 | #include <signal.h> |
|---|
| 1152 | #include <stdbool.h> |
|---|
| 1153 | #include <stdint.h> |
|---|
| 1154 | #include <stdio.h> |
|---|
| 1155 | #include <stdlib.h> |
|---|
| 1156 | #include <string.h> |
|---|
| 1157 | #include <strings.h> |
|---|
| 1158 | #include <termios.h> |
|---|
| 1159 | #include <time.h> |
|---|
| 1160 | #include <unistd.h> |
|---|
| 1161 | #include <utime.h> |
|---|
| 1162 | #include <stddef.h> |
|---|
| 1163 | #include <dlfcn.h> |
|---|
| 1164 | #include <memory.h> |
|---|
| 1165 | #include <netinet/if_ether.h> |
|---|
| 1166 | #include <stdint.h> |
|---|
| 1167 | #include <sockio.h> |
|---|
| 1168 | |
|---|
| 1169 | |
|---|
| 1170 | int main(void){return 0;} |
|---|
| 1171 | |
|---|
| 1172 | Determining size of __int64 failed with the following output: |
|---|
| 1173 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 1174 | |
|---|
| 1175 | Run Build Command:"/usr/bin/make" "cmTC_a7e01/fast" |
|---|
| 1176 | make -f CMakeFiles/cmTC_a7e01.dir/build.make CMakeFiles/cmTC_a7e01.dir/build |
|---|
| 1177 | Building C object CMakeFiles/cmTC_a7e01.dir/SIZEOF___INT64.c.o |
|---|
| 1178 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_a7e01.dir/SIZEOF___INT64.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c |
|---|
| 1179 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c:19:12: error: use of undeclared identifier '__int64' |
|---|
| 1180 | ('0' + ((SIZE / 10000)%10)), |
|---|
| 1181 | ^ |
|---|
| 1182 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c:17:22: note: expanded from macro 'SIZE' |
|---|
| 1183 | #define SIZE (sizeof(__int64)) |
|---|
| 1184 | ^ |
|---|
| 1185 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c:20:12: error: use of undeclared identifier '__int64' |
|---|
| 1186 | ('0' + ((SIZE / 1000)%10)), |
|---|
| 1187 | ^ |
|---|
| 1188 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c:17:22: note: expanded from macro 'SIZE' |
|---|
| 1189 | #define SIZE (sizeof(__int64)) |
|---|
| 1190 | ^ |
|---|
| 1191 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c:21:12: error: use of undeclared identifier '__int64' |
|---|
| 1192 | ('0' + ((SIZE / 100)%10)), |
|---|
| 1193 | ^ |
|---|
| 1194 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c:17:22: note: expanded from macro 'SIZE' |
|---|
| 1195 | #define SIZE (sizeof(__int64)) |
|---|
| 1196 | ^ |
|---|
| 1197 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c:22:12: error: use of undeclared identifier '__int64' |
|---|
| 1198 | ('0' + ((SIZE / 10)%10)), |
|---|
| 1199 | ^ |
|---|
| 1200 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c:17:22: note: expanded from macro 'SIZE' |
|---|
| 1201 | #define SIZE (sizeof(__int64)) |
|---|
| 1202 | ^ |
|---|
| 1203 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c:23:12: error: use of undeclared identifier '__int64' |
|---|
| 1204 | ('0' + (SIZE % 10)), |
|---|
| 1205 | ^ |
|---|
| 1206 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c:17:22: note: expanded from macro 'SIZE' |
|---|
| 1207 | #define SIZE (sizeof(__int64)) |
|---|
| 1208 | ^ |
|---|
| 1209 | 5 errors generated. |
|---|
| 1210 | make[1]: *** [CMakeFiles/cmTC_a7e01.dir/SIZEOF___INT64.c.o] Error 1 |
|---|
| 1211 | make: *** [cmTC_a7e01/fast] Error 2 |
|---|
| 1212 | |
|---|
| 1213 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c: |
|---|
| 1214 | #include <sys/types.h> |
|---|
| 1215 | #include <stdint.h> |
|---|
| 1216 | #include <stddef.h> |
|---|
| 1217 | |
|---|
| 1218 | |
|---|
| 1219 | #undef KEY |
|---|
| 1220 | #if defined(__i386) |
|---|
| 1221 | # define KEY '_','_','i','3','8','6' |
|---|
| 1222 | #elif defined(__x86_64) |
|---|
| 1223 | # define KEY '_','_','x','8','6','_','6','4' |
|---|
| 1224 | #elif defined(__ppc__) |
|---|
| 1225 | # define KEY '_','_','p','p','c','_','_' |
|---|
| 1226 | #elif defined(__ppc64__) |
|---|
| 1227 | # define KEY '_','_','p','p','c','6','4','_','_' |
|---|
| 1228 | #endif |
|---|
| 1229 | |
|---|
| 1230 | #define SIZE (sizeof(__int64)) |
|---|
| 1231 | char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[', |
|---|
| 1232 | ('0' + ((SIZE / 10000)%10)), |
|---|
| 1233 | ('0' + ((SIZE / 1000)%10)), |
|---|
| 1234 | ('0' + ((SIZE / 100)%10)), |
|---|
| 1235 | ('0' + ((SIZE / 10)%10)), |
|---|
| 1236 | ('0' + (SIZE % 10)), |
|---|
| 1237 | ']', |
|---|
| 1238 | #ifdef KEY |
|---|
| 1239 | ' ','k','e','y','[', KEY, ']', |
|---|
| 1240 | #endif |
|---|
| 1241 | '\0'}; |
|---|
| 1242 | |
|---|
| 1243 | #ifdef __CLASSIC_C__ |
|---|
| 1244 | int main(argc, argv) int argc; char *argv[]; |
|---|
| 1245 | #else |
|---|
| 1246 | int main(int argc, char *argv[]) |
|---|
| 1247 | #endif |
|---|
| 1248 | { |
|---|
| 1249 | int require = 0; |
|---|
| 1250 | require += info_size[argc]; |
|---|
| 1251 | (void)argv; |
|---|
| 1252 | return require; |
|---|
| 1253 | } |
|---|
| 1254 | |
|---|
| 1255 | |
|---|
| 1256 | Determining if the stricmp exist failed with the following output: |
|---|
| 1257 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 1258 | |
|---|
| 1259 | Run Build Command:"/usr/bin/make" "cmTC_3ca4e/fast" |
|---|
| 1260 | make -f CMakeFiles/cmTC_3ca4e.dir/build.make CMakeFiles/cmTC_3ca4e.dir/build |
|---|
| 1261 | Building C object CMakeFiles/cmTC_3ca4e.dir/CheckSymbolExists.c.o |
|---|
| 1262 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_3ca4e.dir/CheckSymbolExists.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c |
|---|
| 1263 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c:59:19: error: use of undeclared identifier 'stricmp' |
|---|
| 1264 | return ((int*)(&stricmp))[argc]; |
|---|
| 1265 | ^ |
|---|
| 1266 | 1 error generated. |
|---|
| 1267 | make[1]: *** [CMakeFiles/cmTC_3ca4e.dir/CheckSymbolExists.c.o] Error 1 |
|---|
| 1268 | make: *** [cmTC_3ca4e/fast] Error 2 |
|---|
| 1269 | |
|---|
| 1270 | File /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c: |
|---|
| 1271 | /* */ |
|---|
| 1272 | #include <stdio.h> |
|---|
| 1273 | #include <inttypes.h> |
|---|
| 1274 | #include <sys/filio.h> |
|---|
| 1275 | #include <sys/ioctl.h> |
|---|
| 1276 | #include <sys/param.h> |
|---|
| 1277 | #include <sys/poll.h> |
|---|
| 1278 | #include <sys/resource.h> |
|---|
| 1279 | #include <sys/select.h> |
|---|
| 1280 | #include <sys/socket.h> |
|---|
| 1281 | #include <sys/sockio.h> |
|---|
| 1282 | #include <sys/stat.h> |
|---|
| 1283 | #include <sys/time.h> |
|---|
| 1284 | #include <sys/types.h> |
|---|
| 1285 | #include <sys/uio.h> |
|---|
| 1286 | #include <sys/un.h> |
|---|
| 1287 | #include <sys/xattr.h> |
|---|
| 1288 | #include <alloca.h> |
|---|
| 1289 | #include <arpa/inet.h> |
|---|
| 1290 | #include <arpa/tftp.h> |
|---|
| 1291 | #include <assert.h> |
|---|
| 1292 | #include <err.h> |
|---|
| 1293 | #include <errno.h> |
|---|
| 1294 | #include <fcntl.h> |
|---|
| 1295 | #include <ifaddrs.h> |
|---|
| 1296 | #include <libgen.h> |
|---|
| 1297 | #include <limits.h> |
|---|
| 1298 | #include <locale.h> |
|---|
| 1299 | #include <net/if.h> |
|---|
| 1300 | #include <netdb.h> |
|---|
| 1301 | #include <netinet/in.h> |
|---|
| 1302 | #include <netinet/tcp.h> |
|---|
| 1303 | #include <poll.h> |
|---|
| 1304 | #include <pwd.h> |
|---|
| 1305 | #include <setjmp.h> |
|---|
| 1306 | #include <sgtty.h> |
|---|
| 1307 | #include <signal.h> |
|---|
| 1308 | #include <stdbool.h> |
|---|
| 1309 | #include <stdint.h> |
|---|
| 1310 | #include <stdio.h> |
|---|
| 1311 | #include <stdlib.h> |
|---|
| 1312 | #include <string.h> |
|---|
| 1313 | #include <strings.h> |
|---|
| 1314 | #include <termios.h> |
|---|
| 1315 | #include <time.h> |
|---|
| 1316 | #include <unistd.h> |
|---|
| 1317 | #include <utime.h> |
|---|
| 1318 | #include <stddef.h> |
|---|
| 1319 | #include <dlfcn.h> |
|---|
| 1320 | #include <memory.h> |
|---|
| 1321 | #include <netinet/if_ether.h> |
|---|
| 1322 | #include <stdint.h> |
|---|
| 1323 | #include <sys/utsname.h> |
|---|
| 1324 | |
|---|
| 1325 | int main(int argc, char** argv) |
|---|
| 1326 | { |
|---|
| 1327 | (void)argv; |
|---|
| 1328 | #ifndef stricmp |
|---|
| 1329 | return ((int*)(&stricmp))[argc]; |
|---|
| 1330 | #else |
|---|
| 1331 | (void)argc; |
|---|
| 1332 | return 0; |
|---|
| 1333 | #endif |
|---|
| 1334 | } |
|---|
| 1335 | |
|---|
| 1336 | Determining if the strcmpi exist failed with the following output: |
|---|
| 1337 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 1338 | |
|---|
| 1339 | Run Build Command:"/usr/bin/make" "cmTC_60a03/fast" |
|---|
| 1340 | make -f CMakeFiles/cmTC_60a03.dir/build.make CMakeFiles/cmTC_60a03.dir/build |
|---|
| 1341 | Building C object CMakeFiles/cmTC_60a03.dir/CheckSymbolExists.c.o |
|---|
| 1342 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_60a03.dir/CheckSymbolExists.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c |
|---|
| 1343 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c:59:19: error: use of undeclared identifier 'strcmpi'; did you mean 'strcmp'? |
|---|
| 1344 | return ((int*)(&strcmpi))[argc]; |
|---|
| 1345 | ^~~~~~~ |
|---|
| 1346 | strcmp |
|---|
| 1347 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/string.h:77:6: note: 'strcmp' declared here |
|---|
| 1348 | int strcmp(const char *__s1, const char *__s2); |
|---|
| 1349 | ^ |
|---|
| 1350 | 1 error generated. |
|---|
| 1351 | make[1]: *** [CMakeFiles/cmTC_60a03.dir/CheckSymbolExists.c.o] Error 1 |
|---|
| 1352 | make: *** [cmTC_60a03/fast] Error 2 |
|---|
| 1353 | |
|---|
| 1354 | File /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c: |
|---|
| 1355 | /* */ |
|---|
| 1356 | #include <stdio.h> |
|---|
| 1357 | #include <inttypes.h> |
|---|
| 1358 | #include <sys/filio.h> |
|---|
| 1359 | #include <sys/ioctl.h> |
|---|
| 1360 | #include <sys/param.h> |
|---|
| 1361 | #include <sys/poll.h> |
|---|
| 1362 | #include <sys/resource.h> |
|---|
| 1363 | #include <sys/select.h> |
|---|
| 1364 | #include <sys/socket.h> |
|---|
| 1365 | #include <sys/sockio.h> |
|---|
| 1366 | #include <sys/stat.h> |
|---|
| 1367 | #include <sys/time.h> |
|---|
| 1368 | #include <sys/types.h> |
|---|
| 1369 | #include <sys/uio.h> |
|---|
| 1370 | #include <sys/un.h> |
|---|
| 1371 | #include <sys/xattr.h> |
|---|
| 1372 | #include <alloca.h> |
|---|
| 1373 | #include <arpa/inet.h> |
|---|
| 1374 | #include <arpa/tftp.h> |
|---|
| 1375 | #include <assert.h> |
|---|
| 1376 | #include <err.h> |
|---|
| 1377 | #include <errno.h> |
|---|
| 1378 | #include <fcntl.h> |
|---|
| 1379 | #include <ifaddrs.h> |
|---|
| 1380 | #include <libgen.h> |
|---|
| 1381 | #include <limits.h> |
|---|
| 1382 | #include <locale.h> |
|---|
| 1383 | #include <net/if.h> |
|---|
| 1384 | #include <netdb.h> |
|---|
| 1385 | #include <netinet/in.h> |
|---|
| 1386 | #include <netinet/tcp.h> |
|---|
| 1387 | #include <poll.h> |
|---|
| 1388 | #include <pwd.h> |
|---|
| 1389 | #include <setjmp.h> |
|---|
| 1390 | #include <sgtty.h> |
|---|
| 1391 | #include <signal.h> |
|---|
| 1392 | #include <stdbool.h> |
|---|
| 1393 | #include <stdint.h> |
|---|
| 1394 | #include <stdio.h> |
|---|
| 1395 | #include <stdlib.h> |
|---|
| 1396 | #include <string.h> |
|---|
| 1397 | #include <strings.h> |
|---|
| 1398 | #include <termios.h> |
|---|
| 1399 | #include <time.h> |
|---|
| 1400 | #include <unistd.h> |
|---|
| 1401 | #include <utime.h> |
|---|
| 1402 | #include <stddef.h> |
|---|
| 1403 | #include <dlfcn.h> |
|---|
| 1404 | #include <memory.h> |
|---|
| 1405 | #include <netinet/if_ether.h> |
|---|
| 1406 | #include <stdint.h> |
|---|
| 1407 | #include <sys/utsname.h> |
|---|
| 1408 | |
|---|
| 1409 | int main(int argc, char** argv) |
|---|
| 1410 | { |
|---|
| 1411 | (void)argv; |
|---|
| 1412 | #ifndef strcmpi |
|---|
| 1413 | return ((int*)(&strcmpi))[argc]; |
|---|
| 1414 | #else |
|---|
| 1415 | (void)argc; |
|---|
| 1416 | return 0; |
|---|
| 1417 | #endif |
|---|
| 1418 | } |
|---|
| 1419 | |
|---|
| 1420 | Determining if the strncmpi exist failed with the following output: |
|---|
| 1421 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 1422 | |
|---|
| 1423 | Run Build Command:"/usr/bin/make" "cmTC_179f3/fast" |
|---|
| 1424 | make -f CMakeFiles/cmTC_179f3.dir/build.make CMakeFiles/cmTC_179f3.dir/build |
|---|
| 1425 | Building C object CMakeFiles/cmTC_179f3.dir/CheckSymbolExists.c.o |
|---|
| 1426 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_179f3.dir/CheckSymbolExists.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c |
|---|
| 1427 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c:59:19: error: use of undeclared identifier 'strncmpi'; did you mean 'strncmp'? |
|---|
| 1428 | return ((int*)(&strncmpi))[argc]; |
|---|
| 1429 | ^~~~~~~~ |
|---|
| 1430 | strncmp |
|---|
| 1431 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/string.h:84:6: note: 'strncmp' declared here |
|---|
| 1432 | int strncmp(const char *__s1, const char *__s2, size_t __n); |
|---|
| 1433 | ^ |
|---|
| 1434 | 1 error generated. |
|---|
| 1435 | make[1]: *** [CMakeFiles/cmTC_179f3.dir/CheckSymbolExists.c.o] Error 1 |
|---|
| 1436 | make: *** [cmTC_179f3/fast] Error 2 |
|---|
| 1437 | |
|---|
| 1438 | File /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c: |
|---|
| 1439 | /* */ |
|---|
| 1440 | #include <stdio.h> |
|---|
| 1441 | #include <inttypes.h> |
|---|
| 1442 | #include <sys/filio.h> |
|---|
| 1443 | #include <sys/ioctl.h> |
|---|
| 1444 | #include <sys/param.h> |
|---|
| 1445 | #include <sys/poll.h> |
|---|
| 1446 | #include <sys/resource.h> |
|---|
| 1447 | #include <sys/select.h> |
|---|
| 1448 | #include <sys/socket.h> |
|---|
| 1449 | #include <sys/sockio.h> |
|---|
| 1450 | #include <sys/stat.h> |
|---|
| 1451 | #include <sys/time.h> |
|---|
| 1452 | #include <sys/types.h> |
|---|
| 1453 | #include <sys/uio.h> |
|---|
| 1454 | #include <sys/un.h> |
|---|
| 1455 | #include <sys/xattr.h> |
|---|
| 1456 | #include <alloca.h> |
|---|
| 1457 | #include <arpa/inet.h> |
|---|
| 1458 | #include <arpa/tftp.h> |
|---|
| 1459 | #include <assert.h> |
|---|
| 1460 | #include <err.h> |
|---|
| 1461 | #include <errno.h> |
|---|
| 1462 | #include <fcntl.h> |
|---|
| 1463 | #include <ifaddrs.h> |
|---|
| 1464 | #include <libgen.h> |
|---|
| 1465 | #include <limits.h> |
|---|
| 1466 | #include <locale.h> |
|---|
| 1467 | #include <net/if.h> |
|---|
| 1468 | #include <netdb.h> |
|---|
| 1469 | #include <netinet/in.h> |
|---|
| 1470 | #include <netinet/tcp.h> |
|---|
| 1471 | #include <poll.h> |
|---|
| 1472 | #include <pwd.h> |
|---|
| 1473 | #include <setjmp.h> |
|---|
| 1474 | #include <sgtty.h> |
|---|
| 1475 | #include <signal.h> |
|---|
| 1476 | #include <stdbool.h> |
|---|
| 1477 | #include <stdint.h> |
|---|
| 1478 | #include <stdio.h> |
|---|
| 1479 | #include <stdlib.h> |
|---|
| 1480 | #include <string.h> |
|---|
| 1481 | #include <strings.h> |
|---|
| 1482 | #include <termios.h> |
|---|
| 1483 | #include <time.h> |
|---|
| 1484 | #include <unistd.h> |
|---|
| 1485 | #include <utime.h> |
|---|
| 1486 | #include <stddef.h> |
|---|
| 1487 | #include <dlfcn.h> |
|---|
| 1488 | #include <memory.h> |
|---|
| 1489 | #include <netinet/if_ether.h> |
|---|
| 1490 | #include <stdint.h> |
|---|
| 1491 | #include <sys/utsname.h> |
|---|
| 1492 | |
|---|
| 1493 | int main(int argc, char** argv) |
|---|
| 1494 | { |
|---|
| 1495 | (void)argv; |
|---|
| 1496 | #ifndef strncmpi |
|---|
| 1497 | return ((int*)(&strncmpi))[argc]; |
|---|
| 1498 | #else |
|---|
| 1499 | (void)argc; |
|---|
| 1500 | return 0; |
|---|
| 1501 | #endif |
|---|
| 1502 | } |
|---|
| 1503 | |
|---|
| 1504 | Determining if the gethostbyaddr_r exist failed with the following output: |
|---|
| 1505 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 1506 | |
|---|
| 1507 | Run Build Command:"/usr/bin/make" "cmTC_34d5c/fast" |
|---|
| 1508 | make -f CMakeFiles/cmTC_34d5c.dir/build.make CMakeFiles/cmTC_34d5c.dir/build |
|---|
| 1509 | Building C object CMakeFiles/cmTC_34d5c.dir/CheckSymbolExists.c.o |
|---|
| 1510 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_34d5c.dir/CheckSymbolExists.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c |
|---|
| 1511 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c:59:19: error: use of undeclared identifier 'gethostbyaddr_r'; did you mean 'gethostbyaddr'? |
|---|
| 1512 | return ((int*)(&gethostbyaddr_r))[argc]; |
|---|
| 1513 | ^~~~~~~~~~~~~~~ |
|---|
| 1514 | gethostbyaddr |
|---|
| 1515 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/netdb.h:274:17: note: 'gethostbyaddr' declared here |
|---|
| 1516 | struct hostent *gethostbyaddr(const void *, socklen_t, int); |
|---|
| 1517 | ^ |
|---|
| 1518 | 1 error generated. |
|---|
| 1519 | make[1]: *** [CMakeFiles/cmTC_34d5c.dir/CheckSymbolExists.c.o] Error 1 |
|---|
| 1520 | make: *** [cmTC_34d5c/fast] Error 2 |
|---|
| 1521 | |
|---|
| 1522 | File /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c: |
|---|
| 1523 | /* */ |
|---|
| 1524 | #include <stdio.h> |
|---|
| 1525 | #include <inttypes.h> |
|---|
| 1526 | #include <sys/filio.h> |
|---|
| 1527 | #include <sys/ioctl.h> |
|---|
| 1528 | #include <sys/param.h> |
|---|
| 1529 | #include <sys/poll.h> |
|---|
| 1530 | #include <sys/resource.h> |
|---|
| 1531 | #include <sys/select.h> |
|---|
| 1532 | #include <sys/socket.h> |
|---|
| 1533 | #include <sys/sockio.h> |
|---|
| 1534 | #include <sys/stat.h> |
|---|
| 1535 | #include <sys/time.h> |
|---|
| 1536 | #include <sys/types.h> |
|---|
| 1537 | #include <sys/uio.h> |
|---|
| 1538 | #include <sys/un.h> |
|---|
| 1539 | #include <sys/xattr.h> |
|---|
| 1540 | #include <alloca.h> |
|---|
| 1541 | #include <arpa/inet.h> |
|---|
| 1542 | #include <arpa/tftp.h> |
|---|
| 1543 | #include <assert.h> |
|---|
| 1544 | #include <err.h> |
|---|
| 1545 | #include <errno.h> |
|---|
| 1546 | #include <fcntl.h> |
|---|
| 1547 | #include <ifaddrs.h> |
|---|
| 1548 | #include <libgen.h> |
|---|
| 1549 | #include <limits.h> |
|---|
| 1550 | #include <locale.h> |
|---|
| 1551 | #include <net/if.h> |
|---|
| 1552 | #include <netdb.h> |
|---|
| 1553 | #include <netinet/in.h> |
|---|
| 1554 | #include <netinet/tcp.h> |
|---|
| 1555 | #include <poll.h> |
|---|
| 1556 | #include <pwd.h> |
|---|
| 1557 | #include <setjmp.h> |
|---|
| 1558 | #include <sgtty.h> |
|---|
| 1559 | #include <signal.h> |
|---|
| 1560 | #include <stdbool.h> |
|---|
| 1561 | #include <stdint.h> |
|---|
| 1562 | #include <stdio.h> |
|---|
| 1563 | #include <stdlib.h> |
|---|
| 1564 | #include <string.h> |
|---|
| 1565 | #include <strings.h> |
|---|
| 1566 | #include <termios.h> |
|---|
| 1567 | #include <time.h> |
|---|
| 1568 | #include <unistd.h> |
|---|
| 1569 | #include <utime.h> |
|---|
| 1570 | #include <stddef.h> |
|---|
| 1571 | #include <dlfcn.h> |
|---|
| 1572 | #include <memory.h> |
|---|
| 1573 | #include <netinet/if_ether.h> |
|---|
| 1574 | #include <stdint.h> |
|---|
| 1575 | #include <sys/utsname.h> |
|---|
| 1576 | |
|---|
| 1577 | int main(int argc, char** argv) |
|---|
| 1578 | { |
|---|
| 1579 | (void)argv; |
|---|
| 1580 | #ifndef gethostbyaddr_r |
|---|
| 1581 | return ((int*)(&gethostbyaddr_r))[argc]; |
|---|
| 1582 | #else |
|---|
| 1583 | (void)argc; |
|---|
| 1584 | return 0; |
|---|
| 1585 | #endif |
|---|
| 1586 | } |
|---|
| 1587 | |
|---|
| 1588 | Determining if the inet_ntoa_r exist failed with the following output: |
|---|
| 1589 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 1590 | |
|---|
| 1591 | Run Build Command:"/usr/bin/make" "cmTC_d0f1a/fast" |
|---|
| 1592 | make -f CMakeFiles/cmTC_d0f1a.dir/build.make CMakeFiles/cmTC_d0f1a.dir/build |
|---|
| 1593 | Building C object CMakeFiles/cmTC_d0f1a.dir/CheckSymbolExists.c.o |
|---|
| 1594 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_d0f1a.dir/CheckSymbolExists.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c |
|---|
| 1595 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c:59:19: error: use of undeclared identifier 'inet_ntoa_r'; did you mean 'inet_ntoa'? |
|---|
| 1596 | return ((int*)(&inet_ntoa_r))[argc]; |
|---|
| 1597 | ^~~~~~~~~~~ |
|---|
| 1598 | inet_ntoa |
|---|
| 1599 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/arpa/inet.h:76:8: note: 'inet_ntoa' declared here |
|---|
| 1600 | char *inet_ntoa(struct in_addr); |
|---|
| 1601 | ^ |
|---|
| 1602 | 1 error generated. |
|---|
| 1603 | make[1]: *** [CMakeFiles/cmTC_d0f1a.dir/CheckSymbolExists.c.o] Error 1 |
|---|
| 1604 | make: *** [cmTC_d0f1a/fast] Error 2 |
|---|
| 1605 | |
|---|
| 1606 | File /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c: |
|---|
| 1607 | /* */ |
|---|
| 1608 | #include <stdio.h> |
|---|
| 1609 | #include <inttypes.h> |
|---|
| 1610 | #include <sys/filio.h> |
|---|
| 1611 | #include <sys/ioctl.h> |
|---|
| 1612 | #include <sys/param.h> |
|---|
| 1613 | #include <sys/poll.h> |
|---|
| 1614 | #include <sys/resource.h> |
|---|
| 1615 | #include <sys/select.h> |
|---|
| 1616 | #include <sys/socket.h> |
|---|
| 1617 | #include <sys/sockio.h> |
|---|
| 1618 | #include <sys/stat.h> |
|---|
| 1619 | #include <sys/time.h> |
|---|
| 1620 | #include <sys/types.h> |
|---|
| 1621 | #include <sys/uio.h> |
|---|
| 1622 | #include <sys/un.h> |
|---|
| 1623 | #include <sys/xattr.h> |
|---|
| 1624 | #include <alloca.h> |
|---|
| 1625 | #include <arpa/inet.h> |
|---|
| 1626 | #include <arpa/tftp.h> |
|---|
| 1627 | #include <assert.h> |
|---|
| 1628 | #include <err.h> |
|---|
| 1629 | #include <errno.h> |
|---|
| 1630 | #include <fcntl.h> |
|---|
| 1631 | #include <ifaddrs.h> |
|---|
| 1632 | #include <libgen.h> |
|---|
| 1633 | #include <limits.h> |
|---|
| 1634 | #include <locale.h> |
|---|
| 1635 | #include <net/if.h> |
|---|
| 1636 | #include <netdb.h> |
|---|
| 1637 | #include <netinet/in.h> |
|---|
| 1638 | #include <netinet/tcp.h> |
|---|
| 1639 | #include <poll.h> |
|---|
| 1640 | #include <pwd.h> |
|---|
| 1641 | #include <setjmp.h> |
|---|
| 1642 | #include <sgtty.h> |
|---|
| 1643 | #include <signal.h> |
|---|
| 1644 | #include <stdbool.h> |
|---|
| 1645 | #include <stdint.h> |
|---|
| 1646 | #include <stdio.h> |
|---|
| 1647 | #include <stdlib.h> |
|---|
| 1648 | #include <string.h> |
|---|
| 1649 | #include <strings.h> |
|---|
| 1650 | #include <termios.h> |
|---|
| 1651 | #include <time.h> |
|---|
| 1652 | #include <unistd.h> |
|---|
| 1653 | #include <utime.h> |
|---|
| 1654 | #include <stddef.h> |
|---|
| 1655 | #include <dlfcn.h> |
|---|
| 1656 | #include <memory.h> |
|---|
| 1657 | #include <netinet/if_ether.h> |
|---|
| 1658 | #include <stdint.h> |
|---|
| 1659 | #include <sys/utsname.h> |
|---|
| 1660 | |
|---|
| 1661 | int main(int argc, char** argv) |
|---|
| 1662 | { |
|---|
| 1663 | (void)argv; |
|---|
| 1664 | #ifndef inet_ntoa_r |
|---|
| 1665 | return ((int*)(&inet_ntoa_r))[argc]; |
|---|
| 1666 | #else |
|---|
| 1667 | (void)argc; |
|---|
| 1668 | return 0; |
|---|
| 1669 | #endif |
|---|
| 1670 | } |
|---|
| 1671 | |
|---|
| 1672 | Determining if the closesocket exist failed with the following output: |
|---|
| 1673 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 1674 | |
|---|
| 1675 | Run Build Command:"/usr/bin/make" "cmTC_59a6f/fast" |
|---|
| 1676 | make -f CMakeFiles/cmTC_59a6f.dir/build.make CMakeFiles/cmTC_59a6f.dir/build |
|---|
| 1677 | Building C object CMakeFiles/cmTC_59a6f.dir/CheckSymbolExists.c.o |
|---|
| 1678 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_59a6f.dir/CheckSymbolExists.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c |
|---|
| 1679 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c:59:19: error: use of undeclared identifier 'closesocket' |
|---|
| 1680 | return ((int*)(&closesocket))[argc]; |
|---|
| 1681 | ^ |
|---|
| 1682 | 1 error generated. |
|---|
| 1683 | make[1]: *** [CMakeFiles/cmTC_59a6f.dir/CheckSymbolExists.c.o] Error 1 |
|---|
| 1684 | make: *** [cmTC_59a6f/fast] Error 2 |
|---|
| 1685 | |
|---|
| 1686 | File /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c: |
|---|
| 1687 | /* */ |
|---|
| 1688 | #include <stdio.h> |
|---|
| 1689 | #include <inttypes.h> |
|---|
| 1690 | #include <sys/filio.h> |
|---|
| 1691 | #include <sys/ioctl.h> |
|---|
| 1692 | #include <sys/param.h> |
|---|
| 1693 | #include <sys/poll.h> |
|---|
| 1694 | #include <sys/resource.h> |
|---|
| 1695 | #include <sys/select.h> |
|---|
| 1696 | #include <sys/socket.h> |
|---|
| 1697 | #include <sys/sockio.h> |
|---|
| 1698 | #include <sys/stat.h> |
|---|
| 1699 | #include <sys/time.h> |
|---|
| 1700 | #include <sys/types.h> |
|---|
| 1701 | #include <sys/uio.h> |
|---|
| 1702 | #include <sys/un.h> |
|---|
| 1703 | #include <sys/xattr.h> |
|---|
| 1704 | #include <alloca.h> |
|---|
| 1705 | #include <arpa/inet.h> |
|---|
| 1706 | #include <arpa/tftp.h> |
|---|
| 1707 | #include <assert.h> |
|---|
| 1708 | #include <err.h> |
|---|
| 1709 | #include <errno.h> |
|---|
| 1710 | #include <fcntl.h> |
|---|
| 1711 | #include <ifaddrs.h> |
|---|
| 1712 | #include <libgen.h> |
|---|
| 1713 | #include <limits.h> |
|---|
| 1714 | #include <locale.h> |
|---|
| 1715 | #include <net/if.h> |
|---|
| 1716 | #include <netdb.h> |
|---|
| 1717 | #include <netinet/in.h> |
|---|
| 1718 | #include <netinet/tcp.h> |
|---|
| 1719 | #include <poll.h> |
|---|
| 1720 | #include <pwd.h> |
|---|
| 1721 | #include <setjmp.h> |
|---|
| 1722 | #include <sgtty.h> |
|---|
| 1723 | #include <signal.h> |
|---|
| 1724 | #include <stdbool.h> |
|---|
| 1725 | #include <stdint.h> |
|---|
| 1726 | #include <stdio.h> |
|---|
| 1727 | #include <stdlib.h> |
|---|
| 1728 | #include <string.h> |
|---|
| 1729 | #include <strings.h> |
|---|
| 1730 | #include <termios.h> |
|---|
| 1731 | #include <time.h> |
|---|
| 1732 | #include <unistd.h> |
|---|
| 1733 | #include <utime.h> |
|---|
| 1734 | #include <stddef.h> |
|---|
| 1735 | #include <dlfcn.h> |
|---|
| 1736 | #include <memory.h> |
|---|
| 1737 | #include <netinet/if_ether.h> |
|---|
| 1738 | #include <stdint.h> |
|---|
| 1739 | #include <sys/utsname.h> |
|---|
| 1740 | |
|---|
| 1741 | int main(int argc, char** argv) |
|---|
| 1742 | { |
|---|
| 1743 | (void)argv; |
|---|
| 1744 | #ifndef closesocket |
|---|
| 1745 | return ((int*)(&closesocket))[argc]; |
|---|
| 1746 | #else |
|---|
| 1747 | (void)argc; |
|---|
| 1748 | return 0; |
|---|
| 1749 | #endif |
|---|
| 1750 | } |
|---|
| 1751 | |
|---|
| 1752 | Determining if the getpass_r exist failed with the following output: |
|---|
| 1753 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 1754 | |
|---|
| 1755 | Run Build Command:"/usr/bin/make" "cmTC_89216/fast" |
|---|
| 1756 | make -f CMakeFiles/cmTC_89216.dir/build.make CMakeFiles/cmTC_89216.dir/build |
|---|
| 1757 | Building C object CMakeFiles/cmTC_89216.dir/CheckSymbolExists.c.o |
|---|
| 1758 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_89216.dir/CheckSymbolExists.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c |
|---|
| 1759 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c:59:19: error: use of undeclared identifier 'getpass_r'; did you mean 'getpass'? |
|---|
| 1760 | return ((int*)(&getpass_r))[argc]; |
|---|
| 1761 | ^~~~~~~~~ |
|---|
| 1762 | getpass |
|---|
| 1763 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/unistd.h:559:7: note: 'getpass' declared here |
|---|
| 1764 | char *getpass(const char *) __POSIX_C_DEPRECATED(199506L); |
|---|
| 1765 | ^ |
|---|
| 1766 | 1 error generated. |
|---|
| 1767 | make[1]: *** [CMakeFiles/cmTC_89216.dir/CheckSymbolExists.c.o] Error 1 |
|---|
| 1768 | make: *** [cmTC_89216/fast] Error 2 |
|---|
| 1769 | |
|---|
| 1770 | File /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c: |
|---|
| 1771 | /* */ |
|---|
| 1772 | #include <stdio.h> |
|---|
| 1773 | #include <inttypes.h> |
|---|
| 1774 | #include <sys/filio.h> |
|---|
| 1775 | #include <sys/ioctl.h> |
|---|
| 1776 | #include <sys/param.h> |
|---|
| 1777 | #include <sys/poll.h> |
|---|
| 1778 | #include <sys/resource.h> |
|---|
| 1779 | #include <sys/select.h> |
|---|
| 1780 | #include <sys/socket.h> |
|---|
| 1781 | #include <sys/sockio.h> |
|---|
| 1782 | #include <sys/stat.h> |
|---|
| 1783 | #include <sys/time.h> |
|---|
| 1784 | #include <sys/types.h> |
|---|
| 1785 | #include <sys/uio.h> |
|---|
| 1786 | #include <sys/un.h> |
|---|
| 1787 | #include <sys/xattr.h> |
|---|
| 1788 | #include <alloca.h> |
|---|
| 1789 | #include <arpa/inet.h> |
|---|
| 1790 | #include <arpa/tftp.h> |
|---|
| 1791 | #include <assert.h> |
|---|
| 1792 | #include <err.h> |
|---|
| 1793 | #include <errno.h> |
|---|
| 1794 | #include <fcntl.h> |
|---|
| 1795 | #include <ifaddrs.h> |
|---|
| 1796 | #include <libgen.h> |
|---|
| 1797 | #include <limits.h> |
|---|
| 1798 | #include <locale.h> |
|---|
| 1799 | #include <net/if.h> |
|---|
| 1800 | #include <netdb.h> |
|---|
| 1801 | #include <netinet/in.h> |
|---|
| 1802 | #include <netinet/tcp.h> |
|---|
| 1803 | #include <poll.h> |
|---|
| 1804 | #include <pwd.h> |
|---|
| 1805 | #include <setjmp.h> |
|---|
| 1806 | #include <sgtty.h> |
|---|
| 1807 | #include <signal.h> |
|---|
| 1808 | #include <stdbool.h> |
|---|
| 1809 | #include <stdint.h> |
|---|
| 1810 | #include <stdio.h> |
|---|
| 1811 | #include <stdlib.h> |
|---|
| 1812 | #include <string.h> |
|---|
| 1813 | #include <strings.h> |
|---|
| 1814 | #include <termios.h> |
|---|
| 1815 | #include <time.h> |
|---|
| 1816 | #include <unistd.h> |
|---|
| 1817 | #include <utime.h> |
|---|
| 1818 | #include <stddef.h> |
|---|
| 1819 | #include <dlfcn.h> |
|---|
| 1820 | #include <memory.h> |
|---|
| 1821 | #include <netinet/if_ether.h> |
|---|
| 1822 | #include <stdint.h> |
|---|
| 1823 | #include <sys/utsname.h> |
|---|
| 1824 | |
|---|
| 1825 | int main(int argc, char** argv) |
|---|
| 1826 | { |
|---|
| 1827 | (void)argv; |
|---|
| 1828 | #ifndef getpass_r |
|---|
| 1829 | return ((int*)(&getpass_r))[argc]; |
|---|
| 1830 | #else |
|---|
| 1831 | (void)argc; |
|---|
| 1832 | return 0; |
|---|
| 1833 | #endif |
|---|
| 1834 | } |
|---|
| 1835 | |
|---|
| 1836 | Determining if the gethostbyname_r exist failed with the following output: |
|---|
| 1837 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 1838 | |
|---|
| 1839 | Run Build Command:"/usr/bin/make" "cmTC_cff33/fast" |
|---|
| 1840 | make -f CMakeFiles/cmTC_cff33.dir/build.make CMakeFiles/cmTC_cff33.dir/build |
|---|
| 1841 | Building C object CMakeFiles/cmTC_cff33.dir/CheckSymbolExists.c.o |
|---|
| 1842 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_cff33.dir/CheckSymbolExists.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c |
|---|
| 1843 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c:59:19: error: use of undeclared identifier 'gethostbyname_r' |
|---|
| 1844 | return ((int*)(&gethostbyname_r))[argc]; |
|---|
| 1845 | ^ |
|---|
| 1846 | 1 error generated. |
|---|
| 1847 | make[1]: *** [CMakeFiles/cmTC_cff33.dir/CheckSymbolExists.c.o] Error 1 |
|---|
| 1848 | make: *** [cmTC_cff33/fast] Error 2 |
|---|
| 1849 | |
|---|
| 1850 | File /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c: |
|---|
| 1851 | /* */ |
|---|
| 1852 | #include <stdio.h> |
|---|
| 1853 | #include <inttypes.h> |
|---|
| 1854 | #include <sys/filio.h> |
|---|
| 1855 | #include <sys/ioctl.h> |
|---|
| 1856 | #include <sys/param.h> |
|---|
| 1857 | #include <sys/poll.h> |
|---|
| 1858 | #include <sys/resource.h> |
|---|
| 1859 | #include <sys/select.h> |
|---|
| 1860 | #include <sys/socket.h> |
|---|
| 1861 | #include <sys/sockio.h> |
|---|
| 1862 | #include <sys/stat.h> |
|---|
| 1863 | #include <sys/time.h> |
|---|
| 1864 | #include <sys/types.h> |
|---|
| 1865 | #include <sys/uio.h> |
|---|
| 1866 | #include <sys/un.h> |
|---|
| 1867 | #include <sys/xattr.h> |
|---|
| 1868 | #include <alloca.h> |
|---|
| 1869 | #include <arpa/inet.h> |
|---|
| 1870 | #include <arpa/tftp.h> |
|---|
| 1871 | #include <assert.h> |
|---|
| 1872 | #include <err.h> |
|---|
| 1873 | #include <errno.h> |
|---|
| 1874 | #include <fcntl.h> |
|---|
| 1875 | #include <ifaddrs.h> |
|---|
| 1876 | #include <libgen.h> |
|---|
| 1877 | #include <limits.h> |
|---|
| 1878 | #include <locale.h> |
|---|
| 1879 | #include <net/if.h> |
|---|
| 1880 | #include <netdb.h> |
|---|
| 1881 | #include <netinet/in.h> |
|---|
| 1882 | #include <netinet/tcp.h> |
|---|
| 1883 | #include <poll.h> |
|---|
| 1884 | #include <pwd.h> |
|---|
| 1885 | #include <setjmp.h> |
|---|
| 1886 | #include <sgtty.h> |
|---|
| 1887 | #include <signal.h> |
|---|
| 1888 | #include <stdbool.h> |
|---|
| 1889 | #include <stdint.h> |
|---|
| 1890 | #include <stdio.h> |
|---|
| 1891 | #include <stdlib.h> |
|---|
| 1892 | #include <string.h> |
|---|
| 1893 | #include <strings.h> |
|---|
| 1894 | #include <termios.h> |
|---|
| 1895 | #include <time.h> |
|---|
| 1896 | #include <unistd.h> |
|---|
| 1897 | #include <utime.h> |
|---|
| 1898 | #include <stddef.h> |
|---|
| 1899 | #include <dlfcn.h> |
|---|
| 1900 | #include <memory.h> |
|---|
| 1901 | #include <netinet/if_ether.h> |
|---|
| 1902 | #include <stdint.h> |
|---|
| 1903 | #include <sys/utsname.h> |
|---|
| 1904 | |
|---|
| 1905 | int main(int argc, char** argv) |
|---|
| 1906 | { |
|---|
| 1907 | (void)argv; |
|---|
| 1908 | #ifndef gethostbyname_r |
|---|
| 1909 | return ((int*)(&gethostbyname_r))[argc]; |
|---|
| 1910 | #else |
|---|
| 1911 | (void)argc; |
|---|
| 1912 | return 0; |
|---|
| 1913 | #endif |
|---|
| 1914 | } |
|---|
| 1915 | |
|---|
| 1916 | Determining if the _strtoi64 exist failed with the following output: |
|---|
| 1917 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 1918 | |
|---|
| 1919 | Run Build Command:"/usr/bin/make" "cmTC_f7c4a/fast" |
|---|
| 1920 | make -f CMakeFiles/cmTC_f7c4a.dir/build.make CMakeFiles/cmTC_f7c4a.dir/build |
|---|
| 1921 | Building C object CMakeFiles/cmTC_f7c4a.dir/CheckSymbolExists.c.o |
|---|
| 1922 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_f7c4a.dir/CheckSymbolExists.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c |
|---|
| 1923 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c:59:19: error: use of undeclared identifier '_strtoi64' |
|---|
| 1924 | return ((int*)(&_strtoi64))[argc]; |
|---|
| 1925 | ^ |
|---|
| 1926 | 1 error generated. |
|---|
| 1927 | make[1]: *** [CMakeFiles/cmTC_f7c4a.dir/CheckSymbolExists.c.o] Error 1 |
|---|
| 1928 | make: *** [cmTC_f7c4a/fast] Error 2 |
|---|
| 1929 | |
|---|
| 1930 | File /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c: |
|---|
| 1931 | /* */ |
|---|
| 1932 | #include <stdio.h> |
|---|
| 1933 | #include <inttypes.h> |
|---|
| 1934 | #include <sys/filio.h> |
|---|
| 1935 | #include <sys/ioctl.h> |
|---|
| 1936 | #include <sys/param.h> |
|---|
| 1937 | #include <sys/poll.h> |
|---|
| 1938 | #include <sys/resource.h> |
|---|
| 1939 | #include <sys/select.h> |
|---|
| 1940 | #include <sys/socket.h> |
|---|
| 1941 | #include <sys/sockio.h> |
|---|
| 1942 | #include <sys/stat.h> |
|---|
| 1943 | #include <sys/time.h> |
|---|
| 1944 | #include <sys/types.h> |
|---|
| 1945 | #include <sys/uio.h> |
|---|
| 1946 | #include <sys/un.h> |
|---|
| 1947 | #include <sys/xattr.h> |
|---|
| 1948 | #include <alloca.h> |
|---|
| 1949 | #include <arpa/inet.h> |
|---|
| 1950 | #include <arpa/tftp.h> |
|---|
| 1951 | #include <assert.h> |
|---|
| 1952 | #include <err.h> |
|---|
| 1953 | #include <errno.h> |
|---|
| 1954 | #include <fcntl.h> |
|---|
| 1955 | #include <ifaddrs.h> |
|---|
| 1956 | #include <libgen.h> |
|---|
| 1957 | #include <limits.h> |
|---|
| 1958 | #include <locale.h> |
|---|
| 1959 | #include <net/if.h> |
|---|
| 1960 | #include <netdb.h> |
|---|
| 1961 | #include <netinet/in.h> |
|---|
| 1962 | #include <netinet/tcp.h> |
|---|
| 1963 | #include <poll.h> |
|---|
| 1964 | #include <pwd.h> |
|---|
| 1965 | #include <setjmp.h> |
|---|
| 1966 | #include <sgtty.h> |
|---|
| 1967 | #include <signal.h> |
|---|
| 1968 | #include <stdbool.h> |
|---|
| 1969 | #include <stdint.h> |
|---|
| 1970 | #include <stdio.h> |
|---|
| 1971 | #include <stdlib.h> |
|---|
| 1972 | #include <string.h> |
|---|
| 1973 | #include <strings.h> |
|---|
| 1974 | #include <termios.h> |
|---|
| 1975 | #include <time.h> |
|---|
| 1976 | #include <unistd.h> |
|---|
| 1977 | #include <utime.h> |
|---|
| 1978 | #include <stddef.h> |
|---|
| 1979 | #include <dlfcn.h> |
|---|
| 1980 | #include <memory.h> |
|---|
| 1981 | #include <netinet/if_ether.h> |
|---|
| 1982 | #include <stdint.h> |
|---|
| 1983 | #include <sys/utsname.h> |
|---|
| 1984 | |
|---|
| 1985 | int main(int argc, char** argv) |
|---|
| 1986 | { |
|---|
| 1987 | (void)argv; |
|---|
| 1988 | #ifndef _strtoi64 |
|---|
| 1989 | return ((int*)(&_strtoi64))[argc]; |
|---|
| 1990 | #else |
|---|
| 1991 | (void)argc; |
|---|
| 1992 | return 0; |
|---|
| 1993 | #endif |
|---|
| 1994 | } |
|---|
| 1995 | |
|---|
| 1996 | Performing Curl Test HAVE_FSETXATTR_5 failed with the following output: |
|---|
| 1997 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 1998 | |
|---|
| 1999 | Run Build Command:"/usr/bin/make" "cmTC_8163c/fast" |
|---|
| 2000 | make -f CMakeFiles/cmTC_8163c.dir/build.make CMakeFiles/cmTC_8163c.dir/build |
|---|
| 2001 | Building C object CMakeFiles/cmTC_8163c.dir/CurlTests.c.o |
|---|
| 2002 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DHAVE_FSETXATTR_5 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_8163c.dir/CurlTests.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c |
|---|
| 2003 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:548:26: error: too few arguments to function call, expected 6, have 5 |
|---|
| 2004 | fsetxattr(0, 0, 0, 0, 0); |
|---|
| 2005 | ~~~~~~~~~ ^ |
|---|
| 2006 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/xattr.h:67:5: note: 'fsetxattr' declared here |
|---|
| 2007 | int fsetxattr(int fd, const char *name, const void *value, size_t size, u_int32_t position, int options); |
|---|
| 2008 | ^ |
|---|
| 2009 | 1 error generated. |
|---|
| 2010 | make[1]: *** [CMakeFiles/cmTC_8163c.dir/CurlTests.c.o] Error 1 |
|---|
| 2011 | make: *** [cmTC_8163c/fast] Error 2 |
|---|
| 2012 | |
|---|
| 2013 | |
|---|
| 2014 | Performing Curl Test HAVE_IOCTLSOCKET failed with the following output: |
|---|
| 2015 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 2016 | |
|---|
| 2017 | Run Build Command:"/usr/bin/make" "cmTC_360a2/fast" |
|---|
| 2018 | make -f CMakeFiles/cmTC_360a2.dir/build.make CMakeFiles/cmTC_360a2.dir/build |
|---|
| 2019 | Building C object CMakeFiles/cmTC_360a2.dir/CurlTests.c.o |
|---|
| 2020 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DHAVE_IOCTLSOCKET -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_FILIO_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_SOCKIO_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_360a2.dir/CurlTests.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c |
|---|
| 2021 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:322:44: error: use of undeclared identifier 'FIONBIO' |
|---|
| 2022 | unsigned long flags = ioctlsocket(socket, FIONBIO, &flags); |
|---|
| 2023 | ^ |
|---|
| 2024 | 1 error generated. |
|---|
| 2025 | make[1]: *** [CMakeFiles/cmTC_360a2.dir/CurlTests.c.o] Error 1 |
|---|
| 2026 | make: *** [cmTC_360a2/fast] Error 2 |
|---|
| 2027 | |
|---|
| 2028 | Performing Curl Test HAVE_IOCTLSOCKET_CAMEL failed with the following output: |
|---|
| 2029 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 2030 | |
|---|
| 2031 | Run Build Command:"/usr/bin/make" "cmTC_2479f/fast" |
|---|
| 2032 | make -f CMakeFiles/cmTC_2479f.dir/build.make CMakeFiles/cmTC_2479f.dir/build |
|---|
| 2033 | Building C object CMakeFiles/cmTC_2479f.dir/CurlTests.c.o |
|---|
| 2034 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DHAVE_IOCTLSOCKET_CAMEL -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_FILIO_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_SOCKIO_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_2479f.dir/CurlTests.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c |
|---|
| 2035 | Linking C executable cmTC_2479f |
|---|
| 2036 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_2479f.dir/link.txt --verbose=1 |
|---|
| 2037 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DHAVE_IOCTLSOCKET_CAMEL -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_FILIO_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_SOCKIO_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/cmake-bootstrap/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 CMakeFiles/cmTC_2479f.dir/CurlTests.c.o -o cmTC_2479f |
|---|
| 2038 | Undefined symbols for architecture x86_64: |
|---|
| 2039 | "_IoctlSocket", referenced from: |
|---|
| 2040 | _main in CurlTests.c.o |
|---|
| 2041 | ld: symbol(s) not found for architecture x86_64 |
|---|
| 2042 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
|---|
| 2043 | make[1]: *** [cmTC_2479f] Error 1 |
|---|
| 2044 | make: *** [cmTC_2479f/fast] Error 2 |
|---|
| 2045 | |
|---|
| 2046 | Performing Curl Test HAVE_IOCTLSOCKET_CAMEL_FIONBIO failed with the following output: |
|---|
| 2047 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 2048 | |
|---|
| 2049 | Run Build Command:"/usr/bin/make" "cmTC_8af5f/fast" |
|---|
| 2050 | make -f CMakeFiles/cmTC_8af5f.dir/build.make CMakeFiles/cmTC_8af5f.dir/build |
|---|
| 2051 | Building C object CMakeFiles/cmTC_8af5f.dir/CurlTests.c.o |
|---|
| 2052 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DHAVE_IOCTLSOCKET_CAMEL_FIONBIO -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_FILIO_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_SOCKIO_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_8af5f.dir/CurlTests.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c |
|---|
| 2053 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:378:32: error: use of undeclared identifier 'FIONBIO' |
|---|
| 2054 | if(0 != ioctlsocket(0, FIONBIO, &flags)) |
|---|
| 2055 | ^ |
|---|
| 2056 | 1 error generated. |
|---|
| 2057 | make[1]: *** [CMakeFiles/cmTC_8af5f.dir/CurlTests.c.o] Error 1 |
|---|
| 2058 | make: *** [cmTC_8af5f/fast] Error 2 |
|---|
| 2059 | |
|---|
| 2060 | Performing Curl Test HAVE_IOCTLSOCKET_FIONBIO failed with the following output: |
|---|
| 2061 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 2062 | |
|---|
| 2063 | Run Build Command:"/usr/bin/make" "cmTC_92069/fast" |
|---|
| 2064 | make -f CMakeFiles/cmTC_92069.dir/build.make CMakeFiles/cmTC_92069.dir/build |
|---|
| 2065 | Building C object CMakeFiles/cmTC_92069.dir/CurlTests.c.o |
|---|
| 2066 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DHAVE_IOCTLSOCKET_FIONBIO -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_FILIO_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_SOCKIO_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_92069.dir/CurlTests.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c |
|---|
| 2067 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:405:32: error: use of undeclared identifier 'FIONBIO' |
|---|
| 2068 | if(0 != ioctlsocket(0, FIONBIO, &flags)) |
|---|
| 2069 | ^ |
|---|
| 2070 | 1 error generated. |
|---|
| 2071 | make[1]: *** [CMakeFiles/cmTC_92069.dir/CurlTests.c.o] Error 1 |
|---|
| 2072 | make: *** [cmTC_92069/fast] Error 2 |
|---|
| 2073 | |
|---|
| 2074 | Performing Curl Test HAVE_SETSOCKOPT_SO_NONBLOCK failed with the following output: |
|---|
| 2075 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 2076 | |
|---|
| 2077 | Run Build Command:"/usr/bin/make" "cmTC_f786b/fast" |
|---|
| 2078 | make -f CMakeFiles/cmTC_f786b.dir/build.make CMakeFiles/cmTC_f786b.dir/build |
|---|
| 2079 | Building C object CMakeFiles/cmTC_f786b.dir/CurlTests.c.o |
|---|
| 2080 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DHAVE_SETSOCKOPT_SO_NONBLOCK -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_FILIO_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_SOCKIO_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_f786b.dir/CurlTests.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c |
|---|
| 2081 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:501:43: error: use of undeclared identifier 'SO_NONBLOCK' |
|---|
| 2082 | if(0 != setsockopt(0, SOL_SOCKET, SO_NONBLOCK, 0, 0)) |
|---|
| 2083 | ^ |
|---|
| 2084 | 1 error generated. |
|---|
| 2085 | make[1]: *** [CMakeFiles/cmTC_f786b.dir/CurlTests.c.o] Error 1 |
|---|
| 2086 | make: *** [cmTC_f786b/fast] Error 2 |
|---|
| 2087 | |
|---|
| 2088 | Performing Curl Test HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID failed with the following output: |
|---|
| 2089 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 2090 | |
|---|
| 2091 | Run Build Command:"/usr/bin/make" "cmTC_2ac80/fast" |
|---|
| 2092 | make -f CMakeFiles/cmTC_2ac80.dir/build.make CMakeFiles/cmTC_2ac80.dir/build |
|---|
| 2093 | Building C object CMakeFiles/cmTC_2ac80.dir/CurlTests.c.o |
|---|
| 2094 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DHAVE_SOCKADDR_IN6_SIN6_SCOPE_ID -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_FILIO_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_SOCKIO_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_2ac80.dir/CurlTests.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c |
|---|
| 2095 | Linking C executable cmTC_2ac80 |
|---|
| 2096 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_2ac80.dir/link.txt --verbose=1 |
|---|
| 2097 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DHAVE_SOCKADDR_IN6_SIN6_SCOPE_ID -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_FILIO_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_SOCKIO_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/cmake-bootstrap/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 CMakeFiles/cmTC_2ac80.dir/CurlTests.c.o -o cmTC_2ac80 |
|---|
| 2098 | Undefined symbols for architecture x86_64: |
|---|
| 2099 | "_main", referenced from: |
|---|
| 2100 | implicit entry/start for main executable |
|---|
| 2101 | ld: symbol(s) not found for architecture x86_64 |
|---|
| 2102 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
|---|
| 2103 | make[1]: *** [cmTC_2ac80] Error 1 |
|---|
| 2104 | make: *** [cmTC_2ac80/fast] Error 2 |
|---|
| 2105 | |
|---|
| 2106 | Performing Curl Test HAVE_O_NONBLOCK failed with the following output: |
|---|
| 2107 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 2108 | |
|---|
| 2109 | Run Build Command:"/usr/bin/make" "cmTC_609dc/fast" |
|---|
| 2110 | make -f CMakeFiles/cmTC_609dc.dir/build.make CMakeFiles/cmTC_609dc.dir/build |
|---|
| 2111 | Building C object CMakeFiles/cmTC_609dc.dir/CurlTests.c.o |
|---|
| 2112 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DHAVE_O_NONBLOCK -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_FILIO_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_SOCKIO_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_609dc.dir/CurlTests.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c |
|---|
| 2113 | Linking C executable cmTC_609dc |
|---|
| 2114 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_609dc.dir/link.txt --verbose=1 |
|---|
| 2115 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DHAVE_O_NONBLOCK -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_FILIO_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_SOCKIO_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/cmake-bootstrap/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 CMakeFiles/cmTC_609dc.dir/CurlTests.c.o -o cmTC_609dc |
|---|
| 2116 | Undefined symbols for architecture x86_64: |
|---|
| 2117 | "_main", referenced from: |
|---|
| 2118 | implicit entry/start for main executable |
|---|
| 2119 | ld: symbol(s) not found for architecture x86_64 |
|---|
| 2120 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
|---|
| 2121 | make[1]: *** [cmTC_609dc] Error 1 |
|---|
| 2122 | make: *** [cmTC_609dc/fast] Error 2 |
|---|
| 2123 | |
|---|
| 2124 | Performing Curl Test HAVE_GETHOSTBYADDR_R_5 failed with the following output: |
|---|
| 2125 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 2126 | |
|---|
| 2127 | Run Build Command:"/usr/bin/make" "cmTC_41c47/fast" |
|---|
| 2128 | make -f CMakeFiles/cmTC_41c47.dir/build.make CMakeFiles/cmTC_41c47.dir/build |
|---|
| 2129 | Building C object CMakeFiles/cmTC_41c47.dir/CurlTests.c.o |
|---|
| 2130 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DHAVE_GETHOSTBYADDR_R_5 -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_FILIO_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_SOCKIO_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_41c47.dir/CurlTests.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c |
|---|
| 2131 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:106:23: error: variable has incomplete type 'struct hostent_data' |
|---|
| 2132 | struct hostent_data hdata; |
|---|
| 2133 | ^ |
|---|
| 2134 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:106:10: note: forward declaration of 'struct hostent_data' |
|---|
| 2135 | struct hostent_data hdata; |
|---|
| 2136 | ^ |
|---|
| 2137 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:122:9: error: use of undeclared identifier 'gethostbyaddr_r' |
|---|
| 2138 | (void)gethostbyaddr_r; |
|---|
| 2139 | ^ |
|---|
| 2140 | 2 errors generated. |
|---|
| 2141 | make[1]: *** [CMakeFiles/cmTC_41c47.dir/CurlTests.c.o] Error 1 |
|---|
| 2142 | make: *** [cmTC_41c47/fast] Error 2 |
|---|
| 2143 | |
|---|
| 2144 | Performing Curl Test HAVE_GETHOSTBYADDR_R_7 failed with the following output: |
|---|
| 2145 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 2146 | |
|---|
| 2147 | Run Build Command:"/usr/bin/make" "cmTC_50bae/fast" |
|---|
| 2148 | make -f CMakeFiles/cmTC_50bae.dir/build.make CMakeFiles/cmTC_50bae.dir/build |
|---|
| 2149 | Building C object CMakeFiles/cmTC_50bae.dir/CurlTests.c.o |
|---|
| 2150 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DHAVE_GETHOSTBYADDR_R_7 -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_FILIO_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_SOCKIO_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_50bae.dir/CurlTests.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c |
|---|
| 2151 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:122:9: error: use of undeclared identifier 'gethostbyaddr_r' |
|---|
| 2152 | (void)gethostbyaddr_r; |
|---|
| 2153 | ^ |
|---|
| 2154 | 1 error generated. |
|---|
| 2155 | make[1]: *** [CMakeFiles/cmTC_50bae.dir/CurlTests.c.o] Error 1 |
|---|
| 2156 | make: *** [cmTC_50bae/fast] Error 2 |
|---|
| 2157 | |
|---|
| 2158 | Performing Curl Test HAVE_GETHOSTBYADDR_R_8 failed with the following output: |
|---|
| 2159 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 2160 | |
|---|
| 2161 | Run Build Command:"/usr/bin/make" "cmTC_270e3/fast" |
|---|
| 2162 | make -f CMakeFiles/cmTC_270e3.dir/build.make CMakeFiles/cmTC_270e3.dir/build |
|---|
| 2163 | Building C object CMakeFiles/cmTC_270e3.dir/CurlTests.c.o |
|---|
| 2164 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DHAVE_GETHOSTBYADDR_R_8 -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_FILIO_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_SOCKIO_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_270e3.dir/CurlTests.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c |
|---|
| 2165 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:122:9: error: use of undeclared identifier 'gethostbyaddr_r' |
|---|
| 2166 | (void)gethostbyaddr_r; |
|---|
| 2167 | ^ |
|---|
| 2168 | 1 error generated. |
|---|
| 2169 | make[1]: *** [CMakeFiles/cmTC_270e3.dir/CurlTests.c.o] Error 1 |
|---|
| 2170 | make: *** [cmTC_270e3/fast] Error 2 |
|---|
| 2171 | |
|---|
| 2172 | Performing Curl Test HAVE_GETHOSTBYADDR_R_5_REENTRANT failed with the following output: |
|---|
| 2173 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 2174 | |
|---|
| 2175 | Run Build Command:"/usr/bin/make" "cmTC_439c3/fast" |
|---|
| 2176 | make -f CMakeFiles/cmTC_439c3.dir/build.make CMakeFiles/cmTC_439c3.dir/build |
|---|
| 2177 | Building C object CMakeFiles/cmTC_439c3.dir/CurlTests.c.o |
|---|
| 2178 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DHAVE_GETHOSTBYADDR_R_5_REENTRANT -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_FILIO_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_SOCKIO_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_439c3.dir/CurlTests.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c |
|---|
| 2179 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:106:23: error: variable has incomplete type 'struct hostent_data' |
|---|
| 2180 | struct hostent_data hdata; |
|---|
| 2181 | ^ |
|---|
| 2182 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:106:10: note: forward declaration of 'struct hostent_data' |
|---|
| 2183 | struct hostent_data hdata; |
|---|
| 2184 | ^ |
|---|
| 2185 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:122:9: error: use of undeclared identifier 'gethostbyaddr_r' |
|---|
| 2186 | (void)gethostbyaddr_r; |
|---|
| 2187 | ^ |
|---|
| 2188 | 2 errors generated. |
|---|
| 2189 | make[1]: *** [CMakeFiles/cmTC_439c3.dir/CurlTests.c.o] Error 1 |
|---|
| 2190 | make: *** [cmTC_439c3/fast] Error 2 |
|---|
| 2191 | |
|---|
| 2192 | Performing Curl Test HAVE_GETHOSTBYADDR_R_7_REENTRANT failed with the following output: |
|---|
| 2193 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 2194 | |
|---|
| 2195 | Run Build Command:"/usr/bin/make" "cmTC_c7523/fast" |
|---|
| 2196 | make -f CMakeFiles/cmTC_c7523.dir/build.make CMakeFiles/cmTC_c7523.dir/build |
|---|
| 2197 | Building C object CMakeFiles/cmTC_c7523.dir/CurlTests.c.o |
|---|
| 2198 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DHAVE_GETHOSTBYADDR_R_7_REENTRANT -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_FILIO_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_SOCKIO_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_c7523.dir/CurlTests.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c |
|---|
| 2199 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:122:9: error: use of undeclared identifier 'gethostbyaddr_r' |
|---|
| 2200 | (void)gethostbyaddr_r; |
|---|
| 2201 | ^ |
|---|
| 2202 | 1 error generated. |
|---|
| 2203 | make[1]: *** [CMakeFiles/cmTC_c7523.dir/CurlTests.c.o] Error 1 |
|---|
| 2204 | make: *** [cmTC_c7523/fast] Error 2 |
|---|
| 2205 | |
|---|
| 2206 | Performing Curl Test HAVE_GETHOSTBYADDR_R_8_REENTRANT failed with the following output: |
|---|
| 2207 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 2208 | |
|---|
| 2209 | Run Build Command:"/usr/bin/make" "cmTC_f0400/fast" |
|---|
| 2210 | make -f CMakeFiles/cmTC_f0400.dir/build.make CMakeFiles/cmTC_f0400.dir/build |
|---|
| 2211 | Building C object CMakeFiles/cmTC_f0400.dir/CurlTests.c.o |
|---|
| 2212 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DHAVE_GETHOSTBYADDR_R_8_REENTRANT -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_FILIO_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_SOCKIO_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_f0400.dir/CurlTests.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c |
|---|
| 2213 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:122:9: error: use of undeclared identifier 'gethostbyaddr_r' |
|---|
| 2214 | (void)gethostbyaddr_r; |
|---|
| 2215 | ^ |
|---|
| 2216 | 1 error generated. |
|---|
| 2217 | make[1]: *** [CMakeFiles/cmTC_f0400.dir/CurlTests.c.o] Error 1 |
|---|
| 2218 | make: *** [cmTC_f0400/fast] Error 2 |
|---|
| 2219 | |
|---|
| 2220 | Performing Curl Test HAVE_GETHOSTBYNAME_R_3 failed with the following output: |
|---|
| 2221 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 2222 | |
|---|
| 2223 | Run Build Command:"/usr/bin/make" "cmTC_ffbff/fast" |
|---|
| 2224 | make -f CMakeFiles/cmTC_ffbff.dir/build.make CMakeFiles/cmTC_ffbff.dir/build |
|---|
| 2225 | Building C object CMakeFiles/cmTC_ffbff.dir/CurlTests.c.o |
|---|
| 2226 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DHAVE_GETHOSTBYNAME_R_3 -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_FILIO_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_SOCKIO_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_ffbff.dir/CurlTests.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c |
|---|
| 2227 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:106:23: error: variable has incomplete type 'struct hostent_data' |
|---|
| 2228 | struct hostent_data hdata; |
|---|
| 2229 | ^ |
|---|
| 2230 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:106:10: note: forward declaration of 'struct hostent_data' |
|---|
| 2231 | struct hostent_data hdata; |
|---|
| 2232 | ^ |
|---|
| 2233 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:122:9: error: use of undeclared identifier 'gethostbyaddr_r' |
|---|
| 2234 | (void)gethostbyaddr_r; |
|---|
| 2235 | ^ |
|---|
| 2236 | 2 errors generated. |
|---|
| 2237 | make[1]: *** [CMakeFiles/cmTC_ffbff.dir/CurlTests.c.o] Error 1 |
|---|
| 2238 | make: *** [cmTC_ffbff/fast] Error 2 |
|---|
| 2239 | |
|---|
| 2240 | Performing Curl Test HAVE_GETHOSTBYNAME_R_5 failed with the following output: |
|---|
| 2241 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 2242 | |
|---|
| 2243 | Run Build Command:"/usr/bin/make" "cmTC_e6b20/fast" |
|---|
| 2244 | make -f CMakeFiles/cmTC_e6b20.dir/build.make CMakeFiles/cmTC_e6b20.dir/build |
|---|
| 2245 | Building C object CMakeFiles/cmTC_e6b20.dir/CurlTests.c.o |
|---|
| 2246 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DHAVE_GETHOSTBYNAME_R_5 -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_FILIO_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_SOCKIO_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_e6b20.dir/CurlTests.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c |
|---|
| 2247 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:122:9: error: use of undeclared identifier 'gethostbyaddr_r' |
|---|
| 2248 | (void)gethostbyaddr_r; |
|---|
| 2249 | ^ |
|---|
| 2250 | 1 error generated. |
|---|
| 2251 | make[1]: *** [CMakeFiles/cmTC_e6b20.dir/CurlTests.c.o] Error 1 |
|---|
| 2252 | make: *** [cmTC_e6b20/fast] Error 2 |
|---|
| 2253 | |
|---|
| 2254 | Performing Curl Test HAVE_GETHOSTBYNAME_R_6 failed with the following output: |
|---|
| 2255 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 2256 | |
|---|
| 2257 | Run Build Command:"/usr/bin/make" "cmTC_1f468/fast" |
|---|
| 2258 | make -f CMakeFiles/cmTC_1f468.dir/build.make CMakeFiles/cmTC_1f468.dir/build |
|---|
| 2259 | Building C object CMakeFiles/cmTC_1f468.dir/CurlTests.c.o |
|---|
| 2260 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DHAVE_GETHOSTBYNAME_R_6 -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_FILIO_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_SOCKIO_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_1f468.dir/CurlTests.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c |
|---|
| 2261 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:122:9: error: use of undeclared identifier 'gethostbyaddr_r' |
|---|
| 2262 | (void)gethostbyaddr_r; |
|---|
| 2263 | ^ |
|---|
| 2264 | 1 error generated. |
|---|
| 2265 | make[1]: *** [CMakeFiles/cmTC_1f468.dir/CurlTests.c.o] Error 1 |
|---|
| 2266 | make: *** [cmTC_1f468/fast] Error 2 |
|---|
| 2267 | |
|---|
| 2268 | Performing Curl Test HAVE_GETHOSTBYNAME_R_3_REENTRANT failed with the following output: |
|---|
| 2269 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 2270 | |
|---|
| 2271 | Run Build Command:"/usr/bin/make" "cmTC_5d1e5/fast" |
|---|
| 2272 | make -f CMakeFiles/cmTC_5d1e5.dir/build.make CMakeFiles/cmTC_5d1e5.dir/build |
|---|
| 2273 | Building C object CMakeFiles/cmTC_5d1e5.dir/CurlTests.c.o |
|---|
| 2274 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DHAVE_GETHOSTBYNAME_R_3_REENTRANT -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_FILIO_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_SOCKIO_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_5d1e5.dir/CurlTests.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c |
|---|
| 2275 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:106:23: error: variable has incomplete type 'struct hostent_data' |
|---|
| 2276 | struct hostent_data hdata; |
|---|
| 2277 | ^ |
|---|
| 2278 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:106:10: note: forward declaration of 'struct hostent_data' |
|---|
| 2279 | struct hostent_data hdata; |
|---|
| 2280 | ^ |
|---|
| 2281 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:122:9: error: use of undeclared identifier 'gethostbyaddr_r' |
|---|
| 2282 | (void)gethostbyaddr_r; |
|---|
| 2283 | ^ |
|---|
| 2284 | 2 errors generated. |
|---|
| 2285 | make[1]: *** [CMakeFiles/cmTC_5d1e5.dir/CurlTests.c.o] Error 1 |
|---|
| 2286 | make: *** [cmTC_5d1e5/fast] Error 2 |
|---|
| 2287 | |
|---|
| 2288 | Performing Curl Test HAVE_GETHOSTBYNAME_R_5_REENTRANT failed with the following output: |
|---|
| 2289 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 2290 | |
|---|
| 2291 | Run Build Command:"/usr/bin/make" "cmTC_da391/fast" |
|---|
| 2292 | make -f CMakeFiles/cmTC_da391.dir/build.make CMakeFiles/cmTC_da391.dir/build |
|---|
| 2293 | Building C object CMakeFiles/cmTC_da391.dir/CurlTests.c.o |
|---|
| 2294 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DHAVE_GETHOSTBYNAME_R_5_REENTRANT -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_FILIO_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_SOCKIO_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_da391.dir/CurlTests.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c |
|---|
| 2295 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:122:9: error: use of undeclared identifier 'gethostbyaddr_r' |
|---|
| 2296 | (void)gethostbyaddr_r; |
|---|
| 2297 | ^ |
|---|
| 2298 | 1 error generated. |
|---|
| 2299 | make[1]: *** [CMakeFiles/cmTC_da391.dir/CurlTests.c.o] Error 1 |
|---|
| 2300 | make: *** [cmTC_da391/fast] Error 2 |
|---|
| 2301 | |
|---|
| 2302 | Performing Curl Test HAVE_GETHOSTBYNAME_R_6_REENTRANT failed with the following output: |
|---|
| 2303 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 2304 | |
|---|
| 2305 | Run Build Command:"/usr/bin/make" "cmTC_f49cd/fast" |
|---|
| 2306 | make -f CMakeFiles/cmTC_f49cd.dir/build.make CMakeFiles/cmTC_f49cd.dir/build |
|---|
| 2307 | Building C object CMakeFiles/cmTC_f49cd.dir/CurlTests.c.o |
|---|
| 2308 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DHAVE_GETHOSTBYNAME_R_6_REENTRANT -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_FILIO_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_SOCKIO_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_f49cd.dir/CurlTests.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c |
|---|
| 2309 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:122:9: error: use of undeclared identifier 'gethostbyaddr_r' |
|---|
| 2310 | (void)gethostbyaddr_r; |
|---|
| 2311 | ^ |
|---|
| 2312 | 1 error generated. |
|---|
| 2313 | make[1]: *** [CMakeFiles/cmTC_f49cd.dir/CurlTests.c.o] Error 1 |
|---|
| 2314 | make: *** [cmTC_f49cd/fast] Error 2 |
|---|
| 2315 | |
|---|
| 2316 | Performing Curl Test HAVE_INET_NTOA_R_DECL failed with the following output: |
|---|
| 2317 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 2318 | |
|---|
| 2319 | Run Build Command:"/usr/bin/make" "cmTC_d991b/fast" |
|---|
| 2320 | make -f CMakeFiles/cmTC_d991b.dir/build.make CMakeFiles/cmTC_d991b.dir/build |
|---|
| 2321 | Building C object CMakeFiles/cmTC_d991b.dir/CurlTests.c.o |
|---|
| 2322 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DHAVE_INET_NTOA_R_DECL -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_FILIO_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_SOCKIO_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_d991b.dir/CurlTests.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c |
|---|
| 2323 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:242:21: error: use of undeclared identifier 'inet_ntoa_r' |
|---|
| 2324 | func = (func_type)inet_ntoa_r; |
|---|
| 2325 | ^ |
|---|
| 2326 | 1 error generated. |
|---|
| 2327 | make[1]: *** [CMakeFiles/cmTC_d991b.dir/CurlTests.c.o] Error 1 |
|---|
| 2328 | make: *** [cmTC_d991b/fast] Error 2 |
|---|
| 2329 | |
|---|
| 2330 | Performing Curl Test HAVE_INET_NTOA_R_DECL_REENTRANT failed with the following output: |
|---|
| 2331 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 2332 | |
|---|
| 2333 | Run Build Command:"/usr/bin/make" "cmTC_e3d8f/fast" |
|---|
| 2334 | make -f CMakeFiles/cmTC_e3d8f.dir/build.make CMakeFiles/cmTC_e3d8f.dir/build |
|---|
| 2335 | Building C object CMakeFiles/cmTC_e3d8f.dir/CurlTests.c.o |
|---|
| 2336 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DHAVE_INET_NTOA_R_DECL_REENTRANT -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_FILIO_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_SOCKIO_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_SYS_XATTR_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_e3d8f.dir/CurlTests.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c |
|---|
| 2337 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c:257:22: error: use of undeclared identifier 'inet_ntoa_r'; did you mean 'inet_ntoa'? |
|---|
| 2338 | func = (func_type)&inet_ntoa_r; |
|---|
| 2339 | ^~~~~~~~~~~ |
|---|
| 2340 | inet_ntoa |
|---|
| 2341 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/arpa/inet.h:76:8: note: 'inet_ntoa' declared here |
|---|
| 2342 | char *inet_ntoa(struct in_addr); |
|---|
| 2343 | ^ |
|---|
| 2344 | 1 error generated. |
|---|
| 2345 | make[1]: *** [CMakeFiles/cmTC_e3d8f.dir/CurlTests.c.o] Error 1 |
|---|
| 2346 | make: *** [cmTC_e3d8f/fast] Error 2 |
|---|
| 2347 | |
|---|
| 2348 | Performing Curl Test HAVE_GLIBC_STRERROR_R failed with the following output: |
|---|
| 2349 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 2350 | |
|---|
| 2351 | Run Build Command:"/usr/bin/make" "cmTC_00836/fast" |
|---|
| 2352 | make -f CMakeFiles/cmTC_00836.dir/build.make CMakeFiles/cmTC_00836.dir/build |
|---|
| 2353 | Building C object CMakeFiles/cmTC_00836.dir/CurlTests.c.o |
|---|
| 2354 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DHAVE_GLIBC_STRERROR_R -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_00836.dir/CurlTests.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmcurl/CMake/CurlTests.c |
|---|
| 2355 | Linking C executable cmTC_00836 |
|---|
| 2356 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_00836.dir/link.txt --verbose=1 |
|---|
| 2357 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DHAVE_GLIBC_STRERROR_R -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/cmake-bootstrap/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 CMakeFiles/cmTC_00836.dir/CurlTests.c.o -o cmTC_00836 |
|---|
| 2358 | There was a problem running this test |
|---|
| 2359 | |
|---|
| 2360 | |
|---|
| 2361 | Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: |
|---|
| 2362 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 2363 | |
|---|
| 2364 | Run Build Command:"/usr/bin/make" "cmTC_7bbb4/fast" |
|---|
| 2365 | make -f CMakeFiles/cmTC_7bbb4.dir/build.make CMakeFiles/cmTC_7bbb4.dir/build |
|---|
| 2366 | Building C object CMakeFiles/cmTC_7bbb4.dir/src.c.o |
|---|
| 2367 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_recv_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_7bbb4.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 2368 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' |
|---|
| 2369 | recv(int, void *, size_t, int); |
|---|
| 2370 | ^ |
|---|
| 2371 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here |
|---|
| 2372 | ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv); |
|---|
| 2373 | ^ |
|---|
| 2374 | 1 error generated. |
|---|
| 2375 | make[1]: *** [CMakeFiles/cmTC_7bbb4.dir/src.c.o] Error 1 |
|---|
| 2376 | make: *** [cmTC_7bbb4/fast] Error 2 |
|---|
| 2377 | |
|---|
| 2378 | Source file was: |
|---|
| 2379 | |
|---|
| 2380 | #undef inline |
|---|
| 2381 | #include <sys/types.h> |
|---|
| 2382 | #include <sys/socket.h> |
|---|
| 2383 | extern int |
|---|
| 2384 | recv(int, void *, size_t, int); |
|---|
| 2385 | int main(void) { |
|---|
| 2386 | int s=0; |
|---|
| 2387 | void * buf=0; |
|---|
| 2388 | size_t len=0; |
|---|
| 2389 | int flags=0; |
|---|
| 2390 | int res = recv(s, buf, len, flags); |
|---|
| 2391 | (void) res; |
|---|
| 2392 | return 0; |
|---|
| 2393 | } |
|---|
| 2394 | Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: |
|---|
| 2395 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 2396 | |
|---|
| 2397 | Run Build Command:"/usr/bin/make" "cmTC_fd50e/fast" |
|---|
| 2398 | make -f CMakeFiles/cmTC_fd50e.dir/build.make CMakeFiles/cmTC_fd50e.dir/build |
|---|
| 2399 | Building C object CMakeFiles/cmTC_fd50e.dir/src.c.o |
|---|
| 2400 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_recv_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_fd50e.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 2401 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' |
|---|
| 2402 | recv(int, void *, size_t, unsigned int); |
|---|
| 2403 | ^ |
|---|
| 2404 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here |
|---|
| 2405 | ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv); |
|---|
| 2406 | ^ |
|---|
| 2407 | 1 error generated. |
|---|
| 2408 | make[1]: *** [CMakeFiles/cmTC_fd50e.dir/src.c.o] Error 1 |
|---|
| 2409 | make: *** [cmTC_fd50e/fast] Error 2 |
|---|
| 2410 | |
|---|
| 2411 | Source file was: |
|---|
| 2412 | |
|---|
| 2413 | #undef inline |
|---|
| 2414 | #include <sys/types.h> |
|---|
| 2415 | #include <sys/socket.h> |
|---|
| 2416 | extern int |
|---|
| 2417 | recv(int, void *, size_t, unsigned int); |
|---|
| 2418 | int main(void) { |
|---|
| 2419 | int s=0; |
|---|
| 2420 | void * buf=0; |
|---|
| 2421 | size_t len=0; |
|---|
| 2422 | unsigned int flags=0; |
|---|
| 2423 | int res = recv(s, buf, len, flags); |
|---|
| 2424 | (void) res; |
|---|
| 2425 | return 0; |
|---|
| 2426 | } |
|---|
| 2427 | Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: |
|---|
| 2428 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 2429 | |
|---|
| 2430 | Run Build Command:"/usr/bin/make" "cmTC_5e985/fast" |
|---|
| 2431 | make -f CMakeFiles/cmTC_5e985.dir/build.make CMakeFiles/cmTC_5e985.dir/build |
|---|
| 2432 | Building C object CMakeFiles/cmTC_5e985.dir/src.c.o |
|---|
| 2433 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_recv_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_5e985.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 2434 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' |
|---|
| 2435 | recv(int, void *, int, int); |
|---|
| 2436 | ^ |
|---|
| 2437 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here |
|---|
| 2438 | ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv); |
|---|
| 2439 | ^ |
|---|
| 2440 | 1 error generated. |
|---|
| 2441 | make[1]: *** [CMakeFiles/cmTC_5e985.dir/src.c.o] Error 1 |
|---|
| 2442 | make: *** [cmTC_5e985/fast] Error 2 |
|---|
| 2443 | |
|---|
| 2444 | Source file was: |
|---|
| 2445 | |
|---|
| 2446 | #undef inline |
|---|
| 2447 | #include <sys/types.h> |
|---|
| 2448 | #include <sys/socket.h> |
|---|
| 2449 | extern int |
|---|
| 2450 | recv(int, void *, int, int); |
|---|
| 2451 | int main(void) { |
|---|
| 2452 | int s=0; |
|---|
| 2453 | void * buf=0; |
|---|
| 2454 | int len=0; |
|---|
| 2455 | int flags=0; |
|---|
| 2456 | int res = recv(s, buf, len, flags); |
|---|
| 2457 | (void) res; |
|---|
| 2458 | return 0; |
|---|
| 2459 | } |
|---|
| 2460 | Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: |
|---|
| 2461 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 2462 | |
|---|
| 2463 | Run Build Command:"/usr/bin/make" "cmTC_eecb4/fast" |
|---|
| 2464 | make -f CMakeFiles/cmTC_eecb4.dir/build.make CMakeFiles/cmTC_eecb4.dir/build |
|---|
| 2465 | Building C object CMakeFiles/cmTC_eecb4.dir/src.c.o |
|---|
| 2466 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_recv_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_eecb4.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 2467 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' |
|---|
| 2468 | recv(int, void *, int, unsigned int); |
|---|
| 2469 | ^ |
|---|
| 2470 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here |
|---|
| 2471 | ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv); |
|---|
| 2472 | ^ |
|---|
| 2473 | 1 error generated. |
|---|
| 2474 | make[1]: *** [CMakeFiles/cmTC_eecb4.dir/src.c.o] Error 1 |
|---|
| 2475 | make: *** [cmTC_eecb4/fast] Error 2 |
|---|
| 2476 | |
|---|
| 2477 | Source file was: |
|---|
| 2478 | |
|---|
| 2479 | #undef inline |
|---|
| 2480 | #include <sys/types.h> |
|---|
| 2481 | #include <sys/socket.h> |
|---|
| 2482 | extern int |
|---|
| 2483 | recv(int, void *, int, unsigned int); |
|---|
| 2484 | int main(void) { |
|---|
| 2485 | int s=0; |
|---|
| 2486 | void * buf=0; |
|---|
| 2487 | int len=0; |
|---|
| 2488 | unsigned int flags=0; |
|---|
| 2489 | int res = recv(s, buf, len, flags); |
|---|
| 2490 | (void) res; |
|---|
| 2491 | return 0; |
|---|
| 2492 | } |
|---|
| 2493 | Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: |
|---|
| 2494 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 2495 | |
|---|
| 2496 | Run Build Command:"/usr/bin/make" "cmTC_faeea/fast" |
|---|
| 2497 | make -f CMakeFiles/cmTC_faeea.dir/build.make CMakeFiles/cmTC_faeea.dir/build |
|---|
| 2498 | Building C object CMakeFiles/cmTC_faeea.dir/src.c.o |
|---|
| 2499 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_recv_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_faeea.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 2500 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' |
|---|
| 2501 | recv(int, void *, socklen_t, int); |
|---|
| 2502 | ^ |
|---|
| 2503 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here |
|---|
| 2504 | ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv); |
|---|
| 2505 | ^ |
|---|
| 2506 | 1 error generated. |
|---|
| 2507 | make[1]: *** [CMakeFiles/cmTC_faeea.dir/src.c.o] Error 1 |
|---|
| 2508 | make: *** [cmTC_faeea/fast] Error 2 |
|---|
| 2509 | |
|---|
| 2510 | Source file was: |
|---|
| 2511 | |
|---|
| 2512 | #undef inline |
|---|
| 2513 | #include <sys/types.h> |
|---|
| 2514 | #include <sys/socket.h> |
|---|
| 2515 | extern int |
|---|
| 2516 | recv(int, void *, socklen_t, int); |
|---|
| 2517 | int main(void) { |
|---|
| 2518 | int s=0; |
|---|
| 2519 | void * buf=0; |
|---|
| 2520 | socklen_t len=0; |
|---|
| 2521 | int flags=0; |
|---|
| 2522 | int res = recv(s, buf, len, flags); |
|---|
| 2523 | (void) res; |
|---|
| 2524 | return 0; |
|---|
| 2525 | } |
|---|
| 2526 | Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: |
|---|
| 2527 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 2528 | |
|---|
| 2529 | Run Build Command:"/usr/bin/make" "cmTC_963d6/fast" |
|---|
| 2530 | make -f CMakeFiles/cmTC_963d6.dir/build.make CMakeFiles/cmTC_963d6.dir/build |
|---|
| 2531 | Building C object CMakeFiles/cmTC_963d6.dir/src.c.o |
|---|
| 2532 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_recv_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_963d6.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 2533 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' |
|---|
| 2534 | recv(int, void *, socklen_t, unsigned int); |
|---|
| 2535 | ^ |
|---|
| 2536 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here |
|---|
| 2537 | ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv); |
|---|
| 2538 | ^ |
|---|
| 2539 | 1 error generated. |
|---|
| 2540 | make[1]: *** [CMakeFiles/cmTC_963d6.dir/src.c.o] Error 1 |
|---|
| 2541 | make: *** [cmTC_963d6/fast] Error 2 |
|---|
| 2542 | |
|---|
| 2543 | Source file was: |
|---|
| 2544 | |
|---|
| 2545 | #undef inline |
|---|
| 2546 | #include <sys/types.h> |
|---|
| 2547 | #include <sys/socket.h> |
|---|
| 2548 | extern int |
|---|
| 2549 | recv(int, void *, socklen_t, unsigned int); |
|---|
| 2550 | int main(void) { |
|---|
| 2551 | int s=0; |
|---|
| 2552 | void * buf=0; |
|---|
| 2553 | socklen_t len=0; |
|---|
| 2554 | unsigned int flags=0; |
|---|
| 2555 | int res = recv(s, buf, len, flags); |
|---|
| 2556 | (void) res; |
|---|
| 2557 | return 0; |
|---|
| 2558 | } |
|---|
| 2559 | Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: |
|---|
| 2560 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 2561 | |
|---|
| 2562 | Run Build Command:"/usr/bin/make" "cmTC_d7a77/fast" |
|---|
| 2563 | make -f CMakeFiles/cmTC_d7a77.dir/build.make CMakeFiles/cmTC_d7a77.dir/build |
|---|
| 2564 | Building C object CMakeFiles/cmTC_d7a77.dir/src.c.o |
|---|
| 2565 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_recv_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_d7a77.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 2566 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' |
|---|
| 2567 | recv(int, void *, unsigned int, int); |
|---|
| 2568 | ^ |
|---|
| 2569 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here |
|---|
| 2570 | ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv); |
|---|
| 2571 | ^ |
|---|
| 2572 | 1 error generated. |
|---|
| 2573 | make[1]: *** [CMakeFiles/cmTC_d7a77.dir/src.c.o] Error 1 |
|---|
| 2574 | make: *** [cmTC_d7a77/fast] Error 2 |
|---|
| 2575 | |
|---|
| 2576 | Source file was: |
|---|
| 2577 | |
|---|
| 2578 | #undef inline |
|---|
| 2579 | #include <sys/types.h> |
|---|
| 2580 | #include <sys/socket.h> |
|---|
| 2581 | extern int |
|---|
| 2582 | recv(int, void *, unsigned int, int); |
|---|
| 2583 | int main(void) { |
|---|
| 2584 | int s=0; |
|---|
| 2585 | void * buf=0; |
|---|
| 2586 | unsigned int len=0; |
|---|
| 2587 | int flags=0; |
|---|
| 2588 | int res = recv(s, buf, len, flags); |
|---|
| 2589 | (void) res; |
|---|
| 2590 | return 0; |
|---|
| 2591 | } |
|---|
| 2592 | Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: |
|---|
| 2593 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 2594 | |
|---|
| 2595 | Run Build Command:"/usr/bin/make" "cmTC_c00e6/fast" |
|---|
| 2596 | make -f CMakeFiles/cmTC_c00e6.dir/build.make CMakeFiles/cmTC_c00e6.dir/build |
|---|
| 2597 | Building C object CMakeFiles/cmTC_c00e6.dir/src.c.o |
|---|
| 2598 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_recv_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_c00e6.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 2599 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' |
|---|
| 2600 | recv(int, void *, unsigned int, unsigned int); |
|---|
| 2601 | ^ |
|---|
| 2602 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here |
|---|
| 2603 | ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv); |
|---|
| 2604 | ^ |
|---|
| 2605 | 1 error generated. |
|---|
| 2606 | make[1]: *** [CMakeFiles/cmTC_c00e6.dir/src.c.o] Error 1 |
|---|
| 2607 | make: *** [cmTC_c00e6/fast] Error 2 |
|---|
| 2608 | |
|---|
| 2609 | Source file was: |
|---|
| 2610 | |
|---|
| 2611 | #undef inline |
|---|
| 2612 | #include <sys/types.h> |
|---|
| 2613 | #include <sys/socket.h> |
|---|
| 2614 | extern int |
|---|
| 2615 | recv(int, void *, unsigned int, unsigned int); |
|---|
| 2616 | int main(void) { |
|---|
| 2617 | int s=0; |
|---|
| 2618 | void * buf=0; |
|---|
| 2619 | unsigned int len=0; |
|---|
| 2620 | unsigned int flags=0; |
|---|
| 2621 | int res = recv(s, buf, len, flags); |
|---|
| 2622 | (void) res; |
|---|
| 2623 | return 0; |
|---|
| 2624 | } |
|---|
| 2625 | Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: |
|---|
| 2626 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 2627 | |
|---|
| 2628 | Run Build Command:"/usr/bin/make" "cmTC_3451d/fast" |
|---|
| 2629 | make -f CMakeFiles/cmTC_3451d.dir/build.make CMakeFiles/cmTC_3451d.dir/build |
|---|
| 2630 | Building C object CMakeFiles/cmTC_3451d.dir/src.c.o |
|---|
| 2631 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_recv_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_3451d.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 2632 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' |
|---|
| 2633 | recv(int, char *, size_t, int); |
|---|
| 2634 | ^ |
|---|
| 2635 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here |
|---|
| 2636 | ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv); |
|---|
| 2637 | ^ |
|---|
| 2638 | 1 error generated. |
|---|
| 2639 | make[1]: *** [CMakeFiles/cmTC_3451d.dir/src.c.o] Error 1 |
|---|
| 2640 | make: *** [cmTC_3451d/fast] Error 2 |
|---|
| 2641 | |
|---|
| 2642 | Source file was: |
|---|
| 2643 | |
|---|
| 2644 | #undef inline |
|---|
| 2645 | #include <sys/types.h> |
|---|
| 2646 | #include <sys/socket.h> |
|---|
| 2647 | extern int |
|---|
| 2648 | recv(int, char *, size_t, int); |
|---|
| 2649 | int main(void) { |
|---|
| 2650 | int s=0; |
|---|
| 2651 | char * buf=0; |
|---|
| 2652 | size_t len=0; |
|---|
| 2653 | int flags=0; |
|---|
| 2654 | int res = recv(s, buf, len, flags); |
|---|
| 2655 | (void) res; |
|---|
| 2656 | return 0; |
|---|
| 2657 | } |
|---|
| 2658 | Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: |
|---|
| 2659 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 2660 | |
|---|
| 2661 | Run Build Command:"/usr/bin/make" "cmTC_732af/fast" |
|---|
| 2662 | make -f CMakeFiles/cmTC_732af.dir/build.make CMakeFiles/cmTC_732af.dir/build |
|---|
| 2663 | Building C object CMakeFiles/cmTC_732af.dir/src.c.o |
|---|
| 2664 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_recv_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_732af.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 2665 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' |
|---|
| 2666 | recv(int, char *, size_t, unsigned int); |
|---|
| 2667 | ^ |
|---|
| 2668 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here |
|---|
| 2669 | ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv); |
|---|
| 2670 | ^ |
|---|
| 2671 | 1 error generated. |
|---|
| 2672 | make[1]: *** [CMakeFiles/cmTC_732af.dir/src.c.o] Error 1 |
|---|
| 2673 | make: *** [cmTC_732af/fast] Error 2 |
|---|
| 2674 | |
|---|
| 2675 | Source file was: |
|---|
| 2676 | |
|---|
| 2677 | #undef inline |
|---|
| 2678 | #include <sys/types.h> |
|---|
| 2679 | #include <sys/socket.h> |
|---|
| 2680 | extern int |
|---|
| 2681 | recv(int, char *, size_t, unsigned int); |
|---|
| 2682 | int main(void) { |
|---|
| 2683 | int s=0; |
|---|
| 2684 | char * buf=0; |
|---|
| 2685 | size_t len=0; |
|---|
| 2686 | unsigned int flags=0; |
|---|
| 2687 | int res = recv(s, buf, len, flags); |
|---|
| 2688 | (void) res; |
|---|
| 2689 | return 0; |
|---|
| 2690 | } |
|---|
| 2691 | Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: |
|---|
| 2692 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 2693 | |
|---|
| 2694 | Run Build Command:"/usr/bin/make" "cmTC_e59f9/fast" |
|---|
| 2695 | make -f CMakeFiles/cmTC_e59f9.dir/build.make CMakeFiles/cmTC_e59f9.dir/build |
|---|
| 2696 | Building C object CMakeFiles/cmTC_e59f9.dir/src.c.o |
|---|
| 2697 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_recv_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_e59f9.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 2698 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' |
|---|
| 2699 | recv(int, char *, int, int); |
|---|
| 2700 | ^ |
|---|
| 2701 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here |
|---|
| 2702 | ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv); |
|---|
| 2703 | ^ |
|---|
| 2704 | 1 error generated. |
|---|
| 2705 | make[1]: *** [CMakeFiles/cmTC_e59f9.dir/src.c.o] Error 1 |
|---|
| 2706 | make: *** [cmTC_e59f9/fast] Error 2 |
|---|
| 2707 | |
|---|
| 2708 | Source file was: |
|---|
| 2709 | |
|---|
| 2710 | #undef inline |
|---|
| 2711 | #include <sys/types.h> |
|---|
| 2712 | #include <sys/socket.h> |
|---|
| 2713 | extern int |
|---|
| 2714 | recv(int, char *, int, int); |
|---|
| 2715 | int main(void) { |
|---|
| 2716 | int s=0; |
|---|
| 2717 | char * buf=0; |
|---|
| 2718 | int len=0; |
|---|
| 2719 | int flags=0; |
|---|
| 2720 | int res = recv(s, buf, len, flags); |
|---|
| 2721 | (void) res; |
|---|
| 2722 | return 0; |
|---|
| 2723 | } |
|---|
| 2724 | Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: |
|---|
| 2725 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 2726 | |
|---|
| 2727 | Run Build Command:"/usr/bin/make" "cmTC_35161/fast" |
|---|
| 2728 | make -f CMakeFiles/cmTC_35161.dir/build.make CMakeFiles/cmTC_35161.dir/build |
|---|
| 2729 | Building C object CMakeFiles/cmTC_35161.dir/src.c.o |
|---|
| 2730 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_recv_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_35161.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 2731 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' |
|---|
| 2732 | recv(int, char *, int, unsigned int); |
|---|
| 2733 | ^ |
|---|
| 2734 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here |
|---|
| 2735 | ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv); |
|---|
| 2736 | ^ |
|---|
| 2737 | 1 error generated. |
|---|
| 2738 | make[1]: *** [CMakeFiles/cmTC_35161.dir/src.c.o] Error 1 |
|---|
| 2739 | make: *** [cmTC_35161/fast] Error 2 |
|---|
| 2740 | |
|---|
| 2741 | Source file was: |
|---|
| 2742 | |
|---|
| 2743 | #undef inline |
|---|
| 2744 | #include <sys/types.h> |
|---|
| 2745 | #include <sys/socket.h> |
|---|
| 2746 | extern int |
|---|
| 2747 | recv(int, char *, int, unsigned int); |
|---|
| 2748 | int main(void) { |
|---|
| 2749 | int s=0; |
|---|
| 2750 | char * buf=0; |
|---|
| 2751 | int len=0; |
|---|
| 2752 | unsigned int flags=0; |
|---|
| 2753 | int res = recv(s, buf, len, flags); |
|---|
| 2754 | (void) res; |
|---|
| 2755 | return 0; |
|---|
| 2756 | } |
|---|
| 2757 | Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: |
|---|
| 2758 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 2759 | |
|---|
| 2760 | Run Build Command:"/usr/bin/make" "cmTC_84fd5/fast" |
|---|
| 2761 | make -f CMakeFiles/cmTC_84fd5.dir/build.make CMakeFiles/cmTC_84fd5.dir/build |
|---|
| 2762 | Building C object CMakeFiles/cmTC_84fd5.dir/src.c.o |
|---|
| 2763 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_recv_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_84fd5.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 2764 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' |
|---|
| 2765 | recv(int, char *, socklen_t, int); |
|---|
| 2766 | ^ |
|---|
| 2767 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here |
|---|
| 2768 | ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv); |
|---|
| 2769 | ^ |
|---|
| 2770 | 1 error generated. |
|---|
| 2771 | make[1]: *** [CMakeFiles/cmTC_84fd5.dir/src.c.o] Error 1 |
|---|
| 2772 | make: *** [cmTC_84fd5/fast] Error 2 |
|---|
| 2773 | |
|---|
| 2774 | Source file was: |
|---|
| 2775 | |
|---|
| 2776 | #undef inline |
|---|
| 2777 | #include <sys/types.h> |
|---|
| 2778 | #include <sys/socket.h> |
|---|
| 2779 | extern int |
|---|
| 2780 | recv(int, char *, socklen_t, int); |
|---|
| 2781 | int main(void) { |
|---|
| 2782 | int s=0; |
|---|
| 2783 | char * buf=0; |
|---|
| 2784 | socklen_t len=0; |
|---|
| 2785 | int flags=0; |
|---|
| 2786 | int res = recv(s, buf, len, flags); |
|---|
| 2787 | (void) res; |
|---|
| 2788 | return 0; |
|---|
| 2789 | } |
|---|
| 2790 | Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: |
|---|
| 2791 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 2792 | |
|---|
| 2793 | Run Build Command:"/usr/bin/make" "cmTC_e475f/fast" |
|---|
| 2794 | make -f CMakeFiles/cmTC_e475f.dir/build.make CMakeFiles/cmTC_e475f.dir/build |
|---|
| 2795 | Building C object CMakeFiles/cmTC_e475f.dir/src.c.o |
|---|
| 2796 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_recv_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_e475f.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 2797 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' |
|---|
| 2798 | recv(int, char *, socklen_t, unsigned int); |
|---|
| 2799 | ^ |
|---|
| 2800 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here |
|---|
| 2801 | ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv); |
|---|
| 2802 | ^ |
|---|
| 2803 | 1 error generated. |
|---|
| 2804 | make[1]: *** [CMakeFiles/cmTC_e475f.dir/src.c.o] Error 1 |
|---|
| 2805 | make: *** [cmTC_e475f/fast] Error 2 |
|---|
| 2806 | |
|---|
| 2807 | Source file was: |
|---|
| 2808 | |
|---|
| 2809 | #undef inline |
|---|
| 2810 | #include <sys/types.h> |
|---|
| 2811 | #include <sys/socket.h> |
|---|
| 2812 | extern int |
|---|
| 2813 | recv(int, char *, socklen_t, unsigned int); |
|---|
| 2814 | int main(void) { |
|---|
| 2815 | int s=0; |
|---|
| 2816 | char * buf=0; |
|---|
| 2817 | socklen_t len=0; |
|---|
| 2818 | unsigned int flags=0; |
|---|
| 2819 | int res = recv(s, buf, len, flags); |
|---|
| 2820 | (void) res; |
|---|
| 2821 | return 0; |
|---|
| 2822 | } |
|---|
| 2823 | Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: |
|---|
| 2824 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 2825 | |
|---|
| 2826 | Run Build Command:"/usr/bin/make" "cmTC_54878/fast" |
|---|
| 2827 | make -f CMakeFiles/cmTC_54878.dir/build.make CMakeFiles/cmTC_54878.dir/build |
|---|
| 2828 | Building C object CMakeFiles/cmTC_54878.dir/src.c.o |
|---|
| 2829 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_recv_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_54878.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 2830 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' |
|---|
| 2831 | recv(int, char *, unsigned int, int); |
|---|
| 2832 | ^ |
|---|
| 2833 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here |
|---|
| 2834 | ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv); |
|---|
| 2835 | ^ |
|---|
| 2836 | 1 error generated. |
|---|
| 2837 | make[1]: *** [CMakeFiles/cmTC_54878.dir/src.c.o] Error 1 |
|---|
| 2838 | make: *** [cmTC_54878/fast] Error 2 |
|---|
| 2839 | |
|---|
| 2840 | Source file was: |
|---|
| 2841 | |
|---|
| 2842 | #undef inline |
|---|
| 2843 | #include <sys/types.h> |
|---|
| 2844 | #include <sys/socket.h> |
|---|
| 2845 | extern int |
|---|
| 2846 | recv(int, char *, unsigned int, int); |
|---|
| 2847 | int main(void) { |
|---|
| 2848 | int s=0; |
|---|
| 2849 | char * buf=0; |
|---|
| 2850 | unsigned int len=0; |
|---|
| 2851 | int flags=0; |
|---|
| 2852 | int res = recv(s, buf, len, flags); |
|---|
| 2853 | (void) res; |
|---|
| 2854 | return 0; |
|---|
| 2855 | } |
|---|
| 2856 | Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: |
|---|
| 2857 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 2858 | |
|---|
| 2859 | Run Build Command:"/usr/bin/make" "cmTC_e2ce0/fast" |
|---|
| 2860 | make -f CMakeFiles/cmTC_e2ce0.dir/build.make CMakeFiles/cmTC_e2ce0.dir/build |
|---|
| 2861 | Building C object CMakeFiles/cmTC_e2ce0.dir/src.c.o |
|---|
| 2862 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_recv_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_e2ce0.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 2863 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' |
|---|
| 2864 | recv(int, char *, unsigned int, unsigned int); |
|---|
| 2865 | ^ |
|---|
| 2866 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here |
|---|
| 2867 | ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv); |
|---|
| 2868 | ^ |
|---|
| 2869 | 1 error generated. |
|---|
| 2870 | make[1]: *** [CMakeFiles/cmTC_e2ce0.dir/src.c.o] Error 1 |
|---|
| 2871 | make: *** [cmTC_e2ce0/fast] Error 2 |
|---|
| 2872 | |
|---|
| 2873 | Source file was: |
|---|
| 2874 | |
|---|
| 2875 | #undef inline |
|---|
| 2876 | #include <sys/types.h> |
|---|
| 2877 | #include <sys/socket.h> |
|---|
| 2878 | extern int |
|---|
| 2879 | recv(int, char *, unsigned int, unsigned int); |
|---|
| 2880 | int main(void) { |
|---|
| 2881 | int s=0; |
|---|
| 2882 | char * buf=0; |
|---|
| 2883 | unsigned int len=0; |
|---|
| 2884 | unsigned int flags=0; |
|---|
| 2885 | int res = recv(s, buf, len, flags); |
|---|
| 2886 | (void) res; |
|---|
| 2887 | return 0; |
|---|
| 2888 | } |
|---|
| 2889 | Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: |
|---|
| 2890 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 2891 | |
|---|
| 2892 | Run Build Command:"/usr/bin/make" "cmTC_5ea28/fast" |
|---|
| 2893 | make -f CMakeFiles/cmTC_5ea28.dir/build.make CMakeFiles/cmTC_5ea28.dir/build |
|---|
| 2894 | Building C object CMakeFiles/cmTC_5ea28.dir/src.c.o |
|---|
| 2895 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_recv_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_5ea28.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 2896 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' |
|---|
| 2897 | recv(ssize_t, void *, size_t, int); |
|---|
| 2898 | ^ |
|---|
| 2899 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here |
|---|
| 2900 | ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv); |
|---|
| 2901 | ^ |
|---|
| 2902 | 1 error generated. |
|---|
| 2903 | make[1]: *** [CMakeFiles/cmTC_5ea28.dir/src.c.o] Error 1 |
|---|
| 2904 | make: *** [cmTC_5ea28/fast] Error 2 |
|---|
| 2905 | |
|---|
| 2906 | Source file was: |
|---|
| 2907 | |
|---|
| 2908 | #undef inline |
|---|
| 2909 | #include <sys/types.h> |
|---|
| 2910 | #include <sys/socket.h> |
|---|
| 2911 | extern int |
|---|
| 2912 | recv(ssize_t, void *, size_t, int); |
|---|
| 2913 | int main(void) { |
|---|
| 2914 | ssize_t s=0; |
|---|
| 2915 | void * buf=0; |
|---|
| 2916 | size_t len=0; |
|---|
| 2917 | int flags=0; |
|---|
| 2918 | int res = recv(s, buf, len, flags); |
|---|
| 2919 | (void) res; |
|---|
| 2920 | return 0; |
|---|
| 2921 | } |
|---|
| 2922 | Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: |
|---|
| 2923 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 2924 | |
|---|
| 2925 | Run Build Command:"/usr/bin/make" "cmTC_ca34c/fast" |
|---|
| 2926 | make -f CMakeFiles/cmTC_ca34c.dir/build.make CMakeFiles/cmTC_ca34c.dir/build |
|---|
| 2927 | Building C object CMakeFiles/cmTC_ca34c.dir/src.c.o |
|---|
| 2928 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_recv_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_ca34c.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 2929 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' |
|---|
| 2930 | recv(ssize_t, void *, size_t, unsigned int); |
|---|
| 2931 | ^ |
|---|
| 2932 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here |
|---|
| 2933 | ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv); |
|---|
| 2934 | ^ |
|---|
| 2935 | 1 error generated. |
|---|
| 2936 | make[1]: *** [CMakeFiles/cmTC_ca34c.dir/src.c.o] Error 1 |
|---|
| 2937 | make: *** [cmTC_ca34c/fast] Error 2 |
|---|
| 2938 | |
|---|
| 2939 | Source file was: |
|---|
| 2940 | |
|---|
| 2941 | #undef inline |
|---|
| 2942 | #include <sys/types.h> |
|---|
| 2943 | #include <sys/socket.h> |
|---|
| 2944 | extern int |
|---|
| 2945 | recv(ssize_t, void *, size_t, unsigned int); |
|---|
| 2946 | int main(void) { |
|---|
| 2947 | ssize_t s=0; |
|---|
| 2948 | void * buf=0; |
|---|
| 2949 | size_t len=0; |
|---|
| 2950 | unsigned int flags=0; |
|---|
| 2951 | int res = recv(s, buf, len, flags); |
|---|
| 2952 | (void) res; |
|---|
| 2953 | return 0; |
|---|
| 2954 | } |
|---|
| 2955 | Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: |
|---|
| 2956 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 2957 | |
|---|
| 2958 | Run Build Command:"/usr/bin/make" "cmTC_f7a60/fast" |
|---|
| 2959 | make -f CMakeFiles/cmTC_f7a60.dir/build.make CMakeFiles/cmTC_f7a60.dir/build |
|---|
| 2960 | Building C object CMakeFiles/cmTC_f7a60.dir/src.c.o |
|---|
| 2961 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_recv_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_f7a60.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 2962 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' |
|---|
| 2963 | recv(ssize_t, void *, int, int); |
|---|
| 2964 | ^ |
|---|
| 2965 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here |
|---|
| 2966 | ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv); |
|---|
| 2967 | ^ |
|---|
| 2968 | 1 error generated. |
|---|
| 2969 | make[1]: *** [CMakeFiles/cmTC_f7a60.dir/src.c.o] Error 1 |
|---|
| 2970 | make: *** [cmTC_f7a60/fast] Error 2 |
|---|
| 2971 | |
|---|
| 2972 | Source file was: |
|---|
| 2973 | |
|---|
| 2974 | #undef inline |
|---|
| 2975 | #include <sys/types.h> |
|---|
| 2976 | #include <sys/socket.h> |
|---|
| 2977 | extern int |
|---|
| 2978 | recv(ssize_t, void *, int, int); |
|---|
| 2979 | int main(void) { |
|---|
| 2980 | ssize_t s=0; |
|---|
| 2981 | void * buf=0; |
|---|
| 2982 | int len=0; |
|---|
| 2983 | int flags=0; |
|---|
| 2984 | int res = recv(s, buf, len, flags); |
|---|
| 2985 | (void) res; |
|---|
| 2986 | return 0; |
|---|
| 2987 | } |
|---|
| 2988 | Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: |
|---|
| 2989 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 2990 | |
|---|
| 2991 | Run Build Command:"/usr/bin/make" "cmTC_0cd99/fast" |
|---|
| 2992 | make -f CMakeFiles/cmTC_0cd99.dir/build.make CMakeFiles/cmTC_0cd99.dir/build |
|---|
| 2993 | Building C object CMakeFiles/cmTC_0cd99.dir/src.c.o |
|---|
| 2994 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_recv_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_0cd99.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 2995 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' |
|---|
| 2996 | recv(ssize_t, void *, int, unsigned int); |
|---|
| 2997 | ^ |
|---|
| 2998 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here |
|---|
| 2999 | ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv); |
|---|
| 3000 | ^ |
|---|
| 3001 | 1 error generated. |
|---|
| 3002 | make[1]: *** [CMakeFiles/cmTC_0cd99.dir/src.c.o] Error 1 |
|---|
| 3003 | make: *** [cmTC_0cd99/fast] Error 2 |
|---|
| 3004 | |
|---|
| 3005 | Source file was: |
|---|
| 3006 | |
|---|
| 3007 | #undef inline |
|---|
| 3008 | #include <sys/types.h> |
|---|
| 3009 | #include <sys/socket.h> |
|---|
| 3010 | extern int |
|---|
| 3011 | recv(ssize_t, void *, int, unsigned int); |
|---|
| 3012 | int main(void) { |
|---|
| 3013 | ssize_t s=0; |
|---|
| 3014 | void * buf=0; |
|---|
| 3015 | int len=0; |
|---|
| 3016 | unsigned int flags=0; |
|---|
| 3017 | int res = recv(s, buf, len, flags); |
|---|
| 3018 | (void) res; |
|---|
| 3019 | return 0; |
|---|
| 3020 | } |
|---|
| 3021 | Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: |
|---|
| 3022 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 3023 | |
|---|
| 3024 | Run Build Command:"/usr/bin/make" "cmTC_9a355/fast" |
|---|
| 3025 | make -f CMakeFiles/cmTC_9a355.dir/build.make CMakeFiles/cmTC_9a355.dir/build |
|---|
| 3026 | Building C object CMakeFiles/cmTC_9a355.dir/src.c.o |
|---|
| 3027 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_recv_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_9a355.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 3028 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' |
|---|
| 3029 | recv(ssize_t, void *, socklen_t, int); |
|---|
| 3030 | ^ |
|---|
| 3031 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here |
|---|
| 3032 | ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv); |
|---|
| 3033 | ^ |
|---|
| 3034 | 1 error generated. |
|---|
| 3035 | make[1]: *** [CMakeFiles/cmTC_9a355.dir/src.c.o] Error 1 |
|---|
| 3036 | make: *** [cmTC_9a355/fast] Error 2 |
|---|
| 3037 | |
|---|
| 3038 | Source file was: |
|---|
| 3039 | |
|---|
| 3040 | #undef inline |
|---|
| 3041 | #include <sys/types.h> |
|---|
| 3042 | #include <sys/socket.h> |
|---|
| 3043 | extern int |
|---|
| 3044 | recv(ssize_t, void *, socklen_t, int); |
|---|
| 3045 | int main(void) { |
|---|
| 3046 | ssize_t s=0; |
|---|
| 3047 | void * buf=0; |
|---|
| 3048 | socklen_t len=0; |
|---|
| 3049 | int flags=0; |
|---|
| 3050 | int res = recv(s, buf, len, flags); |
|---|
| 3051 | (void) res; |
|---|
| 3052 | return 0; |
|---|
| 3053 | } |
|---|
| 3054 | Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: |
|---|
| 3055 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 3056 | |
|---|
| 3057 | Run Build Command:"/usr/bin/make" "cmTC_ebf9e/fast" |
|---|
| 3058 | make -f CMakeFiles/cmTC_ebf9e.dir/build.make CMakeFiles/cmTC_ebf9e.dir/build |
|---|
| 3059 | Building C object CMakeFiles/cmTC_ebf9e.dir/src.c.o |
|---|
| 3060 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_recv_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_ebf9e.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 3061 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' |
|---|
| 3062 | recv(ssize_t, void *, socklen_t, unsigned int); |
|---|
| 3063 | ^ |
|---|
| 3064 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here |
|---|
| 3065 | ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv); |
|---|
| 3066 | ^ |
|---|
| 3067 | 1 error generated. |
|---|
| 3068 | make[1]: *** [CMakeFiles/cmTC_ebf9e.dir/src.c.o] Error 1 |
|---|
| 3069 | make: *** [cmTC_ebf9e/fast] Error 2 |
|---|
| 3070 | |
|---|
| 3071 | Source file was: |
|---|
| 3072 | |
|---|
| 3073 | #undef inline |
|---|
| 3074 | #include <sys/types.h> |
|---|
| 3075 | #include <sys/socket.h> |
|---|
| 3076 | extern int |
|---|
| 3077 | recv(ssize_t, void *, socklen_t, unsigned int); |
|---|
| 3078 | int main(void) { |
|---|
| 3079 | ssize_t s=0; |
|---|
| 3080 | void * buf=0; |
|---|
| 3081 | socklen_t len=0; |
|---|
| 3082 | unsigned int flags=0; |
|---|
| 3083 | int res = recv(s, buf, len, flags); |
|---|
| 3084 | (void) res; |
|---|
| 3085 | return 0; |
|---|
| 3086 | } |
|---|
| 3087 | Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: |
|---|
| 3088 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 3089 | |
|---|
| 3090 | Run Build Command:"/usr/bin/make" "cmTC_ab19d/fast" |
|---|
| 3091 | make -f CMakeFiles/cmTC_ab19d.dir/build.make CMakeFiles/cmTC_ab19d.dir/build |
|---|
| 3092 | Building C object CMakeFiles/cmTC_ab19d.dir/src.c.o |
|---|
| 3093 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_recv_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_ab19d.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 3094 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' |
|---|
| 3095 | recv(ssize_t, void *, unsigned int, int); |
|---|
| 3096 | ^ |
|---|
| 3097 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here |
|---|
| 3098 | ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv); |
|---|
| 3099 | ^ |
|---|
| 3100 | 1 error generated. |
|---|
| 3101 | make[1]: *** [CMakeFiles/cmTC_ab19d.dir/src.c.o] Error 1 |
|---|
| 3102 | make: *** [cmTC_ab19d/fast] Error 2 |
|---|
| 3103 | |
|---|
| 3104 | Source file was: |
|---|
| 3105 | |
|---|
| 3106 | #undef inline |
|---|
| 3107 | #include <sys/types.h> |
|---|
| 3108 | #include <sys/socket.h> |
|---|
| 3109 | extern int |
|---|
| 3110 | recv(ssize_t, void *, unsigned int, int); |
|---|
| 3111 | int main(void) { |
|---|
| 3112 | ssize_t s=0; |
|---|
| 3113 | void * buf=0; |
|---|
| 3114 | unsigned int len=0; |
|---|
| 3115 | int flags=0; |
|---|
| 3116 | int res = recv(s, buf, len, flags); |
|---|
| 3117 | (void) res; |
|---|
| 3118 | return 0; |
|---|
| 3119 | } |
|---|
| 3120 | Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: |
|---|
| 3121 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 3122 | |
|---|
| 3123 | Run Build Command:"/usr/bin/make" "cmTC_f9020/fast" |
|---|
| 3124 | make -f CMakeFiles/cmTC_f9020.dir/build.make CMakeFiles/cmTC_f9020.dir/build |
|---|
| 3125 | Building C object CMakeFiles/cmTC_f9020.dir/src.c.o |
|---|
| 3126 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_recv_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_f9020.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 3127 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' |
|---|
| 3128 | recv(ssize_t, void *, unsigned int, unsigned int); |
|---|
| 3129 | ^ |
|---|
| 3130 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here |
|---|
| 3131 | ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv); |
|---|
| 3132 | ^ |
|---|
| 3133 | 1 error generated. |
|---|
| 3134 | make[1]: *** [CMakeFiles/cmTC_f9020.dir/src.c.o] Error 1 |
|---|
| 3135 | make: *** [cmTC_f9020/fast] Error 2 |
|---|
| 3136 | |
|---|
| 3137 | Source file was: |
|---|
| 3138 | |
|---|
| 3139 | #undef inline |
|---|
| 3140 | #include <sys/types.h> |
|---|
| 3141 | #include <sys/socket.h> |
|---|
| 3142 | extern int |
|---|
| 3143 | recv(ssize_t, void *, unsigned int, unsigned int); |
|---|
| 3144 | int main(void) { |
|---|
| 3145 | ssize_t s=0; |
|---|
| 3146 | void * buf=0; |
|---|
| 3147 | unsigned int len=0; |
|---|
| 3148 | unsigned int flags=0; |
|---|
| 3149 | int res = recv(s, buf, len, flags); |
|---|
| 3150 | (void) res; |
|---|
| 3151 | return 0; |
|---|
| 3152 | } |
|---|
| 3153 | Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: |
|---|
| 3154 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 3155 | |
|---|
| 3156 | Run Build Command:"/usr/bin/make" "cmTC_9587d/fast" |
|---|
| 3157 | make -f CMakeFiles/cmTC_9587d.dir/build.make CMakeFiles/cmTC_9587d.dir/build |
|---|
| 3158 | Building C object CMakeFiles/cmTC_9587d.dir/src.c.o |
|---|
| 3159 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_recv_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_9587d.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 3160 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' |
|---|
| 3161 | recv(ssize_t, char *, size_t, int); |
|---|
| 3162 | ^ |
|---|
| 3163 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here |
|---|
| 3164 | ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv); |
|---|
| 3165 | ^ |
|---|
| 3166 | 1 error generated. |
|---|
| 3167 | make[1]: *** [CMakeFiles/cmTC_9587d.dir/src.c.o] Error 1 |
|---|
| 3168 | make: *** [cmTC_9587d/fast] Error 2 |
|---|
| 3169 | |
|---|
| 3170 | Source file was: |
|---|
| 3171 | |
|---|
| 3172 | #undef inline |
|---|
| 3173 | #include <sys/types.h> |
|---|
| 3174 | #include <sys/socket.h> |
|---|
| 3175 | extern int |
|---|
| 3176 | recv(ssize_t, char *, size_t, int); |
|---|
| 3177 | int main(void) { |
|---|
| 3178 | ssize_t s=0; |
|---|
| 3179 | char * buf=0; |
|---|
| 3180 | size_t len=0; |
|---|
| 3181 | int flags=0; |
|---|
| 3182 | int res = recv(s, buf, len, flags); |
|---|
| 3183 | (void) res; |
|---|
| 3184 | return 0; |
|---|
| 3185 | } |
|---|
| 3186 | Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: |
|---|
| 3187 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 3188 | |
|---|
| 3189 | Run Build Command:"/usr/bin/make" "cmTC_0c26d/fast" |
|---|
| 3190 | make -f CMakeFiles/cmTC_0c26d.dir/build.make CMakeFiles/cmTC_0c26d.dir/build |
|---|
| 3191 | Building C object CMakeFiles/cmTC_0c26d.dir/src.c.o |
|---|
| 3192 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_recv_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_0c26d.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 3193 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' |
|---|
| 3194 | recv(ssize_t, char *, size_t, unsigned int); |
|---|
| 3195 | ^ |
|---|
| 3196 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here |
|---|
| 3197 | ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv); |
|---|
| 3198 | ^ |
|---|
| 3199 | 1 error generated. |
|---|
| 3200 | make[1]: *** [CMakeFiles/cmTC_0c26d.dir/src.c.o] Error 1 |
|---|
| 3201 | make: *** [cmTC_0c26d/fast] Error 2 |
|---|
| 3202 | |
|---|
| 3203 | Source file was: |
|---|
| 3204 | |
|---|
| 3205 | #undef inline |
|---|
| 3206 | #include <sys/types.h> |
|---|
| 3207 | #include <sys/socket.h> |
|---|
| 3208 | extern int |
|---|
| 3209 | recv(ssize_t, char *, size_t, unsigned int); |
|---|
| 3210 | int main(void) { |
|---|
| 3211 | ssize_t s=0; |
|---|
| 3212 | char * buf=0; |
|---|
| 3213 | size_t len=0; |
|---|
| 3214 | unsigned int flags=0; |
|---|
| 3215 | int res = recv(s, buf, len, flags); |
|---|
| 3216 | (void) res; |
|---|
| 3217 | return 0; |
|---|
| 3218 | } |
|---|
| 3219 | Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: |
|---|
| 3220 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 3221 | |
|---|
| 3222 | Run Build Command:"/usr/bin/make" "cmTC_0cfa7/fast" |
|---|
| 3223 | make -f CMakeFiles/cmTC_0cfa7.dir/build.make CMakeFiles/cmTC_0cfa7.dir/build |
|---|
| 3224 | Building C object CMakeFiles/cmTC_0cfa7.dir/src.c.o |
|---|
| 3225 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_recv_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_0cfa7.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 3226 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' |
|---|
| 3227 | recv(ssize_t, char *, int, int); |
|---|
| 3228 | ^ |
|---|
| 3229 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here |
|---|
| 3230 | ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv); |
|---|
| 3231 | ^ |
|---|
| 3232 | 1 error generated. |
|---|
| 3233 | make[1]: *** [CMakeFiles/cmTC_0cfa7.dir/src.c.o] Error 1 |
|---|
| 3234 | make: *** [cmTC_0cfa7/fast] Error 2 |
|---|
| 3235 | |
|---|
| 3236 | Source file was: |
|---|
| 3237 | |
|---|
| 3238 | #undef inline |
|---|
| 3239 | #include <sys/types.h> |
|---|
| 3240 | #include <sys/socket.h> |
|---|
| 3241 | extern int |
|---|
| 3242 | recv(ssize_t, char *, int, int); |
|---|
| 3243 | int main(void) { |
|---|
| 3244 | ssize_t s=0; |
|---|
| 3245 | char * buf=0; |
|---|
| 3246 | int len=0; |
|---|
| 3247 | int flags=0; |
|---|
| 3248 | int res = recv(s, buf, len, flags); |
|---|
| 3249 | (void) res; |
|---|
| 3250 | return 0; |
|---|
| 3251 | } |
|---|
| 3252 | Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: |
|---|
| 3253 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 3254 | |
|---|
| 3255 | Run Build Command:"/usr/bin/make" "cmTC_ba1b1/fast" |
|---|
| 3256 | make -f CMakeFiles/cmTC_ba1b1.dir/build.make CMakeFiles/cmTC_ba1b1.dir/build |
|---|
| 3257 | Building C object CMakeFiles/cmTC_ba1b1.dir/src.c.o |
|---|
| 3258 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_recv_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_ba1b1.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 3259 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' |
|---|
| 3260 | recv(ssize_t, char *, int, unsigned int); |
|---|
| 3261 | ^ |
|---|
| 3262 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here |
|---|
| 3263 | ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv); |
|---|
| 3264 | ^ |
|---|
| 3265 | 1 error generated. |
|---|
| 3266 | make[1]: *** [CMakeFiles/cmTC_ba1b1.dir/src.c.o] Error 1 |
|---|
| 3267 | make: *** [cmTC_ba1b1/fast] Error 2 |
|---|
| 3268 | |
|---|
| 3269 | Source file was: |
|---|
| 3270 | |
|---|
| 3271 | #undef inline |
|---|
| 3272 | #include <sys/types.h> |
|---|
| 3273 | #include <sys/socket.h> |
|---|
| 3274 | extern int |
|---|
| 3275 | recv(ssize_t, char *, int, unsigned int); |
|---|
| 3276 | int main(void) { |
|---|
| 3277 | ssize_t s=0; |
|---|
| 3278 | char * buf=0; |
|---|
| 3279 | int len=0; |
|---|
| 3280 | unsigned int flags=0; |
|---|
| 3281 | int res = recv(s, buf, len, flags); |
|---|
| 3282 | (void) res; |
|---|
| 3283 | return 0; |
|---|
| 3284 | } |
|---|
| 3285 | Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: |
|---|
| 3286 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 3287 | |
|---|
| 3288 | Run Build Command:"/usr/bin/make" "cmTC_dd9b0/fast" |
|---|
| 3289 | make -f CMakeFiles/cmTC_dd9b0.dir/build.make CMakeFiles/cmTC_dd9b0.dir/build |
|---|
| 3290 | Building C object CMakeFiles/cmTC_dd9b0.dir/src.c.o |
|---|
| 3291 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_recv_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_dd9b0.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 3292 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' |
|---|
| 3293 | recv(ssize_t, char *, socklen_t, int); |
|---|
| 3294 | ^ |
|---|
| 3295 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here |
|---|
| 3296 | ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv); |
|---|
| 3297 | ^ |
|---|
| 3298 | 1 error generated. |
|---|
| 3299 | make[1]: *** [CMakeFiles/cmTC_dd9b0.dir/src.c.o] Error 1 |
|---|
| 3300 | make: *** [cmTC_dd9b0/fast] Error 2 |
|---|
| 3301 | |
|---|
| 3302 | Source file was: |
|---|
| 3303 | |
|---|
| 3304 | #undef inline |
|---|
| 3305 | #include <sys/types.h> |
|---|
| 3306 | #include <sys/socket.h> |
|---|
| 3307 | extern int |
|---|
| 3308 | recv(ssize_t, char *, socklen_t, int); |
|---|
| 3309 | int main(void) { |
|---|
| 3310 | ssize_t s=0; |
|---|
| 3311 | char * buf=0; |
|---|
| 3312 | socklen_t len=0; |
|---|
| 3313 | int flags=0; |
|---|
| 3314 | int res = recv(s, buf, len, flags); |
|---|
| 3315 | (void) res; |
|---|
| 3316 | return 0; |
|---|
| 3317 | } |
|---|
| 3318 | Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: |
|---|
| 3319 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 3320 | |
|---|
| 3321 | Run Build Command:"/usr/bin/make" "cmTC_5d53a/fast" |
|---|
| 3322 | make -f CMakeFiles/cmTC_5d53a.dir/build.make CMakeFiles/cmTC_5d53a.dir/build |
|---|
| 3323 | Building C object CMakeFiles/cmTC_5d53a.dir/src.c.o |
|---|
| 3324 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_recv_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_5d53a.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 3325 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' |
|---|
| 3326 | recv(ssize_t, char *, socklen_t, unsigned int); |
|---|
| 3327 | ^ |
|---|
| 3328 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here |
|---|
| 3329 | ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv); |
|---|
| 3330 | ^ |
|---|
| 3331 | 1 error generated. |
|---|
| 3332 | make[1]: *** [CMakeFiles/cmTC_5d53a.dir/src.c.o] Error 1 |
|---|
| 3333 | make: *** [cmTC_5d53a/fast] Error 2 |
|---|
| 3334 | |
|---|
| 3335 | Source file was: |
|---|
| 3336 | |
|---|
| 3337 | #undef inline |
|---|
| 3338 | #include <sys/types.h> |
|---|
| 3339 | #include <sys/socket.h> |
|---|
| 3340 | extern int |
|---|
| 3341 | recv(ssize_t, char *, socklen_t, unsigned int); |
|---|
| 3342 | int main(void) { |
|---|
| 3343 | ssize_t s=0; |
|---|
| 3344 | char * buf=0; |
|---|
| 3345 | socklen_t len=0; |
|---|
| 3346 | unsigned int flags=0; |
|---|
| 3347 | int res = recv(s, buf, len, flags); |
|---|
| 3348 | (void) res; |
|---|
| 3349 | return 0; |
|---|
| 3350 | } |
|---|
| 3351 | Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: |
|---|
| 3352 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 3353 | |
|---|
| 3354 | Run Build Command:"/usr/bin/make" "cmTC_7714b/fast" |
|---|
| 3355 | make -f CMakeFiles/cmTC_7714b.dir/build.make CMakeFiles/cmTC_7714b.dir/build |
|---|
| 3356 | Building C object CMakeFiles/cmTC_7714b.dir/src.c.o |
|---|
| 3357 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_recv_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_7714b.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 3358 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' |
|---|
| 3359 | recv(ssize_t, char *, unsigned int, int); |
|---|
| 3360 | ^ |
|---|
| 3361 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here |
|---|
| 3362 | ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv); |
|---|
| 3363 | ^ |
|---|
| 3364 | 1 error generated. |
|---|
| 3365 | make[1]: *** [CMakeFiles/cmTC_7714b.dir/src.c.o] Error 1 |
|---|
| 3366 | make: *** [cmTC_7714b/fast] Error 2 |
|---|
| 3367 | |
|---|
| 3368 | Source file was: |
|---|
| 3369 | |
|---|
| 3370 | #undef inline |
|---|
| 3371 | #include <sys/types.h> |
|---|
| 3372 | #include <sys/socket.h> |
|---|
| 3373 | extern int |
|---|
| 3374 | recv(ssize_t, char *, unsigned int, int); |
|---|
| 3375 | int main(void) { |
|---|
| 3376 | ssize_t s=0; |
|---|
| 3377 | char * buf=0; |
|---|
| 3378 | unsigned int len=0; |
|---|
| 3379 | int flags=0; |
|---|
| 3380 | int res = recv(s, buf, len, flags); |
|---|
| 3381 | (void) res; |
|---|
| 3382 | return 0; |
|---|
| 3383 | } |
|---|
| 3384 | Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: |
|---|
| 3385 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 3386 | |
|---|
| 3387 | Run Build Command:"/usr/bin/make" "cmTC_65f23/fast" |
|---|
| 3388 | make -f CMakeFiles/cmTC_65f23.dir/build.make CMakeFiles/cmTC_65f23.dir/build |
|---|
| 3389 | Building C object CMakeFiles/cmTC_65f23.dir/src.c.o |
|---|
| 3390 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_recv_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_65f23.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 3391 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' |
|---|
| 3392 | recv(ssize_t, char *, unsigned int, unsigned int); |
|---|
| 3393 | ^ |
|---|
| 3394 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here |
|---|
| 3395 | ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv); |
|---|
| 3396 | ^ |
|---|
| 3397 | 1 error generated. |
|---|
| 3398 | make[1]: *** [CMakeFiles/cmTC_65f23.dir/src.c.o] Error 1 |
|---|
| 3399 | make: *** [cmTC_65f23/fast] Error 2 |
|---|
| 3400 | |
|---|
| 3401 | Source file was: |
|---|
| 3402 | |
|---|
| 3403 | #undef inline |
|---|
| 3404 | #include <sys/types.h> |
|---|
| 3405 | #include <sys/socket.h> |
|---|
| 3406 | extern int |
|---|
| 3407 | recv(ssize_t, char *, unsigned int, unsigned int); |
|---|
| 3408 | int main(void) { |
|---|
| 3409 | ssize_t s=0; |
|---|
| 3410 | char * buf=0; |
|---|
| 3411 | unsigned int len=0; |
|---|
| 3412 | unsigned int flags=0; |
|---|
| 3413 | int res = recv(s, buf, len, flags); |
|---|
| 3414 | (void) res; |
|---|
| 3415 | return 0; |
|---|
| 3416 | } |
|---|
| 3417 | Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: |
|---|
| 3418 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 3419 | |
|---|
| 3420 | Run Build Command:"/usr/bin/make" "cmTC_4101e/fast" |
|---|
| 3421 | make -f CMakeFiles/cmTC_4101e.dir/build.make CMakeFiles/cmTC_4101e.dir/build |
|---|
| 3422 | Building C object CMakeFiles/cmTC_4101e.dir/src.c.o |
|---|
| 3423 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_recv_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_4101e.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 3424 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier |
|---|
| 3425 | recv(SOCKET, void *, size_t, int); |
|---|
| 3426 | ^ |
|---|
| 3427 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' |
|---|
| 3428 | recv(SOCKET, void *, size_t, int); |
|---|
| 3429 | ^ |
|---|
| 3430 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here |
|---|
| 3431 | ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv); |
|---|
| 3432 | ^ |
|---|
| 3433 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET' |
|---|
| 3434 | SOCKET s=0; |
|---|
| 3435 | ^ |
|---|
| 3436 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's' |
|---|
| 3437 | int res = recv(s, buf, len, flags); |
|---|
| 3438 | ^ |
|---|
| 3439 | 4 errors generated. |
|---|
| 3440 | make[1]: *** [CMakeFiles/cmTC_4101e.dir/src.c.o] Error 1 |
|---|
| 3441 | make: *** [cmTC_4101e/fast] Error 2 |
|---|
| 3442 | |
|---|
| 3443 | Source file was: |
|---|
| 3444 | |
|---|
| 3445 | #undef inline |
|---|
| 3446 | #include <sys/types.h> |
|---|
| 3447 | #include <sys/socket.h> |
|---|
| 3448 | extern int |
|---|
| 3449 | recv(SOCKET, void *, size_t, int); |
|---|
| 3450 | int main(void) { |
|---|
| 3451 | SOCKET s=0; |
|---|
| 3452 | void * buf=0; |
|---|
| 3453 | size_t len=0; |
|---|
| 3454 | int flags=0; |
|---|
| 3455 | int res = recv(s, buf, len, flags); |
|---|
| 3456 | (void) res; |
|---|
| 3457 | return 0; |
|---|
| 3458 | } |
|---|
| 3459 | Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: |
|---|
| 3460 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 3461 | |
|---|
| 3462 | Run Build Command:"/usr/bin/make" "cmTC_12b0b/fast" |
|---|
| 3463 | make -f CMakeFiles/cmTC_12b0b.dir/build.make CMakeFiles/cmTC_12b0b.dir/build |
|---|
| 3464 | Building C object CMakeFiles/cmTC_12b0b.dir/src.c.o |
|---|
| 3465 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_recv_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_12b0b.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 3466 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier |
|---|
| 3467 | recv(SOCKET, void *, size_t, unsigned int); |
|---|
| 3468 | ^ |
|---|
| 3469 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' |
|---|
| 3470 | recv(SOCKET, void *, size_t, unsigned int); |
|---|
| 3471 | ^ |
|---|
| 3472 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here |
|---|
| 3473 | ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv); |
|---|
| 3474 | ^ |
|---|
| 3475 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET' |
|---|
| 3476 | SOCKET s=0; |
|---|
| 3477 | ^ |
|---|
| 3478 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's' |
|---|
| 3479 | int res = recv(s, buf, len, flags); |
|---|
| 3480 | ^ |
|---|
| 3481 | 4 errors generated. |
|---|
| 3482 | make[1]: *** [CMakeFiles/cmTC_12b0b.dir/src.c.o] Error 1 |
|---|
| 3483 | make: *** [cmTC_12b0b/fast] Error 2 |
|---|
| 3484 | |
|---|
| 3485 | Source file was: |
|---|
| 3486 | |
|---|
| 3487 | #undef inline |
|---|
| 3488 | #include <sys/types.h> |
|---|
| 3489 | #include <sys/socket.h> |
|---|
| 3490 | extern int |
|---|
| 3491 | recv(SOCKET, void *, size_t, unsigned int); |
|---|
| 3492 | int main(void) { |
|---|
| 3493 | SOCKET s=0; |
|---|
| 3494 | void * buf=0; |
|---|
| 3495 | size_t len=0; |
|---|
| 3496 | unsigned int flags=0; |
|---|
| 3497 | int res = recv(s, buf, len, flags); |
|---|
| 3498 | (void) res; |
|---|
| 3499 | return 0; |
|---|
| 3500 | } |
|---|
| 3501 | Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: |
|---|
| 3502 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 3503 | |
|---|
| 3504 | Run Build Command:"/usr/bin/make" "cmTC_76e39/fast" |
|---|
| 3505 | make -f CMakeFiles/cmTC_76e39.dir/build.make CMakeFiles/cmTC_76e39.dir/build |
|---|
| 3506 | Building C object CMakeFiles/cmTC_76e39.dir/src.c.o |
|---|
| 3507 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_recv_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_76e39.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 3508 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier |
|---|
| 3509 | recv(SOCKET, void *, int, int); |
|---|
| 3510 | ^ |
|---|
| 3511 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' |
|---|
| 3512 | recv(SOCKET, void *, int, int); |
|---|
| 3513 | ^ |
|---|
| 3514 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here |
|---|
| 3515 | ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv); |
|---|
| 3516 | ^ |
|---|
| 3517 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET' |
|---|
| 3518 | SOCKET s=0; |
|---|
| 3519 | ^ |
|---|
| 3520 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's' |
|---|
| 3521 | int res = recv(s, buf, len, flags); |
|---|
| 3522 | ^ |
|---|
| 3523 | 4 errors generated. |
|---|
| 3524 | make[1]: *** [CMakeFiles/cmTC_76e39.dir/src.c.o] Error 1 |
|---|
| 3525 | make: *** [cmTC_76e39/fast] Error 2 |
|---|
| 3526 | |
|---|
| 3527 | Source file was: |
|---|
| 3528 | |
|---|
| 3529 | #undef inline |
|---|
| 3530 | #include <sys/types.h> |
|---|
| 3531 | #include <sys/socket.h> |
|---|
| 3532 | extern int |
|---|
| 3533 | recv(SOCKET, void *, int, int); |
|---|
| 3534 | int main(void) { |
|---|
| 3535 | SOCKET s=0; |
|---|
| 3536 | void * buf=0; |
|---|
| 3537 | int len=0; |
|---|
| 3538 | int flags=0; |
|---|
| 3539 | int res = recv(s, buf, len, flags); |
|---|
| 3540 | (void) res; |
|---|
| 3541 | return 0; |
|---|
| 3542 | } |
|---|
| 3543 | Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: |
|---|
| 3544 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 3545 | |
|---|
| 3546 | Run Build Command:"/usr/bin/make" "cmTC_6642f/fast" |
|---|
| 3547 | make -f CMakeFiles/cmTC_6642f.dir/build.make CMakeFiles/cmTC_6642f.dir/build |
|---|
| 3548 | Building C object CMakeFiles/cmTC_6642f.dir/src.c.o |
|---|
| 3549 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_recv_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_6642f.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 3550 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier |
|---|
| 3551 | recv(SOCKET, void *, int, unsigned int); |
|---|
| 3552 | ^ |
|---|
| 3553 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' |
|---|
| 3554 | recv(SOCKET, void *, int, unsigned int); |
|---|
| 3555 | ^ |
|---|
| 3556 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here |
|---|
| 3557 | ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv); |
|---|
| 3558 | ^ |
|---|
| 3559 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET' |
|---|
| 3560 | SOCKET s=0; |
|---|
| 3561 | ^ |
|---|
| 3562 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's' |
|---|
| 3563 | int res = recv(s, buf, len, flags); |
|---|
| 3564 | ^ |
|---|
| 3565 | 4 errors generated. |
|---|
| 3566 | make[1]: *** [CMakeFiles/cmTC_6642f.dir/src.c.o] Error 1 |
|---|
| 3567 | make: *** [cmTC_6642f/fast] Error 2 |
|---|
| 3568 | |
|---|
| 3569 | Source file was: |
|---|
| 3570 | |
|---|
| 3571 | #undef inline |
|---|
| 3572 | #include <sys/types.h> |
|---|
| 3573 | #include <sys/socket.h> |
|---|
| 3574 | extern int |
|---|
| 3575 | recv(SOCKET, void *, int, unsigned int); |
|---|
| 3576 | int main(void) { |
|---|
| 3577 | SOCKET s=0; |
|---|
| 3578 | void * buf=0; |
|---|
| 3579 | int len=0; |
|---|
| 3580 | unsigned int flags=0; |
|---|
| 3581 | int res = recv(s, buf, len, flags); |
|---|
| 3582 | (void) res; |
|---|
| 3583 | return 0; |
|---|
| 3584 | } |
|---|
| 3585 | Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: |
|---|
| 3586 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 3587 | |
|---|
| 3588 | Run Build Command:"/usr/bin/make" "cmTC_59a64/fast" |
|---|
| 3589 | make -f CMakeFiles/cmTC_59a64.dir/build.make CMakeFiles/cmTC_59a64.dir/build |
|---|
| 3590 | Building C object CMakeFiles/cmTC_59a64.dir/src.c.o |
|---|
| 3591 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_recv_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_59a64.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 3592 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier |
|---|
| 3593 | recv(SOCKET, void *, socklen_t, int); |
|---|
| 3594 | ^ |
|---|
| 3595 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' |
|---|
| 3596 | recv(SOCKET, void *, socklen_t, int); |
|---|
| 3597 | ^ |
|---|
| 3598 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here |
|---|
| 3599 | ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv); |
|---|
| 3600 | ^ |
|---|
| 3601 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET' |
|---|
| 3602 | SOCKET s=0; |
|---|
| 3603 | ^ |
|---|
| 3604 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's' |
|---|
| 3605 | int res = recv(s, buf, len, flags); |
|---|
| 3606 | ^ |
|---|
| 3607 | 4 errors generated. |
|---|
| 3608 | make[1]: *** [CMakeFiles/cmTC_59a64.dir/src.c.o] Error 1 |
|---|
| 3609 | make: *** [cmTC_59a64/fast] Error 2 |
|---|
| 3610 | |
|---|
| 3611 | Source file was: |
|---|
| 3612 | |
|---|
| 3613 | #undef inline |
|---|
| 3614 | #include <sys/types.h> |
|---|
| 3615 | #include <sys/socket.h> |
|---|
| 3616 | extern int |
|---|
| 3617 | recv(SOCKET, void *, socklen_t, int); |
|---|
| 3618 | int main(void) { |
|---|
| 3619 | SOCKET s=0; |
|---|
| 3620 | void * buf=0; |
|---|
| 3621 | socklen_t len=0; |
|---|
| 3622 | int flags=0; |
|---|
| 3623 | int res = recv(s, buf, len, flags); |
|---|
| 3624 | (void) res; |
|---|
| 3625 | return 0; |
|---|
| 3626 | } |
|---|
| 3627 | Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: |
|---|
| 3628 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 3629 | |
|---|
| 3630 | Run Build Command:"/usr/bin/make" "cmTC_4ffb5/fast" |
|---|
| 3631 | make -f CMakeFiles/cmTC_4ffb5.dir/build.make CMakeFiles/cmTC_4ffb5.dir/build |
|---|
| 3632 | Building C object CMakeFiles/cmTC_4ffb5.dir/src.c.o |
|---|
| 3633 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_recv_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_4ffb5.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 3634 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier |
|---|
| 3635 | recv(SOCKET, void *, socklen_t, unsigned int); |
|---|
| 3636 | ^ |
|---|
| 3637 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' |
|---|
| 3638 | recv(SOCKET, void *, socklen_t, unsigned int); |
|---|
| 3639 | ^ |
|---|
| 3640 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here |
|---|
| 3641 | ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv); |
|---|
| 3642 | ^ |
|---|
| 3643 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET' |
|---|
| 3644 | SOCKET s=0; |
|---|
| 3645 | ^ |
|---|
| 3646 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's' |
|---|
| 3647 | int res = recv(s, buf, len, flags); |
|---|
| 3648 | ^ |
|---|
| 3649 | 4 errors generated. |
|---|
| 3650 | make[1]: *** [CMakeFiles/cmTC_4ffb5.dir/src.c.o] Error 1 |
|---|
| 3651 | make: *** [cmTC_4ffb5/fast] Error 2 |
|---|
| 3652 | |
|---|
| 3653 | Source file was: |
|---|
| 3654 | |
|---|
| 3655 | #undef inline |
|---|
| 3656 | #include <sys/types.h> |
|---|
| 3657 | #include <sys/socket.h> |
|---|
| 3658 | extern int |
|---|
| 3659 | recv(SOCKET, void *, socklen_t, unsigned int); |
|---|
| 3660 | int main(void) { |
|---|
| 3661 | SOCKET s=0; |
|---|
| 3662 | void * buf=0; |
|---|
| 3663 | socklen_t len=0; |
|---|
| 3664 | unsigned int flags=0; |
|---|
| 3665 | int res = recv(s, buf, len, flags); |
|---|
| 3666 | (void) res; |
|---|
| 3667 | return 0; |
|---|
| 3668 | } |
|---|
| 3669 | Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: |
|---|
| 3670 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 3671 | |
|---|
| 3672 | Run Build Command:"/usr/bin/make" "cmTC_9bbe6/fast" |
|---|
| 3673 | make -f CMakeFiles/cmTC_9bbe6.dir/build.make CMakeFiles/cmTC_9bbe6.dir/build |
|---|
| 3674 | Building C object CMakeFiles/cmTC_9bbe6.dir/src.c.o |
|---|
| 3675 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_recv_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_9bbe6.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 3676 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier |
|---|
| 3677 | recv(SOCKET, void *, unsigned int, int); |
|---|
| 3678 | ^ |
|---|
| 3679 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' |
|---|
| 3680 | recv(SOCKET, void *, unsigned int, int); |
|---|
| 3681 | ^ |
|---|
| 3682 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here |
|---|
| 3683 | ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv); |
|---|
| 3684 | ^ |
|---|
| 3685 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET' |
|---|
| 3686 | SOCKET s=0; |
|---|
| 3687 | ^ |
|---|
| 3688 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's' |
|---|
| 3689 | int res = recv(s, buf, len, flags); |
|---|
| 3690 | ^ |
|---|
| 3691 | 4 errors generated. |
|---|
| 3692 | make[1]: *** [CMakeFiles/cmTC_9bbe6.dir/src.c.o] Error 1 |
|---|
| 3693 | make: *** [cmTC_9bbe6/fast] Error 2 |
|---|
| 3694 | |
|---|
| 3695 | Source file was: |
|---|
| 3696 | |
|---|
| 3697 | #undef inline |
|---|
| 3698 | #include <sys/types.h> |
|---|
| 3699 | #include <sys/socket.h> |
|---|
| 3700 | extern int |
|---|
| 3701 | recv(SOCKET, void *, unsigned int, int); |
|---|
| 3702 | int main(void) { |
|---|
| 3703 | SOCKET s=0; |
|---|
| 3704 | void * buf=0; |
|---|
| 3705 | unsigned int len=0; |
|---|
| 3706 | int flags=0; |
|---|
| 3707 | int res = recv(s, buf, len, flags); |
|---|
| 3708 | (void) res; |
|---|
| 3709 | return 0; |
|---|
| 3710 | } |
|---|
| 3711 | Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: |
|---|
| 3712 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 3713 | |
|---|
| 3714 | Run Build Command:"/usr/bin/make" "cmTC_44d0c/fast" |
|---|
| 3715 | make -f CMakeFiles/cmTC_44d0c.dir/build.make CMakeFiles/cmTC_44d0c.dir/build |
|---|
| 3716 | Building C object CMakeFiles/cmTC_44d0c.dir/src.c.o |
|---|
| 3717 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_recv_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_44d0c.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 3718 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier |
|---|
| 3719 | recv(SOCKET, void *, unsigned int, unsigned int); |
|---|
| 3720 | ^ |
|---|
| 3721 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' |
|---|
| 3722 | recv(SOCKET, void *, unsigned int, unsigned int); |
|---|
| 3723 | ^ |
|---|
| 3724 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here |
|---|
| 3725 | ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv); |
|---|
| 3726 | ^ |
|---|
| 3727 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET' |
|---|
| 3728 | SOCKET s=0; |
|---|
| 3729 | ^ |
|---|
| 3730 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's' |
|---|
| 3731 | int res = recv(s, buf, len, flags); |
|---|
| 3732 | ^ |
|---|
| 3733 | 4 errors generated. |
|---|
| 3734 | make[1]: *** [CMakeFiles/cmTC_44d0c.dir/src.c.o] Error 1 |
|---|
| 3735 | make: *** [cmTC_44d0c/fast] Error 2 |
|---|
| 3736 | |
|---|
| 3737 | Source file was: |
|---|
| 3738 | |
|---|
| 3739 | #undef inline |
|---|
| 3740 | #include <sys/types.h> |
|---|
| 3741 | #include <sys/socket.h> |
|---|
| 3742 | extern int |
|---|
| 3743 | recv(SOCKET, void *, unsigned int, unsigned int); |
|---|
| 3744 | int main(void) { |
|---|
| 3745 | SOCKET s=0; |
|---|
| 3746 | void * buf=0; |
|---|
| 3747 | unsigned int len=0; |
|---|
| 3748 | unsigned int flags=0; |
|---|
| 3749 | int res = recv(s, buf, len, flags); |
|---|
| 3750 | (void) res; |
|---|
| 3751 | return 0; |
|---|
| 3752 | } |
|---|
| 3753 | Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: |
|---|
| 3754 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 3755 | |
|---|
| 3756 | Run Build Command:"/usr/bin/make" "cmTC_55a94/fast" |
|---|
| 3757 | make -f CMakeFiles/cmTC_55a94.dir/build.make CMakeFiles/cmTC_55a94.dir/build |
|---|
| 3758 | Building C object CMakeFiles/cmTC_55a94.dir/src.c.o |
|---|
| 3759 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_recv_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_55a94.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 3760 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier |
|---|
| 3761 | recv(SOCKET, char *, size_t, int); |
|---|
| 3762 | ^ |
|---|
| 3763 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' |
|---|
| 3764 | recv(SOCKET, char *, size_t, int); |
|---|
| 3765 | ^ |
|---|
| 3766 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here |
|---|
| 3767 | ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv); |
|---|
| 3768 | ^ |
|---|
| 3769 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET' |
|---|
| 3770 | SOCKET s=0; |
|---|
| 3771 | ^ |
|---|
| 3772 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's' |
|---|
| 3773 | int res = recv(s, buf, len, flags); |
|---|
| 3774 | ^ |
|---|
| 3775 | 4 errors generated. |
|---|
| 3776 | make[1]: *** [CMakeFiles/cmTC_55a94.dir/src.c.o] Error 1 |
|---|
| 3777 | make: *** [cmTC_55a94/fast] Error 2 |
|---|
| 3778 | |
|---|
| 3779 | Source file was: |
|---|
| 3780 | |
|---|
| 3781 | #undef inline |
|---|
| 3782 | #include <sys/types.h> |
|---|
| 3783 | #include <sys/socket.h> |
|---|
| 3784 | extern int |
|---|
| 3785 | recv(SOCKET, char *, size_t, int); |
|---|
| 3786 | int main(void) { |
|---|
| 3787 | SOCKET s=0; |
|---|
| 3788 | char * buf=0; |
|---|
| 3789 | size_t len=0; |
|---|
| 3790 | int flags=0; |
|---|
| 3791 | int res = recv(s, buf, len, flags); |
|---|
| 3792 | (void) res; |
|---|
| 3793 | return 0; |
|---|
| 3794 | } |
|---|
| 3795 | Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: |
|---|
| 3796 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 3797 | |
|---|
| 3798 | Run Build Command:"/usr/bin/make" "cmTC_e443f/fast" |
|---|
| 3799 | make -f CMakeFiles/cmTC_e443f.dir/build.make CMakeFiles/cmTC_e443f.dir/build |
|---|
| 3800 | Building C object CMakeFiles/cmTC_e443f.dir/src.c.o |
|---|
| 3801 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_recv_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_e443f.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 3802 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier |
|---|
| 3803 | recv(SOCKET, char *, size_t, unsigned int); |
|---|
| 3804 | ^ |
|---|
| 3805 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' |
|---|
| 3806 | recv(SOCKET, char *, size_t, unsigned int); |
|---|
| 3807 | ^ |
|---|
| 3808 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here |
|---|
| 3809 | ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv); |
|---|
| 3810 | ^ |
|---|
| 3811 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET' |
|---|
| 3812 | SOCKET s=0; |
|---|
| 3813 | ^ |
|---|
| 3814 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's' |
|---|
| 3815 | int res = recv(s, buf, len, flags); |
|---|
| 3816 | ^ |
|---|
| 3817 | 4 errors generated. |
|---|
| 3818 | make[1]: *** [CMakeFiles/cmTC_e443f.dir/src.c.o] Error 1 |
|---|
| 3819 | make: *** [cmTC_e443f/fast] Error 2 |
|---|
| 3820 | |
|---|
| 3821 | Source file was: |
|---|
| 3822 | |
|---|
| 3823 | #undef inline |
|---|
| 3824 | #include <sys/types.h> |
|---|
| 3825 | #include <sys/socket.h> |
|---|
| 3826 | extern int |
|---|
| 3827 | recv(SOCKET, char *, size_t, unsigned int); |
|---|
| 3828 | int main(void) { |
|---|
| 3829 | SOCKET s=0; |
|---|
| 3830 | char * buf=0; |
|---|
| 3831 | size_t len=0; |
|---|
| 3832 | unsigned int flags=0; |
|---|
| 3833 | int res = recv(s, buf, len, flags); |
|---|
| 3834 | (void) res; |
|---|
| 3835 | return 0; |
|---|
| 3836 | } |
|---|
| 3837 | Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: |
|---|
| 3838 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 3839 | |
|---|
| 3840 | Run Build Command:"/usr/bin/make" "cmTC_54c00/fast" |
|---|
| 3841 | make -f CMakeFiles/cmTC_54c00.dir/build.make CMakeFiles/cmTC_54c00.dir/build |
|---|
| 3842 | Building C object CMakeFiles/cmTC_54c00.dir/src.c.o |
|---|
| 3843 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_recv_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_54c00.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 3844 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier |
|---|
| 3845 | recv(SOCKET, char *, int, int); |
|---|
| 3846 | ^ |
|---|
| 3847 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' |
|---|
| 3848 | recv(SOCKET, char *, int, int); |
|---|
| 3849 | ^ |
|---|
| 3850 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here |
|---|
| 3851 | ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv); |
|---|
| 3852 | ^ |
|---|
| 3853 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET' |
|---|
| 3854 | SOCKET s=0; |
|---|
| 3855 | ^ |
|---|
| 3856 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's' |
|---|
| 3857 | int res = recv(s, buf, len, flags); |
|---|
| 3858 | ^ |
|---|
| 3859 | 4 errors generated. |
|---|
| 3860 | make[1]: *** [CMakeFiles/cmTC_54c00.dir/src.c.o] Error 1 |
|---|
| 3861 | make: *** [cmTC_54c00/fast] Error 2 |
|---|
| 3862 | |
|---|
| 3863 | Source file was: |
|---|
| 3864 | |
|---|
| 3865 | #undef inline |
|---|
| 3866 | #include <sys/types.h> |
|---|
| 3867 | #include <sys/socket.h> |
|---|
| 3868 | extern int |
|---|
| 3869 | recv(SOCKET, char *, int, int); |
|---|
| 3870 | int main(void) { |
|---|
| 3871 | SOCKET s=0; |
|---|
| 3872 | char * buf=0; |
|---|
| 3873 | int len=0; |
|---|
| 3874 | int flags=0; |
|---|
| 3875 | int res = recv(s, buf, len, flags); |
|---|
| 3876 | (void) res; |
|---|
| 3877 | return 0; |
|---|
| 3878 | } |
|---|
| 3879 | Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: |
|---|
| 3880 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 3881 | |
|---|
| 3882 | Run Build Command:"/usr/bin/make" "cmTC_e8a56/fast" |
|---|
| 3883 | make -f CMakeFiles/cmTC_e8a56.dir/build.make CMakeFiles/cmTC_e8a56.dir/build |
|---|
| 3884 | Building C object CMakeFiles/cmTC_e8a56.dir/src.c.o |
|---|
| 3885 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_recv_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_e8a56.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 3886 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier |
|---|
| 3887 | recv(SOCKET, char *, int, unsigned int); |
|---|
| 3888 | ^ |
|---|
| 3889 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' |
|---|
| 3890 | recv(SOCKET, char *, int, unsigned int); |
|---|
| 3891 | ^ |
|---|
| 3892 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here |
|---|
| 3893 | ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv); |
|---|
| 3894 | ^ |
|---|
| 3895 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET' |
|---|
| 3896 | SOCKET s=0; |
|---|
| 3897 | ^ |
|---|
| 3898 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's' |
|---|
| 3899 | int res = recv(s, buf, len, flags); |
|---|
| 3900 | ^ |
|---|
| 3901 | 4 errors generated. |
|---|
| 3902 | make[1]: *** [CMakeFiles/cmTC_e8a56.dir/src.c.o] Error 1 |
|---|
| 3903 | make: *** [cmTC_e8a56/fast] Error 2 |
|---|
| 3904 | |
|---|
| 3905 | Source file was: |
|---|
| 3906 | |
|---|
| 3907 | #undef inline |
|---|
| 3908 | #include <sys/types.h> |
|---|
| 3909 | #include <sys/socket.h> |
|---|
| 3910 | extern int |
|---|
| 3911 | recv(SOCKET, char *, int, unsigned int); |
|---|
| 3912 | int main(void) { |
|---|
| 3913 | SOCKET s=0; |
|---|
| 3914 | char * buf=0; |
|---|
| 3915 | int len=0; |
|---|
| 3916 | unsigned int flags=0; |
|---|
| 3917 | int res = recv(s, buf, len, flags); |
|---|
| 3918 | (void) res; |
|---|
| 3919 | return 0; |
|---|
| 3920 | } |
|---|
| 3921 | Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: |
|---|
| 3922 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 3923 | |
|---|
| 3924 | Run Build Command:"/usr/bin/make" "cmTC_0de36/fast" |
|---|
| 3925 | make -f CMakeFiles/cmTC_0de36.dir/build.make CMakeFiles/cmTC_0de36.dir/build |
|---|
| 3926 | Building C object CMakeFiles/cmTC_0de36.dir/src.c.o |
|---|
| 3927 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_recv_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_0de36.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 3928 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier |
|---|
| 3929 | recv(SOCKET, char *, socklen_t, int); |
|---|
| 3930 | ^ |
|---|
| 3931 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' |
|---|
| 3932 | recv(SOCKET, char *, socklen_t, int); |
|---|
| 3933 | ^ |
|---|
| 3934 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here |
|---|
| 3935 | ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv); |
|---|
| 3936 | ^ |
|---|
| 3937 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET' |
|---|
| 3938 | SOCKET s=0; |
|---|
| 3939 | ^ |
|---|
| 3940 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's' |
|---|
| 3941 | int res = recv(s, buf, len, flags); |
|---|
| 3942 | ^ |
|---|
| 3943 | 4 errors generated. |
|---|
| 3944 | make[1]: *** [CMakeFiles/cmTC_0de36.dir/src.c.o] Error 1 |
|---|
| 3945 | make: *** [cmTC_0de36/fast] Error 2 |
|---|
| 3946 | |
|---|
| 3947 | Source file was: |
|---|
| 3948 | |
|---|
| 3949 | #undef inline |
|---|
| 3950 | #include <sys/types.h> |
|---|
| 3951 | #include <sys/socket.h> |
|---|
| 3952 | extern int |
|---|
| 3953 | recv(SOCKET, char *, socklen_t, int); |
|---|
| 3954 | int main(void) { |
|---|
| 3955 | SOCKET s=0; |
|---|
| 3956 | char * buf=0; |
|---|
| 3957 | socklen_t len=0; |
|---|
| 3958 | int flags=0; |
|---|
| 3959 | int res = recv(s, buf, len, flags); |
|---|
| 3960 | (void) res; |
|---|
| 3961 | return 0; |
|---|
| 3962 | } |
|---|
| 3963 | Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: |
|---|
| 3964 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 3965 | |
|---|
| 3966 | Run Build Command:"/usr/bin/make" "cmTC_23c17/fast" |
|---|
| 3967 | make -f CMakeFiles/cmTC_23c17.dir/build.make CMakeFiles/cmTC_23c17.dir/build |
|---|
| 3968 | Building C object CMakeFiles/cmTC_23c17.dir/src.c.o |
|---|
| 3969 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_recv_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_23c17.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 3970 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier |
|---|
| 3971 | recv(SOCKET, char *, socklen_t, unsigned int); |
|---|
| 3972 | ^ |
|---|
| 3973 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' |
|---|
| 3974 | recv(SOCKET, char *, socklen_t, unsigned int); |
|---|
| 3975 | ^ |
|---|
| 3976 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here |
|---|
| 3977 | ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv); |
|---|
| 3978 | ^ |
|---|
| 3979 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET' |
|---|
| 3980 | SOCKET s=0; |
|---|
| 3981 | ^ |
|---|
| 3982 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's' |
|---|
| 3983 | int res = recv(s, buf, len, flags); |
|---|
| 3984 | ^ |
|---|
| 3985 | 4 errors generated. |
|---|
| 3986 | make[1]: *** [CMakeFiles/cmTC_23c17.dir/src.c.o] Error 1 |
|---|
| 3987 | make: *** [cmTC_23c17/fast] Error 2 |
|---|
| 3988 | |
|---|
| 3989 | Source file was: |
|---|
| 3990 | |
|---|
| 3991 | #undef inline |
|---|
| 3992 | #include <sys/types.h> |
|---|
| 3993 | #include <sys/socket.h> |
|---|
| 3994 | extern int |
|---|
| 3995 | recv(SOCKET, char *, socklen_t, unsigned int); |
|---|
| 3996 | int main(void) { |
|---|
| 3997 | SOCKET s=0; |
|---|
| 3998 | char * buf=0; |
|---|
| 3999 | socklen_t len=0; |
|---|
| 4000 | unsigned int flags=0; |
|---|
| 4001 | int res = recv(s, buf, len, flags); |
|---|
| 4002 | (void) res; |
|---|
| 4003 | return 0; |
|---|
| 4004 | } |
|---|
| 4005 | Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: |
|---|
| 4006 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 4007 | |
|---|
| 4008 | Run Build Command:"/usr/bin/make" "cmTC_aa39a/fast" |
|---|
| 4009 | make -f CMakeFiles/cmTC_aa39a.dir/build.make CMakeFiles/cmTC_aa39a.dir/build |
|---|
| 4010 | Building C object CMakeFiles/cmTC_aa39a.dir/src.c.o |
|---|
| 4011 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_recv_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_aa39a.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 4012 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier |
|---|
| 4013 | recv(SOCKET, char *, unsigned int, int); |
|---|
| 4014 | ^ |
|---|
| 4015 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' |
|---|
| 4016 | recv(SOCKET, char *, unsigned int, int); |
|---|
| 4017 | ^ |
|---|
| 4018 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here |
|---|
| 4019 | ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv); |
|---|
| 4020 | ^ |
|---|
| 4021 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET' |
|---|
| 4022 | SOCKET s=0; |
|---|
| 4023 | ^ |
|---|
| 4024 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's' |
|---|
| 4025 | int res = recv(s, buf, len, flags); |
|---|
| 4026 | ^ |
|---|
| 4027 | 4 errors generated. |
|---|
| 4028 | make[1]: *** [CMakeFiles/cmTC_aa39a.dir/src.c.o] Error 1 |
|---|
| 4029 | make: *** [cmTC_aa39a/fast] Error 2 |
|---|
| 4030 | |
|---|
| 4031 | Source file was: |
|---|
| 4032 | |
|---|
| 4033 | #undef inline |
|---|
| 4034 | #include <sys/types.h> |
|---|
| 4035 | #include <sys/socket.h> |
|---|
| 4036 | extern int |
|---|
| 4037 | recv(SOCKET, char *, unsigned int, int); |
|---|
| 4038 | int main(void) { |
|---|
| 4039 | SOCKET s=0; |
|---|
| 4040 | char * buf=0; |
|---|
| 4041 | unsigned int len=0; |
|---|
| 4042 | int flags=0; |
|---|
| 4043 | int res = recv(s, buf, len, flags); |
|---|
| 4044 | (void) res; |
|---|
| 4045 | return 0; |
|---|
| 4046 | } |
|---|
| 4047 | Performing C SOURCE FILE Test curl_cv_func_recv_test failed with the following output: |
|---|
| 4048 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 4049 | |
|---|
| 4050 | Run Build Command:"/usr/bin/make" "cmTC_4476c/fast" |
|---|
| 4051 | make -f CMakeFiles/cmTC_4476c.dir/build.make CMakeFiles/cmTC_4476c.dir/build |
|---|
| 4052 | Building C object CMakeFiles/cmTC_4476c.dir/src.c.o |
|---|
| 4053 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_recv_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_4476c.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 4054 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier |
|---|
| 4055 | recv(SOCKET, char *, unsigned int, unsigned int); |
|---|
| 4056 | ^ |
|---|
| 4057 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'recv' |
|---|
| 4058 | recv(SOCKET, char *, unsigned int, unsigned int); |
|---|
| 4059 | ^ |
|---|
| 4060 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:734:9: note: previous declaration is here |
|---|
| 4061 | ssize_t recv(int, void *, size_t, int) __DARWIN_ALIAS_C(recv); |
|---|
| 4062 | ^ |
|---|
| 4063 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET' |
|---|
| 4064 | SOCKET s=0; |
|---|
| 4065 | ^ |
|---|
| 4066 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's' |
|---|
| 4067 | int res = recv(s, buf, len, flags); |
|---|
| 4068 | ^ |
|---|
| 4069 | 4 errors generated. |
|---|
| 4070 | make[1]: *** [CMakeFiles/cmTC_4476c.dir/src.c.o] Error 1 |
|---|
| 4071 | make: *** [cmTC_4476c/fast] Error 2 |
|---|
| 4072 | |
|---|
| 4073 | Source file was: |
|---|
| 4074 | |
|---|
| 4075 | #undef inline |
|---|
| 4076 | #include <sys/types.h> |
|---|
| 4077 | #include <sys/socket.h> |
|---|
| 4078 | extern int |
|---|
| 4079 | recv(SOCKET, char *, unsigned int, unsigned int); |
|---|
| 4080 | int main(void) { |
|---|
| 4081 | SOCKET s=0; |
|---|
| 4082 | char * buf=0; |
|---|
| 4083 | unsigned int len=0; |
|---|
| 4084 | unsigned int flags=0; |
|---|
| 4085 | int res = recv(s, buf, len, flags); |
|---|
| 4086 | (void) res; |
|---|
| 4087 | return 0; |
|---|
| 4088 | } |
|---|
| 4089 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 4090 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 4091 | |
|---|
| 4092 | Run Build Command:"/usr/bin/make" "cmTC_4d97e/fast" |
|---|
| 4093 | make -f CMakeFiles/cmTC_4d97e.dir/build.make CMakeFiles/cmTC_4d97e.dir/build |
|---|
| 4094 | Building C object CMakeFiles/cmTC_4d97e.dir/src.c.o |
|---|
| 4095 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_4d97e.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 4096 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 4097 | send(int, const void *, size_t, int); |
|---|
| 4098 | ^ |
|---|
| 4099 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 4100 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 4101 | ^ |
|---|
| 4102 | 1 error generated. |
|---|
| 4103 | make[1]: *** [CMakeFiles/cmTC_4d97e.dir/src.c.o] Error 1 |
|---|
| 4104 | make: *** [cmTC_4d97e/fast] Error 2 |
|---|
| 4105 | |
|---|
| 4106 | Source file was: |
|---|
| 4107 | |
|---|
| 4108 | #undef inline |
|---|
| 4109 | #include <sys/types.h> |
|---|
| 4110 | #include <sys/socket.h> |
|---|
| 4111 | extern int |
|---|
| 4112 | send(int, const void *, size_t, int); |
|---|
| 4113 | int main(void) { |
|---|
| 4114 | int s=0; |
|---|
| 4115 | const void * buf=0; |
|---|
| 4116 | size_t len=0; |
|---|
| 4117 | int flags=0; |
|---|
| 4118 | int res = send(s, buf, len, flags); |
|---|
| 4119 | (void) res; |
|---|
| 4120 | return 0; |
|---|
| 4121 | } |
|---|
| 4122 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 4123 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 4124 | |
|---|
| 4125 | Run Build Command:"/usr/bin/make" "cmTC_4369c/fast" |
|---|
| 4126 | make -f CMakeFiles/cmTC_4369c.dir/build.make CMakeFiles/cmTC_4369c.dir/build |
|---|
| 4127 | Building C object CMakeFiles/cmTC_4369c.dir/src.c.o |
|---|
| 4128 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_4369c.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 4129 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 4130 | send(int, const void *, size_t, unsigned int); |
|---|
| 4131 | ^ |
|---|
| 4132 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 4133 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 4134 | ^ |
|---|
| 4135 | 1 error generated. |
|---|
| 4136 | make[1]: *** [CMakeFiles/cmTC_4369c.dir/src.c.o] Error 1 |
|---|
| 4137 | make: *** [cmTC_4369c/fast] Error 2 |
|---|
| 4138 | |
|---|
| 4139 | Source file was: |
|---|
| 4140 | |
|---|
| 4141 | #undef inline |
|---|
| 4142 | #include <sys/types.h> |
|---|
| 4143 | #include <sys/socket.h> |
|---|
| 4144 | extern int |
|---|
| 4145 | send(int, const void *, size_t, unsigned int); |
|---|
| 4146 | int main(void) { |
|---|
| 4147 | int s=0; |
|---|
| 4148 | const void * buf=0; |
|---|
| 4149 | size_t len=0; |
|---|
| 4150 | unsigned int flags=0; |
|---|
| 4151 | int res = send(s, buf, len, flags); |
|---|
| 4152 | (void) res; |
|---|
| 4153 | return 0; |
|---|
| 4154 | } |
|---|
| 4155 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 4156 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 4157 | |
|---|
| 4158 | Run Build Command:"/usr/bin/make" "cmTC_a68e3/fast" |
|---|
| 4159 | make -f CMakeFiles/cmTC_a68e3.dir/build.make CMakeFiles/cmTC_a68e3.dir/build |
|---|
| 4160 | Building C object CMakeFiles/cmTC_a68e3.dir/src.c.o |
|---|
| 4161 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_a68e3.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 4162 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 4163 | send(int, const void *, int, int); |
|---|
| 4164 | ^ |
|---|
| 4165 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 4166 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 4167 | ^ |
|---|
| 4168 | 1 error generated. |
|---|
| 4169 | make[1]: *** [CMakeFiles/cmTC_a68e3.dir/src.c.o] Error 1 |
|---|
| 4170 | make: *** [cmTC_a68e3/fast] Error 2 |
|---|
| 4171 | |
|---|
| 4172 | Source file was: |
|---|
| 4173 | |
|---|
| 4174 | #undef inline |
|---|
| 4175 | #include <sys/types.h> |
|---|
| 4176 | #include <sys/socket.h> |
|---|
| 4177 | extern int |
|---|
| 4178 | send(int, const void *, int, int); |
|---|
| 4179 | int main(void) { |
|---|
| 4180 | int s=0; |
|---|
| 4181 | const void * buf=0; |
|---|
| 4182 | int len=0; |
|---|
| 4183 | int flags=0; |
|---|
| 4184 | int res = send(s, buf, len, flags); |
|---|
| 4185 | (void) res; |
|---|
| 4186 | return 0; |
|---|
| 4187 | } |
|---|
| 4188 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 4189 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 4190 | |
|---|
| 4191 | Run Build Command:"/usr/bin/make" "cmTC_0be7f/fast" |
|---|
| 4192 | make -f CMakeFiles/cmTC_0be7f.dir/build.make CMakeFiles/cmTC_0be7f.dir/build |
|---|
| 4193 | Building C object CMakeFiles/cmTC_0be7f.dir/src.c.o |
|---|
| 4194 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_0be7f.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 4195 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 4196 | send(int, const void *, int, unsigned int); |
|---|
| 4197 | ^ |
|---|
| 4198 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 4199 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 4200 | ^ |
|---|
| 4201 | 1 error generated. |
|---|
| 4202 | make[1]: *** [CMakeFiles/cmTC_0be7f.dir/src.c.o] Error 1 |
|---|
| 4203 | make: *** [cmTC_0be7f/fast] Error 2 |
|---|
| 4204 | |
|---|
| 4205 | Source file was: |
|---|
| 4206 | |
|---|
| 4207 | #undef inline |
|---|
| 4208 | #include <sys/types.h> |
|---|
| 4209 | #include <sys/socket.h> |
|---|
| 4210 | extern int |
|---|
| 4211 | send(int, const void *, int, unsigned int); |
|---|
| 4212 | int main(void) { |
|---|
| 4213 | int s=0; |
|---|
| 4214 | const void * buf=0; |
|---|
| 4215 | int len=0; |
|---|
| 4216 | unsigned int flags=0; |
|---|
| 4217 | int res = send(s, buf, len, flags); |
|---|
| 4218 | (void) res; |
|---|
| 4219 | return 0; |
|---|
| 4220 | } |
|---|
| 4221 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 4222 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 4223 | |
|---|
| 4224 | Run Build Command:"/usr/bin/make" "cmTC_9174e/fast" |
|---|
| 4225 | make -f CMakeFiles/cmTC_9174e.dir/build.make CMakeFiles/cmTC_9174e.dir/build |
|---|
| 4226 | Building C object CMakeFiles/cmTC_9174e.dir/src.c.o |
|---|
| 4227 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_9174e.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 4228 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 4229 | send(int, const void *, socklen_t, int); |
|---|
| 4230 | ^ |
|---|
| 4231 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 4232 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 4233 | ^ |
|---|
| 4234 | 1 error generated. |
|---|
| 4235 | make[1]: *** [CMakeFiles/cmTC_9174e.dir/src.c.o] Error 1 |
|---|
| 4236 | make: *** [cmTC_9174e/fast] Error 2 |
|---|
| 4237 | |
|---|
| 4238 | Source file was: |
|---|
| 4239 | |
|---|
| 4240 | #undef inline |
|---|
| 4241 | #include <sys/types.h> |
|---|
| 4242 | #include <sys/socket.h> |
|---|
| 4243 | extern int |
|---|
| 4244 | send(int, const void *, socklen_t, int); |
|---|
| 4245 | int main(void) { |
|---|
| 4246 | int s=0; |
|---|
| 4247 | const void * buf=0; |
|---|
| 4248 | socklen_t len=0; |
|---|
| 4249 | int flags=0; |
|---|
| 4250 | int res = send(s, buf, len, flags); |
|---|
| 4251 | (void) res; |
|---|
| 4252 | return 0; |
|---|
| 4253 | } |
|---|
| 4254 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 4255 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 4256 | |
|---|
| 4257 | Run Build Command:"/usr/bin/make" "cmTC_4e80e/fast" |
|---|
| 4258 | make -f CMakeFiles/cmTC_4e80e.dir/build.make CMakeFiles/cmTC_4e80e.dir/build |
|---|
| 4259 | Building C object CMakeFiles/cmTC_4e80e.dir/src.c.o |
|---|
| 4260 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_4e80e.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 4261 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 4262 | send(int, const void *, socklen_t, unsigned int); |
|---|
| 4263 | ^ |
|---|
| 4264 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 4265 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 4266 | ^ |
|---|
| 4267 | 1 error generated. |
|---|
| 4268 | make[1]: *** [CMakeFiles/cmTC_4e80e.dir/src.c.o] Error 1 |
|---|
| 4269 | make: *** [cmTC_4e80e/fast] Error 2 |
|---|
| 4270 | |
|---|
| 4271 | Source file was: |
|---|
| 4272 | |
|---|
| 4273 | #undef inline |
|---|
| 4274 | #include <sys/types.h> |
|---|
| 4275 | #include <sys/socket.h> |
|---|
| 4276 | extern int |
|---|
| 4277 | send(int, const void *, socklen_t, unsigned int); |
|---|
| 4278 | int main(void) { |
|---|
| 4279 | int s=0; |
|---|
| 4280 | const void * buf=0; |
|---|
| 4281 | socklen_t len=0; |
|---|
| 4282 | unsigned int flags=0; |
|---|
| 4283 | int res = send(s, buf, len, flags); |
|---|
| 4284 | (void) res; |
|---|
| 4285 | return 0; |
|---|
| 4286 | } |
|---|
| 4287 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 4288 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 4289 | |
|---|
| 4290 | Run Build Command:"/usr/bin/make" "cmTC_7af7f/fast" |
|---|
| 4291 | make -f CMakeFiles/cmTC_7af7f.dir/build.make CMakeFiles/cmTC_7af7f.dir/build |
|---|
| 4292 | Building C object CMakeFiles/cmTC_7af7f.dir/src.c.o |
|---|
| 4293 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_7af7f.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 4294 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 4295 | send(int, const void *, unsigned int, int); |
|---|
| 4296 | ^ |
|---|
| 4297 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 4298 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 4299 | ^ |
|---|
| 4300 | 1 error generated. |
|---|
| 4301 | make[1]: *** [CMakeFiles/cmTC_7af7f.dir/src.c.o] Error 1 |
|---|
| 4302 | make: *** [cmTC_7af7f/fast] Error 2 |
|---|
| 4303 | |
|---|
| 4304 | Source file was: |
|---|
| 4305 | |
|---|
| 4306 | #undef inline |
|---|
| 4307 | #include <sys/types.h> |
|---|
| 4308 | #include <sys/socket.h> |
|---|
| 4309 | extern int |
|---|
| 4310 | send(int, const void *, unsigned int, int); |
|---|
| 4311 | int main(void) { |
|---|
| 4312 | int s=0; |
|---|
| 4313 | const void * buf=0; |
|---|
| 4314 | unsigned int len=0; |
|---|
| 4315 | int flags=0; |
|---|
| 4316 | int res = send(s, buf, len, flags); |
|---|
| 4317 | (void) res; |
|---|
| 4318 | return 0; |
|---|
| 4319 | } |
|---|
| 4320 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 4321 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 4322 | |
|---|
| 4323 | Run Build Command:"/usr/bin/make" "cmTC_90009/fast" |
|---|
| 4324 | make -f CMakeFiles/cmTC_90009.dir/build.make CMakeFiles/cmTC_90009.dir/build |
|---|
| 4325 | Building C object CMakeFiles/cmTC_90009.dir/src.c.o |
|---|
| 4326 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_90009.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 4327 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 4328 | send(int, const void *, unsigned int, unsigned int); |
|---|
| 4329 | ^ |
|---|
| 4330 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 4331 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 4332 | ^ |
|---|
| 4333 | 1 error generated. |
|---|
| 4334 | make[1]: *** [CMakeFiles/cmTC_90009.dir/src.c.o] Error 1 |
|---|
| 4335 | make: *** [cmTC_90009/fast] Error 2 |
|---|
| 4336 | |
|---|
| 4337 | Source file was: |
|---|
| 4338 | |
|---|
| 4339 | #undef inline |
|---|
| 4340 | #include <sys/types.h> |
|---|
| 4341 | #include <sys/socket.h> |
|---|
| 4342 | extern int |
|---|
| 4343 | send(int, const void *, unsigned int, unsigned int); |
|---|
| 4344 | int main(void) { |
|---|
| 4345 | int s=0; |
|---|
| 4346 | const void * buf=0; |
|---|
| 4347 | unsigned int len=0; |
|---|
| 4348 | unsigned int flags=0; |
|---|
| 4349 | int res = send(s, buf, len, flags); |
|---|
| 4350 | (void) res; |
|---|
| 4351 | return 0; |
|---|
| 4352 | } |
|---|
| 4353 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 4354 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 4355 | |
|---|
| 4356 | Run Build Command:"/usr/bin/make" "cmTC_2f001/fast" |
|---|
| 4357 | make -f CMakeFiles/cmTC_2f001.dir/build.make CMakeFiles/cmTC_2f001.dir/build |
|---|
| 4358 | Building C object CMakeFiles/cmTC_2f001.dir/src.c.o |
|---|
| 4359 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_2f001.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 4360 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 4361 | send(int, void *, size_t, int); |
|---|
| 4362 | ^ |
|---|
| 4363 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 4364 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 4365 | ^ |
|---|
| 4366 | 1 error generated. |
|---|
| 4367 | make[1]: *** [CMakeFiles/cmTC_2f001.dir/src.c.o] Error 1 |
|---|
| 4368 | make: *** [cmTC_2f001/fast] Error 2 |
|---|
| 4369 | |
|---|
| 4370 | Source file was: |
|---|
| 4371 | |
|---|
| 4372 | #undef inline |
|---|
| 4373 | #include <sys/types.h> |
|---|
| 4374 | #include <sys/socket.h> |
|---|
| 4375 | extern int |
|---|
| 4376 | send(int, void *, size_t, int); |
|---|
| 4377 | int main(void) { |
|---|
| 4378 | int s=0; |
|---|
| 4379 | void * buf=0; |
|---|
| 4380 | size_t len=0; |
|---|
| 4381 | int flags=0; |
|---|
| 4382 | int res = send(s, buf, len, flags); |
|---|
| 4383 | (void) res; |
|---|
| 4384 | return 0; |
|---|
| 4385 | } |
|---|
| 4386 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 4387 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 4388 | |
|---|
| 4389 | Run Build Command:"/usr/bin/make" "cmTC_9ff9d/fast" |
|---|
| 4390 | make -f CMakeFiles/cmTC_9ff9d.dir/build.make CMakeFiles/cmTC_9ff9d.dir/build |
|---|
| 4391 | Building C object CMakeFiles/cmTC_9ff9d.dir/src.c.o |
|---|
| 4392 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_9ff9d.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 4393 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 4394 | send(int, void *, size_t, unsigned int); |
|---|
| 4395 | ^ |
|---|
| 4396 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 4397 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 4398 | ^ |
|---|
| 4399 | 1 error generated. |
|---|
| 4400 | make[1]: *** [CMakeFiles/cmTC_9ff9d.dir/src.c.o] Error 1 |
|---|
| 4401 | make: *** [cmTC_9ff9d/fast] Error 2 |
|---|
| 4402 | |
|---|
| 4403 | Source file was: |
|---|
| 4404 | |
|---|
| 4405 | #undef inline |
|---|
| 4406 | #include <sys/types.h> |
|---|
| 4407 | #include <sys/socket.h> |
|---|
| 4408 | extern int |
|---|
| 4409 | send(int, void *, size_t, unsigned int); |
|---|
| 4410 | int main(void) { |
|---|
| 4411 | int s=0; |
|---|
| 4412 | void * buf=0; |
|---|
| 4413 | size_t len=0; |
|---|
| 4414 | unsigned int flags=0; |
|---|
| 4415 | int res = send(s, buf, len, flags); |
|---|
| 4416 | (void) res; |
|---|
| 4417 | return 0; |
|---|
| 4418 | } |
|---|
| 4419 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 4420 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 4421 | |
|---|
| 4422 | Run Build Command:"/usr/bin/make" "cmTC_64288/fast" |
|---|
| 4423 | make -f CMakeFiles/cmTC_64288.dir/build.make CMakeFiles/cmTC_64288.dir/build |
|---|
| 4424 | Building C object CMakeFiles/cmTC_64288.dir/src.c.o |
|---|
| 4425 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_64288.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 4426 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 4427 | send(int, void *, int, int); |
|---|
| 4428 | ^ |
|---|
| 4429 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 4430 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 4431 | ^ |
|---|
| 4432 | 1 error generated. |
|---|
| 4433 | make[1]: *** [CMakeFiles/cmTC_64288.dir/src.c.o] Error 1 |
|---|
| 4434 | make: *** [cmTC_64288/fast] Error 2 |
|---|
| 4435 | |
|---|
| 4436 | Source file was: |
|---|
| 4437 | |
|---|
| 4438 | #undef inline |
|---|
| 4439 | #include <sys/types.h> |
|---|
| 4440 | #include <sys/socket.h> |
|---|
| 4441 | extern int |
|---|
| 4442 | send(int, void *, int, int); |
|---|
| 4443 | int main(void) { |
|---|
| 4444 | int s=0; |
|---|
| 4445 | void * buf=0; |
|---|
| 4446 | int len=0; |
|---|
| 4447 | int flags=0; |
|---|
| 4448 | int res = send(s, buf, len, flags); |
|---|
| 4449 | (void) res; |
|---|
| 4450 | return 0; |
|---|
| 4451 | } |
|---|
| 4452 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 4453 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 4454 | |
|---|
| 4455 | Run Build Command:"/usr/bin/make" "cmTC_072eb/fast" |
|---|
| 4456 | make -f CMakeFiles/cmTC_072eb.dir/build.make CMakeFiles/cmTC_072eb.dir/build |
|---|
| 4457 | Building C object CMakeFiles/cmTC_072eb.dir/src.c.o |
|---|
| 4458 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_072eb.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 4459 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 4460 | send(int, void *, int, unsigned int); |
|---|
| 4461 | ^ |
|---|
| 4462 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 4463 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 4464 | ^ |
|---|
| 4465 | 1 error generated. |
|---|
| 4466 | make[1]: *** [CMakeFiles/cmTC_072eb.dir/src.c.o] Error 1 |
|---|
| 4467 | make: *** [cmTC_072eb/fast] Error 2 |
|---|
| 4468 | |
|---|
| 4469 | Source file was: |
|---|
| 4470 | |
|---|
| 4471 | #undef inline |
|---|
| 4472 | #include <sys/types.h> |
|---|
| 4473 | #include <sys/socket.h> |
|---|
| 4474 | extern int |
|---|
| 4475 | send(int, void *, int, unsigned int); |
|---|
| 4476 | int main(void) { |
|---|
| 4477 | int s=0; |
|---|
| 4478 | void * buf=0; |
|---|
| 4479 | int len=0; |
|---|
| 4480 | unsigned int flags=0; |
|---|
| 4481 | int res = send(s, buf, len, flags); |
|---|
| 4482 | (void) res; |
|---|
| 4483 | return 0; |
|---|
| 4484 | } |
|---|
| 4485 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 4486 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 4487 | |
|---|
| 4488 | Run Build Command:"/usr/bin/make" "cmTC_0ebb5/fast" |
|---|
| 4489 | make -f CMakeFiles/cmTC_0ebb5.dir/build.make CMakeFiles/cmTC_0ebb5.dir/build |
|---|
| 4490 | Building C object CMakeFiles/cmTC_0ebb5.dir/src.c.o |
|---|
| 4491 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_0ebb5.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 4492 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 4493 | send(int, void *, socklen_t, int); |
|---|
| 4494 | ^ |
|---|
| 4495 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 4496 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 4497 | ^ |
|---|
| 4498 | 1 error generated. |
|---|
| 4499 | make[1]: *** [CMakeFiles/cmTC_0ebb5.dir/src.c.o] Error 1 |
|---|
| 4500 | make: *** [cmTC_0ebb5/fast] Error 2 |
|---|
| 4501 | |
|---|
| 4502 | Source file was: |
|---|
| 4503 | |
|---|
| 4504 | #undef inline |
|---|
| 4505 | #include <sys/types.h> |
|---|
| 4506 | #include <sys/socket.h> |
|---|
| 4507 | extern int |
|---|
| 4508 | send(int, void *, socklen_t, int); |
|---|
| 4509 | int main(void) { |
|---|
| 4510 | int s=0; |
|---|
| 4511 | void * buf=0; |
|---|
| 4512 | socklen_t len=0; |
|---|
| 4513 | int flags=0; |
|---|
| 4514 | int res = send(s, buf, len, flags); |
|---|
| 4515 | (void) res; |
|---|
| 4516 | return 0; |
|---|
| 4517 | } |
|---|
| 4518 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 4519 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 4520 | |
|---|
| 4521 | Run Build Command:"/usr/bin/make" "cmTC_7a11b/fast" |
|---|
| 4522 | make -f CMakeFiles/cmTC_7a11b.dir/build.make CMakeFiles/cmTC_7a11b.dir/build |
|---|
| 4523 | Building C object CMakeFiles/cmTC_7a11b.dir/src.c.o |
|---|
| 4524 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_7a11b.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 4525 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 4526 | send(int, void *, socklen_t, unsigned int); |
|---|
| 4527 | ^ |
|---|
| 4528 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 4529 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 4530 | ^ |
|---|
| 4531 | 1 error generated. |
|---|
| 4532 | make[1]: *** [CMakeFiles/cmTC_7a11b.dir/src.c.o] Error 1 |
|---|
| 4533 | make: *** [cmTC_7a11b/fast] Error 2 |
|---|
| 4534 | |
|---|
| 4535 | Source file was: |
|---|
| 4536 | |
|---|
| 4537 | #undef inline |
|---|
| 4538 | #include <sys/types.h> |
|---|
| 4539 | #include <sys/socket.h> |
|---|
| 4540 | extern int |
|---|
| 4541 | send(int, void *, socklen_t, unsigned int); |
|---|
| 4542 | int main(void) { |
|---|
| 4543 | int s=0; |
|---|
| 4544 | void * buf=0; |
|---|
| 4545 | socklen_t len=0; |
|---|
| 4546 | unsigned int flags=0; |
|---|
| 4547 | int res = send(s, buf, len, flags); |
|---|
| 4548 | (void) res; |
|---|
| 4549 | return 0; |
|---|
| 4550 | } |
|---|
| 4551 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 4552 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 4553 | |
|---|
| 4554 | Run Build Command:"/usr/bin/make" "cmTC_94844/fast" |
|---|
| 4555 | make -f CMakeFiles/cmTC_94844.dir/build.make CMakeFiles/cmTC_94844.dir/build |
|---|
| 4556 | Building C object CMakeFiles/cmTC_94844.dir/src.c.o |
|---|
| 4557 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_94844.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 4558 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 4559 | send(int, void *, unsigned int, int); |
|---|
| 4560 | ^ |
|---|
| 4561 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 4562 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 4563 | ^ |
|---|
| 4564 | 1 error generated. |
|---|
| 4565 | make[1]: *** [CMakeFiles/cmTC_94844.dir/src.c.o] Error 1 |
|---|
| 4566 | make: *** [cmTC_94844/fast] Error 2 |
|---|
| 4567 | |
|---|
| 4568 | Source file was: |
|---|
| 4569 | |
|---|
| 4570 | #undef inline |
|---|
| 4571 | #include <sys/types.h> |
|---|
| 4572 | #include <sys/socket.h> |
|---|
| 4573 | extern int |
|---|
| 4574 | send(int, void *, unsigned int, int); |
|---|
| 4575 | int main(void) { |
|---|
| 4576 | int s=0; |
|---|
| 4577 | void * buf=0; |
|---|
| 4578 | unsigned int len=0; |
|---|
| 4579 | int flags=0; |
|---|
| 4580 | int res = send(s, buf, len, flags); |
|---|
| 4581 | (void) res; |
|---|
| 4582 | return 0; |
|---|
| 4583 | } |
|---|
| 4584 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 4585 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 4586 | |
|---|
| 4587 | Run Build Command:"/usr/bin/make" "cmTC_46efb/fast" |
|---|
| 4588 | make -f CMakeFiles/cmTC_46efb.dir/build.make CMakeFiles/cmTC_46efb.dir/build |
|---|
| 4589 | Building C object CMakeFiles/cmTC_46efb.dir/src.c.o |
|---|
| 4590 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_46efb.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 4591 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 4592 | send(int, void *, unsigned int, unsigned int); |
|---|
| 4593 | ^ |
|---|
| 4594 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 4595 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 4596 | ^ |
|---|
| 4597 | 1 error generated. |
|---|
| 4598 | make[1]: *** [CMakeFiles/cmTC_46efb.dir/src.c.o] Error 1 |
|---|
| 4599 | make: *** [cmTC_46efb/fast] Error 2 |
|---|
| 4600 | |
|---|
| 4601 | Source file was: |
|---|
| 4602 | |
|---|
| 4603 | #undef inline |
|---|
| 4604 | #include <sys/types.h> |
|---|
| 4605 | #include <sys/socket.h> |
|---|
| 4606 | extern int |
|---|
| 4607 | send(int, void *, unsigned int, unsigned int); |
|---|
| 4608 | int main(void) { |
|---|
| 4609 | int s=0; |
|---|
| 4610 | void * buf=0; |
|---|
| 4611 | unsigned int len=0; |
|---|
| 4612 | unsigned int flags=0; |
|---|
| 4613 | int res = send(s, buf, len, flags); |
|---|
| 4614 | (void) res; |
|---|
| 4615 | return 0; |
|---|
| 4616 | } |
|---|
| 4617 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 4618 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 4619 | |
|---|
| 4620 | Run Build Command:"/usr/bin/make" "cmTC_ce23b/fast" |
|---|
| 4621 | make -f CMakeFiles/cmTC_ce23b.dir/build.make CMakeFiles/cmTC_ce23b.dir/build |
|---|
| 4622 | Building C object CMakeFiles/cmTC_ce23b.dir/src.c.o |
|---|
| 4623 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_ce23b.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 4624 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 4625 | send(int, char *, size_t, int); |
|---|
| 4626 | ^ |
|---|
| 4627 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 4628 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 4629 | ^ |
|---|
| 4630 | 1 error generated. |
|---|
| 4631 | make[1]: *** [CMakeFiles/cmTC_ce23b.dir/src.c.o] Error 1 |
|---|
| 4632 | make: *** [cmTC_ce23b/fast] Error 2 |
|---|
| 4633 | |
|---|
| 4634 | Source file was: |
|---|
| 4635 | |
|---|
| 4636 | #undef inline |
|---|
| 4637 | #include <sys/types.h> |
|---|
| 4638 | #include <sys/socket.h> |
|---|
| 4639 | extern int |
|---|
| 4640 | send(int, char *, size_t, int); |
|---|
| 4641 | int main(void) { |
|---|
| 4642 | int s=0; |
|---|
| 4643 | char * buf=0; |
|---|
| 4644 | size_t len=0; |
|---|
| 4645 | int flags=0; |
|---|
| 4646 | int res = send(s, buf, len, flags); |
|---|
| 4647 | (void) res; |
|---|
| 4648 | return 0; |
|---|
| 4649 | } |
|---|
| 4650 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 4651 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 4652 | |
|---|
| 4653 | Run Build Command:"/usr/bin/make" "cmTC_c3991/fast" |
|---|
| 4654 | make -f CMakeFiles/cmTC_c3991.dir/build.make CMakeFiles/cmTC_c3991.dir/build |
|---|
| 4655 | Building C object CMakeFiles/cmTC_c3991.dir/src.c.o |
|---|
| 4656 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_c3991.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 4657 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 4658 | send(int, char *, size_t, unsigned int); |
|---|
| 4659 | ^ |
|---|
| 4660 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 4661 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 4662 | ^ |
|---|
| 4663 | 1 error generated. |
|---|
| 4664 | make[1]: *** [CMakeFiles/cmTC_c3991.dir/src.c.o] Error 1 |
|---|
| 4665 | make: *** [cmTC_c3991/fast] Error 2 |
|---|
| 4666 | |
|---|
| 4667 | Source file was: |
|---|
| 4668 | |
|---|
| 4669 | #undef inline |
|---|
| 4670 | #include <sys/types.h> |
|---|
| 4671 | #include <sys/socket.h> |
|---|
| 4672 | extern int |
|---|
| 4673 | send(int, char *, size_t, unsigned int); |
|---|
| 4674 | int main(void) { |
|---|
| 4675 | int s=0; |
|---|
| 4676 | char * buf=0; |
|---|
| 4677 | size_t len=0; |
|---|
| 4678 | unsigned int flags=0; |
|---|
| 4679 | int res = send(s, buf, len, flags); |
|---|
| 4680 | (void) res; |
|---|
| 4681 | return 0; |
|---|
| 4682 | } |
|---|
| 4683 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 4684 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 4685 | |
|---|
| 4686 | Run Build Command:"/usr/bin/make" "cmTC_fbcd7/fast" |
|---|
| 4687 | make -f CMakeFiles/cmTC_fbcd7.dir/build.make CMakeFiles/cmTC_fbcd7.dir/build |
|---|
| 4688 | Building C object CMakeFiles/cmTC_fbcd7.dir/src.c.o |
|---|
| 4689 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_fbcd7.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 4690 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 4691 | send(int, char *, int, int); |
|---|
| 4692 | ^ |
|---|
| 4693 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 4694 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 4695 | ^ |
|---|
| 4696 | 1 error generated. |
|---|
| 4697 | make[1]: *** [CMakeFiles/cmTC_fbcd7.dir/src.c.o] Error 1 |
|---|
| 4698 | make: *** [cmTC_fbcd7/fast] Error 2 |
|---|
| 4699 | |
|---|
| 4700 | Source file was: |
|---|
| 4701 | |
|---|
| 4702 | #undef inline |
|---|
| 4703 | #include <sys/types.h> |
|---|
| 4704 | #include <sys/socket.h> |
|---|
| 4705 | extern int |
|---|
| 4706 | send(int, char *, int, int); |
|---|
| 4707 | int main(void) { |
|---|
| 4708 | int s=0; |
|---|
| 4709 | char * buf=0; |
|---|
| 4710 | int len=0; |
|---|
| 4711 | int flags=0; |
|---|
| 4712 | int res = send(s, buf, len, flags); |
|---|
| 4713 | (void) res; |
|---|
| 4714 | return 0; |
|---|
| 4715 | } |
|---|
| 4716 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 4717 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 4718 | |
|---|
| 4719 | Run Build Command:"/usr/bin/make" "cmTC_c48a2/fast" |
|---|
| 4720 | make -f CMakeFiles/cmTC_c48a2.dir/build.make CMakeFiles/cmTC_c48a2.dir/build |
|---|
| 4721 | Building C object CMakeFiles/cmTC_c48a2.dir/src.c.o |
|---|
| 4722 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_c48a2.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 4723 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 4724 | send(int, char *, int, unsigned int); |
|---|
| 4725 | ^ |
|---|
| 4726 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 4727 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 4728 | ^ |
|---|
| 4729 | 1 error generated. |
|---|
| 4730 | make[1]: *** [CMakeFiles/cmTC_c48a2.dir/src.c.o] Error 1 |
|---|
| 4731 | make: *** [cmTC_c48a2/fast] Error 2 |
|---|
| 4732 | |
|---|
| 4733 | Source file was: |
|---|
| 4734 | |
|---|
| 4735 | #undef inline |
|---|
| 4736 | #include <sys/types.h> |
|---|
| 4737 | #include <sys/socket.h> |
|---|
| 4738 | extern int |
|---|
| 4739 | send(int, char *, int, unsigned int); |
|---|
| 4740 | int main(void) { |
|---|
| 4741 | int s=0; |
|---|
| 4742 | char * buf=0; |
|---|
| 4743 | int len=0; |
|---|
| 4744 | unsigned int flags=0; |
|---|
| 4745 | int res = send(s, buf, len, flags); |
|---|
| 4746 | (void) res; |
|---|
| 4747 | return 0; |
|---|
| 4748 | } |
|---|
| 4749 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 4750 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 4751 | |
|---|
| 4752 | Run Build Command:"/usr/bin/make" "cmTC_92a93/fast" |
|---|
| 4753 | make -f CMakeFiles/cmTC_92a93.dir/build.make CMakeFiles/cmTC_92a93.dir/build |
|---|
| 4754 | Building C object CMakeFiles/cmTC_92a93.dir/src.c.o |
|---|
| 4755 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_92a93.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 4756 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 4757 | send(int, char *, socklen_t, int); |
|---|
| 4758 | ^ |
|---|
| 4759 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 4760 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 4761 | ^ |
|---|
| 4762 | 1 error generated. |
|---|
| 4763 | make[1]: *** [CMakeFiles/cmTC_92a93.dir/src.c.o] Error 1 |
|---|
| 4764 | make: *** [cmTC_92a93/fast] Error 2 |
|---|
| 4765 | |
|---|
| 4766 | Source file was: |
|---|
| 4767 | |
|---|
| 4768 | #undef inline |
|---|
| 4769 | #include <sys/types.h> |
|---|
| 4770 | #include <sys/socket.h> |
|---|
| 4771 | extern int |
|---|
| 4772 | send(int, char *, socklen_t, int); |
|---|
| 4773 | int main(void) { |
|---|
| 4774 | int s=0; |
|---|
| 4775 | char * buf=0; |
|---|
| 4776 | socklen_t len=0; |
|---|
| 4777 | int flags=0; |
|---|
| 4778 | int res = send(s, buf, len, flags); |
|---|
| 4779 | (void) res; |
|---|
| 4780 | return 0; |
|---|
| 4781 | } |
|---|
| 4782 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 4783 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 4784 | |
|---|
| 4785 | Run Build Command:"/usr/bin/make" "cmTC_5baca/fast" |
|---|
| 4786 | make -f CMakeFiles/cmTC_5baca.dir/build.make CMakeFiles/cmTC_5baca.dir/build |
|---|
| 4787 | Building C object CMakeFiles/cmTC_5baca.dir/src.c.o |
|---|
| 4788 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_5baca.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 4789 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 4790 | send(int, char *, socklen_t, unsigned int); |
|---|
| 4791 | ^ |
|---|
| 4792 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 4793 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 4794 | ^ |
|---|
| 4795 | 1 error generated. |
|---|
| 4796 | make[1]: *** [CMakeFiles/cmTC_5baca.dir/src.c.o] Error 1 |
|---|
| 4797 | make: *** [cmTC_5baca/fast] Error 2 |
|---|
| 4798 | |
|---|
| 4799 | Source file was: |
|---|
| 4800 | |
|---|
| 4801 | #undef inline |
|---|
| 4802 | #include <sys/types.h> |
|---|
| 4803 | #include <sys/socket.h> |
|---|
| 4804 | extern int |
|---|
| 4805 | send(int, char *, socklen_t, unsigned int); |
|---|
| 4806 | int main(void) { |
|---|
| 4807 | int s=0; |
|---|
| 4808 | char * buf=0; |
|---|
| 4809 | socklen_t len=0; |
|---|
| 4810 | unsigned int flags=0; |
|---|
| 4811 | int res = send(s, buf, len, flags); |
|---|
| 4812 | (void) res; |
|---|
| 4813 | return 0; |
|---|
| 4814 | } |
|---|
| 4815 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 4816 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 4817 | |
|---|
| 4818 | Run Build Command:"/usr/bin/make" "cmTC_625eb/fast" |
|---|
| 4819 | make -f CMakeFiles/cmTC_625eb.dir/build.make CMakeFiles/cmTC_625eb.dir/build |
|---|
| 4820 | Building C object CMakeFiles/cmTC_625eb.dir/src.c.o |
|---|
| 4821 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_625eb.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 4822 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 4823 | send(int, char *, unsigned int, int); |
|---|
| 4824 | ^ |
|---|
| 4825 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 4826 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 4827 | ^ |
|---|
| 4828 | 1 error generated. |
|---|
| 4829 | make[1]: *** [CMakeFiles/cmTC_625eb.dir/src.c.o] Error 1 |
|---|
| 4830 | make: *** [cmTC_625eb/fast] Error 2 |
|---|
| 4831 | |
|---|
| 4832 | Source file was: |
|---|
| 4833 | |
|---|
| 4834 | #undef inline |
|---|
| 4835 | #include <sys/types.h> |
|---|
| 4836 | #include <sys/socket.h> |
|---|
| 4837 | extern int |
|---|
| 4838 | send(int, char *, unsigned int, int); |
|---|
| 4839 | int main(void) { |
|---|
| 4840 | int s=0; |
|---|
| 4841 | char * buf=0; |
|---|
| 4842 | unsigned int len=0; |
|---|
| 4843 | int flags=0; |
|---|
| 4844 | int res = send(s, buf, len, flags); |
|---|
| 4845 | (void) res; |
|---|
| 4846 | return 0; |
|---|
| 4847 | } |
|---|
| 4848 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 4849 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 4850 | |
|---|
| 4851 | Run Build Command:"/usr/bin/make" "cmTC_a026f/fast" |
|---|
| 4852 | make -f CMakeFiles/cmTC_a026f.dir/build.make CMakeFiles/cmTC_a026f.dir/build |
|---|
| 4853 | Building C object CMakeFiles/cmTC_a026f.dir/src.c.o |
|---|
| 4854 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_a026f.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 4855 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 4856 | send(int, char *, unsigned int, unsigned int); |
|---|
| 4857 | ^ |
|---|
| 4858 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 4859 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 4860 | ^ |
|---|
| 4861 | 1 error generated. |
|---|
| 4862 | make[1]: *** [CMakeFiles/cmTC_a026f.dir/src.c.o] Error 1 |
|---|
| 4863 | make: *** [cmTC_a026f/fast] Error 2 |
|---|
| 4864 | |
|---|
| 4865 | Source file was: |
|---|
| 4866 | |
|---|
| 4867 | #undef inline |
|---|
| 4868 | #include <sys/types.h> |
|---|
| 4869 | #include <sys/socket.h> |
|---|
| 4870 | extern int |
|---|
| 4871 | send(int, char *, unsigned int, unsigned int); |
|---|
| 4872 | int main(void) { |
|---|
| 4873 | int s=0; |
|---|
| 4874 | char * buf=0; |
|---|
| 4875 | unsigned int len=0; |
|---|
| 4876 | unsigned int flags=0; |
|---|
| 4877 | int res = send(s, buf, len, flags); |
|---|
| 4878 | (void) res; |
|---|
| 4879 | return 0; |
|---|
| 4880 | } |
|---|
| 4881 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 4882 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 4883 | |
|---|
| 4884 | Run Build Command:"/usr/bin/make" "cmTC_4a951/fast" |
|---|
| 4885 | make -f CMakeFiles/cmTC_4a951.dir/build.make CMakeFiles/cmTC_4a951.dir/build |
|---|
| 4886 | Building C object CMakeFiles/cmTC_4a951.dir/src.c.o |
|---|
| 4887 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_4a951.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 4888 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 4889 | send(int, const char *, size_t, int); |
|---|
| 4890 | ^ |
|---|
| 4891 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 4892 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 4893 | ^ |
|---|
| 4894 | 1 error generated. |
|---|
| 4895 | make[1]: *** [CMakeFiles/cmTC_4a951.dir/src.c.o] Error 1 |
|---|
| 4896 | make: *** [cmTC_4a951/fast] Error 2 |
|---|
| 4897 | |
|---|
| 4898 | Source file was: |
|---|
| 4899 | |
|---|
| 4900 | #undef inline |
|---|
| 4901 | #include <sys/types.h> |
|---|
| 4902 | #include <sys/socket.h> |
|---|
| 4903 | extern int |
|---|
| 4904 | send(int, const char *, size_t, int); |
|---|
| 4905 | int main(void) { |
|---|
| 4906 | int s=0; |
|---|
| 4907 | const char * buf=0; |
|---|
| 4908 | size_t len=0; |
|---|
| 4909 | int flags=0; |
|---|
| 4910 | int res = send(s, buf, len, flags); |
|---|
| 4911 | (void) res; |
|---|
| 4912 | return 0; |
|---|
| 4913 | } |
|---|
| 4914 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 4915 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 4916 | |
|---|
| 4917 | Run Build Command:"/usr/bin/make" "cmTC_7787e/fast" |
|---|
| 4918 | make -f CMakeFiles/cmTC_7787e.dir/build.make CMakeFiles/cmTC_7787e.dir/build |
|---|
| 4919 | Building C object CMakeFiles/cmTC_7787e.dir/src.c.o |
|---|
| 4920 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_7787e.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 4921 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 4922 | send(int, const char *, size_t, unsigned int); |
|---|
| 4923 | ^ |
|---|
| 4924 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 4925 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 4926 | ^ |
|---|
| 4927 | 1 error generated. |
|---|
| 4928 | make[1]: *** [CMakeFiles/cmTC_7787e.dir/src.c.o] Error 1 |
|---|
| 4929 | make: *** [cmTC_7787e/fast] Error 2 |
|---|
| 4930 | |
|---|
| 4931 | Source file was: |
|---|
| 4932 | |
|---|
| 4933 | #undef inline |
|---|
| 4934 | #include <sys/types.h> |
|---|
| 4935 | #include <sys/socket.h> |
|---|
| 4936 | extern int |
|---|
| 4937 | send(int, const char *, size_t, unsigned int); |
|---|
| 4938 | int main(void) { |
|---|
| 4939 | int s=0; |
|---|
| 4940 | const char * buf=0; |
|---|
| 4941 | size_t len=0; |
|---|
| 4942 | unsigned int flags=0; |
|---|
| 4943 | int res = send(s, buf, len, flags); |
|---|
| 4944 | (void) res; |
|---|
| 4945 | return 0; |
|---|
| 4946 | } |
|---|
| 4947 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 4948 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 4949 | |
|---|
| 4950 | Run Build Command:"/usr/bin/make" "cmTC_b6d58/fast" |
|---|
| 4951 | make -f CMakeFiles/cmTC_b6d58.dir/build.make CMakeFiles/cmTC_b6d58.dir/build |
|---|
| 4952 | Building C object CMakeFiles/cmTC_b6d58.dir/src.c.o |
|---|
| 4953 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_b6d58.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 4954 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 4955 | send(int, const char *, int, int); |
|---|
| 4956 | ^ |
|---|
| 4957 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 4958 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 4959 | ^ |
|---|
| 4960 | 1 error generated. |
|---|
| 4961 | make[1]: *** [CMakeFiles/cmTC_b6d58.dir/src.c.o] Error 1 |
|---|
| 4962 | make: *** [cmTC_b6d58/fast] Error 2 |
|---|
| 4963 | |
|---|
| 4964 | Source file was: |
|---|
| 4965 | |
|---|
| 4966 | #undef inline |
|---|
| 4967 | #include <sys/types.h> |
|---|
| 4968 | #include <sys/socket.h> |
|---|
| 4969 | extern int |
|---|
| 4970 | send(int, const char *, int, int); |
|---|
| 4971 | int main(void) { |
|---|
| 4972 | int s=0; |
|---|
| 4973 | const char * buf=0; |
|---|
| 4974 | int len=0; |
|---|
| 4975 | int flags=0; |
|---|
| 4976 | int res = send(s, buf, len, flags); |
|---|
| 4977 | (void) res; |
|---|
| 4978 | return 0; |
|---|
| 4979 | } |
|---|
| 4980 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 4981 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 4982 | |
|---|
| 4983 | Run Build Command:"/usr/bin/make" "cmTC_0f898/fast" |
|---|
| 4984 | make -f CMakeFiles/cmTC_0f898.dir/build.make CMakeFiles/cmTC_0f898.dir/build |
|---|
| 4985 | Building C object CMakeFiles/cmTC_0f898.dir/src.c.o |
|---|
| 4986 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_0f898.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 4987 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 4988 | send(int, const char *, int, unsigned int); |
|---|
| 4989 | ^ |
|---|
| 4990 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 4991 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 4992 | ^ |
|---|
| 4993 | 1 error generated. |
|---|
| 4994 | make[1]: *** [CMakeFiles/cmTC_0f898.dir/src.c.o] Error 1 |
|---|
| 4995 | make: *** [cmTC_0f898/fast] Error 2 |
|---|
| 4996 | |
|---|
| 4997 | Source file was: |
|---|
| 4998 | |
|---|
| 4999 | #undef inline |
|---|
| 5000 | #include <sys/types.h> |
|---|
| 5001 | #include <sys/socket.h> |
|---|
| 5002 | extern int |
|---|
| 5003 | send(int, const char *, int, unsigned int); |
|---|
| 5004 | int main(void) { |
|---|
| 5005 | int s=0; |
|---|
| 5006 | const char * buf=0; |
|---|
| 5007 | int len=0; |
|---|
| 5008 | unsigned int flags=0; |
|---|
| 5009 | int res = send(s, buf, len, flags); |
|---|
| 5010 | (void) res; |
|---|
| 5011 | return 0; |
|---|
| 5012 | } |
|---|
| 5013 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 5014 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 5015 | |
|---|
| 5016 | Run Build Command:"/usr/bin/make" "cmTC_523fb/fast" |
|---|
| 5017 | make -f CMakeFiles/cmTC_523fb.dir/build.make CMakeFiles/cmTC_523fb.dir/build |
|---|
| 5018 | Building C object CMakeFiles/cmTC_523fb.dir/src.c.o |
|---|
| 5019 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_523fb.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 5020 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 5021 | send(int, const char *, socklen_t, int); |
|---|
| 5022 | ^ |
|---|
| 5023 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 5024 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 5025 | ^ |
|---|
| 5026 | 1 error generated. |
|---|
| 5027 | make[1]: *** [CMakeFiles/cmTC_523fb.dir/src.c.o] Error 1 |
|---|
| 5028 | make: *** [cmTC_523fb/fast] Error 2 |
|---|
| 5029 | |
|---|
| 5030 | Source file was: |
|---|
| 5031 | |
|---|
| 5032 | #undef inline |
|---|
| 5033 | #include <sys/types.h> |
|---|
| 5034 | #include <sys/socket.h> |
|---|
| 5035 | extern int |
|---|
| 5036 | send(int, const char *, socklen_t, int); |
|---|
| 5037 | int main(void) { |
|---|
| 5038 | int s=0; |
|---|
| 5039 | const char * buf=0; |
|---|
| 5040 | socklen_t len=0; |
|---|
| 5041 | int flags=0; |
|---|
| 5042 | int res = send(s, buf, len, flags); |
|---|
| 5043 | (void) res; |
|---|
| 5044 | return 0; |
|---|
| 5045 | } |
|---|
| 5046 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 5047 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 5048 | |
|---|
| 5049 | Run Build Command:"/usr/bin/make" "cmTC_e2bca/fast" |
|---|
| 5050 | make -f CMakeFiles/cmTC_e2bca.dir/build.make CMakeFiles/cmTC_e2bca.dir/build |
|---|
| 5051 | Building C object CMakeFiles/cmTC_e2bca.dir/src.c.o |
|---|
| 5052 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_e2bca.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 5053 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 5054 | send(int, const char *, socklen_t, unsigned int); |
|---|
| 5055 | ^ |
|---|
| 5056 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 5057 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 5058 | ^ |
|---|
| 5059 | 1 error generated. |
|---|
| 5060 | make[1]: *** [CMakeFiles/cmTC_e2bca.dir/src.c.o] Error 1 |
|---|
| 5061 | make: *** [cmTC_e2bca/fast] Error 2 |
|---|
| 5062 | |
|---|
| 5063 | Source file was: |
|---|
| 5064 | |
|---|
| 5065 | #undef inline |
|---|
| 5066 | #include <sys/types.h> |
|---|
| 5067 | #include <sys/socket.h> |
|---|
| 5068 | extern int |
|---|
| 5069 | send(int, const char *, socklen_t, unsigned int); |
|---|
| 5070 | int main(void) { |
|---|
| 5071 | int s=0; |
|---|
| 5072 | const char * buf=0; |
|---|
| 5073 | socklen_t len=0; |
|---|
| 5074 | unsigned int flags=0; |
|---|
| 5075 | int res = send(s, buf, len, flags); |
|---|
| 5076 | (void) res; |
|---|
| 5077 | return 0; |
|---|
| 5078 | } |
|---|
| 5079 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 5080 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 5081 | |
|---|
| 5082 | Run Build Command:"/usr/bin/make" "cmTC_a13c0/fast" |
|---|
| 5083 | make -f CMakeFiles/cmTC_a13c0.dir/build.make CMakeFiles/cmTC_a13c0.dir/build |
|---|
| 5084 | Building C object CMakeFiles/cmTC_a13c0.dir/src.c.o |
|---|
| 5085 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_a13c0.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 5086 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 5087 | send(int, const char *, unsigned int, int); |
|---|
| 5088 | ^ |
|---|
| 5089 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 5090 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 5091 | ^ |
|---|
| 5092 | 1 error generated. |
|---|
| 5093 | make[1]: *** [CMakeFiles/cmTC_a13c0.dir/src.c.o] Error 1 |
|---|
| 5094 | make: *** [cmTC_a13c0/fast] Error 2 |
|---|
| 5095 | |
|---|
| 5096 | Source file was: |
|---|
| 5097 | |
|---|
| 5098 | #undef inline |
|---|
| 5099 | #include <sys/types.h> |
|---|
| 5100 | #include <sys/socket.h> |
|---|
| 5101 | extern int |
|---|
| 5102 | send(int, const char *, unsigned int, int); |
|---|
| 5103 | int main(void) { |
|---|
| 5104 | int s=0; |
|---|
| 5105 | const char * buf=0; |
|---|
| 5106 | unsigned int len=0; |
|---|
| 5107 | int flags=0; |
|---|
| 5108 | int res = send(s, buf, len, flags); |
|---|
| 5109 | (void) res; |
|---|
| 5110 | return 0; |
|---|
| 5111 | } |
|---|
| 5112 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 5113 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 5114 | |
|---|
| 5115 | Run Build Command:"/usr/bin/make" "cmTC_6550a/fast" |
|---|
| 5116 | make -f CMakeFiles/cmTC_6550a.dir/build.make CMakeFiles/cmTC_6550a.dir/build |
|---|
| 5117 | Building C object CMakeFiles/cmTC_6550a.dir/src.c.o |
|---|
| 5118 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_6550a.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 5119 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 5120 | send(int, const char *, unsigned int, unsigned int); |
|---|
| 5121 | ^ |
|---|
| 5122 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 5123 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 5124 | ^ |
|---|
| 5125 | 1 error generated. |
|---|
| 5126 | make[1]: *** [CMakeFiles/cmTC_6550a.dir/src.c.o] Error 1 |
|---|
| 5127 | make: *** [cmTC_6550a/fast] Error 2 |
|---|
| 5128 | |
|---|
| 5129 | Source file was: |
|---|
| 5130 | |
|---|
| 5131 | #undef inline |
|---|
| 5132 | #include <sys/types.h> |
|---|
| 5133 | #include <sys/socket.h> |
|---|
| 5134 | extern int |
|---|
| 5135 | send(int, const char *, unsigned int, unsigned int); |
|---|
| 5136 | int main(void) { |
|---|
| 5137 | int s=0; |
|---|
| 5138 | const char * buf=0; |
|---|
| 5139 | unsigned int len=0; |
|---|
| 5140 | unsigned int flags=0; |
|---|
| 5141 | int res = send(s, buf, len, flags); |
|---|
| 5142 | (void) res; |
|---|
| 5143 | return 0; |
|---|
| 5144 | } |
|---|
| 5145 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 5146 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 5147 | |
|---|
| 5148 | Run Build Command:"/usr/bin/make" "cmTC_75046/fast" |
|---|
| 5149 | make -f CMakeFiles/cmTC_75046.dir/build.make CMakeFiles/cmTC_75046.dir/build |
|---|
| 5150 | Building C object CMakeFiles/cmTC_75046.dir/src.c.o |
|---|
| 5151 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_75046.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 5152 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 5153 | send(ssize_t, const void *, size_t, int); |
|---|
| 5154 | ^ |
|---|
| 5155 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 5156 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 5157 | ^ |
|---|
| 5158 | 1 error generated. |
|---|
| 5159 | make[1]: *** [CMakeFiles/cmTC_75046.dir/src.c.o] Error 1 |
|---|
| 5160 | make: *** [cmTC_75046/fast] Error 2 |
|---|
| 5161 | |
|---|
| 5162 | Source file was: |
|---|
| 5163 | |
|---|
| 5164 | #undef inline |
|---|
| 5165 | #include <sys/types.h> |
|---|
| 5166 | #include <sys/socket.h> |
|---|
| 5167 | extern int |
|---|
| 5168 | send(ssize_t, const void *, size_t, int); |
|---|
| 5169 | int main(void) { |
|---|
| 5170 | ssize_t s=0; |
|---|
| 5171 | const void * buf=0; |
|---|
| 5172 | size_t len=0; |
|---|
| 5173 | int flags=0; |
|---|
| 5174 | int res = send(s, buf, len, flags); |
|---|
| 5175 | (void) res; |
|---|
| 5176 | return 0; |
|---|
| 5177 | } |
|---|
| 5178 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 5179 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 5180 | |
|---|
| 5181 | Run Build Command:"/usr/bin/make" "cmTC_632db/fast" |
|---|
| 5182 | make -f CMakeFiles/cmTC_632db.dir/build.make CMakeFiles/cmTC_632db.dir/build |
|---|
| 5183 | Building C object CMakeFiles/cmTC_632db.dir/src.c.o |
|---|
| 5184 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_632db.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 5185 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 5186 | send(ssize_t, const void *, size_t, unsigned int); |
|---|
| 5187 | ^ |
|---|
| 5188 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 5189 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 5190 | ^ |
|---|
| 5191 | 1 error generated. |
|---|
| 5192 | make[1]: *** [CMakeFiles/cmTC_632db.dir/src.c.o] Error 1 |
|---|
| 5193 | make: *** [cmTC_632db/fast] Error 2 |
|---|
| 5194 | |
|---|
| 5195 | Source file was: |
|---|
| 5196 | |
|---|
| 5197 | #undef inline |
|---|
| 5198 | #include <sys/types.h> |
|---|
| 5199 | #include <sys/socket.h> |
|---|
| 5200 | extern int |
|---|
| 5201 | send(ssize_t, const void *, size_t, unsigned int); |
|---|
| 5202 | int main(void) { |
|---|
| 5203 | ssize_t s=0; |
|---|
| 5204 | const void * buf=0; |
|---|
| 5205 | size_t len=0; |
|---|
| 5206 | unsigned int flags=0; |
|---|
| 5207 | int res = send(s, buf, len, flags); |
|---|
| 5208 | (void) res; |
|---|
| 5209 | return 0; |
|---|
| 5210 | } |
|---|
| 5211 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 5212 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 5213 | |
|---|
| 5214 | Run Build Command:"/usr/bin/make" "cmTC_c4c0a/fast" |
|---|
| 5215 | make -f CMakeFiles/cmTC_c4c0a.dir/build.make CMakeFiles/cmTC_c4c0a.dir/build |
|---|
| 5216 | Building C object CMakeFiles/cmTC_c4c0a.dir/src.c.o |
|---|
| 5217 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_c4c0a.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 5218 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 5219 | send(ssize_t, const void *, int, int); |
|---|
| 5220 | ^ |
|---|
| 5221 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 5222 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 5223 | ^ |
|---|
| 5224 | 1 error generated. |
|---|
| 5225 | make[1]: *** [CMakeFiles/cmTC_c4c0a.dir/src.c.o] Error 1 |
|---|
| 5226 | make: *** [cmTC_c4c0a/fast] Error 2 |
|---|
| 5227 | |
|---|
| 5228 | Source file was: |
|---|
| 5229 | |
|---|
| 5230 | #undef inline |
|---|
| 5231 | #include <sys/types.h> |
|---|
| 5232 | #include <sys/socket.h> |
|---|
| 5233 | extern int |
|---|
| 5234 | send(ssize_t, const void *, int, int); |
|---|
| 5235 | int main(void) { |
|---|
| 5236 | ssize_t s=0; |
|---|
| 5237 | const void * buf=0; |
|---|
| 5238 | int len=0; |
|---|
| 5239 | int flags=0; |
|---|
| 5240 | int res = send(s, buf, len, flags); |
|---|
| 5241 | (void) res; |
|---|
| 5242 | return 0; |
|---|
| 5243 | } |
|---|
| 5244 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 5245 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 5246 | |
|---|
| 5247 | Run Build Command:"/usr/bin/make" "cmTC_e0920/fast" |
|---|
| 5248 | make -f CMakeFiles/cmTC_e0920.dir/build.make CMakeFiles/cmTC_e0920.dir/build |
|---|
| 5249 | Building C object CMakeFiles/cmTC_e0920.dir/src.c.o |
|---|
| 5250 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_e0920.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 5251 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 5252 | send(ssize_t, const void *, int, unsigned int); |
|---|
| 5253 | ^ |
|---|
| 5254 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 5255 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 5256 | ^ |
|---|
| 5257 | 1 error generated. |
|---|
| 5258 | make[1]: *** [CMakeFiles/cmTC_e0920.dir/src.c.o] Error 1 |
|---|
| 5259 | make: *** [cmTC_e0920/fast] Error 2 |
|---|
| 5260 | |
|---|
| 5261 | Source file was: |
|---|
| 5262 | |
|---|
| 5263 | #undef inline |
|---|
| 5264 | #include <sys/types.h> |
|---|
| 5265 | #include <sys/socket.h> |
|---|
| 5266 | extern int |
|---|
| 5267 | send(ssize_t, const void *, int, unsigned int); |
|---|
| 5268 | int main(void) { |
|---|
| 5269 | ssize_t s=0; |
|---|
| 5270 | const void * buf=0; |
|---|
| 5271 | int len=0; |
|---|
| 5272 | unsigned int flags=0; |
|---|
| 5273 | int res = send(s, buf, len, flags); |
|---|
| 5274 | (void) res; |
|---|
| 5275 | return 0; |
|---|
| 5276 | } |
|---|
| 5277 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 5278 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 5279 | |
|---|
| 5280 | Run Build Command:"/usr/bin/make" "cmTC_fb629/fast" |
|---|
| 5281 | make -f CMakeFiles/cmTC_fb629.dir/build.make CMakeFiles/cmTC_fb629.dir/build |
|---|
| 5282 | Building C object CMakeFiles/cmTC_fb629.dir/src.c.o |
|---|
| 5283 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_fb629.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 5284 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 5285 | send(ssize_t, const void *, socklen_t, int); |
|---|
| 5286 | ^ |
|---|
| 5287 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 5288 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 5289 | ^ |
|---|
| 5290 | 1 error generated. |
|---|
| 5291 | make[1]: *** [CMakeFiles/cmTC_fb629.dir/src.c.o] Error 1 |
|---|
| 5292 | make: *** [cmTC_fb629/fast] Error 2 |
|---|
| 5293 | |
|---|
| 5294 | Source file was: |
|---|
| 5295 | |
|---|
| 5296 | #undef inline |
|---|
| 5297 | #include <sys/types.h> |
|---|
| 5298 | #include <sys/socket.h> |
|---|
| 5299 | extern int |
|---|
| 5300 | send(ssize_t, const void *, socklen_t, int); |
|---|
| 5301 | int main(void) { |
|---|
| 5302 | ssize_t s=0; |
|---|
| 5303 | const void * buf=0; |
|---|
| 5304 | socklen_t len=0; |
|---|
| 5305 | int flags=0; |
|---|
| 5306 | int res = send(s, buf, len, flags); |
|---|
| 5307 | (void) res; |
|---|
| 5308 | return 0; |
|---|
| 5309 | } |
|---|
| 5310 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 5311 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 5312 | |
|---|
| 5313 | Run Build Command:"/usr/bin/make" "cmTC_391c7/fast" |
|---|
| 5314 | make -f CMakeFiles/cmTC_391c7.dir/build.make CMakeFiles/cmTC_391c7.dir/build |
|---|
| 5315 | Building C object CMakeFiles/cmTC_391c7.dir/src.c.o |
|---|
| 5316 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_391c7.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 5317 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 5318 | send(ssize_t, const void *, socklen_t, unsigned int); |
|---|
| 5319 | ^ |
|---|
| 5320 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 5321 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 5322 | ^ |
|---|
| 5323 | 1 error generated. |
|---|
| 5324 | make[1]: *** [CMakeFiles/cmTC_391c7.dir/src.c.o] Error 1 |
|---|
| 5325 | make: *** [cmTC_391c7/fast] Error 2 |
|---|
| 5326 | |
|---|
| 5327 | Source file was: |
|---|
| 5328 | |
|---|
| 5329 | #undef inline |
|---|
| 5330 | #include <sys/types.h> |
|---|
| 5331 | #include <sys/socket.h> |
|---|
| 5332 | extern int |
|---|
| 5333 | send(ssize_t, const void *, socklen_t, unsigned int); |
|---|
| 5334 | int main(void) { |
|---|
| 5335 | ssize_t s=0; |
|---|
| 5336 | const void * buf=0; |
|---|
| 5337 | socklen_t len=0; |
|---|
| 5338 | unsigned int flags=0; |
|---|
| 5339 | int res = send(s, buf, len, flags); |
|---|
| 5340 | (void) res; |
|---|
| 5341 | return 0; |
|---|
| 5342 | } |
|---|
| 5343 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 5344 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 5345 | |
|---|
| 5346 | Run Build Command:"/usr/bin/make" "cmTC_d15fd/fast" |
|---|
| 5347 | make -f CMakeFiles/cmTC_d15fd.dir/build.make CMakeFiles/cmTC_d15fd.dir/build |
|---|
| 5348 | Building C object CMakeFiles/cmTC_d15fd.dir/src.c.o |
|---|
| 5349 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_d15fd.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 5350 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 5351 | send(ssize_t, const void *, unsigned int, int); |
|---|
| 5352 | ^ |
|---|
| 5353 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 5354 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 5355 | ^ |
|---|
| 5356 | 1 error generated. |
|---|
| 5357 | make[1]: *** [CMakeFiles/cmTC_d15fd.dir/src.c.o] Error 1 |
|---|
| 5358 | make: *** [cmTC_d15fd/fast] Error 2 |
|---|
| 5359 | |
|---|
| 5360 | Source file was: |
|---|
| 5361 | |
|---|
| 5362 | #undef inline |
|---|
| 5363 | #include <sys/types.h> |
|---|
| 5364 | #include <sys/socket.h> |
|---|
| 5365 | extern int |
|---|
| 5366 | send(ssize_t, const void *, unsigned int, int); |
|---|
| 5367 | int main(void) { |
|---|
| 5368 | ssize_t s=0; |
|---|
| 5369 | const void * buf=0; |
|---|
| 5370 | unsigned int len=0; |
|---|
| 5371 | int flags=0; |
|---|
| 5372 | int res = send(s, buf, len, flags); |
|---|
| 5373 | (void) res; |
|---|
| 5374 | return 0; |
|---|
| 5375 | } |
|---|
| 5376 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 5377 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 5378 | |
|---|
| 5379 | Run Build Command:"/usr/bin/make" "cmTC_0b480/fast" |
|---|
| 5380 | make -f CMakeFiles/cmTC_0b480.dir/build.make CMakeFiles/cmTC_0b480.dir/build |
|---|
| 5381 | Building C object CMakeFiles/cmTC_0b480.dir/src.c.o |
|---|
| 5382 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_0b480.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 5383 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 5384 | send(ssize_t, const void *, unsigned int, unsigned int); |
|---|
| 5385 | ^ |
|---|
| 5386 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 5387 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 5388 | ^ |
|---|
| 5389 | 1 error generated. |
|---|
| 5390 | make[1]: *** [CMakeFiles/cmTC_0b480.dir/src.c.o] Error 1 |
|---|
| 5391 | make: *** [cmTC_0b480/fast] Error 2 |
|---|
| 5392 | |
|---|
| 5393 | Source file was: |
|---|
| 5394 | |
|---|
| 5395 | #undef inline |
|---|
| 5396 | #include <sys/types.h> |
|---|
| 5397 | #include <sys/socket.h> |
|---|
| 5398 | extern int |
|---|
| 5399 | send(ssize_t, const void *, unsigned int, unsigned int); |
|---|
| 5400 | int main(void) { |
|---|
| 5401 | ssize_t s=0; |
|---|
| 5402 | const void * buf=0; |
|---|
| 5403 | unsigned int len=0; |
|---|
| 5404 | unsigned int flags=0; |
|---|
| 5405 | int res = send(s, buf, len, flags); |
|---|
| 5406 | (void) res; |
|---|
| 5407 | return 0; |
|---|
| 5408 | } |
|---|
| 5409 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 5410 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 5411 | |
|---|
| 5412 | Run Build Command:"/usr/bin/make" "cmTC_3c4d9/fast" |
|---|
| 5413 | make -f CMakeFiles/cmTC_3c4d9.dir/build.make CMakeFiles/cmTC_3c4d9.dir/build |
|---|
| 5414 | Building C object CMakeFiles/cmTC_3c4d9.dir/src.c.o |
|---|
| 5415 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_3c4d9.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 5416 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 5417 | send(ssize_t, void *, size_t, int); |
|---|
| 5418 | ^ |
|---|
| 5419 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 5420 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 5421 | ^ |
|---|
| 5422 | 1 error generated. |
|---|
| 5423 | make[1]: *** [CMakeFiles/cmTC_3c4d9.dir/src.c.o] Error 1 |
|---|
| 5424 | make: *** [cmTC_3c4d9/fast] Error 2 |
|---|
| 5425 | |
|---|
| 5426 | Source file was: |
|---|
| 5427 | |
|---|
| 5428 | #undef inline |
|---|
| 5429 | #include <sys/types.h> |
|---|
| 5430 | #include <sys/socket.h> |
|---|
| 5431 | extern int |
|---|
| 5432 | send(ssize_t, void *, size_t, int); |
|---|
| 5433 | int main(void) { |
|---|
| 5434 | ssize_t s=0; |
|---|
| 5435 | void * buf=0; |
|---|
| 5436 | size_t len=0; |
|---|
| 5437 | int flags=0; |
|---|
| 5438 | int res = send(s, buf, len, flags); |
|---|
| 5439 | (void) res; |
|---|
| 5440 | return 0; |
|---|
| 5441 | } |
|---|
| 5442 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 5443 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 5444 | |
|---|
| 5445 | Run Build Command:"/usr/bin/make" "cmTC_125fe/fast" |
|---|
| 5446 | make -f CMakeFiles/cmTC_125fe.dir/build.make CMakeFiles/cmTC_125fe.dir/build |
|---|
| 5447 | Building C object CMakeFiles/cmTC_125fe.dir/src.c.o |
|---|
| 5448 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_125fe.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 5449 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 5450 | send(ssize_t, void *, size_t, unsigned int); |
|---|
| 5451 | ^ |
|---|
| 5452 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 5453 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 5454 | ^ |
|---|
| 5455 | 1 error generated. |
|---|
| 5456 | make[1]: *** [CMakeFiles/cmTC_125fe.dir/src.c.o] Error 1 |
|---|
| 5457 | make: *** [cmTC_125fe/fast] Error 2 |
|---|
| 5458 | |
|---|
| 5459 | Source file was: |
|---|
| 5460 | |
|---|
| 5461 | #undef inline |
|---|
| 5462 | #include <sys/types.h> |
|---|
| 5463 | #include <sys/socket.h> |
|---|
| 5464 | extern int |
|---|
| 5465 | send(ssize_t, void *, size_t, unsigned int); |
|---|
| 5466 | int main(void) { |
|---|
| 5467 | ssize_t s=0; |
|---|
| 5468 | void * buf=0; |
|---|
| 5469 | size_t len=0; |
|---|
| 5470 | unsigned int flags=0; |
|---|
| 5471 | int res = send(s, buf, len, flags); |
|---|
| 5472 | (void) res; |
|---|
| 5473 | return 0; |
|---|
| 5474 | } |
|---|
| 5475 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 5476 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 5477 | |
|---|
| 5478 | Run Build Command:"/usr/bin/make" "cmTC_5b4ee/fast" |
|---|
| 5479 | make -f CMakeFiles/cmTC_5b4ee.dir/build.make CMakeFiles/cmTC_5b4ee.dir/build |
|---|
| 5480 | Building C object CMakeFiles/cmTC_5b4ee.dir/src.c.o |
|---|
| 5481 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_5b4ee.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 5482 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 5483 | send(ssize_t, void *, int, int); |
|---|
| 5484 | ^ |
|---|
| 5485 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 5486 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 5487 | ^ |
|---|
| 5488 | 1 error generated. |
|---|
| 5489 | make[1]: *** [CMakeFiles/cmTC_5b4ee.dir/src.c.o] Error 1 |
|---|
| 5490 | make: *** [cmTC_5b4ee/fast] Error 2 |
|---|
| 5491 | |
|---|
| 5492 | Source file was: |
|---|
| 5493 | |
|---|
| 5494 | #undef inline |
|---|
| 5495 | #include <sys/types.h> |
|---|
| 5496 | #include <sys/socket.h> |
|---|
| 5497 | extern int |
|---|
| 5498 | send(ssize_t, void *, int, int); |
|---|
| 5499 | int main(void) { |
|---|
| 5500 | ssize_t s=0; |
|---|
| 5501 | void * buf=0; |
|---|
| 5502 | int len=0; |
|---|
| 5503 | int flags=0; |
|---|
| 5504 | int res = send(s, buf, len, flags); |
|---|
| 5505 | (void) res; |
|---|
| 5506 | return 0; |
|---|
| 5507 | } |
|---|
| 5508 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 5509 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 5510 | |
|---|
| 5511 | Run Build Command:"/usr/bin/make" "cmTC_6b1a5/fast" |
|---|
| 5512 | make -f CMakeFiles/cmTC_6b1a5.dir/build.make CMakeFiles/cmTC_6b1a5.dir/build |
|---|
| 5513 | Building C object CMakeFiles/cmTC_6b1a5.dir/src.c.o |
|---|
| 5514 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_6b1a5.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 5515 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 5516 | send(ssize_t, void *, int, unsigned int); |
|---|
| 5517 | ^ |
|---|
| 5518 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 5519 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 5520 | ^ |
|---|
| 5521 | 1 error generated. |
|---|
| 5522 | make[1]: *** [CMakeFiles/cmTC_6b1a5.dir/src.c.o] Error 1 |
|---|
| 5523 | make: *** [cmTC_6b1a5/fast] Error 2 |
|---|
| 5524 | |
|---|
| 5525 | Source file was: |
|---|
| 5526 | |
|---|
| 5527 | #undef inline |
|---|
| 5528 | #include <sys/types.h> |
|---|
| 5529 | #include <sys/socket.h> |
|---|
| 5530 | extern int |
|---|
| 5531 | send(ssize_t, void *, int, unsigned int); |
|---|
| 5532 | int main(void) { |
|---|
| 5533 | ssize_t s=0; |
|---|
| 5534 | void * buf=0; |
|---|
| 5535 | int len=0; |
|---|
| 5536 | unsigned int flags=0; |
|---|
| 5537 | int res = send(s, buf, len, flags); |
|---|
| 5538 | (void) res; |
|---|
| 5539 | return 0; |
|---|
| 5540 | } |
|---|
| 5541 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 5542 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 5543 | |
|---|
| 5544 | Run Build Command:"/usr/bin/make" "cmTC_d0573/fast" |
|---|
| 5545 | make -f CMakeFiles/cmTC_d0573.dir/build.make CMakeFiles/cmTC_d0573.dir/build |
|---|
| 5546 | Building C object CMakeFiles/cmTC_d0573.dir/src.c.o |
|---|
| 5547 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_d0573.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 5548 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 5549 | send(ssize_t, void *, socklen_t, int); |
|---|
| 5550 | ^ |
|---|
| 5551 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 5552 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 5553 | ^ |
|---|
| 5554 | 1 error generated. |
|---|
| 5555 | make[1]: *** [CMakeFiles/cmTC_d0573.dir/src.c.o] Error 1 |
|---|
| 5556 | make: *** [cmTC_d0573/fast] Error 2 |
|---|
| 5557 | |
|---|
| 5558 | Source file was: |
|---|
| 5559 | |
|---|
| 5560 | #undef inline |
|---|
| 5561 | #include <sys/types.h> |
|---|
| 5562 | #include <sys/socket.h> |
|---|
| 5563 | extern int |
|---|
| 5564 | send(ssize_t, void *, socklen_t, int); |
|---|
| 5565 | int main(void) { |
|---|
| 5566 | ssize_t s=0; |
|---|
| 5567 | void * buf=0; |
|---|
| 5568 | socklen_t len=0; |
|---|
| 5569 | int flags=0; |
|---|
| 5570 | int res = send(s, buf, len, flags); |
|---|
| 5571 | (void) res; |
|---|
| 5572 | return 0; |
|---|
| 5573 | } |
|---|
| 5574 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 5575 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 5576 | |
|---|
| 5577 | Run Build Command:"/usr/bin/make" "cmTC_7af4a/fast" |
|---|
| 5578 | make -f CMakeFiles/cmTC_7af4a.dir/build.make CMakeFiles/cmTC_7af4a.dir/build |
|---|
| 5579 | Building C object CMakeFiles/cmTC_7af4a.dir/src.c.o |
|---|
| 5580 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_7af4a.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 5581 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 5582 | send(ssize_t, void *, socklen_t, unsigned int); |
|---|
| 5583 | ^ |
|---|
| 5584 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 5585 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 5586 | ^ |
|---|
| 5587 | 1 error generated. |
|---|
| 5588 | make[1]: *** [CMakeFiles/cmTC_7af4a.dir/src.c.o] Error 1 |
|---|
| 5589 | make: *** [cmTC_7af4a/fast] Error 2 |
|---|
| 5590 | |
|---|
| 5591 | Source file was: |
|---|
| 5592 | |
|---|
| 5593 | #undef inline |
|---|
| 5594 | #include <sys/types.h> |
|---|
| 5595 | #include <sys/socket.h> |
|---|
| 5596 | extern int |
|---|
| 5597 | send(ssize_t, void *, socklen_t, unsigned int); |
|---|
| 5598 | int main(void) { |
|---|
| 5599 | ssize_t s=0; |
|---|
| 5600 | void * buf=0; |
|---|
| 5601 | socklen_t len=0; |
|---|
| 5602 | unsigned int flags=0; |
|---|
| 5603 | int res = send(s, buf, len, flags); |
|---|
| 5604 | (void) res; |
|---|
| 5605 | return 0; |
|---|
| 5606 | } |
|---|
| 5607 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 5608 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 5609 | |
|---|
| 5610 | Run Build Command:"/usr/bin/make" "cmTC_c48c3/fast" |
|---|
| 5611 | make -f CMakeFiles/cmTC_c48c3.dir/build.make CMakeFiles/cmTC_c48c3.dir/build |
|---|
| 5612 | Building C object CMakeFiles/cmTC_c48c3.dir/src.c.o |
|---|
| 5613 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_c48c3.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 5614 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 5615 | send(ssize_t, void *, unsigned int, int); |
|---|
| 5616 | ^ |
|---|
| 5617 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 5618 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 5619 | ^ |
|---|
| 5620 | 1 error generated. |
|---|
| 5621 | make[1]: *** [CMakeFiles/cmTC_c48c3.dir/src.c.o] Error 1 |
|---|
| 5622 | make: *** [cmTC_c48c3/fast] Error 2 |
|---|
| 5623 | |
|---|
| 5624 | Source file was: |
|---|
| 5625 | |
|---|
| 5626 | #undef inline |
|---|
| 5627 | #include <sys/types.h> |
|---|
| 5628 | #include <sys/socket.h> |
|---|
| 5629 | extern int |
|---|
| 5630 | send(ssize_t, void *, unsigned int, int); |
|---|
| 5631 | int main(void) { |
|---|
| 5632 | ssize_t s=0; |
|---|
| 5633 | void * buf=0; |
|---|
| 5634 | unsigned int len=0; |
|---|
| 5635 | int flags=0; |
|---|
| 5636 | int res = send(s, buf, len, flags); |
|---|
| 5637 | (void) res; |
|---|
| 5638 | return 0; |
|---|
| 5639 | } |
|---|
| 5640 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 5641 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 5642 | |
|---|
| 5643 | Run Build Command:"/usr/bin/make" "cmTC_5221a/fast" |
|---|
| 5644 | make -f CMakeFiles/cmTC_5221a.dir/build.make CMakeFiles/cmTC_5221a.dir/build |
|---|
| 5645 | Building C object CMakeFiles/cmTC_5221a.dir/src.c.o |
|---|
| 5646 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_5221a.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 5647 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 5648 | send(ssize_t, void *, unsigned int, unsigned int); |
|---|
| 5649 | ^ |
|---|
| 5650 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 5651 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 5652 | ^ |
|---|
| 5653 | 1 error generated. |
|---|
| 5654 | make[1]: *** [CMakeFiles/cmTC_5221a.dir/src.c.o] Error 1 |
|---|
| 5655 | make: *** [cmTC_5221a/fast] Error 2 |
|---|
| 5656 | |
|---|
| 5657 | Source file was: |
|---|
| 5658 | |
|---|
| 5659 | #undef inline |
|---|
| 5660 | #include <sys/types.h> |
|---|
| 5661 | #include <sys/socket.h> |
|---|
| 5662 | extern int |
|---|
| 5663 | send(ssize_t, void *, unsigned int, unsigned int); |
|---|
| 5664 | int main(void) { |
|---|
| 5665 | ssize_t s=0; |
|---|
| 5666 | void * buf=0; |
|---|
| 5667 | unsigned int len=0; |
|---|
| 5668 | unsigned int flags=0; |
|---|
| 5669 | int res = send(s, buf, len, flags); |
|---|
| 5670 | (void) res; |
|---|
| 5671 | return 0; |
|---|
| 5672 | } |
|---|
| 5673 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 5674 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 5675 | |
|---|
| 5676 | Run Build Command:"/usr/bin/make" "cmTC_86664/fast" |
|---|
| 5677 | make -f CMakeFiles/cmTC_86664.dir/build.make CMakeFiles/cmTC_86664.dir/build |
|---|
| 5678 | Building C object CMakeFiles/cmTC_86664.dir/src.c.o |
|---|
| 5679 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_86664.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 5680 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 5681 | send(ssize_t, char *, size_t, int); |
|---|
| 5682 | ^ |
|---|
| 5683 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 5684 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 5685 | ^ |
|---|
| 5686 | 1 error generated. |
|---|
| 5687 | make[1]: *** [CMakeFiles/cmTC_86664.dir/src.c.o] Error 1 |
|---|
| 5688 | make: *** [cmTC_86664/fast] Error 2 |
|---|
| 5689 | |
|---|
| 5690 | Source file was: |
|---|
| 5691 | |
|---|
| 5692 | #undef inline |
|---|
| 5693 | #include <sys/types.h> |
|---|
| 5694 | #include <sys/socket.h> |
|---|
| 5695 | extern int |
|---|
| 5696 | send(ssize_t, char *, size_t, int); |
|---|
| 5697 | int main(void) { |
|---|
| 5698 | ssize_t s=0; |
|---|
| 5699 | char * buf=0; |
|---|
| 5700 | size_t len=0; |
|---|
| 5701 | int flags=0; |
|---|
| 5702 | int res = send(s, buf, len, flags); |
|---|
| 5703 | (void) res; |
|---|
| 5704 | return 0; |
|---|
| 5705 | } |
|---|
| 5706 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 5707 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 5708 | |
|---|
| 5709 | Run Build Command:"/usr/bin/make" "cmTC_fd7a9/fast" |
|---|
| 5710 | make -f CMakeFiles/cmTC_fd7a9.dir/build.make CMakeFiles/cmTC_fd7a9.dir/build |
|---|
| 5711 | Building C object CMakeFiles/cmTC_fd7a9.dir/src.c.o |
|---|
| 5712 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_fd7a9.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 5713 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 5714 | send(ssize_t, char *, size_t, unsigned int); |
|---|
| 5715 | ^ |
|---|
| 5716 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 5717 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 5718 | ^ |
|---|
| 5719 | 1 error generated. |
|---|
| 5720 | make[1]: *** [CMakeFiles/cmTC_fd7a9.dir/src.c.o] Error 1 |
|---|
| 5721 | make: *** [cmTC_fd7a9/fast] Error 2 |
|---|
| 5722 | |
|---|
| 5723 | Source file was: |
|---|
| 5724 | |
|---|
| 5725 | #undef inline |
|---|
| 5726 | #include <sys/types.h> |
|---|
| 5727 | #include <sys/socket.h> |
|---|
| 5728 | extern int |
|---|
| 5729 | send(ssize_t, char *, size_t, unsigned int); |
|---|
| 5730 | int main(void) { |
|---|
| 5731 | ssize_t s=0; |
|---|
| 5732 | char * buf=0; |
|---|
| 5733 | size_t len=0; |
|---|
| 5734 | unsigned int flags=0; |
|---|
| 5735 | int res = send(s, buf, len, flags); |
|---|
| 5736 | (void) res; |
|---|
| 5737 | return 0; |
|---|
| 5738 | } |
|---|
| 5739 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 5740 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 5741 | |
|---|
| 5742 | Run Build Command:"/usr/bin/make" "cmTC_7428b/fast" |
|---|
| 5743 | make -f CMakeFiles/cmTC_7428b.dir/build.make CMakeFiles/cmTC_7428b.dir/build |
|---|
| 5744 | Building C object CMakeFiles/cmTC_7428b.dir/src.c.o |
|---|
| 5745 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_7428b.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 5746 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 5747 | send(ssize_t, char *, int, int); |
|---|
| 5748 | ^ |
|---|
| 5749 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 5750 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 5751 | ^ |
|---|
| 5752 | 1 error generated. |
|---|
| 5753 | make[1]: *** [CMakeFiles/cmTC_7428b.dir/src.c.o] Error 1 |
|---|
| 5754 | make: *** [cmTC_7428b/fast] Error 2 |
|---|
| 5755 | |
|---|
| 5756 | Source file was: |
|---|
| 5757 | |
|---|
| 5758 | #undef inline |
|---|
| 5759 | #include <sys/types.h> |
|---|
| 5760 | #include <sys/socket.h> |
|---|
| 5761 | extern int |
|---|
| 5762 | send(ssize_t, char *, int, int); |
|---|
| 5763 | int main(void) { |
|---|
| 5764 | ssize_t s=0; |
|---|
| 5765 | char * buf=0; |
|---|
| 5766 | int len=0; |
|---|
| 5767 | int flags=0; |
|---|
| 5768 | int res = send(s, buf, len, flags); |
|---|
| 5769 | (void) res; |
|---|
| 5770 | return 0; |
|---|
| 5771 | } |
|---|
| 5772 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 5773 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 5774 | |
|---|
| 5775 | Run Build Command:"/usr/bin/make" "cmTC_e3146/fast" |
|---|
| 5776 | make -f CMakeFiles/cmTC_e3146.dir/build.make CMakeFiles/cmTC_e3146.dir/build |
|---|
| 5777 | Building C object CMakeFiles/cmTC_e3146.dir/src.c.o |
|---|
| 5778 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_e3146.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 5779 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 5780 | send(ssize_t, char *, int, unsigned int); |
|---|
| 5781 | ^ |
|---|
| 5782 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 5783 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 5784 | ^ |
|---|
| 5785 | 1 error generated. |
|---|
| 5786 | make[1]: *** [CMakeFiles/cmTC_e3146.dir/src.c.o] Error 1 |
|---|
| 5787 | make: *** [cmTC_e3146/fast] Error 2 |
|---|
| 5788 | |
|---|
| 5789 | Source file was: |
|---|
| 5790 | |
|---|
| 5791 | #undef inline |
|---|
| 5792 | #include <sys/types.h> |
|---|
| 5793 | #include <sys/socket.h> |
|---|
| 5794 | extern int |
|---|
| 5795 | send(ssize_t, char *, int, unsigned int); |
|---|
| 5796 | int main(void) { |
|---|
| 5797 | ssize_t s=0; |
|---|
| 5798 | char * buf=0; |
|---|
| 5799 | int len=0; |
|---|
| 5800 | unsigned int flags=0; |
|---|
| 5801 | int res = send(s, buf, len, flags); |
|---|
| 5802 | (void) res; |
|---|
| 5803 | return 0; |
|---|
| 5804 | } |
|---|
| 5805 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 5806 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 5807 | |
|---|
| 5808 | Run Build Command:"/usr/bin/make" "cmTC_e8312/fast" |
|---|
| 5809 | make -f CMakeFiles/cmTC_e8312.dir/build.make CMakeFiles/cmTC_e8312.dir/build |
|---|
| 5810 | Building C object CMakeFiles/cmTC_e8312.dir/src.c.o |
|---|
| 5811 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_e8312.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 5812 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 5813 | send(ssize_t, char *, socklen_t, int); |
|---|
| 5814 | ^ |
|---|
| 5815 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 5816 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 5817 | ^ |
|---|
| 5818 | 1 error generated. |
|---|
| 5819 | make[1]: *** [CMakeFiles/cmTC_e8312.dir/src.c.o] Error 1 |
|---|
| 5820 | make: *** [cmTC_e8312/fast] Error 2 |
|---|
| 5821 | |
|---|
| 5822 | Source file was: |
|---|
| 5823 | |
|---|
| 5824 | #undef inline |
|---|
| 5825 | #include <sys/types.h> |
|---|
| 5826 | #include <sys/socket.h> |
|---|
| 5827 | extern int |
|---|
| 5828 | send(ssize_t, char *, socklen_t, int); |
|---|
| 5829 | int main(void) { |
|---|
| 5830 | ssize_t s=0; |
|---|
| 5831 | char * buf=0; |
|---|
| 5832 | socklen_t len=0; |
|---|
| 5833 | int flags=0; |
|---|
| 5834 | int res = send(s, buf, len, flags); |
|---|
| 5835 | (void) res; |
|---|
| 5836 | return 0; |
|---|
| 5837 | } |
|---|
| 5838 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 5839 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 5840 | |
|---|
| 5841 | Run Build Command:"/usr/bin/make" "cmTC_44eb5/fast" |
|---|
| 5842 | make -f CMakeFiles/cmTC_44eb5.dir/build.make CMakeFiles/cmTC_44eb5.dir/build |
|---|
| 5843 | Building C object CMakeFiles/cmTC_44eb5.dir/src.c.o |
|---|
| 5844 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_44eb5.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 5845 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 5846 | send(ssize_t, char *, socklen_t, unsigned int); |
|---|
| 5847 | ^ |
|---|
| 5848 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 5849 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 5850 | ^ |
|---|
| 5851 | 1 error generated. |
|---|
| 5852 | make[1]: *** [CMakeFiles/cmTC_44eb5.dir/src.c.o] Error 1 |
|---|
| 5853 | make: *** [cmTC_44eb5/fast] Error 2 |
|---|
| 5854 | |
|---|
| 5855 | Source file was: |
|---|
| 5856 | |
|---|
| 5857 | #undef inline |
|---|
| 5858 | #include <sys/types.h> |
|---|
| 5859 | #include <sys/socket.h> |
|---|
| 5860 | extern int |
|---|
| 5861 | send(ssize_t, char *, socklen_t, unsigned int); |
|---|
| 5862 | int main(void) { |
|---|
| 5863 | ssize_t s=0; |
|---|
| 5864 | char * buf=0; |
|---|
| 5865 | socklen_t len=0; |
|---|
| 5866 | unsigned int flags=0; |
|---|
| 5867 | int res = send(s, buf, len, flags); |
|---|
| 5868 | (void) res; |
|---|
| 5869 | return 0; |
|---|
| 5870 | } |
|---|
| 5871 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 5872 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 5873 | |
|---|
| 5874 | Run Build Command:"/usr/bin/make" "cmTC_ae7e0/fast" |
|---|
| 5875 | make -f CMakeFiles/cmTC_ae7e0.dir/build.make CMakeFiles/cmTC_ae7e0.dir/build |
|---|
| 5876 | Building C object CMakeFiles/cmTC_ae7e0.dir/src.c.o |
|---|
| 5877 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_ae7e0.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 5878 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 5879 | send(ssize_t, char *, unsigned int, int); |
|---|
| 5880 | ^ |
|---|
| 5881 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 5882 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 5883 | ^ |
|---|
| 5884 | 1 error generated. |
|---|
| 5885 | make[1]: *** [CMakeFiles/cmTC_ae7e0.dir/src.c.o] Error 1 |
|---|
| 5886 | make: *** [cmTC_ae7e0/fast] Error 2 |
|---|
| 5887 | |
|---|
| 5888 | Source file was: |
|---|
| 5889 | |
|---|
| 5890 | #undef inline |
|---|
| 5891 | #include <sys/types.h> |
|---|
| 5892 | #include <sys/socket.h> |
|---|
| 5893 | extern int |
|---|
| 5894 | send(ssize_t, char *, unsigned int, int); |
|---|
| 5895 | int main(void) { |
|---|
| 5896 | ssize_t s=0; |
|---|
| 5897 | char * buf=0; |
|---|
| 5898 | unsigned int len=0; |
|---|
| 5899 | int flags=0; |
|---|
| 5900 | int res = send(s, buf, len, flags); |
|---|
| 5901 | (void) res; |
|---|
| 5902 | return 0; |
|---|
| 5903 | } |
|---|
| 5904 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 5905 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 5906 | |
|---|
| 5907 | Run Build Command:"/usr/bin/make" "cmTC_61c4c/fast" |
|---|
| 5908 | make -f CMakeFiles/cmTC_61c4c.dir/build.make CMakeFiles/cmTC_61c4c.dir/build |
|---|
| 5909 | Building C object CMakeFiles/cmTC_61c4c.dir/src.c.o |
|---|
| 5910 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_61c4c.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 5911 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 5912 | send(ssize_t, char *, unsigned int, unsigned int); |
|---|
| 5913 | ^ |
|---|
| 5914 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 5915 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 5916 | ^ |
|---|
| 5917 | 1 error generated. |
|---|
| 5918 | make[1]: *** [CMakeFiles/cmTC_61c4c.dir/src.c.o] Error 1 |
|---|
| 5919 | make: *** [cmTC_61c4c/fast] Error 2 |
|---|
| 5920 | |
|---|
| 5921 | Source file was: |
|---|
| 5922 | |
|---|
| 5923 | #undef inline |
|---|
| 5924 | #include <sys/types.h> |
|---|
| 5925 | #include <sys/socket.h> |
|---|
| 5926 | extern int |
|---|
| 5927 | send(ssize_t, char *, unsigned int, unsigned int); |
|---|
| 5928 | int main(void) { |
|---|
| 5929 | ssize_t s=0; |
|---|
| 5930 | char * buf=0; |
|---|
| 5931 | unsigned int len=0; |
|---|
| 5932 | unsigned int flags=0; |
|---|
| 5933 | int res = send(s, buf, len, flags); |
|---|
| 5934 | (void) res; |
|---|
| 5935 | return 0; |
|---|
| 5936 | } |
|---|
| 5937 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 5938 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 5939 | |
|---|
| 5940 | Run Build Command:"/usr/bin/make" "cmTC_ea195/fast" |
|---|
| 5941 | make -f CMakeFiles/cmTC_ea195.dir/build.make CMakeFiles/cmTC_ea195.dir/build |
|---|
| 5942 | Building C object CMakeFiles/cmTC_ea195.dir/src.c.o |
|---|
| 5943 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_ea195.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 5944 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 5945 | send(ssize_t, const char *, size_t, int); |
|---|
| 5946 | ^ |
|---|
| 5947 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 5948 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 5949 | ^ |
|---|
| 5950 | 1 error generated. |
|---|
| 5951 | make[1]: *** [CMakeFiles/cmTC_ea195.dir/src.c.o] Error 1 |
|---|
| 5952 | make: *** [cmTC_ea195/fast] Error 2 |
|---|
| 5953 | |
|---|
| 5954 | Source file was: |
|---|
| 5955 | |
|---|
| 5956 | #undef inline |
|---|
| 5957 | #include <sys/types.h> |
|---|
| 5958 | #include <sys/socket.h> |
|---|
| 5959 | extern int |
|---|
| 5960 | send(ssize_t, const char *, size_t, int); |
|---|
| 5961 | int main(void) { |
|---|
| 5962 | ssize_t s=0; |
|---|
| 5963 | const char * buf=0; |
|---|
| 5964 | size_t len=0; |
|---|
| 5965 | int flags=0; |
|---|
| 5966 | int res = send(s, buf, len, flags); |
|---|
| 5967 | (void) res; |
|---|
| 5968 | return 0; |
|---|
| 5969 | } |
|---|
| 5970 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 5971 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 5972 | |
|---|
| 5973 | Run Build Command:"/usr/bin/make" "cmTC_4ca77/fast" |
|---|
| 5974 | make -f CMakeFiles/cmTC_4ca77.dir/build.make CMakeFiles/cmTC_4ca77.dir/build |
|---|
| 5975 | Building C object CMakeFiles/cmTC_4ca77.dir/src.c.o |
|---|
| 5976 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_4ca77.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 5977 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 5978 | send(ssize_t, const char *, size_t, unsigned int); |
|---|
| 5979 | ^ |
|---|
| 5980 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 5981 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 5982 | ^ |
|---|
| 5983 | 1 error generated. |
|---|
| 5984 | make[1]: *** [CMakeFiles/cmTC_4ca77.dir/src.c.o] Error 1 |
|---|
| 5985 | make: *** [cmTC_4ca77/fast] Error 2 |
|---|
| 5986 | |
|---|
| 5987 | Source file was: |
|---|
| 5988 | |
|---|
| 5989 | #undef inline |
|---|
| 5990 | #include <sys/types.h> |
|---|
| 5991 | #include <sys/socket.h> |
|---|
| 5992 | extern int |
|---|
| 5993 | send(ssize_t, const char *, size_t, unsigned int); |
|---|
| 5994 | int main(void) { |
|---|
| 5995 | ssize_t s=0; |
|---|
| 5996 | const char * buf=0; |
|---|
| 5997 | size_t len=0; |
|---|
| 5998 | unsigned int flags=0; |
|---|
| 5999 | int res = send(s, buf, len, flags); |
|---|
| 6000 | (void) res; |
|---|
| 6001 | return 0; |
|---|
| 6002 | } |
|---|
| 6003 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 6004 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 6005 | |
|---|
| 6006 | Run Build Command:"/usr/bin/make" "cmTC_fa02d/fast" |
|---|
| 6007 | make -f CMakeFiles/cmTC_fa02d.dir/build.make CMakeFiles/cmTC_fa02d.dir/build |
|---|
| 6008 | Building C object CMakeFiles/cmTC_fa02d.dir/src.c.o |
|---|
| 6009 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_fa02d.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 6010 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 6011 | send(ssize_t, const char *, int, int); |
|---|
| 6012 | ^ |
|---|
| 6013 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 6014 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 6015 | ^ |
|---|
| 6016 | 1 error generated. |
|---|
| 6017 | make[1]: *** [CMakeFiles/cmTC_fa02d.dir/src.c.o] Error 1 |
|---|
| 6018 | make: *** [cmTC_fa02d/fast] Error 2 |
|---|
| 6019 | |
|---|
| 6020 | Source file was: |
|---|
| 6021 | |
|---|
| 6022 | #undef inline |
|---|
| 6023 | #include <sys/types.h> |
|---|
| 6024 | #include <sys/socket.h> |
|---|
| 6025 | extern int |
|---|
| 6026 | send(ssize_t, const char *, int, int); |
|---|
| 6027 | int main(void) { |
|---|
| 6028 | ssize_t s=0; |
|---|
| 6029 | const char * buf=0; |
|---|
| 6030 | int len=0; |
|---|
| 6031 | int flags=0; |
|---|
| 6032 | int res = send(s, buf, len, flags); |
|---|
| 6033 | (void) res; |
|---|
| 6034 | return 0; |
|---|
| 6035 | } |
|---|
| 6036 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 6037 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 6038 | |
|---|
| 6039 | Run Build Command:"/usr/bin/make" "cmTC_0f791/fast" |
|---|
| 6040 | make -f CMakeFiles/cmTC_0f791.dir/build.make CMakeFiles/cmTC_0f791.dir/build |
|---|
| 6041 | Building C object CMakeFiles/cmTC_0f791.dir/src.c.o |
|---|
| 6042 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_0f791.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 6043 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 6044 | send(ssize_t, const char *, int, unsigned int); |
|---|
| 6045 | ^ |
|---|
| 6046 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 6047 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 6048 | ^ |
|---|
| 6049 | 1 error generated. |
|---|
| 6050 | make[1]: *** [CMakeFiles/cmTC_0f791.dir/src.c.o] Error 1 |
|---|
| 6051 | make: *** [cmTC_0f791/fast] Error 2 |
|---|
| 6052 | |
|---|
| 6053 | Source file was: |
|---|
| 6054 | |
|---|
| 6055 | #undef inline |
|---|
| 6056 | #include <sys/types.h> |
|---|
| 6057 | #include <sys/socket.h> |
|---|
| 6058 | extern int |
|---|
| 6059 | send(ssize_t, const char *, int, unsigned int); |
|---|
| 6060 | int main(void) { |
|---|
| 6061 | ssize_t s=0; |
|---|
| 6062 | const char * buf=0; |
|---|
| 6063 | int len=0; |
|---|
| 6064 | unsigned int flags=0; |
|---|
| 6065 | int res = send(s, buf, len, flags); |
|---|
| 6066 | (void) res; |
|---|
| 6067 | return 0; |
|---|
| 6068 | } |
|---|
| 6069 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 6070 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 6071 | |
|---|
| 6072 | Run Build Command:"/usr/bin/make" "cmTC_d28b8/fast" |
|---|
| 6073 | make -f CMakeFiles/cmTC_d28b8.dir/build.make CMakeFiles/cmTC_d28b8.dir/build |
|---|
| 6074 | Building C object CMakeFiles/cmTC_d28b8.dir/src.c.o |
|---|
| 6075 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_d28b8.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 6076 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 6077 | send(ssize_t, const char *, socklen_t, int); |
|---|
| 6078 | ^ |
|---|
| 6079 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 6080 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 6081 | ^ |
|---|
| 6082 | 1 error generated. |
|---|
| 6083 | make[1]: *** [CMakeFiles/cmTC_d28b8.dir/src.c.o] Error 1 |
|---|
| 6084 | make: *** [cmTC_d28b8/fast] Error 2 |
|---|
| 6085 | |
|---|
| 6086 | Source file was: |
|---|
| 6087 | |
|---|
| 6088 | #undef inline |
|---|
| 6089 | #include <sys/types.h> |
|---|
| 6090 | #include <sys/socket.h> |
|---|
| 6091 | extern int |
|---|
| 6092 | send(ssize_t, const char *, socklen_t, int); |
|---|
| 6093 | int main(void) { |
|---|
| 6094 | ssize_t s=0; |
|---|
| 6095 | const char * buf=0; |
|---|
| 6096 | socklen_t len=0; |
|---|
| 6097 | int flags=0; |
|---|
| 6098 | int res = send(s, buf, len, flags); |
|---|
| 6099 | (void) res; |
|---|
| 6100 | return 0; |
|---|
| 6101 | } |
|---|
| 6102 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 6103 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 6104 | |
|---|
| 6105 | Run Build Command:"/usr/bin/make" "cmTC_baf72/fast" |
|---|
| 6106 | make -f CMakeFiles/cmTC_baf72.dir/build.make CMakeFiles/cmTC_baf72.dir/build |
|---|
| 6107 | Building C object CMakeFiles/cmTC_baf72.dir/src.c.o |
|---|
| 6108 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_baf72.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 6109 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 6110 | send(ssize_t, const char *, socklen_t, unsigned int); |
|---|
| 6111 | ^ |
|---|
| 6112 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 6113 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 6114 | ^ |
|---|
| 6115 | 1 error generated. |
|---|
| 6116 | make[1]: *** [CMakeFiles/cmTC_baf72.dir/src.c.o] Error 1 |
|---|
| 6117 | make: *** [cmTC_baf72/fast] Error 2 |
|---|
| 6118 | |
|---|
| 6119 | Source file was: |
|---|
| 6120 | |
|---|
| 6121 | #undef inline |
|---|
| 6122 | #include <sys/types.h> |
|---|
| 6123 | #include <sys/socket.h> |
|---|
| 6124 | extern int |
|---|
| 6125 | send(ssize_t, const char *, socklen_t, unsigned int); |
|---|
| 6126 | int main(void) { |
|---|
| 6127 | ssize_t s=0; |
|---|
| 6128 | const char * buf=0; |
|---|
| 6129 | socklen_t len=0; |
|---|
| 6130 | unsigned int flags=0; |
|---|
| 6131 | int res = send(s, buf, len, flags); |
|---|
| 6132 | (void) res; |
|---|
| 6133 | return 0; |
|---|
| 6134 | } |
|---|
| 6135 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 6136 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 6137 | |
|---|
| 6138 | Run Build Command:"/usr/bin/make" "cmTC_0a859/fast" |
|---|
| 6139 | make -f CMakeFiles/cmTC_0a859.dir/build.make CMakeFiles/cmTC_0a859.dir/build |
|---|
| 6140 | Building C object CMakeFiles/cmTC_0a859.dir/src.c.o |
|---|
| 6141 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_0a859.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 6142 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 6143 | send(ssize_t, const char *, unsigned int, int); |
|---|
| 6144 | ^ |
|---|
| 6145 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 6146 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 6147 | ^ |
|---|
| 6148 | 1 error generated. |
|---|
| 6149 | make[1]: *** [CMakeFiles/cmTC_0a859.dir/src.c.o] Error 1 |
|---|
| 6150 | make: *** [cmTC_0a859/fast] Error 2 |
|---|
| 6151 | |
|---|
| 6152 | Source file was: |
|---|
| 6153 | |
|---|
| 6154 | #undef inline |
|---|
| 6155 | #include <sys/types.h> |
|---|
| 6156 | #include <sys/socket.h> |
|---|
| 6157 | extern int |
|---|
| 6158 | send(ssize_t, const char *, unsigned int, int); |
|---|
| 6159 | int main(void) { |
|---|
| 6160 | ssize_t s=0; |
|---|
| 6161 | const char * buf=0; |
|---|
| 6162 | unsigned int len=0; |
|---|
| 6163 | int flags=0; |
|---|
| 6164 | int res = send(s, buf, len, flags); |
|---|
| 6165 | (void) res; |
|---|
| 6166 | return 0; |
|---|
| 6167 | } |
|---|
| 6168 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 6169 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 6170 | |
|---|
| 6171 | Run Build Command:"/usr/bin/make" "cmTC_2b539/fast" |
|---|
| 6172 | make -f CMakeFiles/cmTC_2b539.dir/build.make CMakeFiles/cmTC_2b539.dir/build |
|---|
| 6173 | Building C object CMakeFiles/cmTC_2b539.dir/src.c.o |
|---|
| 6174 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_2b539.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 6175 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 6176 | send(ssize_t, const char *, unsigned int, unsigned int); |
|---|
| 6177 | ^ |
|---|
| 6178 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 6179 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 6180 | ^ |
|---|
| 6181 | 1 error generated. |
|---|
| 6182 | make[1]: *** [CMakeFiles/cmTC_2b539.dir/src.c.o] Error 1 |
|---|
| 6183 | make: *** [cmTC_2b539/fast] Error 2 |
|---|
| 6184 | |
|---|
| 6185 | Source file was: |
|---|
| 6186 | |
|---|
| 6187 | #undef inline |
|---|
| 6188 | #include <sys/types.h> |
|---|
| 6189 | #include <sys/socket.h> |
|---|
| 6190 | extern int |
|---|
| 6191 | send(ssize_t, const char *, unsigned int, unsigned int); |
|---|
| 6192 | int main(void) { |
|---|
| 6193 | ssize_t s=0; |
|---|
| 6194 | const char * buf=0; |
|---|
| 6195 | unsigned int len=0; |
|---|
| 6196 | unsigned int flags=0; |
|---|
| 6197 | int res = send(s, buf, len, flags); |
|---|
| 6198 | (void) res; |
|---|
| 6199 | return 0; |
|---|
| 6200 | } |
|---|
| 6201 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 6202 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 6203 | |
|---|
| 6204 | Run Build Command:"/usr/bin/make" "cmTC_4d5c5/fast" |
|---|
| 6205 | make -f CMakeFiles/cmTC_4d5c5.dir/build.make CMakeFiles/cmTC_4d5c5.dir/build |
|---|
| 6206 | Building C object CMakeFiles/cmTC_4d5c5.dir/src.c.o |
|---|
| 6207 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_4d5c5.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 6208 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier |
|---|
| 6209 | send(SOCKET, const void *, size_t, int); |
|---|
| 6210 | ^ |
|---|
| 6211 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 6212 | send(SOCKET, const void *, size_t, int); |
|---|
| 6213 | ^ |
|---|
| 6214 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 6215 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 6216 | ^ |
|---|
| 6217 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET' |
|---|
| 6218 | SOCKET s=0; |
|---|
| 6219 | ^ |
|---|
| 6220 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's' |
|---|
| 6221 | int res = send(s, buf, len, flags); |
|---|
| 6222 | ^ |
|---|
| 6223 | 4 errors generated. |
|---|
| 6224 | make[1]: *** [CMakeFiles/cmTC_4d5c5.dir/src.c.o] Error 1 |
|---|
| 6225 | make: *** [cmTC_4d5c5/fast] Error 2 |
|---|
| 6226 | |
|---|
| 6227 | Source file was: |
|---|
| 6228 | |
|---|
| 6229 | #undef inline |
|---|
| 6230 | #include <sys/types.h> |
|---|
| 6231 | #include <sys/socket.h> |
|---|
| 6232 | extern int |
|---|
| 6233 | send(SOCKET, const void *, size_t, int); |
|---|
| 6234 | int main(void) { |
|---|
| 6235 | SOCKET s=0; |
|---|
| 6236 | const void * buf=0; |
|---|
| 6237 | size_t len=0; |
|---|
| 6238 | int flags=0; |
|---|
| 6239 | int res = send(s, buf, len, flags); |
|---|
| 6240 | (void) res; |
|---|
| 6241 | return 0; |
|---|
| 6242 | } |
|---|
| 6243 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 6244 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 6245 | |
|---|
| 6246 | Run Build Command:"/usr/bin/make" "cmTC_5a38f/fast" |
|---|
| 6247 | make -f CMakeFiles/cmTC_5a38f.dir/build.make CMakeFiles/cmTC_5a38f.dir/build |
|---|
| 6248 | Building C object CMakeFiles/cmTC_5a38f.dir/src.c.o |
|---|
| 6249 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_5a38f.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 6250 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier |
|---|
| 6251 | send(SOCKET, const void *, size_t, unsigned int); |
|---|
| 6252 | ^ |
|---|
| 6253 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 6254 | send(SOCKET, const void *, size_t, unsigned int); |
|---|
| 6255 | ^ |
|---|
| 6256 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 6257 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 6258 | ^ |
|---|
| 6259 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET' |
|---|
| 6260 | SOCKET s=0; |
|---|
| 6261 | ^ |
|---|
| 6262 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's' |
|---|
| 6263 | int res = send(s, buf, len, flags); |
|---|
| 6264 | ^ |
|---|
| 6265 | 4 errors generated. |
|---|
| 6266 | make[1]: *** [CMakeFiles/cmTC_5a38f.dir/src.c.o] Error 1 |
|---|
| 6267 | make: *** [cmTC_5a38f/fast] Error 2 |
|---|
| 6268 | |
|---|
| 6269 | Source file was: |
|---|
| 6270 | |
|---|
| 6271 | #undef inline |
|---|
| 6272 | #include <sys/types.h> |
|---|
| 6273 | #include <sys/socket.h> |
|---|
| 6274 | extern int |
|---|
| 6275 | send(SOCKET, const void *, size_t, unsigned int); |
|---|
| 6276 | int main(void) { |
|---|
| 6277 | SOCKET s=0; |
|---|
| 6278 | const void * buf=0; |
|---|
| 6279 | size_t len=0; |
|---|
| 6280 | unsigned int flags=0; |
|---|
| 6281 | int res = send(s, buf, len, flags); |
|---|
| 6282 | (void) res; |
|---|
| 6283 | return 0; |
|---|
| 6284 | } |
|---|
| 6285 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 6286 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 6287 | |
|---|
| 6288 | Run Build Command:"/usr/bin/make" "cmTC_1c490/fast" |
|---|
| 6289 | make -f CMakeFiles/cmTC_1c490.dir/build.make CMakeFiles/cmTC_1c490.dir/build |
|---|
| 6290 | Building C object CMakeFiles/cmTC_1c490.dir/src.c.o |
|---|
| 6291 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_1c490.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 6292 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier |
|---|
| 6293 | send(SOCKET, const void *, int, int); |
|---|
| 6294 | ^ |
|---|
| 6295 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 6296 | send(SOCKET, const void *, int, int); |
|---|
| 6297 | ^ |
|---|
| 6298 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 6299 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 6300 | ^ |
|---|
| 6301 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET' |
|---|
| 6302 | SOCKET s=0; |
|---|
| 6303 | ^ |
|---|
| 6304 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's' |
|---|
| 6305 | int res = send(s, buf, len, flags); |
|---|
| 6306 | ^ |
|---|
| 6307 | 4 errors generated. |
|---|
| 6308 | make[1]: *** [CMakeFiles/cmTC_1c490.dir/src.c.o] Error 1 |
|---|
| 6309 | make: *** [cmTC_1c490/fast] Error 2 |
|---|
| 6310 | |
|---|
| 6311 | Source file was: |
|---|
| 6312 | |
|---|
| 6313 | #undef inline |
|---|
| 6314 | #include <sys/types.h> |
|---|
| 6315 | #include <sys/socket.h> |
|---|
| 6316 | extern int |
|---|
| 6317 | send(SOCKET, const void *, int, int); |
|---|
| 6318 | int main(void) { |
|---|
| 6319 | SOCKET s=0; |
|---|
| 6320 | const void * buf=0; |
|---|
| 6321 | int len=0; |
|---|
| 6322 | int flags=0; |
|---|
| 6323 | int res = send(s, buf, len, flags); |
|---|
| 6324 | (void) res; |
|---|
| 6325 | return 0; |
|---|
| 6326 | } |
|---|
| 6327 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 6328 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 6329 | |
|---|
| 6330 | Run Build Command:"/usr/bin/make" "cmTC_2da5d/fast" |
|---|
| 6331 | make -f CMakeFiles/cmTC_2da5d.dir/build.make CMakeFiles/cmTC_2da5d.dir/build |
|---|
| 6332 | Building C object CMakeFiles/cmTC_2da5d.dir/src.c.o |
|---|
| 6333 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_2da5d.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 6334 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier |
|---|
| 6335 | send(SOCKET, const void *, int, unsigned int); |
|---|
| 6336 | ^ |
|---|
| 6337 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 6338 | send(SOCKET, const void *, int, unsigned int); |
|---|
| 6339 | ^ |
|---|
| 6340 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 6341 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 6342 | ^ |
|---|
| 6343 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET' |
|---|
| 6344 | SOCKET s=0; |
|---|
| 6345 | ^ |
|---|
| 6346 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's' |
|---|
| 6347 | int res = send(s, buf, len, flags); |
|---|
| 6348 | ^ |
|---|
| 6349 | 4 errors generated. |
|---|
| 6350 | make[1]: *** [CMakeFiles/cmTC_2da5d.dir/src.c.o] Error 1 |
|---|
| 6351 | make: *** [cmTC_2da5d/fast] Error 2 |
|---|
| 6352 | |
|---|
| 6353 | Source file was: |
|---|
| 6354 | |
|---|
| 6355 | #undef inline |
|---|
| 6356 | #include <sys/types.h> |
|---|
| 6357 | #include <sys/socket.h> |
|---|
| 6358 | extern int |
|---|
| 6359 | send(SOCKET, const void *, int, unsigned int); |
|---|
| 6360 | int main(void) { |
|---|
| 6361 | SOCKET s=0; |
|---|
| 6362 | const void * buf=0; |
|---|
| 6363 | int len=0; |
|---|
| 6364 | unsigned int flags=0; |
|---|
| 6365 | int res = send(s, buf, len, flags); |
|---|
| 6366 | (void) res; |
|---|
| 6367 | return 0; |
|---|
| 6368 | } |
|---|
| 6369 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 6370 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 6371 | |
|---|
| 6372 | Run Build Command:"/usr/bin/make" "cmTC_9d967/fast" |
|---|
| 6373 | make -f CMakeFiles/cmTC_9d967.dir/build.make CMakeFiles/cmTC_9d967.dir/build |
|---|
| 6374 | Building C object CMakeFiles/cmTC_9d967.dir/src.c.o |
|---|
| 6375 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_9d967.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 6376 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier |
|---|
| 6377 | send(SOCKET, const void *, socklen_t, int); |
|---|
| 6378 | ^ |
|---|
| 6379 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 6380 | send(SOCKET, const void *, socklen_t, int); |
|---|
| 6381 | ^ |
|---|
| 6382 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 6383 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 6384 | ^ |
|---|
| 6385 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET' |
|---|
| 6386 | SOCKET s=0; |
|---|
| 6387 | ^ |
|---|
| 6388 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's' |
|---|
| 6389 | int res = send(s, buf, len, flags); |
|---|
| 6390 | ^ |
|---|
| 6391 | 4 errors generated. |
|---|
| 6392 | make[1]: *** [CMakeFiles/cmTC_9d967.dir/src.c.o] Error 1 |
|---|
| 6393 | make: *** [cmTC_9d967/fast] Error 2 |
|---|
| 6394 | |
|---|
| 6395 | Source file was: |
|---|
| 6396 | |
|---|
| 6397 | #undef inline |
|---|
| 6398 | #include <sys/types.h> |
|---|
| 6399 | #include <sys/socket.h> |
|---|
| 6400 | extern int |
|---|
| 6401 | send(SOCKET, const void *, socklen_t, int); |
|---|
| 6402 | int main(void) { |
|---|
| 6403 | SOCKET s=0; |
|---|
| 6404 | const void * buf=0; |
|---|
| 6405 | socklen_t len=0; |
|---|
| 6406 | int flags=0; |
|---|
| 6407 | int res = send(s, buf, len, flags); |
|---|
| 6408 | (void) res; |
|---|
| 6409 | return 0; |
|---|
| 6410 | } |
|---|
| 6411 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 6412 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 6413 | |
|---|
| 6414 | Run Build Command:"/usr/bin/make" "cmTC_d51b4/fast" |
|---|
| 6415 | make -f CMakeFiles/cmTC_d51b4.dir/build.make CMakeFiles/cmTC_d51b4.dir/build |
|---|
| 6416 | Building C object CMakeFiles/cmTC_d51b4.dir/src.c.o |
|---|
| 6417 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_d51b4.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 6418 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier |
|---|
| 6419 | send(SOCKET, const void *, socklen_t, unsigned int); |
|---|
| 6420 | ^ |
|---|
| 6421 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 6422 | send(SOCKET, const void *, socklen_t, unsigned int); |
|---|
| 6423 | ^ |
|---|
| 6424 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 6425 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 6426 | ^ |
|---|
| 6427 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET' |
|---|
| 6428 | SOCKET s=0; |
|---|
| 6429 | ^ |
|---|
| 6430 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's' |
|---|
| 6431 | int res = send(s, buf, len, flags); |
|---|
| 6432 | ^ |
|---|
| 6433 | 4 errors generated. |
|---|
| 6434 | make[1]: *** [CMakeFiles/cmTC_d51b4.dir/src.c.o] Error 1 |
|---|
| 6435 | make: *** [cmTC_d51b4/fast] Error 2 |
|---|
| 6436 | |
|---|
| 6437 | Source file was: |
|---|
| 6438 | |
|---|
| 6439 | #undef inline |
|---|
| 6440 | #include <sys/types.h> |
|---|
| 6441 | #include <sys/socket.h> |
|---|
| 6442 | extern int |
|---|
| 6443 | send(SOCKET, const void *, socklen_t, unsigned int); |
|---|
| 6444 | int main(void) { |
|---|
| 6445 | SOCKET s=0; |
|---|
| 6446 | const void * buf=0; |
|---|
| 6447 | socklen_t len=0; |
|---|
| 6448 | unsigned int flags=0; |
|---|
| 6449 | int res = send(s, buf, len, flags); |
|---|
| 6450 | (void) res; |
|---|
| 6451 | return 0; |
|---|
| 6452 | } |
|---|
| 6453 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 6454 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 6455 | |
|---|
| 6456 | Run Build Command:"/usr/bin/make" "cmTC_26963/fast" |
|---|
| 6457 | make -f CMakeFiles/cmTC_26963.dir/build.make CMakeFiles/cmTC_26963.dir/build |
|---|
| 6458 | Building C object CMakeFiles/cmTC_26963.dir/src.c.o |
|---|
| 6459 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_26963.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 6460 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier |
|---|
| 6461 | send(SOCKET, const void *, unsigned int, int); |
|---|
| 6462 | ^ |
|---|
| 6463 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 6464 | send(SOCKET, const void *, unsigned int, int); |
|---|
| 6465 | ^ |
|---|
| 6466 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 6467 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 6468 | ^ |
|---|
| 6469 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET' |
|---|
| 6470 | SOCKET s=0; |
|---|
| 6471 | ^ |
|---|
| 6472 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's' |
|---|
| 6473 | int res = send(s, buf, len, flags); |
|---|
| 6474 | ^ |
|---|
| 6475 | 4 errors generated. |
|---|
| 6476 | make[1]: *** [CMakeFiles/cmTC_26963.dir/src.c.o] Error 1 |
|---|
| 6477 | make: *** [cmTC_26963/fast] Error 2 |
|---|
| 6478 | |
|---|
| 6479 | Source file was: |
|---|
| 6480 | |
|---|
| 6481 | #undef inline |
|---|
| 6482 | #include <sys/types.h> |
|---|
| 6483 | #include <sys/socket.h> |
|---|
| 6484 | extern int |
|---|
| 6485 | send(SOCKET, const void *, unsigned int, int); |
|---|
| 6486 | int main(void) { |
|---|
| 6487 | SOCKET s=0; |
|---|
| 6488 | const void * buf=0; |
|---|
| 6489 | unsigned int len=0; |
|---|
| 6490 | int flags=0; |
|---|
| 6491 | int res = send(s, buf, len, flags); |
|---|
| 6492 | (void) res; |
|---|
| 6493 | return 0; |
|---|
| 6494 | } |
|---|
| 6495 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 6496 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 6497 | |
|---|
| 6498 | Run Build Command:"/usr/bin/make" "cmTC_42a13/fast" |
|---|
| 6499 | make -f CMakeFiles/cmTC_42a13.dir/build.make CMakeFiles/cmTC_42a13.dir/build |
|---|
| 6500 | Building C object CMakeFiles/cmTC_42a13.dir/src.c.o |
|---|
| 6501 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_42a13.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 6502 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier |
|---|
| 6503 | send(SOCKET, const void *, unsigned int, unsigned int); |
|---|
| 6504 | ^ |
|---|
| 6505 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 6506 | send(SOCKET, const void *, unsigned int, unsigned int); |
|---|
| 6507 | ^ |
|---|
| 6508 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 6509 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 6510 | ^ |
|---|
| 6511 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET' |
|---|
| 6512 | SOCKET s=0; |
|---|
| 6513 | ^ |
|---|
| 6514 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's' |
|---|
| 6515 | int res = send(s, buf, len, flags); |
|---|
| 6516 | ^ |
|---|
| 6517 | 4 errors generated. |
|---|
| 6518 | make[1]: *** [CMakeFiles/cmTC_42a13.dir/src.c.o] Error 1 |
|---|
| 6519 | make: *** [cmTC_42a13/fast] Error 2 |
|---|
| 6520 | |
|---|
| 6521 | Source file was: |
|---|
| 6522 | |
|---|
| 6523 | #undef inline |
|---|
| 6524 | #include <sys/types.h> |
|---|
| 6525 | #include <sys/socket.h> |
|---|
| 6526 | extern int |
|---|
| 6527 | send(SOCKET, const void *, unsigned int, unsigned int); |
|---|
| 6528 | int main(void) { |
|---|
| 6529 | SOCKET s=0; |
|---|
| 6530 | const void * buf=0; |
|---|
| 6531 | unsigned int len=0; |
|---|
| 6532 | unsigned int flags=0; |
|---|
| 6533 | int res = send(s, buf, len, flags); |
|---|
| 6534 | (void) res; |
|---|
| 6535 | return 0; |
|---|
| 6536 | } |
|---|
| 6537 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 6538 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 6539 | |
|---|
| 6540 | Run Build Command:"/usr/bin/make" "cmTC_0544f/fast" |
|---|
| 6541 | make -f CMakeFiles/cmTC_0544f.dir/build.make CMakeFiles/cmTC_0544f.dir/build |
|---|
| 6542 | Building C object CMakeFiles/cmTC_0544f.dir/src.c.o |
|---|
| 6543 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_0544f.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 6544 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier |
|---|
| 6545 | send(SOCKET, void *, size_t, int); |
|---|
| 6546 | ^ |
|---|
| 6547 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 6548 | send(SOCKET, void *, size_t, int); |
|---|
| 6549 | ^ |
|---|
| 6550 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 6551 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 6552 | ^ |
|---|
| 6553 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET' |
|---|
| 6554 | SOCKET s=0; |
|---|
| 6555 | ^ |
|---|
| 6556 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's' |
|---|
| 6557 | int res = send(s, buf, len, flags); |
|---|
| 6558 | ^ |
|---|
| 6559 | 4 errors generated. |
|---|
| 6560 | make[1]: *** [CMakeFiles/cmTC_0544f.dir/src.c.o] Error 1 |
|---|
| 6561 | make: *** [cmTC_0544f/fast] Error 2 |
|---|
| 6562 | |
|---|
| 6563 | Source file was: |
|---|
| 6564 | |
|---|
| 6565 | #undef inline |
|---|
| 6566 | #include <sys/types.h> |
|---|
| 6567 | #include <sys/socket.h> |
|---|
| 6568 | extern int |
|---|
| 6569 | send(SOCKET, void *, size_t, int); |
|---|
| 6570 | int main(void) { |
|---|
| 6571 | SOCKET s=0; |
|---|
| 6572 | void * buf=0; |
|---|
| 6573 | size_t len=0; |
|---|
| 6574 | int flags=0; |
|---|
| 6575 | int res = send(s, buf, len, flags); |
|---|
| 6576 | (void) res; |
|---|
| 6577 | return 0; |
|---|
| 6578 | } |
|---|
| 6579 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 6580 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 6581 | |
|---|
| 6582 | Run Build Command:"/usr/bin/make" "cmTC_f833b/fast" |
|---|
| 6583 | make -f CMakeFiles/cmTC_f833b.dir/build.make CMakeFiles/cmTC_f833b.dir/build |
|---|
| 6584 | Building C object CMakeFiles/cmTC_f833b.dir/src.c.o |
|---|
| 6585 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_f833b.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 6586 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier |
|---|
| 6587 | send(SOCKET, void *, size_t, unsigned int); |
|---|
| 6588 | ^ |
|---|
| 6589 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 6590 | send(SOCKET, void *, size_t, unsigned int); |
|---|
| 6591 | ^ |
|---|
| 6592 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 6593 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 6594 | ^ |
|---|
| 6595 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET' |
|---|
| 6596 | SOCKET s=0; |
|---|
| 6597 | ^ |
|---|
| 6598 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's' |
|---|
| 6599 | int res = send(s, buf, len, flags); |
|---|
| 6600 | ^ |
|---|
| 6601 | 4 errors generated. |
|---|
| 6602 | make[1]: *** [CMakeFiles/cmTC_f833b.dir/src.c.o] Error 1 |
|---|
| 6603 | make: *** [cmTC_f833b/fast] Error 2 |
|---|
| 6604 | |
|---|
| 6605 | Source file was: |
|---|
| 6606 | |
|---|
| 6607 | #undef inline |
|---|
| 6608 | #include <sys/types.h> |
|---|
| 6609 | #include <sys/socket.h> |
|---|
| 6610 | extern int |
|---|
| 6611 | send(SOCKET, void *, size_t, unsigned int); |
|---|
| 6612 | int main(void) { |
|---|
| 6613 | SOCKET s=0; |
|---|
| 6614 | void * buf=0; |
|---|
| 6615 | size_t len=0; |
|---|
| 6616 | unsigned int flags=0; |
|---|
| 6617 | int res = send(s, buf, len, flags); |
|---|
| 6618 | (void) res; |
|---|
| 6619 | return 0; |
|---|
| 6620 | } |
|---|
| 6621 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 6622 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 6623 | |
|---|
| 6624 | Run Build Command:"/usr/bin/make" "cmTC_aed7b/fast" |
|---|
| 6625 | make -f CMakeFiles/cmTC_aed7b.dir/build.make CMakeFiles/cmTC_aed7b.dir/build |
|---|
| 6626 | Building C object CMakeFiles/cmTC_aed7b.dir/src.c.o |
|---|
| 6627 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_aed7b.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 6628 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier |
|---|
| 6629 | send(SOCKET, void *, int, int); |
|---|
| 6630 | ^ |
|---|
| 6631 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 6632 | send(SOCKET, void *, int, int); |
|---|
| 6633 | ^ |
|---|
| 6634 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 6635 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 6636 | ^ |
|---|
| 6637 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET' |
|---|
| 6638 | SOCKET s=0; |
|---|
| 6639 | ^ |
|---|
| 6640 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's' |
|---|
| 6641 | int res = send(s, buf, len, flags); |
|---|
| 6642 | ^ |
|---|
| 6643 | 4 errors generated. |
|---|
| 6644 | make[1]: *** [CMakeFiles/cmTC_aed7b.dir/src.c.o] Error 1 |
|---|
| 6645 | make: *** [cmTC_aed7b/fast] Error 2 |
|---|
| 6646 | |
|---|
| 6647 | Source file was: |
|---|
| 6648 | |
|---|
| 6649 | #undef inline |
|---|
| 6650 | #include <sys/types.h> |
|---|
| 6651 | #include <sys/socket.h> |
|---|
| 6652 | extern int |
|---|
| 6653 | send(SOCKET, void *, int, int); |
|---|
| 6654 | int main(void) { |
|---|
| 6655 | SOCKET s=0; |
|---|
| 6656 | void * buf=0; |
|---|
| 6657 | int len=0; |
|---|
| 6658 | int flags=0; |
|---|
| 6659 | int res = send(s, buf, len, flags); |
|---|
| 6660 | (void) res; |
|---|
| 6661 | return 0; |
|---|
| 6662 | } |
|---|
| 6663 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 6664 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 6665 | |
|---|
| 6666 | Run Build Command:"/usr/bin/make" "cmTC_2bd85/fast" |
|---|
| 6667 | make -f CMakeFiles/cmTC_2bd85.dir/build.make CMakeFiles/cmTC_2bd85.dir/build |
|---|
| 6668 | Building C object CMakeFiles/cmTC_2bd85.dir/src.c.o |
|---|
| 6669 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_2bd85.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 6670 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier |
|---|
| 6671 | send(SOCKET, void *, int, unsigned int); |
|---|
| 6672 | ^ |
|---|
| 6673 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 6674 | send(SOCKET, void *, int, unsigned int); |
|---|
| 6675 | ^ |
|---|
| 6676 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 6677 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 6678 | ^ |
|---|
| 6679 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET' |
|---|
| 6680 | SOCKET s=0; |
|---|
| 6681 | ^ |
|---|
| 6682 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's' |
|---|
| 6683 | int res = send(s, buf, len, flags); |
|---|
| 6684 | ^ |
|---|
| 6685 | 4 errors generated. |
|---|
| 6686 | make[1]: *** [CMakeFiles/cmTC_2bd85.dir/src.c.o] Error 1 |
|---|
| 6687 | make: *** [cmTC_2bd85/fast] Error 2 |
|---|
| 6688 | |
|---|
| 6689 | Source file was: |
|---|
| 6690 | |
|---|
| 6691 | #undef inline |
|---|
| 6692 | #include <sys/types.h> |
|---|
| 6693 | #include <sys/socket.h> |
|---|
| 6694 | extern int |
|---|
| 6695 | send(SOCKET, void *, int, unsigned int); |
|---|
| 6696 | int main(void) { |
|---|
| 6697 | SOCKET s=0; |
|---|
| 6698 | void * buf=0; |
|---|
| 6699 | int len=0; |
|---|
| 6700 | unsigned int flags=0; |
|---|
| 6701 | int res = send(s, buf, len, flags); |
|---|
| 6702 | (void) res; |
|---|
| 6703 | return 0; |
|---|
| 6704 | } |
|---|
| 6705 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 6706 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 6707 | |
|---|
| 6708 | Run Build Command:"/usr/bin/make" "cmTC_dd23e/fast" |
|---|
| 6709 | make -f CMakeFiles/cmTC_dd23e.dir/build.make CMakeFiles/cmTC_dd23e.dir/build |
|---|
| 6710 | Building C object CMakeFiles/cmTC_dd23e.dir/src.c.o |
|---|
| 6711 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_dd23e.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 6712 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier |
|---|
| 6713 | send(SOCKET, void *, socklen_t, int); |
|---|
| 6714 | ^ |
|---|
| 6715 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 6716 | send(SOCKET, void *, socklen_t, int); |
|---|
| 6717 | ^ |
|---|
| 6718 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 6719 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 6720 | ^ |
|---|
| 6721 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET' |
|---|
| 6722 | SOCKET s=0; |
|---|
| 6723 | ^ |
|---|
| 6724 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's' |
|---|
| 6725 | int res = send(s, buf, len, flags); |
|---|
| 6726 | ^ |
|---|
| 6727 | 4 errors generated. |
|---|
| 6728 | make[1]: *** [CMakeFiles/cmTC_dd23e.dir/src.c.o] Error 1 |
|---|
| 6729 | make: *** [cmTC_dd23e/fast] Error 2 |
|---|
| 6730 | |
|---|
| 6731 | Source file was: |
|---|
| 6732 | |
|---|
| 6733 | #undef inline |
|---|
| 6734 | #include <sys/types.h> |
|---|
| 6735 | #include <sys/socket.h> |
|---|
| 6736 | extern int |
|---|
| 6737 | send(SOCKET, void *, socklen_t, int); |
|---|
| 6738 | int main(void) { |
|---|
| 6739 | SOCKET s=0; |
|---|
| 6740 | void * buf=0; |
|---|
| 6741 | socklen_t len=0; |
|---|
| 6742 | int flags=0; |
|---|
| 6743 | int res = send(s, buf, len, flags); |
|---|
| 6744 | (void) res; |
|---|
| 6745 | return 0; |
|---|
| 6746 | } |
|---|
| 6747 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 6748 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 6749 | |
|---|
| 6750 | Run Build Command:"/usr/bin/make" "cmTC_7ee8c/fast" |
|---|
| 6751 | make -f CMakeFiles/cmTC_7ee8c.dir/build.make CMakeFiles/cmTC_7ee8c.dir/build |
|---|
| 6752 | Building C object CMakeFiles/cmTC_7ee8c.dir/src.c.o |
|---|
| 6753 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_7ee8c.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 6754 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier |
|---|
| 6755 | send(SOCKET, void *, socklen_t, unsigned int); |
|---|
| 6756 | ^ |
|---|
| 6757 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 6758 | send(SOCKET, void *, socklen_t, unsigned int); |
|---|
| 6759 | ^ |
|---|
| 6760 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 6761 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 6762 | ^ |
|---|
| 6763 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET' |
|---|
| 6764 | SOCKET s=0; |
|---|
| 6765 | ^ |
|---|
| 6766 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's' |
|---|
| 6767 | int res = send(s, buf, len, flags); |
|---|
| 6768 | ^ |
|---|
| 6769 | 4 errors generated. |
|---|
| 6770 | make[1]: *** [CMakeFiles/cmTC_7ee8c.dir/src.c.o] Error 1 |
|---|
| 6771 | make: *** [cmTC_7ee8c/fast] Error 2 |
|---|
| 6772 | |
|---|
| 6773 | Source file was: |
|---|
| 6774 | |
|---|
| 6775 | #undef inline |
|---|
| 6776 | #include <sys/types.h> |
|---|
| 6777 | #include <sys/socket.h> |
|---|
| 6778 | extern int |
|---|
| 6779 | send(SOCKET, void *, socklen_t, unsigned int); |
|---|
| 6780 | int main(void) { |
|---|
| 6781 | SOCKET s=0; |
|---|
| 6782 | void * buf=0; |
|---|
| 6783 | socklen_t len=0; |
|---|
| 6784 | unsigned int flags=0; |
|---|
| 6785 | int res = send(s, buf, len, flags); |
|---|
| 6786 | (void) res; |
|---|
| 6787 | return 0; |
|---|
| 6788 | } |
|---|
| 6789 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 6790 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 6791 | |
|---|
| 6792 | Run Build Command:"/usr/bin/make" "cmTC_03880/fast" |
|---|
| 6793 | make -f CMakeFiles/cmTC_03880.dir/build.make CMakeFiles/cmTC_03880.dir/build |
|---|
| 6794 | Building C object CMakeFiles/cmTC_03880.dir/src.c.o |
|---|
| 6795 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_03880.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 6796 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier |
|---|
| 6797 | send(SOCKET, void *, unsigned int, int); |
|---|
| 6798 | ^ |
|---|
| 6799 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 6800 | send(SOCKET, void *, unsigned int, int); |
|---|
| 6801 | ^ |
|---|
| 6802 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 6803 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 6804 | ^ |
|---|
| 6805 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET' |
|---|
| 6806 | SOCKET s=0; |
|---|
| 6807 | ^ |
|---|
| 6808 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's' |
|---|
| 6809 | int res = send(s, buf, len, flags); |
|---|
| 6810 | ^ |
|---|
| 6811 | 4 errors generated. |
|---|
| 6812 | make[1]: *** [CMakeFiles/cmTC_03880.dir/src.c.o] Error 1 |
|---|
| 6813 | make: *** [cmTC_03880/fast] Error 2 |
|---|
| 6814 | |
|---|
| 6815 | Source file was: |
|---|
| 6816 | |
|---|
| 6817 | #undef inline |
|---|
| 6818 | #include <sys/types.h> |
|---|
| 6819 | #include <sys/socket.h> |
|---|
| 6820 | extern int |
|---|
| 6821 | send(SOCKET, void *, unsigned int, int); |
|---|
| 6822 | int main(void) { |
|---|
| 6823 | SOCKET s=0; |
|---|
| 6824 | void * buf=0; |
|---|
| 6825 | unsigned int len=0; |
|---|
| 6826 | int flags=0; |
|---|
| 6827 | int res = send(s, buf, len, flags); |
|---|
| 6828 | (void) res; |
|---|
| 6829 | return 0; |
|---|
| 6830 | } |
|---|
| 6831 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 6832 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 6833 | |
|---|
| 6834 | Run Build Command:"/usr/bin/make" "cmTC_f969c/fast" |
|---|
| 6835 | make -f CMakeFiles/cmTC_f969c.dir/build.make CMakeFiles/cmTC_f969c.dir/build |
|---|
| 6836 | Building C object CMakeFiles/cmTC_f969c.dir/src.c.o |
|---|
| 6837 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_f969c.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 6838 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier |
|---|
| 6839 | send(SOCKET, void *, unsigned int, unsigned int); |
|---|
| 6840 | ^ |
|---|
| 6841 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 6842 | send(SOCKET, void *, unsigned int, unsigned int); |
|---|
| 6843 | ^ |
|---|
| 6844 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 6845 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 6846 | ^ |
|---|
| 6847 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET' |
|---|
| 6848 | SOCKET s=0; |
|---|
| 6849 | ^ |
|---|
| 6850 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's' |
|---|
| 6851 | int res = send(s, buf, len, flags); |
|---|
| 6852 | ^ |
|---|
| 6853 | 4 errors generated. |
|---|
| 6854 | make[1]: *** [CMakeFiles/cmTC_f969c.dir/src.c.o] Error 1 |
|---|
| 6855 | make: *** [cmTC_f969c/fast] Error 2 |
|---|
| 6856 | |
|---|
| 6857 | Source file was: |
|---|
| 6858 | |
|---|
| 6859 | #undef inline |
|---|
| 6860 | #include <sys/types.h> |
|---|
| 6861 | #include <sys/socket.h> |
|---|
| 6862 | extern int |
|---|
| 6863 | send(SOCKET, void *, unsigned int, unsigned int); |
|---|
| 6864 | int main(void) { |
|---|
| 6865 | SOCKET s=0; |
|---|
| 6866 | void * buf=0; |
|---|
| 6867 | unsigned int len=0; |
|---|
| 6868 | unsigned int flags=0; |
|---|
| 6869 | int res = send(s, buf, len, flags); |
|---|
| 6870 | (void) res; |
|---|
| 6871 | return 0; |
|---|
| 6872 | } |
|---|
| 6873 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 6874 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 6875 | |
|---|
| 6876 | Run Build Command:"/usr/bin/make" "cmTC_576d9/fast" |
|---|
| 6877 | make -f CMakeFiles/cmTC_576d9.dir/build.make CMakeFiles/cmTC_576d9.dir/build |
|---|
| 6878 | Building C object CMakeFiles/cmTC_576d9.dir/src.c.o |
|---|
| 6879 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_576d9.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 6880 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier |
|---|
| 6881 | send(SOCKET, char *, size_t, int); |
|---|
| 6882 | ^ |
|---|
| 6883 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 6884 | send(SOCKET, char *, size_t, int); |
|---|
| 6885 | ^ |
|---|
| 6886 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 6887 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 6888 | ^ |
|---|
| 6889 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET' |
|---|
| 6890 | SOCKET s=0; |
|---|
| 6891 | ^ |
|---|
| 6892 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's' |
|---|
| 6893 | int res = send(s, buf, len, flags); |
|---|
| 6894 | ^ |
|---|
| 6895 | 4 errors generated. |
|---|
| 6896 | make[1]: *** [CMakeFiles/cmTC_576d9.dir/src.c.o] Error 1 |
|---|
| 6897 | make: *** [cmTC_576d9/fast] Error 2 |
|---|
| 6898 | |
|---|
| 6899 | Source file was: |
|---|
| 6900 | |
|---|
| 6901 | #undef inline |
|---|
| 6902 | #include <sys/types.h> |
|---|
| 6903 | #include <sys/socket.h> |
|---|
| 6904 | extern int |
|---|
| 6905 | send(SOCKET, char *, size_t, int); |
|---|
| 6906 | int main(void) { |
|---|
| 6907 | SOCKET s=0; |
|---|
| 6908 | char * buf=0; |
|---|
| 6909 | size_t len=0; |
|---|
| 6910 | int flags=0; |
|---|
| 6911 | int res = send(s, buf, len, flags); |
|---|
| 6912 | (void) res; |
|---|
| 6913 | return 0; |
|---|
| 6914 | } |
|---|
| 6915 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 6916 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 6917 | |
|---|
| 6918 | Run Build Command:"/usr/bin/make" "cmTC_4ad4f/fast" |
|---|
| 6919 | make -f CMakeFiles/cmTC_4ad4f.dir/build.make CMakeFiles/cmTC_4ad4f.dir/build |
|---|
| 6920 | Building C object CMakeFiles/cmTC_4ad4f.dir/src.c.o |
|---|
| 6921 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_4ad4f.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 6922 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier |
|---|
| 6923 | send(SOCKET, char *, size_t, unsigned int); |
|---|
| 6924 | ^ |
|---|
| 6925 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 6926 | send(SOCKET, char *, size_t, unsigned int); |
|---|
| 6927 | ^ |
|---|
| 6928 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 6929 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 6930 | ^ |
|---|
| 6931 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET' |
|---|
| 6932 | SOCKET s=0; |
|---|
| 6933 | ^ |
|---|
| 6934 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's' |
|---|
| 6935 | int res = send(s, buf, len, flags); |
|---|
| 6936 | ^ |
|---|
| 6937 | 4 errors generated. |
|---|
| 6938 | make[1]: *** [CMakeFiles/cmTC_4ad4f.dir/src.c.o] Error 1 |
|---|
| 6939 | make: *** [cmTC_4ad4f/fast] Error 2 |
|---|
| 6940 | |
|---|
| 6941 | Source file was: |
|---|
| 6942 | |
|---|
| 6943 | #undef inline |
|---|
| 6944 | #include <sys/types.h> |
|---|
| 6945 | #include <sys/socket.h> |
|---|
| 6946 | extern int |
|---|
| 6947 | send(SOCKET, char *, size_t, unsigned int); |
|---|
| 6948 | int main(void) { |
|---|
| 6949 | SOCKET s=0; |
|---|
| 6950 | char * buf=0; |
|---|
| 6951 | size_t len=0; |
|---|
| 6952 | unsigned int flags=0; |
|---|
| 6953 | int res = send(s, buf, len, flags); |
|---|
| 6954 | (void) res; |
|---|
| 6955 | return 0; |
|---|
| 6956 | } |
|---|
| 6957 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 6958 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 6959 | |
|---|
| 6960 | Run Build Command:"/usr/bin/make" "cmTC_ccced/fast" |
|---|
| 6961 | make -f CMakeFiles/cmTC_ccced.dir/build.make CMakeFiles/cmTC_ccced.dir/build |
|---|
| 6962 | Building C object CMakeFiles/cmTC_ccced.dir/src.c.o |
|---|
| 6963 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_ccced.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 6964 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier |
|---|
| 6965 | send(SOCKET, char *, int, int); |
|---|
| 6966 | ^ |
|---|
| 6967 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 6968 | send(SOCKET, char *, int, int); |
|---|
| 6969 | ^ |
|---|
| 6970 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 6971 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 6972 | ^ |
|---|
| 6973 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET' |
|---|
| 6974 | SOCKET s=0; |
|---|
| 6975 | ^ |
|---|
| 6976 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's' |
|---|
| 6977 | int res = send(s, buf, len, flags); |
|---|
| 6978 | ^ |
|---|
| 6979 | 4 errors generated. |
|---|
| 6980 | make[1]: *** [CMakeFiles/cmTC_ccced.dir/src.c.o] Error 1 |
|---|
| 6981 | make: *** [cmTC_ccced/fast] Error 2 |
|---|
| 6982 | |
|---|
| 6983 | Source file was: |
|---|
| 6984 | |
|---|
| 6985 | #undef inline |
|---|
| 6986 | #include <sys/types.h> |
|---|
| 6987 | #include <sys/socket.h> |
|---|
| 6988 | extern int |
|---|
| 6989 | send(SOCKET, char *, int, int); |
|---|
| 6990 | int main(void) { |
|---|
| 6991 | SOCKET s=0; |
|---|
| 6992 | char * buf=0; |
|---|
| 6993 | int len=0; |
|---|
| 6994 | int flags=0; |
|---|
| 6995 | int res = send(s, buf, len, flags); |
|---|
| 6996 | (void) res; |
|---|
| 6997 | return 0; |
|---|
| 6998 | } |
|---|
| 6999 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 7000 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 7001 | |
|---|
| 7002 | Run Build Command:"/usr/bin/make" "cmTC_bcfe5/fast" |
|---|
| 7003 | make -f CMakeFiles/cmTC_bcfe5.dir/build.make CMakeFiles/cmTC_bcfe5.dir/build |
|---|
| 7004 | Building C object CMakeFiles/cmTC_bcfe5.dir/src.c.o |
|---|
| 7005 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_bcfe5.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 7006 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier |
|---|
| 7007 | send(SOCKET, char *, int, unsigned int); |
|---|
| 7008 | ^ |
|---|
| 7009 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 7010 | send(SOCKET, char *, int, unsigned int); |
|---|
| 7011 | ^ |
|---|
| 7012 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 7013 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 7014 | ^ |
|---|
| 7015 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET' |
|---|
| 7016 | SOCKET s=0; |
|---|
| 7017 | ^ |
|---|
| 7018 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's' |
|---|
| 7019 | int res = send(s, buf, len, flags); |
|---|
| 7020 | ^ |
|---|
| 7021 | 4 errors generated. |
|---|
| 7022 | make[1]: *** [CMakeFiles/cmTC_bcfe5.dir/src.c.o] Error 1 |
|---|
| 7023 | make: *** [cmTC_bcfe5/fast] Error 2 |
|---|
| 7024 | |
|---|
| 7025 | Source file was: |
|---|
| 7026 | |
|---|
| 7027 | #undef inline |
|---|
| 7028 | #include <sys/types.h> |
|---|
| 7029 | #include <sys/socket.h> |
|---|
| 7030 | extern int |
|---|
| 7031 | send(SOCKET, char *, int, unsigned int); |
|---|
| 7032 | int main(void) { |
|---|
| 7033 | SOCKET s=0; |
|---|
| 7034 | char * buf=0; |
|---|
| 7035 | int len=0; |
|---|
| 7036 | unsigned int flags=0; |
|---|
| 7037 | int res = send(s, buf, len, flags); |
|---|
| 7038 | (void) res; |
|---|
| 7039 | return 0; |
|---|
| 7040 | } |
|---|
| 7041 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 7042 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 7043 | |
|---|
| 7044 | Run Build Command:"/usr/bin/make" "cmTC_86789/fast" |
|---|
| 7045 | make -f CMakeFiles/cmTC_86789.dir/build.make CMakeFiles/cmTC_86789.dir/build |
|---|
| 7046 | Building C object CMakeFiles/cmTC_86789.dir/src.c.o |
|---|
| 7047 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_86789.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 7048 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier |
|---|
| 7049 | send(SOCKET, char *, socklen_t, int); |
|---|
| 7050 | ^ |
|---|
| 7051 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 7052 | send(SOCKET, char *, socklen_t, int); |
|---|
| 7053 | ^ |
|---|
| 7054 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 7055 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 7056 | ^ |
|---|
| 7057 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET' |
|---|
| 7058 | SOCKET s=0; |
|---|
| 7059 | ^ |
|---|
| 7060 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's' |
|---|
| 7061 | int res = send(s, buf, len, flags); |
|---|
| 7062 | ^ |
|---|
| 7063 | 4 errors generated. |
|---|
| 7064 | make[1]: *** [CMakeFiles/cmTC_86789.dir/src.c.o] Error 1 |
|---|
| 7065 | make: *** [cmTC_86789/fast] Error 2 |
|---|
| 7066 | |
|---|
| 7067 | Source file was: |
|---|
| 7068 | |
|---|
| 7069 | #undef inline |
|---|
| 7070 | #include <sys/types.h> |
|---|
| 7071 | #include <sys/socket.h> |
|---|
| 7072 | extern int |
|---|
| 7073 | send(SOCKET, char *, socklen_t, int); |
|---|
| 7074 | int main(void) { |
|---|
| 7075 | SOCKET s=0; |
|---|
| 7076 | char * buf=0; |
|---|
| 7077 | socklen_t len=0; |
|---|
| 7078 | int flags=0; |
|---|
| 7079 | int res = send(s, buf, len, flags); |
|---|
| 7080 | (void) res; |
|---|
| 7081 | return 0; |
|---|
| 7082 | } |
|---|
| 7083 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 7084 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 7085 | |
|---|
| 7086 | Run Build Command:"/usr/bin/make" "cmTC_66566/fast" |
|---|
| 7087 | make -f CMakeFiles/cmTC_66566.dir/build.make CMakeFiles/cmTC_66566.dir/build |
|---|
| 7088 | Building C object CMakeFiles/cmTC_66566.dir/src.c.o |
|---|
| 7089 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_66566.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 7090 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier |
|---|
| 7091 | send(SOCKET, char *, socklen_t, unsigned int); |
|---|
| 7092 | ^ |
|---|
| 7093 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 7094 | send(SOCKET, char *, socklen_t, unsigned int); |
|---|
| 7095 | ^ |
|---|
| 7096 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 7097 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 7098 | ^ |
|---|
| 7099 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET' |
|---|
| 7100 | SOCKET s=0; |
|---|
| 7101 | ^ |
|---|
| 7102 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's' |
|---|
| 7103 | int res = send(s, buf, len, flags); |
|---|
| 7104 | ^ |
|---|
| 7105 | 4 errors generated. |
|---|
| 7106 | make[1]: *** [CMakeFiles/cmTC_66566.dir/src.c.o] Error 1 |
|---|
| 7107 | make: *** [cmTC_66566/fast] Error 2 |
|---|
| 7108 | |
|---|
| 7109 | Source file was: |
|---|
| 7110 | |
|---|
| 7111 | #undef inline |
|---|
| 7112 | #include <sys/types.h> |
|---|
| 7113 | #include <sys/socket.h> |
|---|
| 7114 | extern int |
|---|
| 7115 | send(SOCKET, char *, socklen_t, unsigned int); |
|---|
| 7116 | int main(void) { |
|---|
| 7117 | SOCKET s=0; |
|---|
| 7118 | char * buf=0; |
|---|
| 7119 | socklen_t len=0; |
|---|
| 7120 | unsigned int flags=0; |
|---|
| 7121 | int res = send(s, buf, len, flags); |
|---|
| 7122 | (void) res; |
|---|
| 7123 | return 0; |
|---|
| 7124 | } |
|---|
| 7125 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 7126 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 7127 | |
|---|
| 7128 | Run Build Command:"/usr/bin/make" "cmTC_8bff8/fast" |
|---|
| 7129 | make -f CMakeFiles/cmTC_8bff8.dir/build.make CMakeFiles/cmTC_8bff8.dir/build |
|---|
| 7130 | Building C object CMakeFiles/cmTC_8bff8.dir/src.c.o |
|---|
| 7131 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_8bff8.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 7132 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier |
|---|
| 7133 | send(SOCKET, char *, unsigned int, int); |
|---|
| 7134 | ^ |
|---|
| 7135 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 7136 | send(SOCKET, char *, unsigned int, int); |
|---|
| 7137 | ^ |
|---|
| 7138 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 7139 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 7140 | ^ |
|---|
| 7141 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET' |
|---|
| 7142 | SOCKET s=0; |
|---|
| 7143 | ^ |
|---|
| 7144 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's' |
|---|
| 7145 | int res = send(s, buf, len, flags); |
|---|
| 7146 | ^ |
|---|
| 7147 | 4 errors generated. |
|---|
| 7148 | make[1]: *** [CMakeFiles/cmTC_8bff8.dir/src.c.o] Error 1 |
|---|
| 7149 | make: *** [cmTC_8bff8/fast] Error 2 |
|---|
| 7150 | |
|---|
| 7151 | Source file was: |
|---|
| 7152 | |
|---|
| 7153 | #undef inline |
|---|
| 7154 | #include <sys/types.h> |
|---|
| 7155 | #include <sys/socket.h> |
|---|
| 7156 | extern int |
|---|
| 7157 | send(SOCKET, char *, unsigned int, int); |
|---|
| 7158 | int main(void) { |
|---|
| 7159 | SOCKET s=0; |
|---|
| 7160 | char * buf=0; |
|---|
| 7161 | unsigned int len=0; |
|---|
| 7162 | int flags=0; |
|---|
| 7163 | int res = send(s, buf, len, flags); |
|---|
| 7164 | (void) res; |
|---|
| 7165 | return 0; |
|---|
| 7166 | } |
|---|
| 7167 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 7168 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 7169 | |
|---|
| 7170 | Run Build Command:"/usr/bin/make" "cmTC_ea056/fast" |
|---|
| 7171 | make -f CMakeFiles/cmTC_ea056.dir/build.make CMakeFiles/cmTC_ea056.dir/build |
|---|
| 7172 | Building C object CMakeFiles/cmTC_ea056.dir/src.c.o |
|---|
| 7173 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_ea056.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 7174 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier |
|---|
| 7175 | send(SOCKET, char *, unsigned int, unsigned int); |
|---|
| 7176 | ^ |
|---|
| 7177 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 7178 | send(SOCKET, char *, unsigned int, unsigned int); |
|---|
| 7179 | ^ |
|---|
| 7180 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 7181 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 7182 | ^ |
|---|
| 7183 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET' |
|---|
| 7184 | SOCKET s=0; |
|---|
| 7185 | ^ |
|---|
| 7186 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's' |
|---|
| 7187 | int res = send(s, buf, len, flags); |
|---|
| 7188 | ^ |
|---|
| 7189 | 4 errors generated. |
|---|
| 7190 | make[1]: *** [CMakeFiles/cmTC_ea056.dir/src.c.o] Error 1 |
|---|
| 7191 | make: *** [cmTC_ea056/fast] Error 2 |
|---|
| 7192 | |
|---|
| 7193 | Source file was: |
|---|
| 7194 | |
|---|
| 7195 | #undef inline |
|---|
| 7196 | #include <sys/types.h> |
|---|
| 7197 | #include <sys/socket.h> |
|---|
| 7198 | extern int |
|---|
| 7199 | send(SOCKET, char *, unsigned int, unsigned int); |
|---|
| 7200 | int main(void) { |
|---|
| 7201 | SOCKET s=0; |
|---|
| 7202 | char * buf=0; |
|---|
| 7203 | unsigned int len=0; |
|---|
| 7204 | unsigned int flags=0; |
|---|
| 7205 | int res = send(s, buf, len, flags); |
|---|
| 7206 | (void) res; |
|---|
| 7207 | return 0; |
|---|
| 7208 | } |
|---|
| 7209 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 7210 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 7211 | |
|---|
| 7212 | Run Build Command:"/usr/bin/make" "cmTC_caace/fast" |
|---|
| 7213 | make -f CMakeFiles/cmTC_caace.dir/build.make CMakeFiles/cmTC_caace.dir/build |
|---|
| 7214 | Building C object CMakeFiles/cmTC_caace.dir/src.c.o |
|---|
| 7215 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_caace.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 7216 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier |
|---|
| 7217 | send(SOCKET, const char *, size_t, int); |
|---|
| 7218 | ^ |
|---|
| 7219 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 7220 | send(SOCKET, const char *, size_t, int); |
|---|
| 7221 | ^ |
|---|
| 7222 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 7223 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 7224 | ^ |
|---|
| 7225 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET' |
|---|
| 7226 | SOCKET s=0; |
|---|
| 7227 | ^ |
|---|
| 7228 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's' |
|---|
| 7229 | int res = send(s, buf, len, flags); |
|---|
| 7230 | ^ |
|---|
| 7231 | 4 errors generated. |
|---|
| 7232 | make[1]: *** [CMakeFiles/cmTC_caace.dir/src.c.o] Error 1 |
|---|
| 7233 | make: *** [cmTC_caace/fast] Error 2 |
|---|
| 7234 | |
|---|
| 7235 | Source file was: |
|---|
| 7236 | |
|---|
| 7237 | #undef inline |
|---|
| 7238 | #include <sys/types.h> |
|---|
| 7239 | #include <sys/socket.h> |
|---|
| 7240 | extern int |
|---|
| 7241 | send(SOCKET, const char *, size_t, int); |
|---|
| 7242 | int main(void) { |
|---|
| 7243 | SOCKET s=0; |
|---|
| 7244 | const char * buf=0; |
|---|
| 7245 | size_t len=0; |
|---|
| 7246 | int flags=0; |
|---|
| 7247 | int res = send(s, buf, len, flags); |
|---|
| 7248 | (void) res; |
|---|
| 7249 | return 0; |
|---|
| 7250 | } |
|---|
| 7251 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 7252 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 7253 | |
|---|
| 7254 | Run Build Command:"/usr/bin/make" "cmTC_b34c0/fast" |
|---|
| 7255 | make -f CMakeFiles/cmTC_b34c0.dir/build.make CMakeFiles/cmTC_b34c0.dir/build |
|---|
| 7256 | Building C object CMakeFiles/cmTC_b34c0.dir/src.c.o |
|---|
| 7257 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_b34c0.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 7258 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier |
|---|
| 7259 | send(SOCKET, const char *, size_t, unsigned int); |
|---|
| 7260 | ^ |
|---|
| 7261 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 7262 | send(SOCKET, const char *, size_t, unsigned int); |
|---|
| 7263 | ^ |
|---|
| 7264 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 7265 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 7266 | ^ |
|---|
| 7267 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET' |
|---|
| 7268 | SOCKET s=0; |
|---|
| 7269 | ^ |
|---|
| 7270 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's' |
|---|
| 7271 | int res = send(s, buf, len, flags); |
|---|
| 7272 | ^ |
|---|
| 7273 | 4 errors generated. |
|---|
| 7274 | make[1]: *** [CMakeFiles/cmTC_b34c0.dir/src.c.o] Error 1 |
|---|
| 7275 | make: *** [cmTC_b34c0/fast] Error 2 |
|---|
| 7276 | |
|---|
| 7277 | Source file was: |
|---|
| 7278 | |
|---|
| 7279 | #undef inline |
|---|
| 7280 | #include <sys/types.h> |
|---|
| 7281 | #include <sys/socket.h> |
|---|
| 7282 | extern int |
|---|
| 7283 | send(SOCKET, const char *, size_t, unsigned int); |
|---|
| 7284 | int main(void) { |
|---|
| 7285 | SOCKET s=0; |
|---|
| 7286 | const char * buf=0; |
|---|
| 7287 | size_t len=0; |
|---|
| 7288 | unsigned int flags=0; |
|---|
| 7289 | int res = send(s, buf, len, flags); |
|---|
| 7290 | (void) res; |
|---|
| 7291 | return 0; |
|---|
| 7292 | } |
|---|
| 7293 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 7294 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 7295 | |
|---|
| 7296 | Run Build Command:"/usr/bin/make" "cmTC_fc926/fast" |
|---|
| 7297 | make -f CMakeFiles/cmTC_fc926.dir/build.make CMakeFiles/cmTC_fc926.dir/build |
|---|
| 7298 | Building C object CMakeFiles/cmTC_fc926.dir/src.c.o |
|---|
| 7299 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_fc926.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 7300 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier |
|---|
| 7301 | send(SOCKET, const char *, int, int); |
|---|
| 7302 | ^ |
|---|
| 7303 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 7304 | send(SOCKET, const char *, int, int); |
|---|
| 7305 | ^ |
|---|
| 7306 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 7307 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 7308 | ^ |
|---|
| 7309 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET' |
|---|
| 7310 | SOCKET s=0; |
|---|
| 7311 | ^ |
|---|
| 7312 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's' |
|---|
| 7313 | int res = send(s, buf, len, flags); |
|---|
| 7314 | ^ |
|---|
| 7315 | 4 errors generated. |
|---|
| 7316 | make[1]: *** [CMakeFiles/cmTC_fc926.dir/src.c.o] Error 1 |
|---|
| 7317 | make: *** [cmTC_fc926/fast] Error 2 |
|---|
| 7318 | |
|---|
| 7319 | Source file was: |
|---|
| 7320 | |
|---|
| 7321 | #undef inline |
|---|
| 7322 | #include <sys/types.h> |
|---|
| 7323 | #include <sys/socket.h> |
|---|
| 7324 | extern int |
|---|
| 7325 | send(SOCKET, const char *, int, int); |
|---|
| 7326 | int main(void) { |
|---|
| 7327 | SOCKET s=0; |
|---|
| 7328 | const char * buf=0; |
|---|
| 7329 | int len=0; |
|---|
| 7330 | int flags=0; |
|---|
| 7331 | int res = send(s, buf, len, flags); |
|---|
| 7332 | (void) res; |
|---|
| 7333 | return 0; |
|---|
| 7334 | } |
|---|
| 7335 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 7336 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 7337 | |
|---|
| 7338 | Run Build Command:"/usr/bin/make" "cmTC_683be/fast" |
|---|
| 7339 | make -f CMakeFiles/cmTC_683be.dir/build.make CMakeFiles/cmTC_683be.dir/build |
|---|
| 7340 | Building C object CMakeFiles/cmTC_683be.dir/src.c.o |
|---|
| 7341 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_683be.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 7342 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier |
|---|
| 7343 | send(SOCKET, const char *, int, unsigned int); |
|---|
| 7344 | ^ |
|---|
| 7345 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 7346 | send(SOCKET, const char *, int, unsigned int); |
|---|
| 7347 | ^ |
|---|
| 7348 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 7349 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 7350 | ^ |
|---|
| 7351 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET' |
|---|
| 7352 | SOCKET s=0; |
|---|
| 7353 | ^ |
|---|
| 7354 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's' |
|---|
| 7355 | int res = send(s, buf, len, flags); |
|---|
| 7356 | ^ |
|---|
| 7357 | 4 errors generated. |
|---|
| 7358 | make[1]: *** [CMakeFiles/cmTC_683be.dir/src.c.o] Error 1 |
|---|
| 7359 | make: *** [cmTC_683be/fast] Error 2 |
|---|
| 7360 | |
|---|
| 7361 | Source file was: |
|---|
| 7362 | |
|---|
| 7363 | #undef inline |
|---|
| 7364 | #include <sys/types.h> |
|---|
| 7365 | #include <sys/socket.h> |
|---|
| 7366 | extern int |
|---|
| 7367 | send(SOCKET, const char *, int, unsigned int); |
|---|
| 7368 | int main(void) { |
|---|
| 7369 | SOCKET s=0; |
|---|
| 7370 | const char * buf=0; |
|---|
| 7371 | int len=0; |
|---|
| 7372 | unsigned int flags=0; |
|---|
| 7373 | int res = send(s, buf, len, flags); |
|---|
| 7374 | (void) res; |
|---|
| 7375 | return 0; |
|---|
| 7376 | } |
|---|
| 7377 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 7378 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 7379 | |
|---|
| 7380 | Run Build Command:"/usr/bin/make" "cmTC_82300/fast" |
|---|
| 7381 | make -f CMakeFiles/cmTC_82300.dir/build.make CMakeFiles/cmTC_82300.dir/build |
|---|
| 7382 | Building C object CMakeFiles/cmTC_82300.dir/src.c.o |
|---|
| 7383 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_82300.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 7384 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier |
|---|
| 7385 | send(SOCKET, const char *, socklen_t, int); |
|---|
| 7386 | ^ |
|---|
| 7387 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 7388 | send(SOCKET, const char *, socklen_t, int); |
|---|
| 7389 | ^ |
|---|
| 7390 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 7391 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 7392 | ^ |
|---|
| 7393 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET' |
|---|
| 7394 | SOCKET s=0; |
|---|
| 7395 | ^ |
|---|
| 7396 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's' |
|---|
| 7397 | int res = send(s, buf, len, flags); |
|---|
| 7398 | ^ |
|---|
| 7399 | 4 errors generated. |
|---|
| 7400 | make[1]: *** [CMakeFiles/cmTC_82300.dir/src.c.o] Error 1 |
|---|
| 7401 | make: *** [cmTC_82300/fast] Error 2 |
|---|
| 7402 | |
|---|
| 7403 | Source file was: |
|---|
| 7404 | |
|---|
| 7405 | #undef inline |
|---|
| 7406 | #include <sys/types.h> |
|---|
| 7407 | #include <sys/socket.h> |
|---|
| 7408 | extern int |
|---|
| 7409 | send(SOCKET, const char *, socklen_t, int); |
|---|
| 7410 | int main(void) { |
|---|
| 7411 | SOCKET s=0; |
|---|
| 7412 | const char * buf=0; |
|---|
| 7413 | socklen_t len=0; |
|---|
| 7414 | int flags=0; |
|---|
| 7415 | int res = send(s, buf, len, flags); |
|---|
| 7416 | (void) res; |
|---|
| 7417 | return 0; |
|---|
| 7418 | } |
|---|
| 7419 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 7420 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 7421 | |
|---|
| 7422 | Run Build Command:"/usr/bin/make" "cmTC_d5459/fast" |
|---|
| 7423 | make -f CMakeFiles/cmTC_d5459.dir/build.make CMakeFiles/cmTC_d5459.dir/build |
|---|
| 7424 | Building C object CMakeFiles/cmTC_d5459.dir/src.c.o |
|---|
| 7425 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_d5459.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 7426 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier |
|---|
| 7427 | send(SOCKET, const char *, socklen_t, unsigned int); |
|---|
| 7428 | ^ |
|---|
| 7429 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 7430 | send(SOCKET, const char *, socklen_t, unsigned int); |
|---|
| 7431 | ^ |
|---|
| 7432 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 7433 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 7434 | ^ |
|---|
| 7435 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET' |
|---|
| 7436 | SOCKET s=0; |
|---|
| 7437 | ^ |
|---|
| 7438 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's' |
|---|
| 7439 | int res = send(s, buf, len, flags); |
|---|
| 7440 | ^ |
|---|
| 7441 | 4 errors generated. |
|---|
| 7442 | make[1]: *** [CMakeFiles/cmTC_d5459.dir/src.c.o] Error 1 |
|---|
| 7443 | make: *** [cmTC_d5459/fast] Error 2 |
|---|
| 7444 | |
|---|
| 7445 | Source file was: |
|---|
| 7446 | |
|---|
| 7447 | #undef inline |
|---|
| 7448 | #include <sys/types.h> |
|---|
| 7449 | #include <sys/socket.h> |
|---|
| 7450 | extern int |
|---|
| 7451 | send(SOCKET, const char *, socklen_t, unsigned int); |
|---|
| 7452 | int main(void) { |
|---|
| 7453 | SOCKET s=0; |
|---|
| 7454 | const char * buf=0; |
|---|
| 7455 | socklen_t len=0; |
|---|
| 7456 | unsigned int flags=0; |
|---|
| 7457 | int res = send(s, buf, len, flags); |
|---|
| 7458 | (void) res; |
|---|
| 7459 | return 0; |
|---|
| 7460 | } |
|---|
| 7461 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 7462 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 7463 | |
|---|
| 7464 | Run Build Command:"/usr/bin/make" "cmTC_2bd57/fast" |
|---|
| 7465 | make -f CMakeFiles/cmTC_2bd57.dir/build.make CMakeFiles/cmTC_2bd57.dir/build |
|---|
| 7466 | Building C object CMakeFiles/cmTC_2bd57.dir/src.c.o |
|---|
| 7467 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_2bd57.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 7468 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier |
|---|
| 7469 | send(SOCKET, const char *, unsigned int, int); |
|---|
| 7470 | ^ |
|---|
| 7471 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 7472 | send(SOCKET, const char *, unsigned int, int); |
|---|
| 7473 | ^ |
|---|
| 7474 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 7475 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 7476 | ^ |
|---|
| 7477 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET' |
|---|
| 7478 | SOCKET s=0; |
|---|
| 7479 | ^ |
|---|
| 7480 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's' |
|---|
| 7481 | int res = send(s, buf, len, flags); |
|---|
| 7482 | ^ |
|---|
| 7483 | 4 errors generated. |
|---|
| 7484 | make[1]: *** [CMakeFiles/cmTC_2bd57.dir/src.c.o] Error 1 |
|---|
| 7485 | make: *** [cmTC_2bd57/fast] Error 2 |
|---|
| 7486 | |
|---|
| 7487 | Source file was: |
|---|
| 7488 | |
|---|
| 7489 | #undef inline |
|---|
| 7490 | #include <sys/types.h> |
|---|
| 7491 | #include <sys/socket.h> |
|---|
| 7492 | extern int |
|---|
| 7493 | send(SOCKET, const char *, unsigned int, int); |
|---|
| 7494 | int main(void) { |
|---|
| 7495 | SOCKET s=0; |
|---|
| 7496 | const char * buf=0; |
|---|
| 7497 | unsigned int len=0; |
|---|
| 7498 | int flags=0; |
|---|
| 7499 | int res = send(s, buf, len, flags); |
|---|
| 7500 | (void) res; |
|---|
| 7501 | return 0; |
|---|
| 7502 | } |
|---|
| 7503 | Performing C SOURCE FILE Test curl_cv_func_send_test failed with the following output: |
|---|
| 7504 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 7505 | |
|---|
| 7506 | Run Build Command:"/usr/bin/make" "cmTC_effc2/fast" |
|---|
| 7507 | make -f CMakeFiles/cmTC_effc2.dir/build.make CMakeFiles/cmTC_effc2.dir/build |
|---|
| 7508 | Building C object CMakeFiles/cmTC_effc2.dir/src.c.o |
|---|
| 7509 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -Dcurl_cv_func_send_test -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_effc2.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 7510 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:32: error: expected identifier |
|---|
| 7511 | send(SOCKET, const char *, unsigned int, unsigned int); |
|---|
| 7512 | ^ |
|---|
| 7513 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:19: error: conflicting types for 'send' |
|---|
| 7514 | send(SOCKET, const char *, unsigned int, unsigned int); |
|---|
| 7515 | ^ |
|---|
| 7516 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/socket.h:738:9: note: previous declaration is here |
|---|
| 7517 | ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); |
|---|
| 7518 | ^ |
|---|
| 7519 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:8:21: error: use of undeclared identifier 'SOCKET' |
|---|
| 7520 | SOCKET s=0; |
|---|
| 7521 | ^ |
|---|
| 7522 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:12:36: error: use of undeclared identifier 's' |
|---|
| 7523 | int res = send(s, buf, len, flags); |
|---|
| 7524 | ^ |
|---|
| 7525 | 4 errors generated. |
|---|
| 7526 | make[1]: *** [CMakeFiles/cmTC_effc2.dir/src.c.o] Error 1 |
|---|
| 7527 | make: *** [cmTC_effc2/fast] Error 2 |
|---|
| 7528 | |
|---|
| 7529 | Source file was: |
|---|
| 7530 | |
|---|
| 7531 | #undef inline |
|---|
| 7532 | #include <sys/types.h> |
|---|
| 7533 | #include <sys/socket.h> |
|---|
| 7534 | extern int |
|---|
| 7535 | send(SOCKET, const char *, unsigned int, unsigned int); |
|---|
| 7536 | int main(void) { |
|---|
| 7537 | SOCKET s=0; |
|---|
| 7538 | const char * buf=0; |
|---|
| 7539 | unsigned int len=0; |
|---|
| 7540 | unsigned int flags=0; |
|---|
| 7541 | int res = send(s, buf, len, flags); |
|---|
| 7542 | (void) res; |
|---|
| 7543 | return 0; |
|---|
| 7544 | } |
|---|
| 7545 | Determining if the off_t exist failed with the following output: |
|---|
| 7546 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 7547 | |
|---|
| 7548 | Run Build Command:"/usr/bin/make" "cmTC_e6b32/fast" |
|---|
| 7549 | make -f CMakeFiles/cmTC_e6b32.dir/build.make CMakeFiles/cmTC_e6b32.dir/build |
|---|
| 7550 | Building C object CMakeFiles/cmTC_e6b32.dir/CheckSymbolExists.c.o |
|---|
| 7551 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_e6b32.dir/CheckSymbolExists.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c |
|---|
| 7552 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: unexpected type name 'off_t': expected expression |
|---|
| 7553 | return ((int*)(&off_t))[argc]; |
|---|
| 7554 | ^ |
|---|
| 7555 | 1 error generated. |
|---|
| 7556 | make[1]: *** [CMakeFiles/cmTC_e6b32.dir/CheckSymbolExists.c.o] Error 1 |
|---|
| 7557 | make: *** [cmTC_e6b32/fast] Error 2 |
|---|
| 7558 | |
|---|
| 7559 | File /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c: |
|---|
| 7560 | /* */ |
|---|
| 7561 | #include <sys/types.h> |
|---|
| 7562 | |
|---|
| 7563 | int main(int argc, char** argv) |
|---|
| 7564 | { |
|---|
| 7565 | (void)argv; |
|---|
| 7566 | #ifndef off_t |
|---|
| 7567 | return ((int*)(&off_t))[argc]; |
|---|
| 7568 | #else |
|---|
| 7569 | (void)argc; |
|---|
| 7570 | return 0; |
|---|
| 7571 | #endif |
|---|
| 7572 | } |
|---|
| 7573 | |
|---|
| 7574 | Determining if the size_t exist failed with the following output: |
|---|
| 7575 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 7576 | |
|---|
| 7577 | Run Build Command:"/usr/bin/make" "cmTC_156dd/fast" |
|---|
| 7578 | make -f CMakeFiles/cmTC_156dd.dir/build.make CMakeFiles/cmTC_156dd.dir/build |
|---|
| 7579 | Building C object CMakeFiles/cmTC_156dd.dir/CheckSymbolExists.c.o |
|---|
| 7580 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_156dd.dir/CheckSymbolExists.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c |
|---|
| 7581 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: unexpected type name 'size_t': expected expression |
|---|
| 7582 | return ((int*)(&size_t))[argc]; |
|---|
| 7583 | ^ |
|---|
| 7584 | 1 error generated. |
|---|
| 7585 | make[1]: *** [CMakeFiles/cmTC_156dd.dir/CheckSymbolExists.c.o] Error 1 |
|---|
| 7586 | make: *** [cmTC_156dd/fast] Error 2 |
|---|
| 7587 | |
|---|
| 7588 | File /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c: |
|---|
| 7589 | /* */ |
|---|
| 7590 | #include <sys/types.h> |
|---|
| 7591 | |
|---|
| 7592 | int main(int argc, char** argv) |
|---|
| 7593 | { |
|---|
| 7594 | (void)argv; |
|---|
| 7595 | #ifndef size_t |
|---|
| 7596 | return ((int*)(&size_t))[argc]; |
|---|
| 7597 | #else |
|---|
| 7598 | (void)argc; |
|---|
| 7599 | return 0; |
|---|
| 7600 | #endif |
|---|
| 7601 | } |
|---|
| 7602 | |
|---|
| 7603 | Determining if the include file byteswap.h exists failed with the following output: |
|---|
| 7604 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 7605 | |
|---|
| 7606 | Run Build Command:"/usr/bin/make" "cmTC_a5b72/fast" |
|---|
| 7607 | make -f CMakeFiles/cmTC_a5b72.dir/build.make CMakeFiles/cmTC_a5b72.dir/build |
|---|
| 7608 | Building C object CMakeFiles/cmTC_a5b72.dir/CheckIncludeFile.c.o |
|---|
| 7609 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_a5b72.dir/CheckIncludeFile.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFile.c |
|---|
| 7610 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: 'byteswap.h' file not found |
|---|
| 7611 | #include <byteswap.h> |
|---|
| 7612 | ^~~~~~~~~~~~ |
|---|
| 7613 | 1 error generated. |
|---|
| 7614 | make[1]: *** [CMakeFiles/cmTC_a5b72.dir/CheckIncludeFile.c.o] Error 1 |
|---|
| 7615 | make: *** [cmTC_a5b72/fast] Error 2 |
|---|
| 7616 | |
|---|
| 7617 | |
|---|
| 7618 | Performing C SOURCE FILE Test HAVE_BSWAP_16 failed with the following output: |
|---|
| 7619 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 7620 | |
|---|
| 7621 | Run Build Command:"/usr/bin/make" "cmTC_af4d6/fast" |
|---|
| 7622 | make -f CMakeFiles/cmTC_af4d6.dir/build.make CMakeFiles/cmTC_af4d6.dir/build |
|---|
| 7623 | Building C object CMakeFiles/cmTC_af4d6.dir/src.c.o |
|---|
| 7624 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -DHAVE_BSWAP_16 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_af4d6.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 7625 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:1:9: fatal error: 'byteswap.h' file not found |
|---|
| 7626 | #include<byteswap.h> |
|---|
| 7627 | ^~~~~~~~~~~~ |
|---|
| 7628 | 1 error generated. |
|---|
| 7629 | make[1]: *** [CMakeFiles/cmTC_af4d6.dir/src.c.o] Error 1 |
|---|
| 7630 | make: *** [cmTC_af4d6/fast] Error 2 |
|---|
| 7631 | |
|---|
| 7632 | Source file was: |
|---|
| 7633 | #include<byteswap.h> |
|---|
| 7634 | int main(void){bswap_16(0);return 0;} |
|---|
| 7635 | Performing C SOURCE FILE Test HAVE_BSWAP_32 failed with the following output: |
|---|
| 7636 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 7637 | |
|---|
| 7638 | Run Build Command:"/usr/bin/make" "cmTC_c977e/fast" |
|---|
| 7639 | make -f CMakeFiles/cmTC_c977e.dir/build.make CMakeFiles/cmTC_c977e.dir/build |
|---|
| 7640 | Building C object CMakeFiles/cmTC_c977e.dir/src.c.o |
|---|
| 7641 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -DHAVE_BSWAP_32 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_c977e.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 7642 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:1:9: fatal error: 'byteswap.h' file not found |
|---|
| 7643 | #include<byteswap.h> |
|---|
| 7644 | ^~~~~~~~~~~~ |
|---|
| 7645 | 1 error generated. |
|---|
| 7646 | make[1]: *** [CMakeFiles/cmTC_c977e.dir/src.c.o] Error 1 |
|---|
| 7647 | make: *** [cmTC_c977e/fast] Error 2 |
|---|
| 7648 | |
|---|
| 7649 | Source file was: |
|---|
| 7650 | #include<byteswap.h> |
|---|
| 7651 | int main(void){bswap_32(0);return 0;} |
|---|
| 7652 | Performing C SOURCE FILE Test HAVE_BSWAP_64 failed with the following output: |
|---|
| 7653 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 7654 | |
|---|
| 7655 | Run Build Command:"/usr/bin/make" "cmTC_26279/fast" |
|---|
| 7656 | make -f CMakeFiles/cmTC_26279.dir/build.make CMakeFiles/cmTC_26279.dir/build |
|---|
| 7657 | Building C object CMakeFiles/cmTC_26279.dir/src.c.o |
|---|
| 7658 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -DHAVE_BSWAP_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_26279.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 7659 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:1:9: fatal error: 'byteswap.h' file not found |
|---|
| 7660 | #include<byteswap.h> |
|---|
| 7661 | ^~~~~~~~~~~~ |
|---|
| 7662 | 1 error generated. |
|---|
| 7663 | make[1]: *** [CMakeFiles/cmTC_26279.dir/src.c.o] Error 1 |
|---|
| 7664 | make: *** [cmTC_26279/fast] Error 2 |
|---|
| 7665 | |
|---|
| 7666 | Source file was: |
|---|
| 7667 | #include<byteswap.h> |
|---|
| 7668 | int main(void){bswap_64(0);return 0;} |
|---|
| 7669 | Determining size of __int64 failed with the following output: |
|---|
| 7670 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 7671 | |
|---|
| 7672 | Run Build Command:"/usr/bin/make" "cmTC_3e8a3/fast" |
|---|
| 7673 | make -f CMakeFiles/cmTC_3e8a3.dir/build.make CMakeFiles/cmTC_3e8a3.dir/build |
|---|
| 7674 | Building C object CMakeFiles/cmTC_3e8a3.dir/__INT64.c.o |
|---|
| 7675 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_3e8a3.dir/__INT64.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/__INT64.c |
|---|
| 7676 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/__INT64.c:19:12: error: use of undeclared identifier '__int64' |
|---|
| 7677 | ('0' + ((SIZE / 10000)%10)), |
|---|
| 7678 | ^ |
|---|
| 7679 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/__INT64.c:17:22: note: expanded from macro 'SIZE' |
|---|
| 7680 | #define SIZE (sizeof(__int64)) |
|---|
| 7681 | ^ |
|---|
| 7682 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/__INT64.c:20:12: error: use of undeclared identifier '__int64' |
|---|
| 7683 | ('0' + ((SIZE / 1000)%10)), |
|---|
| 7684 | ^ |
|---|
| 7685 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/__INT64.c:17:22: note: expanded from macro 'SIZE' |
|---|
| 7686 | #define SIZE (sizeof(__int64)) |
|---|
| 7687 | ^ |
|---|
| 7688 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/__INT64.c:21:12: error: use of undeclared identifier '__int64' |
|---|
| 7689 | ('0' + ((SIZE / 100)%10)), |
|---|
| 7690 | ^ |
|---|
| 7691 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/__INT64.c:17:22: note: expanded from macro 'SIZE' |
|---|
| 7692 | #define SIZE (sizeof(__int64)) |
|---|
| 7693 | ^ |
|---|
| 7694 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/__INT64.c:22:12: error: use of undeclared identifier '__int64' |
|---|
| 7695 | ('0' + ((SIZE / 10)%10)), |
|---|
| 7696 | ^ |
|---|
| 7697 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/__INT64.c:17:22: note: expanded from macro 'SIZE' |
|---|
| 7698 | #define SIZE (sizeof(__int64)) |
|---|
| 7699 | ^ |
|---|
| 7700 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/__INT64.c:23:12: error: use of undeclared identifier '__int64' |
|---|
| 7701 | ('0' + (SIZE % 10)), |
|---|
| 7702 | ^ |
|---|
| 7703 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/__INT64.c:17:22: note: expanded from macro 'SIZE' |
|---|
| 7704 | #define SIZE (sizeof(__int64)) |
|---|
| 7705 | ^ |
|---|
| 7706 | 5 errors generated. |
|---|
| 7707 | make[1]: *** [CMakeFiles/cmTC_3e8a3.dir/__INT64.c.o] Error 1 |
|---|
| 7708 | make: *** [cmTC_3e8a3/fast] Error 2 |
|---|
| 7709 | |
|---|
| 7710 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/__INT64.c: |
|---|
| 7711 | #include <sys/types.h> |
|---|
| 7712 | #include <stdint.h> |
|---|
| 7713 | #include <stddef.h> |
|---|
| 7714 | |
|---|
| 7715 | |
|---|
| 7716 | #undef KEY |
|---|
| 7717 | #if defined(__i386) |
|---|
| 7718 | # define KEY '_','_','i','3','8','6' |
|---|
| 7719 | #elif defined(__x86_64) |
|---|
| 7720 | # define KEY '_','_','x','8','6','_','6','4' |
|---|
| 7721 | #elif defined(__ppc__) |
|---|
| 7722 | # define KEY '_','_','p','p','c','_','_' |
|---|
| 7723 | #elif defined(__ppc64__) |
|---|
| 7724 | # define KEY '_','_','p','p','c','6','4','_','_' |
|---|
| 7725 | #endif |
|---|
| 7726 | |
|---|
| 7727 | #define SIZE (sizeof(__int64)) |
|---|
| 7728 | char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[', |
|---|
| 7729 | ('0' + ((SIZE / 10000)%10)), |
|---|
| 7730 | ('0' + ((SIZE / 1000)%10)), |
|---|
| 7731 | ('0' + ((SIZE / 100)%10)), |
|---|
| 7732 | ('0' + ((SIZE / 10)%10)), |
|---|
| 7733 | ('0' + (SIZE % 10)), |
|---|
| 7734 | ']', |
|---|
| 7735 | #ifdef KEY |
|---|
| 7736 | ' ','k','e','y','[', KEY, ']', |
|---|
| 7737 | #endif |
|---|
| 7738 | '\0'}; |
|---|
| 7739 | |
|---|
| 7740 | #ifdef __CLASSIC_C__ |
|---|
| 7741 | int main(argc, argv) int argc; char *argv[]; |
|---|
| 7742 | #else |
|---|
| 7743 | int main(int argc, char *argv[]) |
|---|
| 7744 | #endif |
|---|
| 7745 | { |
|---|
| 7746 | int require = 0; |
|---|
| 7747 | require += info_size[argc]; |
|---|
| 7748 | (void)argv; |
|---|
| 7749 | return require; |
|---|
| 7750 | } |
|---|
| 7751 | |
|---|
| 7752 | |
|---|
| 7753 | Determining size of unsigned __int64 failed with the following output: |
|---|
| 7754 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 7755 | |
|---|
| 7756 | Run Build Command:"/usr/bin/make" "cmTC_04eff/fast" |
|---|
| 7757 | make -f CMakeFiles/cmTC_04eff.dir/build.make CMakeFiles/cmTC_04eff.dir/build |
|---|
| 7758 | Building C object CMakeFiles/cmTC_04eff.dir/UNSIGNED___INT64.c.o |
|---|
| 7759 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_04eff.dir/UNSIGNED___INT64.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c |
|---|
| 7760 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:19:12: error: expected ')' |
|---|
| 7761 | ('0' + ((SIZE / 10000)%10)), |
|---|
| 7762 | ^ |
|---|
| 7763 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:17:31: note: expanded from macro 'SIZE' |
|---|
| 7764 | #define SIZE (sizeof(unsigned __int64)) |
|---|
| 7765 | ^ |
|---|
| 7766 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:19:12: note: to match this '(' |
|---|
| 7767 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:17:21: note: expanded from macro 'SIZE' |
|---|
| 7768 | #define SIZE (sizeof(unsigned __int64)) |
|---|
| 7769 | ^ |
|---|
| 7770 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:20:12: error: expected ')' |
|---|
| 7771 | ('0' + ((SIZE / 1000)%10)), |
|---|
| 7772 | ^ |
|---|
| 7773 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:17:31: note: expanded from macro 'SIZE' |
|---|
| 7774 | #define SIZE (sizeof(unsigned __int64)) |
|---|
| 7775 | ^ |
|---|
| 7776 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:20:12: note: to match this '(' |
|---|
| 7777 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:17:21: note: expanded from macro 'SIZE' |
|---|
| 7778 | #define SIZE (sizeof(unsigned __int64)) |
|---|
| 7779 | ^ |
|---|
| 7780 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:21:12: error: expected ')' |
|---|
| 7781 | ('0' + ((SIZE / 100)%10)), |
|---|
| 7782 | ^ |
|---|
| 7783 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:17:31: note: expanded from macro 'SIZE' |
|---|
| 7784 | #define SIZE (sizeof(unsigned __int64)) |
|---|
| 7785 | ^ |
|---|
| 7786 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:21:12: note: to match this '(' |
|---|
| 7787 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:17:21: note: expanded from macro 'SIZE' |
|---|
| 7788 | #define SIZE (sizeof(unsigned __int64)) |
|---|
| 7789 | ^ |
|---|
| 7790 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:22:12: error: expected ')' |
|---|
| 7791 | ('0' + ((SIZE / 10)%10)), |
|---|
| 7792 | ^ |
|---|
| 7793 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:17:31: note: expanded from macro 'SIZE' |
|---|
| 7794 | #define SIZE (sizeof(unsigned __int64)) |
|---|
| 7795 | ^ |
|---|
| 7796 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:22:12: note: to match this '(' |
|---|
| 7797 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:17:21: note: expanded from macro 'SIZE' |
|---|
| 7798 | #define SIZE (sizeof(unsigned __int64)) |
|---|
| 7799 | ^ |
|---|
| 7800 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:23:12: error: expected ')' |
|---|
| 7801 | ('0' + (SIZE % 10)), |
|---|
| 7802 | ^ |
|---|
| 7803 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:17:31: note: expanded from macro 'SIZE' |
|---|
| 7804 | #define SIZE (sizeof(unsigned __int64)) |
|---|
| 7805 | ^ |
|---|
| 7806 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:23:12: note: to match this '(' |
|---|
| 7807 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:17:21: note: expanded from macro 'SIZE' |
|---|
| 7808 | #define SIZE (sizeof(unsigned __int64)) |
|---|
| 7809 | ^ |
|---|
| 7810 | 5 errors generated. |
|---|
| 7811 | make[1]: *** [CMakeFiles/cmTC_04eff.dir/UNSIGNED___INT64.c.o] Error 1 |
|---|
| 7812 | make: *** [cmTC_04eff/fast] Error 2 |
|---|
| 7813 | |
|---|
| 7814 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c: |
|---|
| 7815 | #include <sys/types.h> |
|---|
| 7816 | #include <stdint.h> |
|---|
| 7817 | #include <stddef.h> |
|---|
| 7818 | |
|---|
| 7819 | |
|---|
| 7820 | #undef KEY |
|---|
| 7821 | #if defined(__i386) |
|---|
| 7822 | # define KEY '_','_','i','3','8','6' |
|---|
| 7823 | #elif defined(__x86_64) |
|---|
| 7824 | # define KEY '_','_','x','8','6','_','6','4' |
|---|
| 7825 | #elif defined(__ppc__) |
|---|
| 7826 | # define KEY '_','_','p','p','c','_','_' |
|---|
| 7827 | #elif defined(__ppc64__) |
|---|
| 7828 | # define KEY '_','_','p','p','c','6','4','_','_' |
|---|
| 7829 | #endif |
|---|
| 7830 | |
|---|
| 7831 | #define SIZE (sizeof(unsigned __int64)) |
|---|
| 7832 | char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[', |
|---|
| 7833 | ('0' + ((SIZE / 10000)%10)), |
|---|
| 7834 | ('0' + ((SIZE / 1000)%10)), |
|---|
| 7835 | ('0' + ((SIZE / 100)%10)), |
|---|
| 7836 | ('0' + ((SIZE / 10)%10)), |
|---|
| 7837 | ('0' + (SIZE % 10)), |
|---|
| 7838 | ']', |
|---|
| 7839 | #ifdef KEY |
|---|
| 7840 | ' ','k','e','y','[', KEY, ']', |
|---|
| 7841 | #endif |
|---|
| 7842 | '\0'}; |
|---|
| 7843 | |
|---|
| 7844 | #ifdef __CLASSIC_C__ |
|---|
| 7845 | int main(argc, argv) int argc; char *argv[]; |
|---|
| 7846 | #else |
|---|
| 7847 | int main(int argc, char *argv[]) |
|---|
| 7848 | #endif |
|---|
| 7849 | { |
|---|
| 7850 | int require = 0; |
|---|
| 7851 | require += info_size[argc]; |
|---|
| 7852 | (void)argv; |
|---|
| 7853 | return require; |
|---|
| 7854 | } |
|---|
| 7855 | |
|---|
| 7856 | |
|---|
| 7857 | Determining if the BZ2_bzCompressInit exist failed with the following output: |
|---|
| 7858 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 7859 | |
|---|
| 7860 | Run Build Command:"/usr/bin/make" "cmTC_33918/fast" |
|---|
| 7861 | make -f CMakeFiles/cmTC_33918.dir/build.make CMakeFiles/cmTC_33918.dir/build |
|---|
| 7862 | Building C object CMakeFiles/cmTC_33918.dir/CheckSymbolExists.c.o |
|---|
| 7863 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Utilities/cmbzip2 -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_33918.dir/CheckSymbolExists.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c |
|---|
| 7864 | Linking C executable cmTC_33918 |
|---|
| 7865 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_33918.dir/link.txt --verbose=1 |
|---|
| 7866 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/cmake-bootstrap/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 CMakeFiles/cmTC_33918.dir/CheckSymbolExists.c.o -o cmTC_33918 -lcmbzip2 |
|---|
| 7867 | ld: library not found for -lcmbzip2 |
|---|
| 7868 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
|---|
| 7869 | make[1]: *** [cmTC_33918] Error 1 |
|---|
| 7870 | make: *** [cmTC_33918/fast] Error 2 |
|---|
| 7871 | |
|---|
| 7872 | File /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c: |
|---|
| 7873 | /* */ |
|---|
| 7874 | #include <bzlib.h> |
|---|
| 7875 | |
|---|
| 7876 | int main(int argc, char** argv) |
|---|
| 7877 | { |
|---|
| 7878 | (void)argv; |
|---|
| 7879 | #ifndef BZ2_bzCompressInit |
|---|
| 7880 | return ((int*)(&BZ2_bzCompressInit))[argc]; |
|---|
| 7881 | #else |
|---|
| 7882 | (void)argc; |
|---|
| 7883 | return 0; |
|---|
| 7884 | #endif |
|---|
| 7885 | } |
|---|
| 7886 | |
|---|
| 7887 | Determining if files sys/types.h;ctype.h;copyfile.h;direct.h exist failed with the following output: |
|---|
| 7888 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 7889 | |
|---|
| 7890 | Run Build Command:"/usr/bin/make" "cmTC_19c5f/fast" |
|---|
| 7891 | make -f CMakeFiles/cmTC_19c5f.dir/build.make CMakeFiles/cmTC_19c5f.dir/build |
|---|
| 7892 | Building C object CMakeFiles/cmTC_19c5f.dir/CheckIncludeFiles.c.o |
|---|
| 7893 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_19c5f.dir/CheckIncludeFiles.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c |
|---|
| 7894 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:5:10: fatal error: 'direct.h' file not found |
|---|
| 7895 | #include <direct.h> |
|---|
| 7896 | ^~~~~~~~~~ |
|---|
| 7897 | 1 error generated. |
|---|
| 7898 | make[1]: *** [CMakeFiles/cmTC_19c5f.dir/CheckIncludeFiles.c.o] Error 1 |
|---|
| 7899 | make: *** [cmTC_19c5f/fast] Error 2 |
|---|
| 7900 | |
|---|
| 7901 | Source: |
|---|
| 7902 | /* */ |
|---|
| 7903 | #include <sys/types.h> |
|---|
| 7904 | #include <ctype.h> |
|---|
| 7905 | #include <copyfile.h> |
|---|
| 7906 | #include <direct.h> |
|---|
| 7907 | |
|---|
| 7908 | |
|---|
| 7909 | int main(void){return 0;} |
|---|
| 7910 | |
|---|
| 7911 | Determining if files sys/types.h;ctype.h;copyfile.h;dlfcn.h;errno.h;ext2fs/ext2_fs.h exist failed with the following output: |
|---|
| 7912 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 7913 | |
|---|
| 7914 | Run Build Command:"/usr/bin/make" "cmTC_91846/fast" |
|---|
| 7915 | make -f CMakeFiles/cmTC_91846.dir/build.make CMakeFiles/cmTC_91846.dir/build |
|---|
| 7916 | Building C object CMakeFiles/cmTC_91846.dir/CheckIncludeFiles.c.o |
|---|
| 7917 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_91846.dir/CheckIncludeFiles.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c |
|---|
| 7918 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:7:10: fatal error: 'ext2fs/ext2_fs.h' file not found |
|---|
| 7919 | #include <ext2fs/ext2_fs.h> |
|---|
| 7920 | ^~~~~~~~~~~~~~~~~~ |
|---|
| 7921 | 1 error generated. |
|---|
| 7922 | make[1]: *** [CMakeFiles/cmTC_91846.dir/CheckIncludeFiles.c.o] Error 1 |
|---|
| 7923 | make: *** [cmTC_91846/fast] Error 2 |
|---|
| 7924 | |
|---|
| 7925 | Source: |
|---|
| 7926 | /* */ |
|---|
| 7927 | #include <sys/types.h> |
|---|
| 7928 | #include <ctype.h> |
|---|
| 7929 | #include <copyfile.h> |
|---|
| 7930 | #include <dlfcn.h> |
|---|
| 7931 | #include <errno.h> |
|---|
| 7932 | #include <ext2fs/ext2_fs.h> |
|---|
| 7933 | |
|---|
| 7934 | |
|---|
| 7935 | int main(void){return 0;} |
|---|
| 7936 | |
|---|
| 7937 | Performing C SOURCE FILE Test HAVE_WORKING_EXT2_IOC_GETFLAGS failed with the following output: |
|---|
| 7938 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 7939 | |
|---|
| 7940 | Run Build Command:"/usr/bin/make" "cmTC_74007/fast" |
|---|
| 7941 | make -f CMakeFiles/cmTC_74007.dir/build.make CMakeFiles/cmTC_74007.dir/build |
|---|
| 7942 | Building C object CMakeFiles/cmTC_74007.dir/src.c.o |
|---|
| 7943 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DHAVE_WORKING_EXT2_IOC_GETFLAGS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_74007.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 7944 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:2:10: fatal error: 'ext2fs/ext2_fs.h' file not found |
|---|
| 7945 | #include <ext2fs/ext2_fs.h> |
|---|
| 7946 | ^~~~~~~~~~~~~~~~~~ |
|---|
| 7947 | 1 error generated. |
|---|
| 7948 | make[1]: *** [CMakeFiles/cmTC_74007.dir/src.c.o] Error 1 |
|---|
| 7949 | make: *** [cmTC_74007/fast] Error 2 |
|---|
| 7950 | |
|---|
| 7951 | Source file was: |
|---|
| 7952 | #include <sys/ioctl.h> |
|---|
| 7953 | #include <ext2fs/ext2_fs.h> |
|---|
| 7954 | int main(void) { return EXT2_IOC_GETFLAGS; } |
|---|
| 7955 | Determining if files sys/types.h;ctype.h;copyfile.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;linux/types.h exist failed with the following output: |
|---|
| 7956 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 7957 | |
|---|
| 7958 | Run Build Command:"/usr/bin/make" "cmTC_f53d0/fast" |
|---|
| 7959 | make -f CMakeFiles/cmTC_f53d0.dir/build.make CMakeFiles/cmTC_f53d0.dir/build |
|---|
| 7960 | Building C object CMakeFiles/cmTC_f53d0.dir/CheckIncludeFiles.c.o |
|---|
| 7961 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_f53d0.dir/CheckIncludeFiles.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c |
|---|
| 7962 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:12:10: fatal error: 'linux/types.h' file not found |
|---|
| 7963 | #include <linux/types.h> |
|---|
| 7964 | ^~~~~~~~~~~~~~~ |
|---|
| 7965 | 1 error generated. |
|---|
| 7966 | make[1]: *** [CMakeFiles/cmTC_f53d0.dir/CheckIncludeFiles.c.o] Error 1 |
|---|
| 7967 | make: *** [cmTC_f53d0/fast] Error 2 |
|---|
| 7968 | |
|---|
| 7969 | Source: |
|---|
| 7970 | /* */ |
|---|
| 7971 | #include <sys/types.h> |
|---|
| 7972 | #include <ctype.h> |
|---|
| 7973 | #include <copyfile.h> |
|---|
| 7974 | #include <dlfcn.h> |
|---|
| 7975 | #include <errno.h> |
|---|
| 7976 | #include <fcntl.h> |
|---|
| 7977 | #include <grp.h> |
|---|
| 7978 | #include <inttypes.h> |
|---|
| 7979 | #include <langinfo.h> |
|---|
| 7980 | #include <limits.h> |
|---|
| 7981 | #include <linux/types.h> |
|---|
| 7982 | |
|---|
| 7983 | |
|---|
| 7984 | int main(void){return 0;} |
|---|
| 7985 | |
|---|
| 7986 | Determining if files sys/types.h;ctype.h;copyfile.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;linux/fiemap.h exist failed with the following output: |
|---|
| 7987 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 7988 | |
|---|
| 7989 | Run Build Command:"/usr/bin/make" "cmTC_d19b2/fast" |
|---|
| 7990 | make -f CMakeFiles/cmTC_d19b2.dir/build.make CMakeFiles/cmTC_d19b2.dir/build |
|---|
| 7991 | Building C object CMakeFiles/cmTC_d19b2.dir/CheckIncludeFiles.c.o |
|---|
| 7992 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_d19b2.dir/CheckIncludeFiles.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c |
|---|
| 7993 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:12:10: fatal error: 'linux/fiemap.h' file not found |
|---|
| 7994 | #include <linux/fiemap.h> |
|---|
| 7995 | ^~~~~~~~~~~~~~~~ |
|---|
| 7996 | 1 error generated. |
|---|
| 7997 | make[1]: *** [CMakeFiles/cmTC_d19b2.dir/CheckIncludeFiles.c.o] Error 1 |
|---|
| 7998 | make: *** [cmTC_d19b2/fast] Error 2 |
|---|
| 7999 | |
|---|
| 8000 | Source: |
|---|
| 8001 | /* */ |
|---|
| 8002 | #include <sys/types.h> |
|---|
| 8003 | #include <ctype.h> |
|---|
| 8004 | #include <copyfile.h> |
|---|
| 8005 | #include <dlfcn.h> |
|---|
| 8006 | #include <errno.h> |
|---|
| 8007 | #include <fcntl.h> |
|---|
| 8008 | #include <grp.h> |
|---|
| 8009 | #include <inttypes.h> |
|---|
| 8010 | #include <langinfo.h> |
|---|
| 8011 | #include <limits.h> |
|---|
| 8012 | #include <linux/fiemap.h> |
|---|
| 8013 | |
|---|
| 8014 | |
|---|
| 8015 | int main(void){return 0;} |
|---|
| 8016 | |
|---|
| 8017 | Determining if files sys/types.h;ctype.h;copyfile.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;linux/fs.h exist failed with the following output: |
|---|
| 8018 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 8019 | |
|---|
| 8020 | Run Build Command:"/usr/bin/make" "cmTC_06455/fast" |
|---|
| 8021 | make -f CMakeFiles/cmTC_06455.dir/build.make CMakeFiles/cmTC_06455.dir/build |
|---|
| 8022 | Building C object CMakeFiles/cmTC_06455.dir/CheckIncludeFiles.c.o |
|---|
| 8023 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_06455.dir/CheckIncludeFiles.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c |
|---|
| 8024 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:12:10: fatal error: 'linux/fs.h' file not found |
|---|
| 8025 | #include <linux/fs.h> |
|---|
| 8026 | ^~~~~~~~~~~~ |
|---|
| 8027 | 1 error generated. |
|---|
| 8028 | make[1]: *** [CMakeFiles/cmTC_06455.dir/CheckIncludeFiles.c.o] Error 1 |
|---|
| 8029 | make: *** [cmTC_06455/fast] Error 2 |
|---|
| 8030 | |
|---|
| 8031 | Source: |
|---|
| 8032 | /* */ |
|---|
| 8033 | #include <sys/types.h> |
|---|
| 8034 | #include <ctype.h> |
|---|
| 8035 | #include <copyfile.h> |
|---|
| 8036 | #include <dlfcn.h> |
|---|
| 8037 | #include <errno.h> |
|---|
| 8038 | #include <fcntl.h> |
|---|
| 8039 | #include <grp.h> |
|---|
| 8040 | #include <inttypes.h> |
|---|
| 8041 | #include <langinfo.h> |
|---|
| 8042 | #include <limits.h> |
|---|
| 8043 | #include <linux/fs.h> |
|---|
| 8044 | |
|---|
| 8045 | |
|---|
| 8046 | int main(void){return 0;} |
|---|
| 8047 | |
|---|
| 8048 | Performing C SOURCE FILE Test HAVE_WORKING_FS_IOC_GETFLAGS failed with the following output: |
|---|
| 8049 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 8050 | |
|---|
| 8051 | Run Build Command:"/usr/bin/make" "cmTC_af201/fast" |
|---|
| 8052 | make -f CMakeFiles/cmTC_af201.dir/build.make CMakeFiles/cmTC_af201.dir/build |
|---|
| 8053 | Building C object CMakeFiles/cmTC_af201.dir/src.c.o |
|---|
| 8054 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DHAVE_WORKING_FS_IOC_GETFLAGS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_af201.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 8055 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:2:10: fatal error: 'linux/fs.h' file not found |
|---|
| 8056 | #include <linux/fs.h> |
|---|
| 8057 | ^~~~~~~~~~~~ |
|---|
| 8058 | 1 error generated. |
|---|
| 8059 | make[1]: *** [CMakeFiles/cmTC_af201.dir/src.c.o] Error 1 |
|---|
| 8060 | make: *** [cmTC_af201/fast] Error 2 |
|---|
| 8061 | |
|---|
| 8062 | Source file was: |
|---|
| 8063 | #include <sys/ioctl.h> |
|---|
| 8064 | #include <linux/fs.h> |
|---|
| 8065 | int main(void) { return FS_IOC_GETFLAGS; } |
|---|
| 8066 | Determining if files sys/types.h;ctype.h;copyfile.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;linux/magic.h exist failed with the following output: |
|---|
| 8067 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 8068 | |
|---|
| 8069 | Run Build Command:"/usr/bin/make" "cmTC_2c2aa/fast" |
|---|
| 8070 | make -f CMakeFiles/cmTC_2c2aa.dir/build.make CMakeFiles/cmTC_2c2aa.dir/build |
|---|
| 8071 | Building C object CMakeFiles/cmTC_2c2aa.dir/CheckIncludeFiles.c.o |
|---|
| 8072 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_2c2aa.dir/CheckIncludeFiles.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c |
|---|
| 8073 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:12:10: fatal error: 'linux/magic.h' file not found |
|---|
| 8074 | #include <linux/magic.h> |
|---|
| 8075 | ^~~~~~~~~~~~~~~ |
|---|
| 8076 | 1 error generated. |
|---|
| 8077 | make[1]: *** [CMakeFiles/cmTC_2c2aa.dir/CheckIncludeFiles.c.o] Error 1 |
|---|
| 8078 | make: *** [cmTC_2c2aa/fast] Error 2 |
|---|
| 8079 | |
|---|
| 8080 | Source: |
|---|
| 8081 | /* */ |
|---|
| 8082 | #include <sys/types.h> |
|---|
| 8083 | #include <ctype.h> |
|---|
| 8084 | #include <copyfile.h> |
|---|
| 8085 | #include <dlfcn.h> |
|---|
| 8086 | #include <errno.h> |
|---|
| 8087 | #include <fcntl.h> |
|---|
| 8088 | #include <grp.h> |
|---|
| 8089 | #include <inttypes.h> |
|---|
| 8090 | #include <langinfo.h> |
|---|
| 8091 | #include <limits.h> |
|---|
| 8092 | #include <linux/magic.h> |
|---|
| 8093 | |
|---|
| 8094 | |
|---|
| 8095 | int main(void){return 0;} |
|---|
| 8096 | |
|---|
| 8097 | Determining if files sys/types.h;ctype.h;copyfile.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;locale.h;memory.h;paths.h;poll.h;pwd.h;readpassphrase.h;regex.h;signal.h;spawn.h;stdarg.h;stdint.h;stdlib.h;string.h;strings.h;sys/acl.h;sys/cdefs.h;sys/ioctl.h;sys/mkdev.h exist failed with the following output: |
|---|
| 8098 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 8099 | |
|---|
| 8100 | Run Build Command:"/usr/bin/make" "cmTC_e2932/fast" |
|---|
| 8101 | make -f CMakeFiles/cmTC_e2932.dir/build.make CMakeFiles/cmTC_e2932.dir/build |
|---|
| 8102 | Building C object CMakeFiles/cmTC_e2932.dir/CheckIncludeFiles.c.o |
|---|
| 8103 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_e2932.dir/CheckIncludeFiles.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c |
|---|
| 8104 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:29:10: fatal error: 'sys/mkdev.h' file not found |
|---|
| 8105 | #include <sys/mkdev.h> |
|---|
| 8106 | ^~~~~~~~~~~~~ |
|---|
| 8107 | 1 error generated. |
|---|
| 8108 | make[1]: *** [CMakeFiles/cmTC_e2932.dir/CheckIncludeFiles.c.o] Error 1 |
|---|
| 8109 | make: *** [cmTC_e2932/fast] Error 2 |
|---|
| 8110 | |
|---|
| 8111 | Source: |
|---|
| 8112 | /* */ |
|---|
| 8113 | #include <sys/types.h> |
|---|
| 8114 | #include <ctype.h> |
|---|
| 8115 | #include <copyfile.h> |
|---|
| 8116 | #include <dlfcn.h> |
|---|
| 8117 | #include <errno.h> |
|---|
| 8118 | #include <fcntl.h> |
|---|
| 8119 | #include <grp.h> |
|---|
| 8120 | #include <inttypes.h> |
|---|
| 8121 | #include <langinfo.h> |
|---|
| 8122 | #include <limits.h> |
|---|
| 8123 | #include <locale.h> |
|---|
| 8124 | #include <memory.h> |
|---|
| 8125 | #include <paths.h> |
|---|
| 8126 | #include <poll.h> |
|---|
| 8127 | #include <pwd.h> |
|---|
| 8128 | #include <readpassphrase.h> |
|---|
| 8129 | #include <regex.h> |
|---|
| 8130 | #include <signal.h> |
|---|
| 8131 | #include <spawn.h> |
|---|
| 8132 | #include <stdarg.h> |
|---|
| 8133 | #include <stdint.h> |
|---|
| 8134 | #include <stdlib.h> |
|---|
| 8135 | #include <string.h> |
|---|
| 8136 | #include <strings.h> |
|---|
| 8137 | #include <sys/acl.h> |
|---|
| 8138 | #include <sys/cdefs.h> |
|---|
| 8139 | #include <sys/ioctl.h> |
|---|
| 8140 | #include <sys/mkdev.h> |
|---|
| 8141 | |
|---|
| 8142 | |
|---|
| 8143 | int main(void){return 0;} |
|---|
| 8144 | |
|---|
| 8145 | Determining if files sys/types.h;ctype.h;copyfile.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;locale.h;memory.h;paths.h;poll.h;pwd.h;readpassphrase.h;regex.h;signal.h;spawn.h;stdarg.h;stdint.h;stdlib.h;string.h;strings.h;sys/acl.h;sys/cdefs.h;sys/ioctl.h;sys/mount.h;sys/param.h;sys/poll.h;sys/select.h;sys/stat.h;sys/statfs.h exist failed with the following output: |
|---|
| 8146 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 8147 | |
|---|
| 8148 | Run Build Command:"/usr/bin/make" "cmTC_6bb04/fast" |
|---|
| 8149 | make -f CMakeFiles/cmTC_6bb04.dir/build.make CMakeFiles/cmTC_6bb04.dir/build |
|---|
| 8150 | Building C object CMakeFiles/cmTC_6bb04.dir/CheckIncludeFiles.c.o |
|---|
| 8151 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_6bb04.dir/CheckIncludeFiles.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c |
|---|
| 8152 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:34:10: fatal error: 'sys/statfs.h' file not found |
|---|
| 8153 | #include <sys/statfs.h> |
|---|
| 8154 | ^~~~~~~~~~~~~~ |
|---|
| 8155 | 1 error generated. |
|---|
| 8156 | make[1]: *** [CMakeFiles/cmTC_6bb04.dir/CheckIncludeFiles.c.o] Error 1 |
|---|
| 8157 | make: *** [cmTC_6bb04/fast] Error 2 |
|---|
| 8158 | |
|---|
| 8159 | Source: |
|---|
| 8160 | /* */ |
|---|
| 8161 | #include <sys/types.h> |
|---|
| 8162 | #include <ctype.h> |
|---|
| 8163 | #include <copyfile.h> |
|---|
| 8164 | #include <dlfcn.h> |
|---|
| 8165 | #include <errno.h> |
|---|
| 8166 | #include <fcntl.h> |
|---|
| 8167 | #include <grp.h> |
|---|
| 8168 | #include <inttypes.h> |
|---|
| 8169 | #include <langinfo.h> |
|---|
| 8170 | #include <limits.h> |
|---|
| 8171 | #include <locale.h> |
|---|
| 8172 | #include <memory.h> |
|---|
| 8173 | #include <paths.h> |
|---|
| 8174 | #include <poll.h> |
|---|
| 8175 | #include <pwd.h> |
|---|
| 8176 | #include <readpassphrase.h> |
|---|
| 8177 | #include <regex.h> |
|---|
| 8178 | #include <signal.h> |
|---|
| 8179 | #include <spawn.h> |
|---|
| 8180 | #include <stdarg.h> |
|---|
| 8181 | #include <stdint.h> |
|---|
| 8182 | #include <stdlib.h> |
|---|
| 8183 | #include <string.h> |
|---|
| 8184 | #include <strings.h> |
|---|
| 8185 | #include <sys/acl.h> |
|---|
| 8186 | #include <sys/cdefs.h> |
|---|
| 8187 | #include <sys/ioctl.h> |
|---|
| 8188 | #include <sys/mount.h> |
|---|
| 8189 | #include <sys/param.h> |
|---|
| 8190 | #include <sys/poll.h> |
|---|
| 8191 | #include <sys/select.h> |
|---|
| 8192 | #include <sys/stat.h> |
|---|
| 8193 | #include <sys/statfs.h> |
|---|
| 8194 | |
|---|
| 8195 | |
|---|
| 8196 | int main(void){return 0;} |
|---|
| 8197 | |
|---|
| 8198 | Determining if files sys/types.h;ctype.h;copyfile.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;locale.h;memory.h;paths.h;poll.h;pwd.h;readpassphrase.h;regex.h;signal.h;spawn.h;stdarg.h;stdint.h;stdlib.h;string.h;strings.h;sys/acl.h;sys/cdefs.h;sys/ioctl.h;sys/mount.h;sys/param.h;sys/poll.h;sys/select.h;sys/stat.h;sys/statvfs.h;sys/time.h;sys/utsname.h;sys/vfs.h exist failed with the following output: |
|---|
| 8199 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 8200 | |
|---|
| 8201 | Run Build Command:"/usr/bin/make" "cmTC_91ffe/fast" |
|---|
| 8202 | make -f CMakeFiles/cmTC_91ffe.dir/build.make CMakeFiles/cmTC_91ffe.dir/build |
|---|
| 8203 | Building C object CMakeFiles/cmTC_91ffe.dir/CheckIncludeFiles.c.o |
|---|
| 8204 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_91ffe.dir/CheckIncludeFiles.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c |
|---|
| 8205 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:37:10: fatal error: 'sys/vfs.h' file not found |
|---|
| 8206 | #include <sys/vfs.h> |
|---|
| 8207 | ^~~~~~~~~~~ |
|---|
| 8208 | 1 error generated. |
|---|
| 8209 | make[1]: *** [CMakeFiles/cmTC_91ffe.dir/CheckIncludeFiles.c.o] Error 1 |
|---|
| 8210 | make: *** [cmTC_91ffe/fast] Error 2 |
|---|
| 8211 | |
|---|
| 8212 | Source: |
|---|
| 8213 | /* */ |
|---|
| 8214 | #include <sys/types.h> |
|---|
| 8215 | #include <ctype.h> |
|---|
| 8216 | #include <copyfile.h> |
|---|
| 8217 | #include <dlfcn.h> |
|---|
| 8218 | #include <errno.h> |
|---|
| 8219 | #include <fcntl.h> |
|---|
| 8220 | #include <grp.h> |
|---|
| 8221 | #include <inttypes.h> |
|---|
| 8222 | #include <langinfo.h> |
|---|
| 8223 | #include <limits.h> |
|---|
| 8224 | #include <locale.h> |
|---|
| 8225 | #include <memory.h> |
|---|
| 8226 | #include <paths.h> |
|---|
| 8227 | #include <poll.h> |
|---|
| 8228 | #include <pwd.h> |
|---|
| 8229 | #include <readpassphrase.h> |
|---|
| 8230 | #include <regex.h> |
|---|
| 8231 | #include <signal.h> |
|---|
| 8232 | #include <spawn.h> |
|---|
| 8233 | #include <stdarg.h> |
|---|
| 8234 | #include <stdint.h> |
|---|
| 8235 | #include <stdlib.h> |
|---|
| 8236 | #include <string.h> |
|---|
| 8237 | #include <strings.h> |
|---|
| 8238 | #include <sys/acl.h> |
|---|
| 8239 | #include <sys/cdefs.h> |
|---|
| 8240 | #include <sys/ioctl.h> |
|---|
| 8241 | #include <sys/mount.h> |
|---|
| 8242 | #include <sys/param.h> |
|---|
| 8243 | #include <sys/poll.h> |
|---|
| 8244 | #include <sys/select.h> |
|---|
| 8245 | #include <sys/stat.h> |
|---|
| 8246 | #include <sys/statvfs.h> |
|---|
| 8247 | #include <sys/time.h> |
|---|
| 8248 | #include <sys/utsname.h> |
|---|
| 8249 | #include <sys/vfs.h> |
|---|
| 8250 | |
|---|
| 8251 | |
|---|
| 8252 | int main(void){return 0;} |
|---|
| 8253 | |
|---|
| 8254 | Determining if files sys/types.h;ctype.h;copyfile.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;locale.h;memory.h;paths.h;poll.h;pwd.h;readpassphrase.h;regex.h;signal.h;spawn.h;stdarg.h;stdint.h;stdlib.h;string.h;strings.h;sys/acl.h;sys/cdefs.h;sys/ioctl.h;sys/mount.h;sys/param.h;sys/poll.h;sys/select.h;sys/stat.h;sys/statvfs.h;sys/time.h;sys/utsname.h;sys/wait.h;time.h;unistd.h;utime.h;wchar.h;wctype.h;windows.h exist failed with the following output: |
|---|
| 8255 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 8256 | |
|---|
| 8257 | Run Build Command:"/usr/bin/make" "cmTC_58951/fast" |
|---|
| 8258 | make -f CMakeFiles/cmTC_58951.dir/build.make CMakeFiles/cmTC_58951.dir/build |
|---|
| 8259 | Building C object CMakeFiles/cmTC_58951.dir/CheckIncludeFiles.c.o |
|---|
| 8260 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_58951.dir/CheckIncludeFiles.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c |
|---|
| 8261 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:43:10: fatal error: 'windows.h' file not found |
|---|
| 8262 | #include <windows.h> |
|---|
| 8263 | ^~~~~~~~~~~ |
|---|
| 8264 | 1 error generated. |
|---|
| 8265 | make[1]: *** [CMakeFiles/cmTC_58951.dir/CheckIncludeFiles.c.o] Error 1 |
|---|
| 8266 | make: *** [cmTC_58951/fast] Error 2 |
|---|
| 8267 | |
|---|
| 8268 | Source: |
|---|
| 8269 | /* */ |
|---|
| 8270 | #include <sys/types.h> |
|---|
| 8271 | #include <ctype.h> |
|---|
| 8272 | #include <copyfile.h> |
|---|
| 8273 | #include <dlfcn.h> |
|---|
| 8274 | #include <errno.h> |
|---|
| 8275 | #include <fcntl.h> |
|---|
| 8276 | #include <grp.h> |
|---|
| 8277 | #include <inttypes.h> |
|---|
| 8278 | #include <langinfo.h> |
|---|
| 8279 | #include <limits.h> |
|---|
| 8280 | #include <locale.h> |
|---|
| 8281 | #include <memory.h> |
|---|
| 8282 | #include <paths.h> |
|---|
| 8283 | #include <poll.h> |
|---|
| 8284 | #include <pwd.h> |
|---|
| 8285 | #include <readpassphrase.h> |
|---|
| 8286 | #include <regex.h> |
|---|
| 8287 | #include <signal.h> |
|---|
| 8288 | #include <spawn.h> |
|---|
| 8289 | #include <stdarg.h> |
|---|
| 8290 | #include <stdint.h> |
|---|
| 8291 | #include <stdlib.h> |
|---|
| 8292 | #include <string.h> |
|---|
| 8293 | #include <strings.h> |
|---|
| 8294 | #include <sys/acl.h> |
|---|
| 8295 | #include <sys/cdefs.h> |
|---|
| 8296 | #include <sys/ioctl.h> |
|---|
| 8297 | #include <sys/mount.h> |
|---|
| 8298 | #include <sys/param.h> |
|---|
| 8299 | #include <sys/poll.h> |
|---|
| 8300 | #include <sys/select.h> |
|---|
| 8301 | #include <sys/stat.h> |
|---|
| 8302 | #include <sys/statvfs.h> |
|---|
| 8303 | #include <sys/time.h> |
|---|
| 8304 | #include <sys/utsname.h> |
|---|
| 8305 | #include <sys/wait.h> |
|---|
| 8306 | #include <time.h> |
|---|
| 8307 | #include <unistd.h> |
|---|
| 8308 | #include <utime.h> |
|---|
| 8309 | #include <wchar.h> |
|---|
| 8310 | #include <wctype.h> |
|---|
| 8311 | #include <windows.h> |
|---|
| 8312 | |
|---|
| 8313 | |
|---|
| 8314 | int main(void){return 0;} |
|---|
| 8315 | |
|---|
| 8316 | Determining if files sys/types.h;ctype.h;copyfile.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;locale.h;memory.h;paths.h;poll.h;pwd.h;readpassphrase.h;regex.h;signal.h;spawn.h;stdarg.h;stdint.h;stdlib.h;string.h;strings.h;sys/acl.h;sys/cdefs.h;sys/ioctl.h;sys/mount.h;sys/param.h;sys/poll.h;sys/select.h;sys/stat.h;sys/statvfs.h;sys/time.h;sys/utsname.h;sys/wait.h;time.h;unistd.h;utime.h;wchar.h;wctype.h;wincrypt.h exist failed with the following output: |
|---|
| 8317 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 8318 | |
|---|
| 8319 | Run Build Command:"/usr/bin/make" "cmTC_73aa4/fast" |
|---|
| 8320 | make -f CMakeFiles/cmTC_73aa4.dir/build.make CMakeFiles/cmTC_73aa4.dir/build |
|---|
| 8321 | Building C object CMakeFiles/cmTC_73aa4.dir/CheckIncludeFiles.c.o |
|---|
| 8322 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_73aa4.dir/CheckIncludeFiles.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c |
|---|
| 8323 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:43:10: fatal error: 'wincrypt.h' file not found |
|---|
| 8324 | #include <wincrypt.h> |
|---|
| 8325 | ^~~~~~~~~~~~ |
|---|
| 8326 | 1 error generated. |
|---|
| 8327 | make[1]: *** [CMakeFiles/cmTC_73aa4.dir/CheckIncludeFiles.c.o] Error 1 |
|---|
| 8328 | make: *** [cmTC_73aa4/fast] Error 2 |
|---|
| 8329 | |
|---|
| 8330 | Source: |
|---|
| 8331 | /* */ |
|---|
| 8332 | #include <sys/types.h> |
|---|
| 8333 | #include <ctype.h> |
|---|
| 8334 | #include <copyfile.h> |
|---|
| 8335 | #include <dlfcn.h> |
|---|
| 8336 | #include <errno.h> |
|---|
| 8337 | #include <fcntl.h> |
|---|
| 8338 | #include <grp.h> |
|---|
| 8339 | #include <inttypes.h> |
|---|
| 8340 | #include <langinfo.h> |
|---|
| 8341 | #include <limits.h> |
|---|
| 8342 | #include <locale.h> |
|---|
| 8343 | #include <memory.h> |
|---|
| 8344 | #include <paths.h> |
|---|
| 8345 | #include <poll.h> |
|---|
| 8346 | #include <pwd.h> |
|---|
| 8347 | #include <readpassphrase.h> |
|---|
| 8348 | #include <regex.h> |
|---|
| 8349 | #include <signal.h> |
|---|
| 8350 | #include <spawn.h> |
|---|
| 8351 | #include <stdarg.h> |
|---|
| 8352 | #include <stdint.h> |
|---|
| 8353 | #include <stdlib.h> |
|---|
| 8354 | #include <string.h> |
|---|
| 8355 | #include <strings.h> |
|---|
| 8356 | #include <sys/acl.h> |
|---|
| 8357 | #include <sys/cdefs.h> |
|---|
| 8358 | #include <sys/ioctl.h> |
|---|
| 8359 | #include <sys/mount.h> |
|---|
| 8360 | #include <sys/param.h> |
|---|
| 8361 | #include <sys/poll.h> |
|---|
| 8362 | #include <sys/select.h> |
|---|
| 8363 | #include <sys/stat.h> |
|---|
| 8364 | #include <sys/statvfs.h> |
|---|
| 8365 | #include <sys/time.h> |
|---|
| 8366 | #include <sys/utsname.h> |
|---|
| 8367 | #include <sys/wait.h> |
|---|
| 8368 | #include <time.h> |
|---|
| 8369 | #include <unistd.h> |
|---|
| 8370 | #include <utime.h> |
|---|
| 8371 | #include <wchar.h> |
|---|
| 8372 | #include <wctype.h> |
|---|
| 8373 | #include <wincrypt.h> |
|---|
| 8374 | |
|---|
| 8375 | |
|---|
| 8376 | int main(void){return 0;} |
|---|
| 8377 | |
|---|
| 8378 | Determining if files sys/types.h;ctype.h;copyfile.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;locale.h;memory.h;paths.h;poll.h;pwd.h;readpassphrase.h;regex.h;signal.h;spawn.h;stdarg.h;stdint.h;stdlib.h;string.h;strings.h;sys/acl.h;sys/cdefs.h;sys/ioctl.h;sys/mount.h;sys/param.h;sys/poll.h;sys/select.h;sys/stat.h;sys/statvfs.h;sys/time.h;sys/utsname.h;sys/wait.h;time.h;unistd.h;utime.h;wchar.h;wctype.h;winioctl.h exist failed with the following output: |
|---|
| 8379 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 8380 | |
|---|
| 8381 | Run Build Command:"/usr/bin/make" "cmTC_4c423/fast" |
|---|
| 8382 | make -f CMakeFiles/cmTC_4c423.dir/build.make CMakeFiles/cmTC_4c423.dir/build |
|---|
| 8383 | Building C object CMakeFiles/cmTC_4c423.dir/CheckIncludeFiles.c.o |
|---|
| 8384 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_4c423.dir/CheckIncludeFiles.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c |
|---|
| 8385 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:43:10: fatal error: 'winioctl.h' file not found |
|---|
| 8386 | #include <winioctl.h> |
|---|
| 8387 | ^~~~~~~~~~~~ |
|---|
| 8388 | 1 error generated. |
|---|
| 8389 | make[1]: *** [CMakeFiles/cmTC_4c423.dir/CheckIncludeFiles.c.o] Error 1 |
|---|
| 8390 | make: *** [cmTC_4c423/fast] Error 2 |
|---|
| 8391 | |
|---|
| 8392 | Source: |
|---|
| 8393 | /* */ |
|---|
| 8394 | #include <sys/types.h> |
|---|
| 8395 | #include <ctype.h> |
|---|
| 8396 | #include <copyfile.h> |
|---|
| 8397 | #include <dlfcn.h> |
|---|
| 8398 | #include <errno.h> |
|---|
| 8399 | #include <fcntl.h> |
|---|
| 8400 | #include <grp.h> |
|---|
| 8401 | #include <inttypes.h> |
|---|
| 8402 | #include <langinfo.h> |
|---|
| 8403 | #include <limits.h> |
|---|
| 8404 | #include <locale.h> |
|---|
| 8405 | #include <memory.h> |
|---|
| 8406 | #include <paths.h> |
|---|
| 8407 | #include <poll.h> |
|---|
| 8408 | #include <pwd.h> |
|---|
| 8409 | #include <readpassphrase.h> |
|---|
| 8410 | #include <regex.h> |
|---|
| 8411 | #include <signal.h> |
|---|
| 8412 | #include <spawn.h> |
|---|
| 8413 | #include <stdarg.h> |
|---|
| 8414 | #include <stdint.h> |
|---|
| 8415 | #include <stdlib.h> |
|---|
| 8416 | #include <string.h> |
|---|
| 8417 | #include <strings.h> |
|---|
| 8418 | #include <sys/acl.h> |
|---|
| 8419 | #include <sys/cdefs.h> |
|---|
| 8420 | #include <sys/ioctl.h> |
|---|
| 8421 | #include <sys/mount.h> |
|---|
| 8422 | #include <sys/param.h> |
|---|
| 8423 | #include <sys/poll.h> |
|---|
| 8424 | #include <sys/select.h> |
|---|
| 8425 | #include <sys/stat.h> |
|---|
| 8426 | #include <sys/statvfs.h> |
|---|
| 8427 | #include <sys/time.h> |
|---|
| 8428 | #include <sys/utsname.h> |
|---|
| 8429 | #include <sys/wait.h> |
|---|
| 8430 | #include <time.h> |
|---|
| 8431 | #include <unistd.h> |
|---|
| 8432 | #include <utime.h> |
|---|
| 8433 | #include <wchar.h> |
|---|
| 8434 | #include <wctype.h> |
|---|
| 8435 | #include <winioctl.h> |
|---|
| 8436 | |
|---|
| 8437 | |
|---|
| 8438 | int main(void){return 0;} |
|---|
| 8439 | |
|---|
| 8440 | Determining if the function MD5Init exists in the md failed with the following output: |
|---|
| 8441 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 8442 | |
|---|
| 8443 | Run Build Command:"/usr/bin/make" "cmTC_80b5f/fast" |
|---|
| 8444 | make -f CMakeFiles/cmTC_80b5f.dir/build.make CMakeFiles/cmTC_80b5f.dir/build |
|---|
| 8445 | Building C object CMakeFiles/cmTC_80b5f.dir/CheckFunctionExists.c.o |
|---|
| 8446 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DCHECK_FUNCTION_EXISTS=MD5Init -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_80b5f.dir/CheckFunctionExists.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Modules/CheckFunctionExists.c |
|---|
| 8447 | Linking C executable cmTC_80b5f |
|---|
| 8448 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_80b5f.dir/link.txt --verbose=1 |
|---|
| 8449 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DCHECK_FUNCTION_EXISTS=MD5Init -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/cmake-bootstrap/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 CMakeFiles/cmTC_80b5f.dir/CheckFunctionExists.c.o -o cmTC_80b5f -lmd |
|---|
| 8450 | Undefined symbols for architecture x86_64: |
|---|
| 8451 | "_MD5Init", referenced from: |
|---|
| 8452 | _main in CheckFunctionExists.c.o |
|---|
| 8453 | ld: symbol(s) not found for architecture x86_64 |
|---|
| 8454 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
|---|
| 8455 | make[1]: *** [cmTC_80b5f] Error 1 |
|---|
| 8456 | make: *** [cmTC_80b5f/fast] Error 2 |
|---|
| 8457 | |
|---|
| 8458 | |
|---|
| 8459 | Determining if the _CrtSetReportMode exist failed with the following output: |
|---|
| 8460 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 8461 | |
|---|
| 8462 | Run Build Command:"/usr/bin/make" "cmTC_1e7db/fast" |
|---|
| 8463 | make -f CMakeFiles/cmTC_1e7db.dir/build.make CMakeFiles/cmTC_1e7db.dir/build |
|---|
| 8464 | Building C object CMakeFiles/cmTC_1e7db.dir/CheckSymbolExists.c.o |
|---|
| 8465 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_1e7db.dir/CheckSymbolExists.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c |
|---|
| 8466 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:10: fatal error: 'crtdbg.h' file not found |
|---|
| 8467 | #include <crtdbg.h> |
|---|
| 8468 | ^~~~~~~~~~ |
|---|
| 8469 | 1 error generated. |
|---|
| 8470 | make[1]: *** [CMakeFiles/cmTC_1e7db.dir/CheckSymbolExists.c.o] Error 1 |
|---|
| 8471 | make: *** [cmTC_1e7db/fast] Error 2 |
|---|
| 8472 | |
|---|
| 8473 | File /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckSymbolExists.c: |
|---|
| 8474 | /* */ |
|---|
| 8475 | #include <crtdbg.h> |
|---|
| 8476 | |
|---|
| 8477 | int main(int argc, char** argv) |
|---|
| 8478 | { |
|---|
| 8479 | (void)argv; |
|---|
| 8480 | #ifndef _CrtSetReportMode |
|---|
| 8481 | return ((int*)(&_CrtSetReportMode))[argc]; |
|---|
| 8482 | #else |
|---|
| 8483 | (void)argc; |
|---|
| 8484 | return 0; |
|---|
| 8485 | #endif |
|---|
| 8486 | } |
|---|
| 8487 | |
|---|
| 8488 | Determining if the function futimesat exists failed with the following output: |
|---|
| 8489 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 8490 | |
|---|
| 8491 | Run Build Command:"/usr/bin/make" "cmTC_d0346/fast" |
|---|
| 8492 | make -f CMakeFiles/cmTC_d0346.dir/build.make CMakeFiles/cmTC_d0346.dir/build |
|---|
| 8493 | Building C object CMakeFiles/cmTC_d0346.dir/CheckFunctionExists.c.o |
|---|
| 8494 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DCHECK_FUNCTION_EXISTS=futimesat -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_d0346.dir/CheckFunctionExists.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Modules/CheckFunctionExists.c |
|---|
| 8495 | Linking C executable cmTC_d0346 |
|---|
| 8496 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_d0346.dir/link.txt --verbose=1 |
|---|
| 8497 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DCHECK_FUNCTION_EXISTS=futimesat -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/cmake-bootstrap/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 CMakeFiles/cmTC_d0346.dir/CheckFunctionExists.c.o -o cmTC_d0346 |
|---|
| 8498 | Undefined symbols for architecture x86_64: |
|---|
| 8499 | "_futimesat", referenced from: |
|---|
| 8500 | _main in CheckFunctionExists.c.o |
|---|
| 8501 | ld: symbol(s) not found for architecture x86_64 |
|---|
| 8502 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
|---|
| 8503 | make[1]: *** [cmTC_d0346] Error 1 |
|---|
| 8504 | make: *** [cmTC_d0346/fast] Error 2 |
|---|
| 8505 | |
|---|
| 8506 | |
|---|
| 8507 | Determining if the function strncpy_s exists failed with the following output: |
|---|
| 8508 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 8509 | |
|---|
| 8510 | Run Build Command:"/usr/bin/make" "cmTC_a77b0/fast" |
|---|
| 8511 | make -f CMakeFiles/cmTC_a77b0.dir/build.make CMakeFiles/cmTC_a77b0.dir/build |
|---|
| 8512 | Building C object CMakeFiles/cmTC_a77b0.dir/CheckFunctionExists.c.o |
|---|
| 8513 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DCHECK_FUNCTION_EXISTS=strncpy_s -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_a77b0.dir/CheckFunctionExists.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Modules/CheckFunctionExists.c |
|---|
| 8514 | Linking C executable cmTC_a77b0 |
|---|
| 8515 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_a77b0.dir/link.txt --verbose=1 |
|---|
| 8516 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DCHECK_FUNCTION_EXISTS=strncpy_s -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/cmake-bootstrap/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 CMakeFiles/cmTC_a77b0.dir/CheckFunctionExists.c.o -o cmTC_a77b0 |
|---|
| 8517 | Undefined symbols for architecture x86_64: |
|---|
| 8518 | "_strncpy_s", referenced from: |
|---|
| 8519 | _main in CheckFunctionExists.c.o |
|---|
| 8520 | ld: symbol(s) not found for architecture x86_64 |
|---|
| 8521 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
|---|
| 8522 | make[1]: *** [cmTC_a77b0] Error 1 |
|---|
| 8523 | make: *** [cmTC_a77b0/fast] Error 2 |
|---|
| 8524 | |
|---|
| 8525 | |
|---|
| 8526 | Determining if the function _ctime64_s exists failed with the following output: |
|---|
| 8527 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 8528 | |
|---|
| 8529 | Run Build Command:"/usr/bin/make" "cmTC_60a39/fast" |
|---|
| 8530 | make -f CMakeFiles/cmTC_60a39.dir/build.make CMakeFiles/cmTC_60a39.dir/build |
|---|
| 8531 | Building C object CMakeFiles/cmTC_60a39.dir/CheckFunctionExists.c.o |
|---|
| 8532 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DCHECK_FUNCTION_EXISTS=_ctime64_s -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_60a39.dir/CheckFunctionExists.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Modules/CheckFunctionExists.c |
|---|
| 8533 | Linking C executable cmTC_60a39 |
|---|
| 8534 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_60a39.dir/link.txt --verbose=1 |
|---|
| 8535 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DCHECK_FUNCTION_EXISTS=_ctime64_s -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/cmake-bootstrap/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 CMakeFiles/cmTC_60a39.dir/CheckFunctionExists.c.o -o cmTC_60a39 |
|---|
| 8536 | Undefined symbols for architecture x86_64: |
|---|
| 8537 | "__ctime64_s", referenced from: |
|---|
| 8538 | _main in CheckFunctionExists.c.o |
|---|
| 8539 | ld: symbol(s) not found for architecture x86_64 |
|---|
| 8540 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
|---|
| 8541 | make[1]: *** [cmTC_60a39] Error 1 |
|---|
| 8542 | make: *** [cmTC_60a39/fast] Error 2 |
|---|
| 8543 | |
|---|
| 8544 | |
|---|
| 8545 | Determining if the function _fseeki64 exists failed with the following output: |
|---|
| 8546 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 8547 | |
|---|
| 8548 | Run Build Command:"/usr/bin/make" "cmTC_deece/fast" |
|---|
| 8549 | make -f CMakeFiles/cmTC_deece.dir/build.make CMakeFiles/cmTC_deece.dir/build |
|---|
| 8550 | Building C object CMakeFiles/cmTC_deece.dir/CheckFunctionExists.c.o |
|---|
| 8551 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DCHECK_FUNCTION_EXISTS=_fseeki64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_deece.dir/CheckFunctionExists.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Modules/CheckFunctionExists.c |
|---|
| 8552 | Linking C executable cmTC_deece |
|---|
| 8553 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_deece.dir/link.txt --verbose=1 |
|---|
| 8554 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DCHECK_FUNCTION_EXISTS=_fseeki64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/cmake-bootstrap/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 CMakeFiles/cmTC_deece.dir/CheckFunctionExists.c.o -o cmTC_deece |
|---|
| 8555 | Undefined symbols for architecture x86_64: |
|---|
| 8556 | "__fseeki64", referenced from: |
|---|
| 8557 | _main in CheckFunctionExists.c.o |
|---|
| 8558 | ld: symbol(s) not found for architecture x86_64 |
|---|
| 8559 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
|---|
| 8560 | make[1]: *** [cmTC_deece] Error 1 |
|---|
| 8561 | make: *** [cmTC_deece/fast] Error 2 |
|---|
| 8562 | |
|---|
| 8563 | |
|---|
| 8564 | Determining if the function _get_timezone exists failed with the following output: |
|---|
| 8565 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 8566 | |
|---|
| 8567 | Run Build Command:"/usr/bin/make" "cmTC_a929d/fast" |
|---|
| 8568 | make -f CMakeFiles/cmTC_a929d.dir/build.make CMakeFiles/cmTC_a929d.dir/build |
|---|
| 8569 | Building C object CMakeFiles/cmTC_a929d.dir/CheckFunctionExists.c.o |
|---|
| 8570 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DCHECK_FUNCTION_EXISTS=_get_timezone -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_a929d.dir/CheckFunctionExists.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Modules/CheckFunctionExists.c |
|---|
| 8571 | Linking C executable cmTC_a929d |
|---|
| 8572 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_a929d.dir/link.txt --verbose=1 |
|---|
| 8573 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DCHECK_FUNCTION_EXISTS=_get_timezone -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/cmake-bootstrap/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 CMakeFiles/cmTC_a929d.dir/CheckFunctionExists.c.o -o cmTC_a929d |
|---|
| 8574 | Undefined symbols for architecture x86_64: |
|---|
| 8575 | "__get_timezone", referenced from: |
|---|
| 8576 | _main in CheckFunctionExists.c.o |
|---|
| 8577 | ld: symbol(s) not found for architecture x86_64 |
|---|
| 8578 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
|---|
| 8579 | make[1]: *** [cmTC_a929d] Error 1 |
|---|
| 8580 | make: *** [cmTC_a929d/fast] Error 2 |
|---|
| 8581 | |
|---|
| 8582 | |
|---|
| 8583 | Determining if the function _localtime64_s exists failed with the following output: |
|---|
| 8584 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 8585 | |
|---|
| 8586 | Run Build Command:"/usr/bin/make" "cmTC_55ffa/fast" |
|---|
| 8587 | make -f CMakeFiles/cmTC_55ffa.dir/build.make CMakeFiles/cmTC_55ffa.dir/build |
|---|
| 8588 | Building C object CMakeFiles/cmTC_55ffa.dir/CheckFunctionExists.c.o |
|---|
| 8589 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DCHECK_FUNCTION_EXISTS=_localtime64_s -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_55ffa.dir/CheckFunctionExists.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Modules/CheckFunctionExists.c |
|---|
| 8590 | Linking C executable cmTC_55ffa |
|---|
| 8591 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_55ffa.dir/link.txt --verbose=1 |
|---|
| 8592 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DCHECK_FUNCTION_EXISTS=_localtime64_s -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/cmake-bootstrap/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 CMakeFiles/cmTC_55ffa.dir/CheckFunctionExists.c.o -o cmTC_55ffa |
|---|
| 8593 | Undefined symbols for architecture x86_64: |
|---|
| 8594 | "__localtime64_s", referenced from: |
|---|
| 8595 | _main in CheckFunctionExists.c.o |
|---|
| 8596 | ld: symbol(s) not found for architecture x86_64 |
|---|
| 8597 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
|---|
| 8598 | make[1]: *** [cmTC_55ffa] Error 1 |
|---|
| 8599 | make: *** [cmTC_55ffa/fast] Error 2 |
|---|
| 8600 | |
|---|
| 8601 | |
|---|
| 8602 | Determining if the function _mkgmtime64 exists failed with the following output: |
|---|
| 8603 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 8604 | |
|---|
| 8605 | Run Build Command:"/usr/bin/make" "cmTC_58d82/fast" |
|---|
| 8606 | make -f CMakeFiles/cmTC_58d82.dir/build.make CMakeFiles/cmTC_58d82.dir/build |
|---|
| 8607 | Building C object CMakeFiles/cmTC_58d82.dir/CheckFunctionExists.c.o |
|---|
| 8608 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DCHECK_FUNCTION_EXISTS=_mkgmtime64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_58d82.dir/CheckFunctionExists.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Modules/CheckFunctionExists.c |
|---|
| 8609 | Linking C executable cmTC_58d82 |
|---|
| 8610 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_58d82.dir/link.txt --verbose=1 |
|---|
| 8611 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DCHECK_FUNCTION_EXISTS=_mkgmtime64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/cmake-bootstrap/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 CMakeFiles/cmTC_58d82.dir/CheckFunctionExists.c.o -o cmTC_58d82 |
|---|
| 8612 | Undefined symbols for architecture x86_64: |
|---|
| 8613 | "__mkgmtime64", referenced from: |
|---|
| 8614 | _main in CheckFunctionExists.c.o |
|---|
| 8615 | ld: symbol(s) not found for architecture x86_64 |
|---|
| 8616 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
|---|
| 8617 | make[1]: *** [cmTC_58d82] Error 1 |
|---|
| 8618 | make: *** [cmTC_58d82/fast] Error 2 |
|---|
| 8619 | |
|---|
| 8620 | |
|---|
| 8621 | Determining if the function cygwin_conv_path exists failed with the following output: |
|---|
| 8622 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 8623 | |
|---|
| 8624 | Run Build Command:"/usr/bin/make" "cmTC_b60f7/fast" |
|---|
| 8625 | make -f CMakeFiles/cmTC_b60f7.dir/build.make CMakeFiles/cmTC_b60f7.dir/build |
|---|
| 8626 | Building C object CMakeFiles/cmTC_b60f7.dir/CheckFunctionExists.c.o |
|---|
| 8627 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DCHECK_FUNCTION_EXISTS=cygwin_conv_path -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_b60f7.dir/CheckFunctionExists.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Modules/CheckFunctionExists.c |
|---|
| 8628 | Linking C executable cmTC_b60f7 |
|---|
| 8629 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Bootstrap.cmk/cmake -E cmake_link_script CMakeFiles/cmTC_b60f7.dir/link.txt --verbose=1 |
|---|
| 8630 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DCHECK_FUNCTION_EXISTS=cygwin_conv_path -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/cmake-bootstrap/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 CMakeFiles/cmTC_b60f7.dir/CheckFunctionExists.c.o -o cmTC_b60f7 |
|---|
| 8631 | Undefined symbols for architecture x86_64: |
|---|
| 8632 | "_cygwin_conv_path", referenced from: |
|---|
| 8633 | _main in CheckFunctionExists.c.o |
|---|
| 8634 | ld: symbol(s) not found for architecture x86_64 |
|---|
| 8635 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
|---|
| 8636 | make[1]: *** [cmTC_b60f7] Error 1 |
|---|
| 8637 | make: *** [cmTC_b60f7/fast] Error 2 |
|---|
| 8638 | |
|---|
| 8639 | |
|---|
| 8640 | Performing C SOURCE FILE Test HAVE_STRUCT_XVFSCONF failed with the following output: |
|---|
| 8641 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 8642 | |
|---|
| 8643 | Run Build Command:"/usr/bin/make" "cmTC_89bc4/fast" |
|---|
| 8644 | make -f CMakeFiles/cmTC_89bc4.dir/build.make CMakeFiles/cmTC_89bc4.dir/build |
|---|
| 8645 | Building C object CMakeFiles/cmTC_89bc4.dir/src.c.o |
|---|
| 8646 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DHAVE_STRUCT_XVFSCONF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_89bc4.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 8647 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:3:34: error: variable has incomplete type 'struct xvfsconf' |
|---|
| 8648 | int main(void) { struct xvfsconf v; return sizeof(v);} |
|---|
| 8649 | ^ |
|---|
| 8650 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:3:25: note: forward declaration of 'struct xvfsconf' |
|---|
| 8651 | int main(void) { struct xvfsconf v; return sizeof(v);} |
|---|
| 8652 | ^ |
|---|
| 8653 | 1 error generated. |
|---|
| 8654 | make[1]: *** [CMakeFiles/cmTC_89bc4.dir/src.c.o] Error 1 |
|---|
| 8655 | make: *** [cmTC_89bc4/fast] Error 2 |
|---|
| 8656 | |
|---|
| 8657 | Source file was: |
|---|
| 8658 | #include <sys/types.h> |
|---|
| 8659 | #include <sys/mount.h> |
|---|
| 8660 | int main(void) { struct xvfsconf v; return sizeof(v);} |
|---|
| 8661 | Performing C SOURCE FILE Test MAJOR_IN_MKDEV failed with the following output: |
|---|
| 8662 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 8663 | |
|---|
| 8664 | Run Build Command:"/usr/bin/make" "cmTC_7bbb5/fast" |
|---|
| 8665 | make -f CMakeFiles/cmTC_7bbb5.dir/build.make CMakeFiles/cmTC_7bbb5.dir/build |
|---|
| 8666 | Building C object CMakeFiles/cmTC_7bbb5.dir/src.c.o |
|---|
| 8667 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DMAJOR_IN_MKDEV -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_7bbb5.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 8668 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:1:10: fatal error: 'sys/mkdev.h' file not found |
|---|
| 8669 | #include <sys/mkdev.h> |
|---|
| 8670 | ^~~~~~~~~~~~~ |
|---|
| 8671 | 1 error generated. |
|---|
| 8672 | make[1]: *** [CMakeFiles/cmTC_7bbb5.dir/src.c.o] Error 1 |
|---|
| 8673 | make: *** [cmTC_7bbb5/fast] Error 2 |
|---|
| 8674 | |
|---|
| 8675 | Source file was: |
|---|
| 8676 | #include <sys/mkdev.h> |
|---|
| 8677 | int main() { return major(256); } |
|---|
| 8678 | Performing C SOURCE FILE Test MAJOR_IN_SYSMACROS failed with the following output: |
|---|
| 8679 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 8680 | |
|---|
| 8681 | Run Build Command:"/usr/bin/make" "cmTC_f5686/fast" |
|---|
| 8682 | make -f CMakeFiles/cmTC_f5686.dir/build.make CMakeFiles/cmTC_f5686.dir/build |
|---|
| 8683 | Building C object CMakeFiles/cmTC_f5686.dir/src.c.o |
|---|
| 8684 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DMAJOR_IN_SYSMACROS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_f5686.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 8685 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:1:10: fatal error: 'sys/sysmacros.h' file not found |
|---|
| 8686 | #include <sys/sysmacros.h> |
|---|
| 8687 | ^~~~~~~~~~~~~~~~~ |
|---|
| 8688 | 1 error generated. |
|---|
| 8689 | make[1]: *** [CMakeFiles/cmTC_f5686.dir/src.c.o] Error 1 |
|---|
| 8690 | make: *** [cmTC_f5686/fast] Error 2 |
|---|
| 8691 | |
|---|
| 8692 | Source file was: |
|---|
| 8693 | #include <sys/sysmacros.h> |
|---|
| 8694 | int main() { return major(256); } |
|---|
| 8695 | Performing C SOURCE FILE Test HAVE_LZMA_STREAM_ENCODER_MT failed with the following output: |
|---|
| 8696 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 8697 | |
|---|
| 8698 | Run Build Command:"/usr/bin/make" "cmTC_2ef65/fast" |
|---|
| 8699 | make -f CMakeFiles/cmTC_2ef65.dir/build.make CMakeFiles/cmTC_2ef65.dir/build |
|---|
| 8700 | Building C object CMakeFiles/cmTC_2ef65.dir/src.c.o |
|---|
| 8701 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DHAVE_LZMA_STREAM_ENCODER_MT -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_2ef65.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 8702 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:1:10: fatal error: 'lzma.h' file not found |
|---|
| 8703 | #include <lzma.h> |
|---|
| 8704 | ^~~~~~~~ |
|---|
| 8705 | 1 error generated. |
|---|
| 8706 | make[1]: *** [CMakeFiles/cmTC_2ef65.dir/src.c.o] Error 1 |
|---|
| 8707 | make: *** [cmTC_2ef65/fast] Error 2 |
|---|
| 8708 | |
|---|
| 8709 | Source file was: |
|---|
| 8710 | #include <lzma.h> |
|---|
| 8711 | #if LZMA_VERSION < 50020000 |
|---|
| 8712 | #error unsupported |
|---|
| 8713 | #endif |
|---|
| 8714 | int main(void){lzma_stream_encoder_mt(0, 0); return 0;} |
|---|
| 8715 | Performing C SOURCE FILE Test HAVE_STRUCT_TM___TM_GMTOFF failed with the following output: |
|---|
| 8716 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 8717 | |
|---|
| 8718 | Run Build Command:"/usr/bin/make" "cmTC_f3488/fast" |
|---|
| 8719 | make -f CMakeFiles/cmTC_f3488.dir/build.make CMakeFiles/cmTC_f3488.dir/build |
|---|
| 8720 | Building C object CMakeFiles/cmTC_f3488.dir/src.c.o |
|---|
| 8721 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DHAVE_STRUCT_TM___TM_GMTOFF -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_f3488.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 8722 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:6:35: error: no member named '__tm_gmtoff' in 'struct tm'; did you mean 'tm_gmtoff'? |
|---|
| 8723 | (void)sizeof(((struct tm *)0)->__tm_gmtoff); |
|---|
| 8724 | ^~~~~~~~~~~ |
|---|
| 8725 | tm_gmtoff |
|---|
| 8726 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/time.h:85:7: note: 'tm_gmtoff' declared here |
|---|
| 8727 | long tm_gmtoff; /* offset from UTC in seconds */ |
|---|
| 8728 | ^ |
|---|
| 8729 | 1 error generated. |
|---|
| 8730 | make[1]: *** [CMakeFiles/cmTC_f3488.dir/src.c.o] Error 1 |
|---|
| 8731 | make: *** [cmTC_f3488/fast] Error 2 |
|---|
| 8732 | |
|---|
| 8733 | Source file was: |
|---|
| 8734 | |
|---|
| 8735 | #include <time.h> |
|---|
| 8736 | |
|---|
| 8737 | int main() |
|---|
| 8738 | { |
|---|
| 8739 | (void)sizeof(((struct tm *)0)->__tm_gmtoff); |
|---|
| 8740 | return 0; |
|---|
| 8741 | } |
|---|
| 8742 | |
|---|
| 8743 | Performing C SOURCE FILE Test HAVE_STRUCT_STATFS_F_NAMEMAX failed with the following output: |
|---|
| 8744 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 8745 | |
|---|
| 8746 | Run Build Command:"/usr/bin/make" "cmTC_2cce2/fast" |
|---|
| 8747 | make -f CMakeFiles/cmTC_2cce2.dir/build.make CMakeFiles/cmTC_2cce2.dir/build |
|---|
| 8748 | Building C object CMakeFiles/cmTC_2cce2.dir/src.c.o |
|---|
| 8749 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DHAVE_STRUCT_STATFS_F_NAMEMAX -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_2cce2.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 8750 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:7:39: error: no member named 'f_namemax' in 'struct statfs' |
|---|
| 8751 | (void)sizeof(((struct statfs *)0)->f_namemax); |
|---|
| 8752 | ~~~~~~~~~~~~~~~~~~~~ ^ |
|---|
| 8753 | 1 error generated. |
|---|
| 8754 | make[1]: *** [CMakeFiles/cmTC_2cce2.dir/src.c.o] Error 1 |
|---|
| 8755 | make: *** [cmTC_2cce2/fast] Error 2 |
|---|
| 8756 | |
|---|
| 8757 | Source file was: |
|---|
| 8758 | |
|---|
| 8759 | #include <sys/param.h> |
|---|
| 8760 | #include <sys/mount.h> |
|---|
| 8761 | |
|---|
| 8762 | int main() |
|---|
| 8763 | { |
|---|
| 8764 | (void)sizeof(((struct statfs *)0)->f_namemax); |
|---|
| 8765 | return 0; |
|---|
| 8766 | } |
|---|
| 8767 | |
|---|
| 8768 | Performing C SOURCE FILE Test HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC failed with the following output: |
|---|
| 8769 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 8770 | |
|---|
| 8771 | Run Build Command:"/usr/bin/make" "cmTC_3b83e/fast" |
|---|
| 8772 | make -f CMakeFiles/cmTC_3b83e.dir/build.make CMakeFiles/cmTC_3b83e.dir/build |
|---|
| 8773 | Building C object CMakeFiles/cmTC_3b83e.dir/src.c.o |
|---|
| 8774 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DHAVE_STRUCT_STAT_ST_MTIM_TV_NSEC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_3b83e.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 8775 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:7:37: error: no member named 'st_mtim' in 'struct stat' |
|---|
| 8776 | (void)sizeof(((struct stat *)0)->st_mtim.tv_nsec); |
|---|
| 8777 | ~~~~~~~~~~~~~~~~~~ ^ |
|---|
| 8778 | 1 error generated. |
|---|
| 8779 | make[1]: *** [CMakeFiles/cmTC_3b83e.dir/src.c.o] Error 1 |
|---|
| 8780 | make: *** [cmTC_3b83e/fast] Error 2 |
|---|
| 8781 | |
|---|
| 8782 | Source file was: |
|---|
| 8783 | |
|---|
| 8784 | #include <sys/types.h> |
|---|
| 8785 | #include <sys/stat.h> |
|---|
| 8786 | |
|---|
| 8787 | int main() |
|---|
| 8788 | { |
|---|
| 8789 | (void)sizeof(((struct stat *)0)->st_mtim.tv_nsec); |
|---|
| 8790 | return 0; |
|---|
| 8791 | } |
|---|
| 8792 | |
|---|
| 8793 | Performing C SOURCE FILE Test HAVE_STRUCT_STAT_ST_MTIME_N failed with the following output: |
|---|
| 8794 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 8795 | |
|---|
| 8796 | Run Build Command:"/usr/bin/make" "cmTC_72516/fast" |
|---|
| 8797 | make -f CMakeFiles/cmTC_72516.dir/build.make CMakeFiles/cmTC_72516.dir/build |
|---|
| 8798 | Building C object CMakeFiles/cmTC_72516.dir/src.c.o |
|---|
| 8799 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DHAVE_STRUCT_STAT_ST_MTIME_N -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_72516.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 8800 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:7:37: error: no member named 'st_mtime_n' in 'struct stat' |
|---|
| 8801 | (void)sizeof(((struct stat *)0)->st_mtime_n); |
|---|
| 8802 | ~~~~~~~~~~~~~~~~~~ ^ |
|---|
| 8803 | 1 error generated. |
|---|
| 8804 | make[1]: *** [CMakeFiles/cmTC_72516.dir/src.c.o] Error 1 |
|---|
| 8805 | make: *** [cmTC_72516/fast] Error 2 |
|---|
| 8806 | |
|---|
| 8807 | Source file was: |
|---|
| 8808 | |
|---|
| 8809 | #include <sys/types.h> |
|---|
| 8810 | #include <sys/stat.h> |
|---|
| 8811 | |
|---|
| 8812 | int main() |
|---|
| 8813 | { |
|---|
| 8814 | (void)sizeof(((struct stat *)0)->st_mtime_n); |
|---|
| 8815 | return 0; |
|---|
| 8816 | } |
|---|
| 8817 | |
|---|
| 8818 | Performing C SOURCE FILE Test HAVE_STRUCT_STAT_ST_UMTIME failed with the following output: |
|---|
| 8819 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 8820 | |
|---|
| 8821 | Run Build Command:"/usr/bin/make" "cmTC_aead3/fast" |
|---|
| 8822 | make -f CMakeFiles/cmTC_aead3.dir/build.make CMakeFiles/cmTC_aead3.dir/build |
|---|
| 8823 | Building C object CMakeFiles/cmTC_aead3.dir/src.c.o |
|---|
| 8824 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DHAVE_STRUCT_STAT_ST_UMTIME -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_aead3.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 8825 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:7:37: error: no member named 'st_umtime' in 'struct stat' |
|---|
| 8826 | (void)sizeof(((struct stat *)0)->st_umtime); |
|---|
| 8827 | ~~~~~~~~~~~~~~~~~~ ^ |
|---|
| 8828 | 1 error generated. |
|---|
| 8829 | make[1]: *** [CMakeFiles/cmTC_aead3.dir/src.c.o] Error 1 |
|---|
| 8830 | make: *** [cmTC_aead3/fast] Error 2 |
|---|
| 8831 | |
|---|
| 8832 | Source file was: |
|---|
| 8833 | |
|---|
| 8834 | #include <sys/types.h> |
|---|
| 8835 | #include <sys/stat.h> |
|---|
| 8836 | |
|---|
| 8837 | int main() |
|---|
| 8838 | { |
|---|
| 8839 | (void)sizeof(((struct stat *)0)->st_umtime); |
|---|
| 8840 | return 0; |
|---|
| 8841 | } |
|---|
| 8842 | |
|---|
| 8843 | Performing C SOURCE FILE Test HAVE_STRUCT_STAT_ST_MTIME_USEC failed with the following output: |
|---|
| 8844 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 8845 | |
|---|
| 8846 | Run Build Command:"/usr/bin/make" "cmTC_9b9d9/fast" |
|---|
| 8847 | make -f CMakeFiles/cmTC_9b9d9.dir/build.make CMakeFiles/cmTC_9b9d9.dir/build |
|---|
| 8848 | Building C object CMakeFiles/cmTC_9b9d9.dir/src.c.o |
|---|
| 8849 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DHAVE_STRUCT_STAT_ST_MTIME_USEC -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_9b9d9.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 8850 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:7:37: error: no member named 'st_mtime_usec' in 'struct stat'; did you mean 'st_mtimespec'? |
|---|
| 8851 | (void)sizeof(((struct stat *)0)->st_mtime_usec); |
|---|
| 8852 | ^~~~~~~~~~~~~ |
|---|
| 8853 | st_mtimespec |
|---|
| 8854 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/stat.h:182:13: note: 'st_mtimespec' declared here |
|---|
| 8855 | struct stat __DARWIN_STRUCT_STAT64; |
|---|
| 8856 | ^ |
|---|
| 8857 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/stat.h:166:2: note: expanded from macro '__DARWIN_STRUCT_STAT64' |
|---|
| 8858 | __DARWIN_STRUCT_STAT64_TIMES \ |
|---|
| 8859 | ^ |
|---|
| 8860 | /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk/usr/include/sys/stat.h:130:18: note: expanded from macro '__DARWIN_STRUCT_STAT64_TIMES' |
|---|
| 8861 | struct timespec st_mtimespec; /* time of last data modification */ \ |
|---|
| 8862 | ^ |
|---|
| 8863 | 1 error generated. |
|---|
| 8864 | make[1]: *** [CMakeFiles/cmTC_9b9d9.dir/src.c.o] Error 1 |
|---|
| 8865 | make: *** [cmTC_9b9d9/fast] Error 2 |
|---|
| 8866 | |
|---|
| 8867 | Source file was: |
|---|
| 8868 | |
|---|
| 8869 | #include <sys/types.h> |
|---|
| 8870 | #include <sys/stat.h> |
|---|
| 8871 | |
|---|
| 8872 | int main() |
|---|
| 8873 | { |
|---|
| 8874 | (void)sizeof(((struct stat *)0)->st_mtime_usec); |
|---|
| 8875 | return 0; |
|---|
| 8876 | } |
|---|
| 8877 | |
|---|
| 8878 | Performing C SOURCE FILE Test HAVE_STRUCT_STATVFS_F_IOSIZE failed with the following output: |
|---|
| 8879 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 8880 | |
|---|
| 8881 | Run Build Command:"/usr/bin/make" "cmTC_6e615/fast" |
|---|
| 8882 | make -f CMakeFiles/cmTC_6e615.dir/build.make CMakeFiles/cmTC_6e615.dir/build |
|---|
| 8883 | Building C object CMakeFiles/cmTC_6e615.dir/src.c.o |
|---|
| 8884 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -w -DHAVE_STRUCT_STATVFS_F_IOSIZE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_6e615.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c |
|---|
| 8885 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/src.c:7:40: error: no member named 'f_iosize' in 'struct statvfs' |
|---|
| 8886 | (void)sizeof(((struct statvfs *)0)->f_iosize); |
|---|
| 8887 | ~~~~~~~~~~~~~~~~~~~~~ ^ |
|---|
| 8888 | 1 error generated. |
|---|
| 8889 | make[1]: *** [CMakeFiles/cmTC_6e615.dir/src.c.o] Error 1 |
|---|
| 8890 | make: *** [cmTC_6e615/fast] Error 2 |
|---|
| 8891 | |
|---|
| 8892 | Source file was: |
|---|
| 8893 | |
|---|
| 8894 | #include <sys/types.h> |
|---|
| 8895 | #include <sys/statvfs.h> |
|---|
| 8896 | |
|---|
| 8897 | int main() |
|---|
| 8898 | { |
|---|
| 8899 | (void)sizeof(((struct statvfs *)0)->f_iosize); |
|---|
| 8900 | return 0; |
|---|
| 8901 | } |
|---|
| 8902 | |
|---|
| 8903 | Determining if the include file elf.h exists failed with the following output: |
|---|
| 8904 | Change Dir: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp |
|---|
| 8905 | |
|---|
| 8906 | Run Build Command:"/usr/bin/make" "cmTC_4934e/fast" |
|---|
| 8907 | make -f CMakeFiles/cmTC_4934e.dir/build.make CMakeFiles/cmTC_4934e.dir/build |
|---|
| 8908 | Building C object CMakeFiles/cmTC_4934e.dir/CheckIncludeFile.c.o |
|---|
| 8909 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -o CMakeFiles/cmTC_4934e.dir/CheckIncludeFile.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFile.c |
|---|
| 8910 | /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: 'elf.h' file not found |
|---|
| 8911 | #include <elf.h> |
|---|
| 8912 | ^~~~~~~ |
|---|
| 8913 | 1 error generated. |
|---|
| 8914 | make[1]: *** [CMakeFiles/cmTC_4934e.dir/CheckIncludeFile.c.o] Error 1 |
|---|
| 8915 | make: *** [cmTC_4934e/fast] Error 2 |
|---|
| 8916 | |
|---|
| 8917 | |
|---|
| 8918 | Looking for a Fortran compiler failed with the following output: |
|---|
| 8919 | sh: /bin/ps: Operation not permitted |
|---|
| 8920 | sh: /bin/ps: Operation not permitted |
|---|
| 8921 | sh: /bin/ps: Operation not permitted |
|---|
| 8922 | sh: /bin/ps: Operation not permitted |
|---|
| 8923 | sh: /bin/ps: Operation not permitted |
|---|
| 8924 | sh: /bin/ps: Operation not permitted |
|---|
| 8925 | sh: /bin/ps: Operation not permitted |
|---|
| 8926 | sh: /bin/ps: Operation not permitted |
|---|
| 8927 | -- The Fortran compiler identification is unknown |
|---|
| 8928 | sh: /bin/ps: Operation not permitted |
|---|
| 8929 | CMake Error at CMakeLists.txt:2 (project): |
|---|
| 8930 | No CMAKE_Fortran_COMPILER could be found. |
|---|
| 8931 | |
|---|
| 8932 | Tell CMake where to find the compiler by setting either the environment |
|---|
| 8933 | variable "FC" or the CMake cache entry CMAKE_Fortran_COMPILER to the full |
|---|
| 8934 | path to the compiler, or to the compiler name if it is in the PATH. |
|---|
| 8935 | |
|---|
| 8936 | |
|---|
| 8937 | -- Configuring incomplete, errors occurred! |
|---|
| 8938 | See also "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Tests/CMakeFiles/CheckFortran/CMakeFiles/CMakeOutput.log". |
|---|
| 8939 | See also "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_cmake-bootstrap/cmake-bootstrap/work/cmake-3.9.6/Tests/CMakeFiles/CheckFortran/CMakeFiles/CMakeError.log". |
|---|
| 8940 | |
|---|