| 1 | | |
| | 1 | Patch, then |
| | 2 | * ./configure --prefix=/boot/common |
| | 3 | * make |
| | 4 | |
| | 5 | Getting closer, it gets past the bootstrapping, but then make fails: |
| | 6 | |
| | 7 | {{{~/cmake-2.6.1-haiku-test> ./configure --prefix=/boot/common |
| | 8 | --------------------------------------------- |
| | 9 | CMake 2.6-1, Copyright (c) 2007 Kitware, Inc., Insight Consortium |
| | 10 | C compiler on this system is: cc |
| | 11 | C++ compiler on this system is: g++ |
| | 12 | Makefile processor on this system is: make |
| | 13 | g++ is GNU compiler |
| | 14 | g++ has STL in std:: namespace |
| | 15 | g++ has ANSI streams |
| | 16 | g++ has streams in std:: namespace |
| | 17 | g++ has sstream |
| | 18 | g++ has operator!=(string, char*) |
| | 19 | g++ has stl iterator_traits |
| | 20 | g++ has standard template allocator |
| | 21 | g++ has allocator<>::rebind<> |
| | 22 | g++ does not have non-standard allocator<>::max_size argument |
| | 23 | g++ has stl containers supporting allocator objects |
| | 24 | g++ has header cstddef |
| | 25 | g++ requires template friends to use <> |
| | 26 | g++ supports member templates |
| | 27 | g++ has standard template specialization syntax |
| | 28 | g++ has argument dependent lookup |
| | 29 | g++ does not have struct stat with st_mtim member |
| | 30 | g++ has ANSI for scoping |
| | 31 | --------------------------------------------- |
| | 32 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmake.cxx -o cmake.o |
| | 33 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmakemain.cxx -o cmakemain.o |
| | 34 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmakewizard.cxx -o cmakewizard.o |
| | 35 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmCommandArgumentLexer.cxx -o cmCommandArgumentLexer.o |
| | 36 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmCommandArgumentParser.cxx -o cmCommandArgumentParser.o |
| | 37 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmCommandArgumentParserHelper.cxx -o cmCommandArgumentParserHelper.o |
| | 38 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmDepends.cxx -o cmDepends.o |
| | 39 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmDependsC.cxx -o cmDependsC.o |
| | 40 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmDocumentationFormatter.cxx -o cmDocumentationFormatter.o |
| | 41 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmDocumentationFormatterText.cxx -o cmDocumentationFormatterText.o |
| | 42 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmPolicies.cxx -o cmPolicies.o |
| | 43 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmProperty.cxx -o cmProperty.o |
| | 44 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmPropertyMap.cxx -o cmPropertyMap.o |
| | 45 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmPropertyDefinition.cxx -o cmPropertyDefinition.o |
| | 46 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmPropertyDefinitionMap.cxx -o cmPropertyDefinitionMap.o |
| | 47 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmMakeDepend.cxx -o cmMakeDepend.o |
| | 48 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmMakefile.cxx -o cmMakefile.o |
| | 49 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmExportFileGenerator.cxx -o cmExportFileGenerator.o |
| | 50 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmExportInstallFileGenerator.cxx -o cmExportInstallFileGenerator.o |
| | 51 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmInstallDirectoryGenerator.cxx -o cmInstallDirectoryGenerator.o |
| | 52 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmGeneratedFileStream.cxx -o cmGeneratedFileStream.o |
| | 53 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmGlobalGenerator.cxx -o cmGlobalGenerator.o |
| | 54 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmLocalGenerator.cxx -o cmLocalGenerator.o |
| | 55 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmInstallGenerator.cxx -o cmInstallGenerator.o |
| | 56 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmInstallExportGenerator.cxx -o cmInstallExportGenerator.o |
| | 57 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmInstallFilesGenerator.cxx -o cmInstallFilesGenerator.o |
| | 58 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmInstallScriptGenerator.cxx -o cmInstallScriptGenerator.o |
| | 59 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmInstallTargetGenerator.cxx -o cmInstallTargetGenerator.o |
| | 60 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmSourceFile.cxx -o cmSourceFile.o |
| | 61 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmSourceFileLocation.cxx -o cmSourceFileLocation.o |
| | 62 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmSystemTools.cxx -o cmSystemTools.o |
| | 63 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmVersion.cxx -o cmVersion.o |
| | 64 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmFileTimeComparison.cxx -o cmFileTimeComparison.o |
| | 65 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmGlobalUnixMakefileGenerator3.cxx -o cmGlobalUnixMakefileGenerator3.o |
| | 66 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmLocalUnixMakefileGenerator3.cxx -o cmLocalUnixMakefileGenerator3.o |
| | 67 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmMakefileExecutableTargetGenerator.cxx -o cmMakefileExecutableTargetGenerator.o |
| | 68 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmMakefileLibraryTargetGenerator.cxx -o cmMakefileLibraryTargetGenerator.o |
| | 69 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmMakefileTargetGenerator.cxx -o cmMakefileTargetGenerator.o |
| | 70 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmMakefileUtilityTargetGenerator.cxx -o cmMakefileUtilityTargetGenerator.o |
| | 71 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmBootstrapCommands.cxx -o cmBootstrapCommands.o |
| | 72 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmCommands.cxx -o cmCommands.o |
| | 73 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmTarget.cxx -o cmTarget.o |
| | 74 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmTest.cxx -o cmTest.o |
| | 75 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmCustomCommand.cxx -o cmCustomCommand.o |
| | 76 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmDocumentVariables.cxx -o cmDocumentVariables.o |
| | 77 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmCacheManager.cxx -o cmCacheManager.o |
| | 78 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmListFileCache.cxx -o cmListFileCache.o |
| | 79 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmComputeLinkDepends.cxx -o cmComputeLinkDepends.o |
| | 80 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmComputeLinkInformation.cxx -o cmComputeLinkInformation.o |
| | 81 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmOrderDirectories.cxx -o cmOrderDirectories.o |
| | 82 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmComputeTargetDepends.cxx -o cmComputeTargetDepends.o |
| | 83 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmComputeComponentGraph.cxx -o cmComputeComponentGraph.o |
| | 84 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmExprLexer.cxx -o cmExprLexer.o |
| | 85 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmExprParser.cxx -o cmExprParser.o |
| | 86 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmExprParserHelper.cxx -o cmExprParserHelper.o |
| | 87 | cc -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -c /boot/home/cmake-2.6.1-haiku-test/Source/cmListFileLexer.c -o cmListFileLexer.o |
| | 88 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys -c /boot/home/cmake-2.6.1-haiku-test/Source/kwsys/Directory.cxx -o Directory.o |
| | 89 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys -c /boot/home/cmake-2.6.1-haiku-test/Source/kwsys/Glob.cxx -o Glob.o |
| | 90 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys -c /boot/home/cmake-2.6.1-haiku-test/Source/kwsys/RegularExpression.cxx -o RegularExpression.o |
| | 91 | g++ -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys -c /boot/home/cmake-2.6.1-haiku-test/Source/kwsys/SystemTools.cxx -o SystemTools.o |
| | 92 | cc -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys -c /boot/home/cmake-2.6.1-haiku-test/Source/kwsys/ProcessUNIX.c -o ProcessUNIX.o |
| | 93 | cc -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys -c /boot/home/cmake-2.6.1-haiku-test/Source/kwsys/String.c -o String.o |
| | 94 | cc -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys -c /boot/home/cmake-2.6.1-haiku-test/Source/kwsys/System.c -o System.o |
| | 95 | g++ -lroot -lbe -I/boot/home/cmake-2.6.1-haiku-test/Source -I/boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk cmake.o cmakemain.o cmakewizard.o cmCommandArgumentLexer.o cmCommandArgumentParser.o cmCommandArgumentParserHelper.o cmDepends.o cmDependsC.o cmDocumentationFormatter.o cmDocumentationFormatterText.o cmPolicies.o cmProperty.o cmPropertyMap.o cmPropertyDefinition.o cmPropertyDefinitionMap.o cmMakeDepend.o cmMakefile.o cmExportFileGenerator.o cmExportInstallFileGenerator.o cmInstallDirectoryGenerator.o cmGeneratedFileStream.o cmGlobalGenerator.o cmLocalGenerator.o cmInstallGenerator.o cmInstallExportGenerator.o cmInstallFilesGenerator.o cmInstallScriptGenerator.o cmInstallTargetGenerator.o cmSourceFile.o cmSourceFileLocation.o cmSystemTools.o cmVersion.o cmFileTimeComparison.o cmGlobalUnixMakefileGenerator3.o cmLocalUnixMakefileGenerator3.o cmMakefileExecutableTargetGenerator.o cmMakefileLibraryTargetGenerator.o cmMakefileTargetGenerator.o cmMakefileUtilityTargetGenerator.o cmBootstrapCommands.o cmCommands.o cmTarget.o cmTest.o cmCustomCommand.o cmDocumentVariables.o cmCacheManager.o cmListFileCache.o cmComputeLinkDepends.o cmComputeLinkInformation.o cmOrderDirectories.o cmComputeTargetDepends.o cmComputeComponentGraph.o cmExprLexer.o cmExprParser.o cmExprParserHelper.o cmListFileLexer.o Directory.o Glob.o RegularExpression.o SystemTools.o ProcessUNIX.o String.o System.o -o cmake |
| | 96 | loading initial cache file /boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk/InitialCacheFlags.cmake |
| | 97 | -- The C compiler identification is unknown |
| | 98 | -- The CXX compiler identification is unknown |
| | 99 | System is unknown to cmake, create: |
| | 100 | Platform/Haiku |
| | 101 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 102 | -- Check for working C compiler: /boot/beos/bin/cc |
| | 103 | System is unknown to cmake, create: |
| | 104 | Platform/Haiku |
| | 105 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 106 | -- Check for working C compiler: /boot/beos/bin/cc -- works |
| | 107 | -- Detecting C compiler ABI info |
| | 108 | System is unknown to cmake, create: |
| | 109 | Platform/Haiku |
| | 110 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 111 | -- Detecting C compiler ABI info - done |
| | 112 | -- Check for working CXX compiler: /boot/develop/tools/gcc-2.95.3-haiku-080323/bin/g++ |
| | 113 | System is unknown to cmake, create: |
| | 114 | Platform/Haiku |
| | 115 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 116 | -- Check for working CXX compiler: /boot/develop/tools/gcc-2.95.3-haiku-080323/bin/g++ -- works |
| | 117 | -- Detecting CXX compiler ABI info |
| | 118 | System is unknown to cmake, create: |
| | 119 | Platform/Haiku |
| | 120 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 121 | -- Detecting CXX compiler ABI info - done |
| | 122 | -- CTest cannot determine repository type. Please set UPDATE_TYPE to 'cvs' or 'svn'. CTest update will not work. |
| | 123 | -- Looking for C++ include iostream |
| | 124 | System is unknown to cmake, create: |
| | 125 | Platform/Haiku |
| | 126 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 127 | -- Looking for C++ include iostream - found |
| | 128 | -- Check for STD namespace |
| | 129 | System is unknown to cmake, create: |
| | 130 | Platform/Haiku |
| | 131 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 132 | -- Check for STD namespace - found |
| | 133 | -- Check for ANSI scope |
| | 134 | System is unknown to cmake, create: |
| | 135 | Platform/Haiku |
| | 136 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 137 | -- Check for ANSI scope - found |
| | 138 | -- Check for sstream |
| | 139 | System is unknown to cmake, create: |
| | 140 | Platform/Haiku |
| | 141 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 142 | -- Check for sstream - found |
| | 143 | -- Looking for unsetenv |
| | 144 | System is unknown to cmake, create: |
| | 145 | Platform/Haiku |
| | 146 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 147 | -- Looking for unsetenv - found |
| | 148 | -- Looking for environ |
| | 149 | System is unknown to cmake, create: |
| | 150 | Platform/Haiku |
| | 151 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 152 | -- Looking for environ - found |
| | 153 | -- Checking for Large File Support |
| | 154 | System is unknown to cmake, create: |
| | 155 | Platform/Haiku |
| | 156 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 157 | -- Checking for Large File Support - yes |
| | 158 | -- Checking whether STL classes are in std namespace |
| | 159 | System is unknown to cmake, create: |
| | 160 | Platform/Haiku |
| | 161 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 162 | -- Checking whether STL classes are in std namespace - yes |
| | 163 | -- Checking whether ANSI stream headers are available |
| | 164 | System is unknown to cmake, create: |
| | 165 | Platform/Haiku |
| | 166 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 167 | -- Checking whether ANSI stream headers are available - yes |
| | 168 | -- Checking whether ANSI streams are in std namespace |
| | 169 | System is unknown to cmake, create: |
| | 170 | Platform/Haiku |
| | 171 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 172 | -- Checking whether ANSI streams are in std namespace - yes |
| | 173 | -- Checking whether ANSI string stream is available |
| | 174 | System is unknown to cmake, create: |
| | 175 | Platform/Haiku |
| | 176 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 177 | -- Checking whether ANSI string stream is available - yes |
| | 178 | -- Checking whether header cstddef is available |
| | 179 | System is unknown to cmake, create: |
| | 180 | Platform/Haiku |
| | 181 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 182 | -- Checking whether header cstddef is available - yes |
| | 183 | -- Checking whether stl string has operator!= for char* |
| | 184 | System is unknown to cmake, create: |
| | 185 | Platform/Haiku |
| | 186 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 187 | -- Checking whether stl string has operator!= for char* - yes |
| | 188 | -- Checking whether stl has iterator_traits |
| | 189 | System is unknown to cmake, create: |
| | 190 | Platform/Haiku |
| | 191 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 192 | -- Checking whether stl has iterator_traits - yes |
| | 193 | -- Checking whether stl has standard template allocator |
| | 194 | System is unknown to cmake, create: |
| | 195 | Platform/Haiku |
| | 196 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 197 | -- Checking whether stl has standard template allocator - yes |
| | 198 | -- Checking for rebind member of stl allocator |
| | 199 | System is unknown to cmake, create: |
| | 200 | Platform/Haiku |
| | 201 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 202 | -- Checking for rebind member of stl allocator - yes |
| | 203 | -- Checking for non-standard argument to stl allocator<>::max_size |
| | 204 | System is unknown to cmake, create: |
| | 205 | Platform/Haiku |
| | 206 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 207 | -- Checking for non-standard argument to stl allocator<>::max_size - no |
| | 208 | -- Checking whether stl containers support allocator objects. |
| | 209 | System is unknown to cmake, create: |
| | 210 | Platform/Haiku |
| | 211 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 212 | -- Checking whether stl containers support allocator objects. - yes |
| | 213 | -- Checking whether "<>" is needed for template friends |
| | 214 | System is unknown to cmake, create: |
| | 215 | Platform/Haiku |
| | 216 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 217 | -- Checking whether "<>" is needed for template friends - yes |
| | 218 | -- Checking for member template support |
| | 219 | System is unknown to cmake, create: |
| | 220 | Platform/Haiku |
| | 221 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 222 | -- Checking for member template support - yes |
| | 223 | -- Checking for standard template specialization syntax |
| | 224 | System is unknown to cmake, create: |
| | 225 | Platform/Haiku |
| | 226 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 227 | -- Checking for standard template specialization syntax - yes |
| | 228 | -- Checking whether argument dependent lookup is supported |
| | 229 | System is unknown to cmake, create: |
| | 230 | Platform/Haiku |
| | 231 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 232 | -- Checking whether argument dependent lookup is supported - yes |
| | 233 | -- Looking for sys/types.h |
| | 234 | System is unknown to cmake, create: |
| | 235 | Platform/Haiku |
| | 236 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 237 | -- Looking for sys/types.h - found |
| | 238 | -- Looking for stdint.h |
| | 239 | System is unknown to cmake, create: |
| | 240 | Platform/Haiku |
| | 241 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 242 | -- Looking for stdint.h - found |
| | 243 | -- Looking for stddef.h |
| | 244 | System is unknown to cmake, create: |
| | 245 | Platform/Haiku |
| | 246 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 247 | -- Looking for stddef.h - found |
| | 248 | -- Check size of char |
| | 249 | System is unknown to cmake, create: |
| | 250 | Platform/Haiku |
| | 251 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 252 | -- Check size of char - done |
| | 253 | -- Check size of short |
| | 254 | System is unknown to cmake, create: |
| | 255 | Platform/Haiku |
| | 256 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 257 | -- Check size of short - done |
| | 258 | -- Check size of int |
| | 259 | System is unknown to cmake, create: |
| | 260 | Platform/Haiku |
| | 261 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 262 | -- Check size of int - done |
| | 263 | -- Check size of long |
| | 264 | System is unknown to cmake, create: |
| | 265 | Platform/Haiku |
| | 266 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 267 | -- Check size of long - done |
| | 268 | -- Check size of long long |
| | 269 | System is unknown to cmake, create: |
| | 270 | Platform/Haiku |
| | 271 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 272 | -- Check size of long long - done |
| | 273 | -- Check size of __int64 |
| | 274 | System is unknown to cmake, create: |
| | 275 | Platform/Haiku |
| | 276 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 277 | -- Check size of __int64 - failed |
| | 278 | -- Checking whether char is signed |
| | 279 | System is unknown to cmake, create: |
| | 280 | Platform/Haiku |
| | 281 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 282 | -- Checking whether char is signed - yes |
| | 283 | -- Checking if istream supports long long |
| | 284 | System is unknown to cmake, create: |
| | 285 | Platform/Haiku |
| | 286 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 287 | -- Checking if istream supports long long - yes |
| | 288 | -- Checking if ostream supports long long |
| | 289 | System is unknown to cmake, create: |
| | 290 | Platform/Haiku |
| | 291 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 292 | -- Checking if ostream supports long long - yes |
| | 293 | -- Looking for dlopen in dl; |
| | 294 | System is unknown to cmake, create: |
| | 295 | Platform/Haiku |
| | 296 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 297 | -- Looking for dlopen in dl; - not found |
| | 298 | -- Looking for connect in socket; |
| | 299 | System is unknown to cmake, create: |
| | 300 | Platform/Haiku |
| | 301 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 302 | -- Looking for connect in socket; - not found |
| | 303 | -- Looking for gethostbyname in c |
| | 304 | System is unknown to cmake, create: |
| | 305 | Platform/Haiku |
| | 306 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 307 | -- Looking for gethostbyname in c - not found |
| | 308 | -- Looking for recv in network; |
| | 309 | System is unknown to cmake, create: |
| | 310 | Platform/Haiku |
| | 311 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 312 | -- Looking for recv in network; - found |
| | 313 | -- Looking for gethostbyname in nsl;network |
| | 314 | System is unknown to cmake, create: |
| | 315 | Platform/Haiku |
| | 316 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 317 | -- Looking for gethostbyname in nsl;network - not found |
| | 318 | -- Looking for getch in ws2_32;network |
| | 319 | System is unknown to cmake, create: |
| | 320 | Platform/Haiku |
| | 321 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 322 | -- Looking for getch in ws2_32;network - not found |
| | 323 | -- Looking for getch in winmm;network |
| | 324 | System is unknown to cmake, create: |
| | 325 | Platform/Haiku |
| | 326 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 327 | -- Looking for getch in winmm;network - not found |
| | 328 | -- Looking for CRYPTO_lock in crypto;network |
| | 329 | System is unknown to cmake, create: |
| | 330 | Platform/Haiku |
| | 331 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 332 | -- Looking for CRYPTO_lock in crypto;network - not found |
| | 333 | -- Looking for SSL_connect in ssl;network |
| | 334 | System is unknown to cmake, create: |
| | 335 | Platform/Haiku |
| | 336 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 337 | -- Looking for SSL_connect in ssl;network - not found |
| | 338 | -- Looking for idna_to_ascii_lz in idn;network |
| | 339 | System is unknown to cmake, create: |
| | 340 | Platform/Haiku |
| | 341 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 342 | -- Looking for idna_to_ascii_lz in idn;network - not found |
| | 343 | -- Looking for dlopen in network |
| | 344 | System is unknown to cmake, create: |
| | 345 | Platform/Haiku |
| | 346 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 347 | -- Looking for dlopen in network - found |
| | 348 | -- Looking for process.h |
| | 349 | System is unknown to cmake, create: |
| | 350 | Platform/Haiku |
| | 351 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 352 | -- Looking for process.h - not found |
| | 353 | -- Looking for features.h |
| | 354 | System is unknown to cmake, create: |
| | 355 | Platform/Haiku |
| | 356 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 357 | -- Looking for features.h - not found |
| | 358 | -- Looking for include files HAVE_WS2TCPIP_H |
| | 359 | System is unknown to cmake, create: |
| | 360 | Platform/Haiku |
| | 361 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 362 | -- Looking for include files HAVE_WS2TCPIP_H - not found. |
| | 363 | -- Looking for include files HAVE_WINSOCK2_H |
| | 364 | System is unknown to cmake, create: |
| | 365 | Platform/Haiku |
| | 366 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 367 | -- Looking for include files HAVE_WINSOCK2_H - not found. |
| | 368 | -- Looking for include files HAVE_STDIO_H |
| | 369 | System is unknown to cmake, create: |
| | 370 | Platform/Haiku |
| | 371 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 372 | -- Looking for include files HAVE_STDIO_H - found |
| | 373 | -- Looking for include files HAVE_WINDOWS_H |
| | 374 | System is unknown to cmake, create: |
| | 375 | Platform/Haiku |
| | 376 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 377 | -- Looking for include files HAVE_WINDOWS_H - not found. |
| | 378 | -- Looking for include files HAVE_WINSOCK_H |
| | 379 | System is unknown to cmake, create: |
| | 380 | Platform/Haiku |
| | 381 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 382 | -- Looking for include files HAVE_WINSOCK_H - not found. |
| | 383 | -- Looking for include files HAVE_INTTYPES_H |
| | 384 | System is unknown to cmake, create: |
| | 385 | Platform/Haiku |
| | 386 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 387 | -- Looking for include files HAVE_INTTYPES_H - found |
| | 388 | -- Looking for include files HAVE_ALLOCA_H |
| | 389 | System is unknown to cmake, create: |
| | 390 | Platform/Haiku |
| | 391 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 392 | -- Looking for include files HAVE_ALLOCA_H - found |
| | 393 | -- Looking for include files HAVE_ARPA_INET_H |
| | 394 | System is unknown to cmake, create: |
| | 395 | Platform/Haiku |
| | 396 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 397 | -- Looking for include files HAVE_ARPA_INET_H - found |
| | 398 | -- Looking for include files HAVE_DLFCN_H |
| | 399 | System is unknown to cmake, create: |
| | 400 | Platform/Haiku |
| | 401 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 402 | -- Looking for include files HAVE_DLFCN_H - found |
| | 403 | -- Looking for include files HAVE_FCNTL_H |
| | 404 | System is unknown to cmake, create: |
| | 405 | Platform/Haiku |
| | 406 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 407 | -- Looking for include files HAVE_FCNTL_H - found |
| | 408 | -- Looking for include files HAVE_MALLOC_H |
| | 409 | System is unknown to cmake, create: |
| | 410 | Platform/Haiku |
| | 411 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 412 | -- Looking for include files HAVE_MALLOC_H - found |
| | 413 | -- Looking for include files HAVE_MEMORY_H |
| | 414 | System is unknown to cmake, create: |
| | 415 | Platform/Haiku |
| | 416 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 417 | -- Looking for include files HAVE_MEMORY_H - found |
| | 418 | -- Looking for include files HAVE_NETDB_H |
| | 419 | System is unknown to cmake, create: |
| | 420 | Platform/Haiku |
| | 421 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 422 | -- Looking for include files HAVE_NETDB_H - found |
| | 423 | -- Looking for include files HAVE_SYS_POLL_H |
| | 424 | System is unknown to cmake, create: |
| | 425 | Platform/Haiku |
| | 426 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 427 | -- Looking for include files HAVE_SYS_POLL_H - found |
| | 428 | -- Looking for include files HAVE_ASSERT_H |
| | 429 | System is unknown to cmake, create: |
| | 430 | Platform/Haiku |
| | 431 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 432 | -- Looking for include files HAVE_ASSERT_H - found |
| | 433 | -- Looking for include files HAVE_LIMITS_H |
| | 434 | System is unknown to cmake, create: |
| | 435 | Platform/Haiku |
| | 436 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 437 | -- Looking for include files HAVE_LIMITS_H - found |
| | 438 | -- Looking for include files HAVE_OPENSSL_X509_H |
| | 439 | System is unknown to cmake, create: |
| | 440 | Platform/Haiku |
| | 441 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 442 | -- Looking for include files HAVE_OPENSSL_X509_H - not found. |
| | 443 | -- Looking for include files HAVE_OPENSSL_ENGINE_H |
| | 444 | System is unknown to cmake, create: |
| | 445 | Platform/Haiku |
| | 446 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 447 | -- Looking for include files HAVE_OPENSSL_ENGINE_H - not found. |
| | 448 | -- Looking for include files HAVE_OPENSSL_RSA_H |
| | 449 | System is unknown to cmake, create: |
| | 450 | Platform/Haiku |
| | 451 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 452 | -- Looking for include files HAVE_OPENSSL_RSA_H - not found. |
| | 453 | -- Looking for include files HAVE_OPENSSL_CRYPTO_H |
| | 454 | System is unknown to cmake, create: |
| | 455 | Platform/Haiku |
| | 456 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 457 | -- Looking for include files HAVE_OPENSSL_CRYPTO_H - not found. |
| | 458 | -- Looking for include files HAVE_OPENSSL_PEM_H |
| | 459 | System is unknown to cmake, create: |
| | 460 | Platform/Haiku |
| | 461 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 462 | -- Looking for include files HAVE_OPENSSL_PEM_H - not found. |
| | 463 | -- Looking for include files HAVE_OPENSSL_SSL_H |
| | 464 | System is unknown to cmake, create: |
| | 465 | Platform/Haiku |
| | 466 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 467 | -- Looking for include files HAVE_OPENSSL_SSL_H - not found. |
| | 468 | -- Looking for include files HAVE_OPENSSL_ERR_H |
| | 469 | System is unknown to cmake, create: |
| | 470 | Platform/Haiku |
| | 471 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 472 | -- Looking for include files HAVE_OPENSSL_ERR_H - not found. |
| | 473 | -- Looking for include files HAVE_OPENSSL_RAND_H |
| | 474 | System is unknown to cmake, create: |
| | 475 | Platform/Haiku |
| | 476 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 477 | -- Looking for include files HAVE_OPENSSL_RAND_H - not found. |
| | 478 | -- Looking for include files HAVE_OPENSSL_PKCS12_H |
| | 479 | System is unknown to cmake, create: |
| | 480 | Platform/Haiku |
| | 481 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 482 | -- Looking for include files HAVE_OPENSSL_PKCS12_H - not found. |
| | 483 | -- Looking for include files HAVE_SYS_SOCKET_H |
| | 484 | System is unknown to cmake, create: |
| | 485 | Platform/Haiku |
| | 486 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 487 | -- Looking for include files HAVE_SYS_SOCKET_H - found |
| | 488 | -- Looking for include files HAVE_NETINET_IN_H |
| | 489 | System is unknown to cmake, create: |
| | 490 | Platform/Haiku |
| | 491 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 492 | -- Looking for include files HAVE_NETINET_IN_H - found |
| | 493 | -- Looking for include files HAVE_NET_IF_H |
| | 494 | System is unknown to cmake, create: |
| | 495 | Platform/Haiku |
| | 496 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 497 | -- Looking for include files HAVE_NET_IF_H - found |
| | 498 | -- Looking for include files HAVE_NETINET_IF_ETHER_H |
| | 499 | System is unknown to cmake, create: |
| | 500 | Platform/Haiku |
| | 501 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 502 | -- Looking for include files HAVE_NETINET_IF_ETHER_H - not found. |
| | 503 | -- Looking for include files HAVE_NETINET_TCP_H |
| | 504 | System is unknown to cmake, create: |
| | 505 | Platform/Haiku |
| | 506 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 507 | -- Looking for include files HAVE_NETINET_TCP_H - found |
| | 508 | -- Looking for include files HAVE_SYS_SELECT_H |
| | 509 | System is unknown to cmake, create: |
| | 510 | Platform/Haiku |
| | 511 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 512 | -- Looking for include files HAVE_SYS_SELECT_H - found |
| | 513 | -- Looking for include files HAVE_UTIME_H |
| | 514 | System is unknown to cmake, create: |
| | 515 | Platform/Haiku |
| | 516 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 517 | -- Looking for include files HAVE_UTIME_H - found |
| | 518 | -- Looking for include files HAVE_PWD_H |
| | 519 | System is unknown to cmake, create: |
| | 520 | Platform/Haiku |
| | 521 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 522 | -- Looking for include files HAVE_PWD_H - found |
| | 523 | -- Looking for include files HAVE_SGTTY_H |
| | 524 | System is unknown to cmake, create: |
| | 525 | Platform/Haiku |
| | 526 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 527 | -- Looking for include files HAVE_SGTTY_H - not found. |
| | 528 | -- Looking for include files HAVE_STDLIB_H |
| | 529 | System is unknown to cmake, create: |
| | 530 | Platform/Haiku |
| | 531 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 532 | -- Looking for include files HAVE_STDLIB_H - found |
| | 533 | -- Looking for include files HAVE_STRING_H |
| | 534 | System is unknown to cmake, create: |
| | 535 | Platform/Haiku |
| | 536 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 537 | -- Looking for include files HAVE_STRING_H - found |
| | 538 | -- Looking for include files HAVE_STRINGS_H |
| | 539 | System is unknown to cmake, create: |
| | 540 | Platform/Haiku |
| | 541 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 542 | -- Looking for include files HAVE_STRINGS_H - found |
| | 543 | -- Looking for include files HAVE_SYS_PARAM_H |
| | 544 | System is unknown to cmake, create: |
| | 545 | Platform/Haiku |
| | 546 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 547 | -- Looking for include files HAVE_SYS_PARAM_H - found |
| | 548 | -- Looking for include files HAVE_SYS_STAT_H |
| | 549 | System is unknown to cmake, create: |
| | 550 | Platform/Haiku |
| | 551 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 552 | -- Looking for include files HAVE_SYS_STAT_H - found |
| | 553 | -- Looking for include files HAVE_SYS_TIME_H |
| | 554 | System is unknown to cmake, create: |
| | 555 | Platform/Haiku |
| | 556 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 557 | -- Looking for include files HAVE_SYS_TIME_H - found |
| | 558 | -- Looking for include files HAVE_SYS_RESOURCE_H |
| | 559 | System is unknown to cmake, create: |
| | 560 | Platform/Haiku |
| | 561 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 562 | -- Looking for include files HAVE_SYS_RESOURCE_H - found |
| | 563 | -- Looking for include files HAVE_TERMIOS_H |
| | 564 | System is unknown to cmake, create: |
| | 565 | Platform/Haiku |
| | 566 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 567 | -- Looking for include files HAVE_TERMIOS_H - found |
| | 568 | -- Looking for include files HAVE_TERMIO_H |
| | 569 | System is unknown to cmake, create: |
| | 570 | Platform/Haiku |
| | 571 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 572 | -- Looking for include files HAVE_TERMIO_H - not found. |
| | 573 | -- Looking for include files HAVE_IO_H |
| | 574 | System is unknown to cmake, create: |
| | 575 | Platform/Haiku |
| | 576 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 577 | -- Looking for include files HAVE_IO_H - not found. |
| | 578 | -- Looking for include files HAVE_TIME_H |
| | 579 | System is unknown to cmake, create: |
| | 580 | Platform/Haiku |
| | 581 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 582 | -- Looking for include files HAVE_TIME_H - found |
| | 583 | -- Looking for include files HAVE_UNISTD_H |
| | 584 | System is unknown to cmake, create: |
| | 585 | Platform/Haiku |
| | 586 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 587 | -- Looking for include files HAVE_UNISTD_H - found |
| | 588 | -- Looking for include files HAVE_SYS_UTIME_H |
| | 589 | System is unknown to cmake, create: |
| | 590 | Platform/Haiku |
| | 591 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 592 | -- Looking for include files HAVE_SYS_UTIME_H - not found. |
| | 593 | -- Looking for include files HAVE_SOCKIO_H |
| | 594 | System is unknown to cmake, create: |
| | 595 | Platform/Haiku |
| | 596 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 597 | -- Looking for include files HAVE_SOCKIO_H - not found. |
| | 598 | -- Looking for include files HAVE_SYS_SOCKIO_H |
| | 599 | System is unknown to cmake, create: |
| | 600 | Platform/Haiku |
| | 601 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 602 | -- Looking for include files HAVE_SYS_SOCKIO_H - found |
| | 603 | -- Looking for include files HAVE_X509_H |
| | 604 | System is unknown to cmake, create: |
| | 605 | Platform/Haiku |
| | 606 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 607 | -- Looking for include files HAVE_X509_H - not found. |
| | 608 | -- Looking for include files HAVE_LOCALE_H |
| | 609 | System is unknown to cmake, create: |
| | 610 | Platform/Haiku |
| | 611 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 612 | -- Looking for include files HAVE_LOCALE_H - found |
| | 613 | -- Looking for include files HAVE_SETJMP_H |
| | 614 | System is unknown to cmake, create: |
| | 615 | Platform/Haiku |
| | 616 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 617 | -- Looking for include files HAVE_SETJMP_H - found |
| | 618 | -- Looking for include files HAVE_SIGNAL_H |
| | 619 | System is unknown to cmake, create: |
| | 620 | Platform/Haiku |
| | 621 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 622 | -- Looking for include files HAVE_SIGNAL_H - found |
| | 623 | -- Looking for include files HAVE_SYS_IOCTL_H |
| | 624 | System is unknown to cmake, create: |
| | 625 | Platform/Haiku |
| | 626 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 627 | -- Looking for include files HAVE_SYS_IOCTL_H - found |
| | 628 | -- Looking for include files HAVE_SYS_UTSNAME_H |
| | 629 | System is unknown to cmake, create: |
| | 630 | Platform/Haiku |
| | 631 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 632 | -- Looking for include files HAVE_SYS_UTSNAME_H - found |
| | 633 | -- Looking for include files HAVE_IDN_FREE_H |
| | 634 | System is unknown to cmake, create: |
| | 635 | Platform/Haiku |
| | 636 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 637 | -- Looking for include files HAVE_IDN_FREE_H - not found. |
| | 638 | -- Looking for include files HAVE_IDNA_H |
| | 639 | System is unknown to cmake, create: |
| | 640 | Platform/Haiku |
| | 641 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 642 | -- Looking for include files HAVE_IDNA_H - not found. |
| | 643 | -- Looking for include files HAVE_TLD_H |
| | 644 | System is unknown to cmake, create: |
| | 645 | Platform/Haiku |
| | 646 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 647 | -- Looking for include files HAVE_TLD_H - not found. |
| | 648 | -- Looking for include files HAVE_ARPA_TFTP_H |
| | 649 | System is unknown to cmake, create: |
| | 650 | Platform/Haiku |
| | 651 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 652 | -- Looking for include files HAVE_ARPA_TFTP_H - not found. |
| | 653 | -- Looking for include files HAVE_ERRNO_H |
| | 654 | System is unknown to cmake, create: |
| | 655 | Platform/Haiku |
| | 656 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 657 | -- Looking for include files HAVE_ERRNO_H - found |
| | 658 | -- Looking for include files HAVE_LIBGEN_H |
| | 659 | System is unknown to cmake, create: |
| | 660 | Platform/Haiku |
| | 661 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 662 | -- Looking for include files HAVE_LIBGEN_H - not found. |
| | 663 | -- Looking for include files HAVE_SYS_FILIO_H |
| | 664 | System is unknown to cmake, create: |
| | 665 | Platform/Haiku |
| | 666 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 667 | -- Looking for include files HAVE_SYS_FILIO_H - not found. |
| | 668 | -- Check size of size_t |
| | 669 | System is unknown to cmake, create: |
| | 670 | Platform/Haiku |
| | 671 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 672 | -- Check size of size_t - done |
| | 673 | -- Check size of ssize_t |
| | 674 | System is unknown to cmake, create: |
| | 675 | Platform/Haiku |
| | 676 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 677 | -- Check size of ssize_t - done |
| | 678 | -- Check size of long long |
| | 679 | System is unknown to cmake, create: |
| | 680 | Platform/Haiku |
| | 681 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 682 | -- Check size of long long - done |
| | 683 | -- Check size of long |
| | 684 | System is unknown to cmake, create: |
| | 685 | Platform/Haiku |
| | 686 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 687 | -- Check size of long - done |
| | 688 | -- Check size of __int64 |
| | 689 | System is unknown to cmake, create: |
| | 690 | Platform/Haiku |
| | 691 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 692 | -- Check size of __int64 - failed |
| | 693 | -- Check size of long double |
| | 694 | System is unknown to cmake, create: |
| | 695 | Platform/Haiku |
| | 696 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 697 | -- Check size of long double - done |
| | 698 | -- Check size of time_t |
| | 699 | System is unknown to cmake, create: |
| | 700 | Platform/Haiku |
| | 701 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 702 | -- Check size of time_t - done |
| | 703 | -- Looking for basename |
| | 704 | System is unknown to cmake, create: |
| | 705 | Platform/Haiku |
| | 706 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 707 | -- Looking for basename - not found. |
| | 708 | -- Looking for socket |
| | 709 | System is unknown to cmake, create: |
| | 710 | Platform/Haiku |
| | 711 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 712 | -- Looking for socket - found |
| | 713 | -- Looking for poll |
| | 714 | System is unknown to cmake, create: |
| | 715 | Platform/Haiku |
| | 716 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 717 | -- Looking for poll - found |
| | 718 | -- Looking for select |
| | 719 | System is unknown to cmake, create: |
| | 720 | Platform/Haiku |
| | 721 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 722 | -- Looking for select - found |
| | 723 | -- Looking for strdup |
| | 724 | System is unknown to cmake, create: |
| | 725 | Platform/Haiku |
| | 726 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 727 | -- Looking for strdup - found |
| | 728 | -- Looking for strstr |
| | 729 | System is unknown to cmake, create: |
| | 730 | Platform/Haiku |
| | 731 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 732 | -- Looking for strstr - found |
| | 733 | -- Looking for strtok_r |
| | 734 | System is unknown to cmake, create: |
| | 735 | Platform/Haiku |
| | 736 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 737 | -- Looking for strtok_r - found |
| | 738 | -- Looking for strftime |
| | 739 | System is unknown to cmake, create: |
| | 740 | Platform/Haiku |
| | 741 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 742 | -- Looking for strftime - found |
| | 743 | -- Looking for uname |
| | 744 | System is unknown to cmake, create: |
| | 745 | Platform/Haiku |
| | 746 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 747 | -- Looking for uname - found |
| | 748 | -- Looking for strcasecmp |
| | 749 | System is unknown to cmake, create: |
| | 750 | Platform/Haiku |
| | 751 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 752 | -- Looking for strcasecmp - found |
| | 753 | -- Looking for stricmp |
| | 754 | System is unknown to cmake, create: |
| | 755 | Platform/Haiku |
| | 756 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 757 | -- Looking for stricmp - not found. |
| | 758 | -- Looking for strcmpi |
| | 759 | System is unknown to cmake, create: |
| | 760 | Platform/Haiku |
| | 761 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 762 | -- Looking for strcmpi - not found. |
| | 763 | -- Looking for strncmpi |
| | 764 | System is unknown to cmake, create: |
| | 765 | Platform/Haiku |
| | 766 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 767 | -- Looking for strncmpi - not found. |
| | 768 | -- Looking for gethostbyaddr |
| | 769 | System is unknown to cmake, create: |
| | 770 | Platform/Haiku |
| | 771 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 772 | -- Looking for gethostbyaddr - found |
| | 773 | -- Looking for gettimeofday |
| | 774 | System is unknown to cmake, create: |
| | 775 | Platform/Haiku |
| | 776 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 777 | -- Looking for gettimeofday - found |
| | 778 | -- Looking for inet_addr |
| | 779 | System is unknown to cmake, create: |
| | 780 | Platform/Haiku |
| | 781 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 782 | -- Looking for inet_addr - found |
| | 783 | -- Looking for inet_pton |
| | 784 | System is unknown to cmake, create: |
| | 785 | Platform/Haiku |
| | 786 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 787 | -- Looking for inet_pton - found |
| | 788 | -- Looking for inet_ntoa |
| | 789 | System is unknown to cmake, create: |
| | 790 | Platform/Haiku |
| | 791 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 792 | -- Looking for inet_ntoa - found |
| | 793 | -- Looking for inet_ntoa_r |
| | 794 | System is unknown to cmake, create: |
| | 795 | Platform/Haiku |
| | 796 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 797 | -- Looking for inet_ntoa_r - not found. |
| | 798 | -- Looking for tcsetattr |
| | 799 | System is unknown to cmake, create: |
| | 800 | Platform/Haiku |
| | 801 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 802 | -- Looking for tcsetattr - found |
| | 803 | -- Looking for tcgetattr |
| | 804 | System is unknown to cmake, create: |
| | 805 | Platform/Haiku |
| | 806 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 807 | -- Looking for tcgetattr - found |
| | 808 | -- Looking for perror |
| | 809 | System is unknown to cmake, create: |
| | 810 | Platform/Haiku |
| | 811 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 812 | -- Looking for perror - found |
| | 813 | -- Looking for closesocket |
| | 814 | System is unknown to cmake, create: |
| | 815 | Platform/Haiku |
| | 816 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 817 | -- Looking for closesocket - not found. |
| | 818 | -- Looking for setvbuf |
| | 819 | System is unknown to cmake, create: |
| | 820 | Platform/Haiku |
| | 821 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 822 | -- Looking for setvbuf - found |
| | 823 | -- Looking for sigsetjmp |
| | 824 | System is unknown to cmake, create: |
| | 825 | Platform/Haiku |
| | 826 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 827 | -- Looking for sigsetjmp - found |
| | 828 | -- Looking for getpass_r |
| | 829 | System is unknown to cmake, create: |
| | 830 | Platform/Haiku |
| | 831 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 832 | -- Looking for getpass_r - not found. |
| | 833 | -- Looking for strlcat |
| | 834 | System is unknown to cmake, create: |
| | 835 | Platform/Haiku |
| | 836 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 837 | -- Looking for strlcat - found |
| | 838 | -- Looking for getpwuid |
| | 839 | System is unknown to cmake, create: |
| | 840 | Platform/Haiku |
| | 841 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 842 | -- Looking for getpwuid - found |
| | 843 | -- Looking for geteuid |
| | 844 | System is unknown to cmake, create: |
| | 845 | Platform/Haiku |
| | 846 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 847 | -- Looking for geteuid - found |
| | 848 | -- Looking for utime |
| | 849 | System is unknown to cmake, create: |
| | 850 | Platform/Haiku |
| | 851 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 852 | -- Looking for utime - found |
| | 853 | -- Looking for RAND_status |
| | 854 | System is unknown to cmake, create: |
| | 855 | Platform/Haiku |
| | 856 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 857 | -- Looking for RAND_status - not found. |
| | 858 | -- Looking for RAND_screen |
| | 859 | System is unknown to cmake, create: |
| | 860 | Platform/Haiku |
| | 861 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 862 | -- Looking for RAND_screen - not found. |
| | 863 | -- Looking for RAND_egd |
| | 864 | System is unknown to cmake, create: |
| | 865 | Platform/Haiku |
| | 866 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 867 | -- Looking for RAND_egd - not found. |
| | 868 | -- Looking for CRYPTO_cleanup_all_ex_data |
| | 869 | System is unknown to cmake, create: |
| | 870 | Platform/Haiku |
| | 871 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 872 | -- Looking for CRYPTO_cleanup_all_ex_data - not found. |
| | 873 | -- Looking for gmtime_r |
| | 874 | System is unknown to cmake, create: |
| | 875 | Platform/Haiku |
| | 876 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 877 | -- Looking for gmtime_r - found |
| | 878 | -- Looking for localtime_r |
| | 879 | System is unknown to cmake, create: |
| | 880 | Platform/Haiku |
| | 881 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 882 | -- Looking for localtime_r - found |
| | 883 | -- Looking for gethostbyname |
| | 884 | System is unknown to cmake, create: |
| | 885 | Platform/Haiku |
| | 886 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 887 | -- Looking for gethostbyname - found |
| | 888 | -- Looking for gethostbyname_r |
| | 889 | System is unknown to cmake, create: |
| | 890 | Platform/Haiku |
| | 891 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 892 | -- Looking for gethostbyname_r - found |
| | 893 | -- Looking for gethostbyaddr_r |
| | 894 | System is unknown to cmake, create: |
| | 895 | Platform/Haiku |
| | 896 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 897 | -- Looking for gethostbyaddr_r - found |
| | 898 | -- Looking for signal |
| | 899 | System is unknown to cmake, create: |
| | 900 | Platform/Haiku |
| | 901 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 902 | -- Looking for signal - found |
| | 903 | -- Looking for SIGALRM |
| | 904 | System is unknown to cmake, create: |
| | 905 | Platform/Haiku |
| | 906 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 907 | -- Looking for SIGALRM - found |
| | 908 | -- Looking for strtoll |
| | 909 | System is unknown to cmake, create: |
| | 910 | Platform/Haiku |
| | 911 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 912 | -- Looking for strtoll - found |
| | 913 | -- Looking for _strtoi64 |
| | 914 | System is unknown to cmake, create: |
| | 915 | Platform/Haiku |
| | 916 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 917 | -- Looking for _strtoi64 - not found. |
| | 918 | -- Looking for strerror_r |
| | 919 | System is unknown to cmake, create: |
| | 920 | Platform/Haiku |
| | 921 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 922 | -- Looking for strerror_r - found |
| | 923 | -- Looking for siginterrupt |
| | 924 | System is unknown to cmake, create: |
| | 925 | Platform/Haiku |
| | 926 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 927 | -- Looking for siginterrupt - not found. |
| | 928 | -- Looking for fork |
| | 929 | System is unknown to cmake, create: |
| | 930 | Platform/Haiku |
| | 931 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 932 | -- Looking for fork - found |
| | 933 | -- Looking for pipe |
| | 934 | System is unknown to cmake, create: |
| | 935 | Platform/Haiku |
| | 936 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 937 | -- Looking for pipe - found |
| | 938 | -- Looking for ftruncate |
| | 939 | System is unknown to cmake, create: |
| | 940 | Platform/Haiku |
| | 941 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 942 | -- Looking for ftruncate - found |
| | 943 | -- Looking for getprotobyname |
| | 944 | System is unknown to cmake, create: |
| | 945 | Platform/Haiku |
| | 946 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 947 | -- Looking for getprotobyname - found |
| | 948 | -- Looking for getrlimit |
| | 949 | System is unknown to cmake, create: |
| | 950 | Platform/Haiku |
| | 951 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 952 | -- Looking for getrlimit - found |
| | 953 | -- Looking for idn_free |
| | 954 | System is unknown to cmake, create: |
| | 955 | Platform/Haiku |
| | 956 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 957 | -- Looking for idn_free - not found. |
| | 958 | -- Looking for idna_strerror |
| | 959 | System is unknown to cmake, create: |
| | 960 | Platform/Haiku |
| | 961 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 962 | -- Looking for idna_strerror - not found. |
| | 963 | -- Looking for tld_strerror |
| | 964 | System is unknown to cmake, create: |
| | 965 | Platform/Haiku |
| | 966 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 967 | -- Looking for tld_strerror - not found. |
| | 968 | -- Looking for setlocale |
| | 969 | System is unknown to cmake, create: |
| | 970 | Platform/Haiku |
| | 971 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 972 | -- Looking for setlocale - found |
| | 973 | -- Looking for setrlimit |
| | 974 | System is unknown to cmake, create: |
| | 975 | Platform/Haiku |
| | 976 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 977 | -- Looking for setrlimit - found |
| | 978 | -- Looking for sigaction |
| | 979 | System is unknown to cmake, create: |
| | 980 | Platform/Haiku |
| | 981 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 982 | -- Looking for sigaction - found |
| | 983 | -- Performing Curl Test HAVE_FIONBIO |
| | 984 | System is unknown to cmake, create: |
| | 985 | Platform/Haiku |
| | 986 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 987 | -- Performing Curl Test HAVE_FIONBIO - Failed |
| | 988 | -- Performing Curl Test HAVE_IOCTLSOCKET |
| | 989 | System is unknown to cmake, create: |
| | 990 | Platform/Haiku |
| | 991 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 992 | -- Performing Curl Test HAVE_IOCTLSOCKET - Failed |
| | 993 | -- Performing Curl Test HAVE_IOCTLSOCKET_CASE |
| | 994 | System is unknown to cmake, create: |
| | 995 | Platform/Haiku |
| | 996 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 997 | -- Performing Curl Test HAVE_IOCTLSOCKET_CASE - Failed |
| | 998 | -- Performing Curl Test HAVE_O_NONBLOCK |
| | 999 | System is unknown to cmake, create: |
| | 1000 | Platform/Haiku |
| | 1001 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1002 | -- Performing Curl Test HAVE_O_NONBLOCK - Success |
| | 1003 | -- Performing Curl Test HAVE_SO_NONBLOCK |
| | 1004 | System is unknown to cmake, create: |
| | 1005 | Platform/Haiku |
| | 1006 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1007 | -- Performing Curl Test HAVE_SO_NONBLOCK - Failed |
| | 1008 | -- Performing Curl Test TIME_WITH_SYS_TIME |
| | 1009 | System is unknown to cmake, create: |
| | 1010 | Platform/Haiku |
| | 1011 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1012 | -- Performing Curl Test TIME_WITH_SYS_TIME - Success |
| | 1013 | -- Performing Curl Test HAVE_O_NONBLOCKHAVE_GETHOSTBYADDR_R_5 |
| | 1014 | System is unknown to cmake, create: |
| | 1015 | Platform/Haiku |
| | 1016 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1017 | -- Performing Curl Test HAVE_O_NONBLOCKHAVE_GETHOSTBYADDR_R_5 - Failed |
| | 1018 | -- Performing Curl Test HAVE_GETHOSTBYADDR_R_7 |
| | 1019 | System is unknown to cmake, create: |
| | 1020 | Platform/Haiku |
| | 1021 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1022 | -- Performing Curl Test HAVE_GETHOSTBYADDR_R_7 - Success |
| | 1023 | -- Performing Curl Test HAVE_GETHOSTBYADDR_R_8 |
| | 1024 | System is unknown to cmake, create: |
| | 1025 | Platform/Haiku |
| | 1026 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1027 | -- Performing Curl Test HAVE_GETHOSTBYADDR_R_8 - Failed |
| | 1028 | -- Performing Curl Test HAVE_GETHOSTBYADDR_R_5_REENTRANT |
| | 1029 | System is unknown to cmake, create: |
| | 1030 | Platform/Haiku |
| | 1031 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1032 | -- Performing Curl Test HAVE_GETHOSTBYADDR_R_5_REENTRANT - Failed |
| | 1033 | -- Performing Curl Test HAVE_GETHOSTBYADDR_R_7_REENTRANT |
| | 1034 | System is unknown to cmake, create: |
| | 1035 | Platform/Haiku |
| | 1036 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1037 | -- Performing Curl Test HAVE_GETHOSTBYADDR_R_7_REENTRANT - Success |
| | 1038 | -- Performing Curl Test HAVE_GETHOSTBYADDR_R_8_REENTRANT |
| | 1039 | System is unknown to cmake, create: |
| | 1040 | Platform/Haiku |
| | 1041 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1042 | -- Performing Curl Test HAVE_GETHOSTBYADDR_R_8_REENTRANT - Failed |
| | 1043 | -- Performing Curl Test HAVE_GETHOSTBYNAME_R_3 |
| | 1044 | System is unknown to cmake, create: |
| | 1045 | Platform/Haiku |
| | 1046 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1047 | -- Performing Curl Test HAVE_GETHOSTBYNAME_R_3 - Failed |
| | 1048 | -- Performing Curl Test HAVE_GETHOSTBYNAME_R_5 |
| | 1049 | System is unknown to cmake, create: |
| | 1050 | Platform/Haiku |
| | 1051 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1052 | -- Performing Curl Test HAVE_GETHOSTBYNAME_R_5 - Success |
| | 1053 | -- Performing Curl Test HAVE_GETHOSTBYNAME_R_6 |
| | 1054 | System is unknown to cmake, create: |
| | 1055 | Platform/Haiku |
| | 1056 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1057 | -- Performing Curl Test HAVE_GETHOSTBYNAME_R_6 - Failed |
| | 1058 | -- Performing Curl Test HAVE_GETHOSTBYNAME_R_3_REENTRANT |
| | 1059 | System is unknown to cmake, create: |
| | 1060 | Platform/Haiku |
| | 1061 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1062 | -- Performing Curl Test HAVE_GETHOSTBYNAME_R_3_REENTRANT - Failed |
| | 1063 | -- Performing Curl Test HAVE_GETHOSTBYNAME_R_5_REENTRANT |
| | 1064 | System is unknown to cmake, create: |
| | 1065 | Platform/Haiku |
| | 1066 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1067 | -- Performing Curl Test HAVE_GETHOSTBYNAME_R_5_REENTRANT - Success |
| | 1068 | -- Performing Curl Test HAVE_GETHOSTBYNAME_R_6_REENTRANT |
| | 1069 | System is unknown to cmake, create: |
| | 1070 | Platform/Haiku |
| | 1071 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1072 | -- Performing Curl Test HAVE_GETHOSTBYNAME_R_6_REENTRANT - Failed |
| | 1073 | -- Performing Curl Test HAVE_SOCKLEN_T |
| | 1074 | System is unknown to cmake, create: |
| | 1075 | Platform/Haiku |
| | 1076 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1077 | -- Performing Curl Test HAVE_SOCKLEN_T - Success |
| | 1078 | -- Performing Curl Test HAVE_IN_ADDR_T |
| | 1079 | System is unknown to cmake, create: |
| | 1080 | Platform/Haiku |
| | 1081 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1082 | -- Performing Curl Test HAVE_IN_ADDR_T - Success |
| | 1083 | -- Performing Curl Test STDC_HEADERS |
| | 1084 | System is unknown to cmake, create: |
| | 1085 | Platform/Haiku |
| | 1086 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1087 | -- Performing Curl Test STDC_HEADERS - Success |
| | 1088 | -- Performing Curl Test RETSIGTYPE_TEST |
| | 1089 | System is unknown to cmake, create: |
| | 1090 | Platform/Haiku |
| | 1091 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1092 | -- Performing Curl Test RETSIGTYPE_TEST - Success |
| | 1093 | -- Performing Curl Test HAVE_INET_NTOA_R_DECL |
| | 1094 | System is unknown to cmake, create: |
| | 1095 | Platform/Haiku |
| | 1096 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1097 | -- Performing Curl Test HAVE_INET_NTOA_R_DECL - Failed |
| | 1098 | -- Performing Curl Test HAVE_INET_NTOA_R_DECL_REENTRANT |
| | 1099 | System is unknown to cmake, create: |
| | 1100 | Platform/Haiku |
| | 1101 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1102 | -- Performing Curl Test HAVE_INET_NTOA_R_DECL_REENTRANT - Failed |
| | 1103 | -- Performing Curl Test HAVE_GETADDRINFO |
| | 1104 | System is unknown to cmake, create: |
| | 1105 | Platform/Haiku |
| | 1106 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1107 | -- Performing Curl Test HAVE_GETADDRINFO - Success |
| | 1108 | -- Performing Curl Test HAVE_FILE_OFFSET_BITS |
| | 1109 | System is unknown to cmake, create: |
| | 1110 | Platform/Haiku |
| | 1111 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1112 | -- Performing Curl Test HAVE_FILE_OFFSET_BITS - Success |
| | 1113 | -- Performing Curl Test HAVE_GLIBC_STRERROR_R |
| | 1114 | System is unknown to cmake, create: |
| | 1115 | Platform/Haiku |
| | 1116 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1117 | -- Performing Curl Test HAVE_GLIBC_STRERROR_R - Failed |
| | 1118 | -- Performing Curl Test HAVE_POSIX_STRERROR_R |
| | 1119 | System is unknown to cmake, create: |
| | 1120 | Platform/Haiku |
| | 1121 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1122 | -- Performing Curl Test HAVE_POSIX_STRERROR_R - Success |
| | 1123 | -- Check size of curl_off_t |
| | 1124 | System is unknown to cmake, create: |
| | 1125 | Platform/Haiku |
| | 1126 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1127 | -- Check size of curl_off_t - done |
| | 1128 | -- Performing Test curl_cv_recv |
| | 1129 | System is unknown to cmake, create: |
| | 1130 | Platform/Haiku |
| | 1131 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1132 | -- Performing Test curl_cv_recv - Success |
| | 1133 | -- Performing Test int recv(int, void *, size_t, int) (curl_cv_func_recv_test) |
| | 1134 | System is unknown to cmake, create: |
| | 1135 | Platform/Haiku |
| | 1136 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1137 | -- Performing Test int recv(int, void *, size_t, int) (curl_cv_func_recv_test) - Failed |
| | 1138 | -- Performing Test int recv(int, void *, size_t, unsigned int) (curl_cv_func_recv_test) |
| | 1139 | System is unknown to cmake, create: |
| | 1140 | Platform/Haiku |
| | 1141 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1142 | -- Performing Test int recv(int, void *, size_t, unsigned int) (curl_cv_func_recv_test) - Failed |
| | 1143 | -- Performing Test int recv(int, void *, int, int) (curl_cv_func_recv_test) |
| | 1144 | System is unknown to cmake, create: |
| | 1145 | Platform/Haiku |
| | 1146 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1147 | -- Performing Test int recv(int, void *, int, int) (curl_cv_func_recv_test) - Failed |
| | 1148 | -- Performing Test int recv(int, void *, int, unsigned int) (curl_cv_func_recv_test) |
| | 1149 | System is unknown to cmake, create: |
| | 1150 | Platform/Haiku |
| | 1151 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1152 | -- Performing Test int recv(int, void *, int, unsigned int) (curl_cv_func_recv_test) - Failed |
| | 1153 | -- Performing Test int recv(int, void *, socklen_t, int) (curl_cv_func_recv_test) |
| | 1154 | System is unknown to cmake, create: |
| | 1155 | Platform/Haiku |
| | 1156 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1157 | -- Performing Test int recv(int, void *, socklen_t, int) (curl_cv_func_recv_test) - Failed |
| | 1158 | -- Performing Test int recv(int, void *, socklen_t, unsigned int) (curl_cv_func_recv_test) |
| | 1159 | System is unknown to cmake, create: |
| | 1160 | Platform/Haiku |
| | 1161 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1162 | -- Performing Test int recv(int, void *, socklen_t, unsigned int) (curl_cv_func_recv_test) - Failed |
| | 1163 | -- Performing Test int recv(int, void *, unsigned int, int) (curl_cv_func_recv_test) |
| | 1164 | System is unknown to cmake, create: |
| | 1165 | Platform/Haiku |
| | 1166 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1167 | -- Performing Test int recv(int, void *, unsigned int, int) (curl_cv_func_recv_test) - Failed |
| | 1168 | -- Performing Test int recv(int, void *, unsigned int, unsigned int) (curl_cv_func_recv_test) |
| | 1169 | System is unknown to cmake, create: |
| | 1170 | Platform/Haiku |
| | 1171 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1172 | -- Performing Test int recv(int, void *, unsigned int, unsigned int) (curl_cv_func_recv_test) - Failed |
| | 1173 | -- Performing Test int recv(int, char *, size_t, int) (curl_cv_func_recv_test) |
| | 1174 | System is unknown to cmake, create: |
| | 1175 | Platform/Haiku |
| | 1176 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1177 | -- Performing Test int recv(int, char *, size_t, int) (curl_cv_func_recv_test) - Failed |
| | 1178 | -- Performing Test int recv(int, char *, size_t, unsigned int) (curl_cv_func_recv_test) |
| | 1179 | System is unknown to cmake, create: |
| | 1180 | Platform/Haiku |
| | 1181 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1182 | -- Performing Test int recv(int, char *, size_t, unsigned int) (curl_cv_func_recv_test) - Failed |
| | 1183 | -- Performing Test int recv(int, char *, int, int) (curl_cv_func_recv_test) |
| | 1184 | System is unknown to cmake, create: |
| | 1185 | Platform/Haiku |
| | 1186 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1187 | -- Performing Test int recv(int, char *, int, int) (curl_cv_func_recv_test) - Failed |
| | 1188 | -- Performing Test int recv(int, char *, int, unsigned int) (curl_cv_func_recv_test) |
| | 1189 | System is unknown to cmake, create: |
| | 1190 | Platform/Haiku |
| | 1191 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1192 | -- Performing Test int recv(int, char *, int, unsigned int) (curl_cv_func_recv_test) - Failed |
| | 1193 | -- Performing Test int recv(int, char *, socklen_t, int) (curl_cv_func_recv_test) |
| | 1194 | System is unknown to cmake, create: |
| | 1195 | Platform/Haiku |
| | 1196 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1197 | -- Performing Test int recv(int, char *, socklen_t, int) (curl_cv_func_recv_test) - Failed |
| | 1198 | -- Performing Test int recv(int, char *, socklen_t, unsigned int) (curl_cv_func_recv_test) |
| | 1199 | System is unknown to cmake, create: |
| | 1200 | Platform/Haiku |
| | 1201 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1202 | -- Performing Test int recv(int, char *, socklen_t, unsigned int) (curl_cv_func_recv_test) - Failed |
| | 1203 | -- Performing Test int recv(int, char *, unsigned int, int) (curl_cv_func_recv_test) |
| | 1204 | System is unknown to cmake, create: |
| | 1205 | Platform/Haiku |
| | 1206 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1207 | -- Performing Test int recv(int, char *, unsigned int, int) (curl_cv_func_recv_test) - Failed |
| | 1208 | -- Performing Test int recv(int, char *, unsigned int, unsigned int) (curl_cv_func_recv_test) |
| | 1209 | System is unknown to cmake, create: |
| | 1210 | Platform/Haiku |
| | 1211 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1212 | -- Performing Test int recv(int, char *, unsigned int, unsigned int) (curl_cv_func_recv_test) - Failed |
| | 1213 | -- Performing Test int recv(ssize_t, void *, size_t, int) (curl_cv_func_recv_test) |
| | 1214 | System is unknown to cmake, create: |
| | 1215 | Platform/Haiku |
| | 1216 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1217 | -- Performing Test int recv(ssize_t, void *, size_t, int) (curl_cv_func_recv_test) - Failed |
| | 1218 | -- Performing Test int recv(ssize_t, void *, size_t, unsigned int) (curl_cv_func_recv_test) |
| | 1219 | System is unknown to cmake, create: |
| | 1220 | Platform/Haiku |
| | 1221 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1222 | -- Performing Test int recv(ssize_t, void *, size_t, unsigned int) (curl_cv_func_recv_test) - Failed |
| | 1223 | -- Performing Test int recv(ssize_t, void *, int, int) (curl_cv_func_recv_test) |
| | 1224 | System is unknown to cmake, create: |
| | 1225 | Platform/Haiku |
| | 1226 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1227 | -- Performing Test int recv(ssize_t, void *, int, int) (curl_cv_func_recv_test) - Failed |
| | 1228 | -- Performing Test int recv(ssize_t, void *, int, unsigned int) (curl_cv_func_recv_test) |
| | 1229 | System is unknown to cmake, create: |
| | 1230 | Platform/Haiku |
| | 1231 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1232 | -- Performing Test int recv(ssize_t, void *, int, unsigned int) (curl_cv_func_recv_test) - Failed |
| | 1233 | -- Performing Test int recv(ssize_t, void *, socklen_t, int) (curl_cv_func_recv_test) |
| | 1234 | System is unknown to cmake, create: |
| | 1235 | Platform/Haiku |
| | 1236 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1237 | -- Performing Test int recv(ssize_t, void *, socklen_t, int) (curl_cv_func_recv_test) - Failed |
| | 1238 | -- Performing Test int recv(ssize_t, void *, socklen_t, unsigned int) (curl_cv_func_recv_test) |
| | 1239 | System is unknown to cmake, create: |
| | 1240 | Platform/Haiku |
| | 1241 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1242 | -- Performing Test int recv(ssize_t, void *, socklen_t, unsigned int) (curl_cv_func_recv_test) - Failed |
| | 1243 | -- Performing Test int recv(ssize_t, void *, unsigned int, int) (curl_cv_func_recv_test) |
| | 1244 | System is unknown to cmake, create: |
| | 1245 | Platform/Haiku |
| | 1246 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1247 | -- Performing Test int recv(ssize_t, void *, unsigned int, int) (curl_cv_func_recv_test) - Failed |
| | 1248 | -- Performing Test int recv(ssize_t, void *, unsigned int, unsigned int) (curl_cv_func_recv_test) |
| | 1249 | System is unknown to cmake, create: |
| | 1250 | Platform/Haiku |
| | 1251 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1252 | -- Performing Test int recv(ssize_t, void *, unsigned int, unsigned int) (curl_cv_func_recv_test) - Failed |
| | 1253 | -- Performing Test int recv(ssize_t, char *, size_t, int) (curl_cv_func_recv_test) |
| | 1254 | System is unknown to cmake, create: |
| | 1255 | Platform/Haiku |
| | 1256 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1257 | -- Performing Test int recv(ssize_t, char *, size_t, int) (curl_cv_func_recv_test) - Failed |
| | 1258 | -- Performing Test int recv(ssize_t, char *, size_t, unsigned int) (curl_cv_func_recv_test) |
| | 1259 | System is unknown to cmake, create: |
| | 1260 | Platform/Haiku |
| | 1261 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1262 | -- Performing Test int recv(ssize_t, char *, size_t, unsigned int) (curl_cv_func_recv_test) - Failed |
| | 1263 | -- Performing Test int recv(ssize_t, char *, int, int) (curl_cv_func_recv_test) |
| | 1264 | System is unknown to cmake, create: |
| | 1265 | Platform/Haiku |
| | 1266 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1267 | -- Performing Test int recv(ssize_t, char *, int, int) (curl_cv_func_recv_test) - Failed |
| | 1268 | -- Performing Test int recv(ssize_t, char *, int, unsigned int) (curl_cv_func_recv_test) |
| | 1269 | System is unknown to cmake, create: |
| | 1270 | Platform/Haiku |
| | 1271 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1272 | -- Performing Test int recv(ssize_t, char *, int, unsigned int) (curl_cv_func_recv_test) - Failed |
| | 1273 | -- Performing Test int recv(ssize_t, char *, socklen_t, int) (curl_cv_func_recv_test) |
| | 1274 | System is unknown to cmake, create: |
| | 1275 | Platform/Haiku |
| | 1276 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1277 | -- Performing Test int recv(ssize_t, char *, socklen_t, int) (curl_cv_func_recv_test) - Failed |
| | 1278 | -- Performing Test int recv(ssize_t, char *, socklen_t, unsigned int) (curl_cv_func_recv_test) |
| | 1279 | System is unknown to cmake, create: |
| | 1280 | Platform/Haiku |
| | 1281 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1282 | -- Performing Test int recv(ssize_t, char *, socklen_t, unsigned int) (curl_cv_func_recv_test) - Failed |
| | 1283 | -- Performing Test int recv(ssize_t, char *, unsigned int, int) (curl_cv_func_recv_test) |
| | 1284 | System is unknown to cmake, create: |
| | 1285 | Platform/Haiku |
| | 1286 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1287 | -- Performing Test int recv(ssize_t, char *, unsigned int, int) (curl_cv_func_recv_test) - Failed |
| | 1288 | -- Performing Test int recv(ssize_t, char *, unsigned int, unsigned int) (curl_cv_func_recv_test) |
| | 1289 | System is unknown to cmake, create: |
| | 1290 | Platform/Haiku |
| | 1291 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1292 | -- Performing Test int recv(ssize_t, char *, unsigned int, unsigned int) (curl_cv_func_recv_test) - Failed |
| | 1293 | -- Performing Test int recv(SOCKET, void *, size_t, int) (curl_cv_func_recv_test) |
| | 1294 | System is unknown to cmake, create: |
| | 1295 | Platform/Haiku |
| | 1296 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1297 | -- Performing Test int recv(SOCKET, void *, size_t, int) (curl_cv_func_recv_test) - Failed |
| | 1298 | -- Performing Test int recv(SOCKET, void *, size_t, unsigned int) (curl_cv_func_recv_test) |
| | 1299 | System is unknown to cmake, create: |
| | 1300 | Platform/Haiku |
| | 1301 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1302 | -- Performing Test int recv(SOCKET, void *, size_t, unsigned int) (curl_cv_func_recv_test) - Failed |
| | 1303 | -- Performing Test int recv(SOCKET, void *, int, int) (curl_cv_func_recv_test) |
| | 1304 | System is unknown to cmake, create: |
| | 1305 | Platform/Haiku |
| | 1306 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1307 | -- Performing Test int recv(SOCKET, void *, int, int) (curl_cv_func_recv_test) - Failed |
| | 1308 | -- Performing Test int recv(SOCKET, void *, int, unsigned int) (curl_cv_func_recv_test) |
| | 1309 | System is unknown to cmake, create: |
| | 1310 | Platform/Haiku |
| | 1311 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1312 | -- Performing Test int recv(SOCKET, void *, int, unsigned int) (curl_cv_func_recv_test) - Failed |
| | 1313 | -- Performing Test int recv(SOCKET, void *, socklen_t, int) (curl_cv_func_recv_test) |
| | 1314 | System is unknown to cmake, create: |
| | 1315 | Platform/Haiku |
| | 1316 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1317 | -- Performing Test int recv(SOCKET, void *, socklen_t, int) (curl_cv_func_recv_test) - Failed |
| | 1318 | -- Performing Test int recv(SOCKET, void *, socklen_t, unsigned int) (curl_cv_func_recv_test) |
| | 1319 | System is unknown to cmake, create: |
| | 1320 | Platform/Haiku |
| | 1321 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1322 | -- Performing Test int recv(SOCKET, void *, socklen_t, unsigned int) (curl_cv_func_recv_test) - Failed |
| | 1323 | -- Performing Test int recv(SOCKET, void *, unsigned int, int) (curl_cv_func_recv_test) |
| | 1324 | System is unknown to cmake, create: |
| | 1325 | Platform/Haiku |
| | 1326 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1327 | -- Performing Test int recv(SOCKET, void *, unsigned int, int) (curl_cv_func_recv_test) - Failed |
| | 1328 | -- Performing Test int recv(SOCKET, void *, unsigned int, unsigned int) (curl_cv_func_recv_test) |
| | 1329 | System is unknown to cmake, create: |
| | 1330 | Platform/Haiku |
| | 1331 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1332 | -- Performing Test int recv(SOCKET, void *, unsigned int, unsigned int) (curl_cv_func_recv_test) - Failed |
| | 1333 | -- Performing Test int recv(SOCKET, char *, size_t, int) (curl_cv_func_recv_test) |
| | 1334 | System is unknown to cmake, create: |
| | 1335 | Platform/Haiku |
| | 1336 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1337 | -- Performing Test int recv(SOCKET, char *, size_t, int) (curl_cv_func_recv_test) - Failed |
| | 1338 | -- Performing Test int recv(SOCKET, char *, size_t, unsigned int) (curl_cv_func_recv_test) |
| | 1339 | System is unknown to cmake, create: |
| | 1340 | Platform/Haiku |
| | 1341 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1342 | -- Performing Test int recv(SOCKET, char *, size_t, unsigned int) (curl_cv_func_recv_test) - Failed |
| | 1343 | -- Performing Test int recv(SOCKET, char *, int, int) (curl_cv_func_recv_test) |
| | 1344 | System is unknown to cmake, create: |
| | 1345 | Platform/Haiku |
| | 1346 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1347 | -- Performing Test int recv(SOCKET, char *, int, int) (curl_cv_func_recv_test) - Failed |
| | 1348 | -- Performing Test int recv(SOCKET, char *, int, unsigned int) (curl_cv_func_recv_test) |
| | 1349 | System is unknown to cmake, create: |
| | 1350 | Platform/Haiku |
| | 1351 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1352 | -- Performing Test int recv(SOCKET, char *, int, unsigned int) (curl_cv_func_recv_test) - Failed |
| | 1353 | -- Performing Test int recv(SOCKET, char *, socklen_t, int) (curl_cv_func_recv_test) |
| | 1354 | System is unknown to cmake, create: |
| | 1355 | Platform/Haiku |
| | 1356 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1357 | -- Performing Test int recv(SOCKET, char *, socklen_t, int) (curl_cv_func_recv_test) - Failed |
| | 1358 | -- Performing Test int recv(SOCKET, char *, socklen_t, unsigned int) (curl_cv_func_recv_test) |
| | 1359 | System is unknown to cmake, create: |
| | 1360 | Platform/Haiku |
| | 1361 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1362 | -- Performing Test int recv(SOCKET, char *, socklen_t, unsigned int) (curl_cv_func_recv_test) - Failed |
| | 1363 | -- Performing Test int recv(SOCKET, char *, unsigned int, int) (curl_cv_func_recv_test) |
| | 1364 | System is unknown to cmake, create: |
| | 1365 | Platform/Haiku |
| | 1366 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1367 | -- Performing Test int recv(SOCKET, char *, unsigned int, int) (curl_cv_func_recv_test) - Failed |
| | 1368 | -- Performing Test int recv(SOCKET, char *, unsigned int, unsigned int) (curl_cv_func_recv_test) |
| | 1369 | System is unknown to cmake, create: |
| | 1370 | Platform/Haiku |
| | 1371 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1372 | -- Performing Test int recv(SOCKET, char *, unsigned int, unsigned int) (curl_cv_func_recv_test) - Failed |
| | 1373 | -- Performing Test ssize_t recv(int, void *, size_t, int) (curl_cv_func_recv_test) |
| | 1374 | System is unknown to cmake, create: |
| | 1375 | Platform/Haiku |
| | 1376 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1377 | -- Performing Test ssize_t recv(int, void *, size_t, int) (curl_cv_func_recv_test) - Success |
| | 1378 | -- Performing Test curl_cv_send |
| | 1379 | System is unknown to cmake, create: |
| | 1380 | Platform/Haiku |
| | 1381 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1382 | -- Performing Test curl_cv_send - Success |
| | 1383 | -- Performing Test int send(int, const void *, size_t, int) (curl_cv_func_send_test) |
| | 1384 | System is unknown to cmake, create: |
| | 1385 | Platform/Haiku |
| | 1386 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1387 | -- Performing Test int send(int, const void *, size_t, int) (curl_cv_func_send_test) - Failed |
| | 1388 | -- Performing Test int send(int, const void *, size_t, unsigned int) (curl_cv_func_send_test) |
| | 1389 | System is unknown to cmake, create: |
| | 1390 | Platform/Haiku |
| | 1391 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1392 | -- Performing Test int send(int, const void *, size_t, unsigned int) (curl_cv_func_send_test) - Failed |
| | 1393 | -- Performing Test int send(int, const void *, int, int) (curl_cv_func_send_test) |
| | 1394 | System is unknown to cmake, create: |
| | 1395 | Platform/Haiku |
| | 1396 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1397 | -- Performing Test int send(int, const void *, int, int) (curl_cv_func_send_test) - Failed |
| | 1398 | -- Performing Test int send(int, const void *, int, unsigned int) (curl_cv_func_send_test) |
| | 1399 | System is unknown to cmake, create: |
| | 1400 | Platform/Haiku |
| | 1401 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1402 | -- Performing Test int send(int, const void *, int, unsigned int) (curl_cv_func_send_test) - Failed |
| | 1403 | -- Performing Test int send(int, const void *, socklen_t, int) (curl_cv_func_send_test) |
| | 1404 | System is unknown to cmake, create: |
| | 1405 | Platform/Haiku |
| | 1406 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1407 | -- Performing Test int send(int, const void *, socklen_t, int) (curl_cv_func_send_test) - Failed |
| | 1408 | -- Performing Test int send(int, const void *, socklen_t, unsigned int) (curl_cv_func_send_test) |
| | 1409 | System is unknown to cmake, create: |
| | 1410 | Platform/Haiku |
| | 1411 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1412 | -- Performing Test int send(int, const void *, socklen_t, unsigned int) (curl_cv_func_send_test) - Failed |
| | 1413 | -- Performing Test int send(int, const void *, unsigned int, int) (curl_cv_func_send_test) |
| | 1414 | System is unknown to cmake, create: |
| | 1415 | Platform/Haiku |
| | 1416 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1417 | -- Performing Test int send(int, const void *, unsigned int, int) (curl_cv_func_send_test) - Failed |
| | 1418 | -- Performing Test int send(int, const void *, unsigned int, unsigned int) (curl_cv_func_send_test) |
| | 1419 | System is unknown to cmake, create: |
| | 1420 | Platform/Haiku |
| | 1421 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1422 | -- Performing Test int send(int, const void *, unsigned int, unsigned int) (curl_cv_func_send_test) - Failed |
| | 1423 | -- Performing Test int send(int, void *, size_t, int) (curl_cv_func_send_test) |
| | 1424 | System is unknown to cmake, create: |
| | 1425 | Platform/Haiku |
| | 1426 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1427 | -- Performing Test int send(int, void *, size_t, int) (curl_cv_func_send_test) - Failed |
| | 1428 | -- Performing Test int send(int, void *, size_t, unsigned int) (curl_cv_func_send_test) |
| | 1429 | System is unknown to cmake, create: |
| | 1430 | Platform/Haiku |
| | 1431 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1432 | -- Performing Test int send(int, void *, size_t, unsigned int) (curl_cv_func_send_test) - Failed |
| | 1433 | -- Performing Test int send(int, void *, int, int) (curl_cv_func_send_test) |
| | 1434 | System is unknown to cmake, create: |
| | 1435 | Platform/Haiku |
| | 1436 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1437 | -- Performing Test int send(int, void *, int, int) (curl_cv_func_send_test) - Failed |
| | 1438 | -- Performing Test int send(int, void *, int, unsigned int) (curl_cv_func_send_test) |
| | 1439 | System is unknown to cmake, create: |
| | 1440 | Platform/Haiku |
| | 1441 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1442 | -- Performing Test int send(int, void *, int, unsigned int) (curl_cv_func_send_test) - Failed |
| | 1443 | -- Performing Test int send(int, void *, socklen_t, int) (curl_cv_func_send_test) |
| | 1444 | System is unknown to cmake, create: |
| | 1445 | Platform/Haiku |
| | 1446 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1447 | -- Performing Test int send(int, void *, socklen_t, int) (curl_cv_func_send_test) - Failed |
| | 1448 | -- Performing Test int send(int, void *, socklen_t, unsigned int) (curl_cv_func_send_test) |
| | 1449 | System is unknown to cmake, create: |
| | 1450 | Platform/Haiku |
| | 1451 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1452 | -- Performing Test int send(int, void *, socklen_t, unsigned int) (curl_cv_func_send_test) - Failed |
| | 1453 | -- Performing Test int send(int, void *, unsigned int, int) (curl_cv_func_send_test) |
| | 1454 | System is unknown to cmake, create: |
| | 1455 | Platform/Haiku |
| | 1456 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1457 | -- Performing Test int send(int, void *, unsigned int, int) (curl_cv_func_send_test) - Failed |
| | 1458 | -- Performing Test int send(int, void *, unsigned int, unsigned int) (curl_cv_func_send_test) |
| | 1459 | System is unknown to cmake, create: |
| | 1460 | Platform/Haiku |
| | 1461 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1462 | -- Performing Test int send(int, void *, unsigned int, unsigned int) (curl_cv_func_send_test) - Failed |
| | 1463 | -- Performing Test int send(int, char *, size_t, int) (curl_cv_func_send_test) |
| | 1464 | System is unknown to cmake, create: |
| | 1465 | Platform/Haiku |
| | 1466 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1467 | -- Performing Test int send(int, char *, size_t, int) (curl_cv_func_send_test) - Failed |
| | 1468 | -- Performing Test int send(int, char *, size_t, unsigned int) (curl_cv_func_send_test) |
| | 1469 | System is unknown to cmake, create: |
| | 1470 | Platform/Haiku |
| | 1471 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1472 | -- Performing Test int send(int, char *, size_t, unsigned int) (curl_cv_func_send_test) - Failed |
| | 1473 | -- Performing Test int send(int, char *, int, int) (curl_cv_func_send_test) |
| | 1474 | System is unknown to cmake, create: |
| | 1475 | Platform/Haiku |
| | 1476 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1477 | -- Performing Test int send(int, char *, int, int) (curl_cv_func_send_test) - Failed |
| | 1478 | -- Performing Test int send(int, char *, int, unsigned int) (curl_cv_func_send_test) |
| | 1479 | System is unknown to cmake, create: |
| | 1480 | Platform/Haiku |
| | 1481 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1482 | -- Performing Test int send(int, char *, int, unsigned int) (curl_cv_func_send_test) - Failed |
| | 1483 | -- Performing Test int send(int, char *, socklen_t, int) (curl_cv_func_send_test) |
| | 1484 | System is unknown to cmake, create: |
| | 1485 | Platform/Haiku |
| | 1486 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1487 | -- Performing Test int send(int, char *, socklen_t, int) (curl_cv_func_send_test) - Failed |
| | 1488 | -- Performing Test int send(int, char *, socklen_t, unsigned int) (curl_cv_func_send_test) |
| | 1489 | System is unknown to cmake, create: |
| | 1490 | Platform/Haiku |
| | 1491 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1492 | -- Performing Test int send(int, char *, socklen_t, unsigned int) (curl_cv_func_send_test) - Failed |
| | 1493 | -- Performing Test int send(int, char *, unsigned int, int) (curl_cv_func_send_test) |
| | 1494 | System is unknown to cmake, create: |
| | 1495 | Platform/Haiku |
| | 1496 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1497 | -- Performing Test int send(int, char *, unsigned int, int) (curl_cv_func_send_test) - Failed |
| | 1498 | -- Performing Test int send(int, char *, unsigned int, unsigned int) (curl_cv_func_send_test) |
| | 1499 | System is unknown to cmake, create: |
| | 1500 | Platform/Haiku |
| | 1501 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1502 | -- Performing Test int send(int, char *, unsigned int, unsigned int) (curl_cv_func_send_test) - Failed |
| | 1503 | -- Performing Test int send(int, const char *, size_t, int) (curl_cv_func_send_test) |
| | 1504 | System is unknown to cmake, create: |
| | 1505 | Platform/Haiku |
| | 1506 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1507 | -- Performing Test int send(int, const char *, size_t, int) (curl_cv_func_send_test) - Failed |
| | 1508 | -- Performing Test int send(int, const char *, size_t, unsigned int) (curl_cv_func_send_test) |
| | 1509 | System is unknown to cmake, create: |
| | 1510 | Platform/Haiku |
| | 1511 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1512 | -- Performing Test int send(int, const char *, size_t, unsigned int) (curl_cv_func_send_test) - Failed |
| | 1513 | -- Performing Test int send(int, const char *, int, int) (curl_cv_func_send_test) |
| | 1514 | System is unknown to cmake, create: |
| | 1515 | Platform/Haiku |
| | 1516 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1517 | -- Performing Test int send(int, const char *, int, int) (curl_cv_func_send_test) - Failed |
| | 1518 | -- Performing Test int send(int, const char *, int, unsigned int) (curl_cv_func_send_test) |
| | 1519 | System is unknown to cmake, create: |
| | 1520 | Platform/Haiku |
| | 1521 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1522 | -- Performing Test int send(int, const char *, int, unsigned int) (curl_cv_func_send_test) - Failed |
| | 1523 | -- Performing Test int send(int, const char *, socklen_t, int) (curl_cv_func_send_test) |
| | 1524 | System is unknown to cmake, create: |
| | 1525 | Platform/Haiku |
| | 1526 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1527 | -- Performing Test int send(int, const char *, socklen_t, int) (curl_cv_func_send_test) - Failed |
| | 1528 | -- Performing Test int send(int, const char *, socklen_t, unsigned int) (curl_cv_func_send_test) |
| | 1529 | System is unknown to cmake, create: |
| | 1530 | Platform/Haiku |
| | 1531 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1532 | -- Performing Test int send(int, const char *, socklen_t, unsigned int) (curl_cv_func_send_test) - Failed |
| | 1533 | -- Performing Test int send(int, const char *, unsigned int, int) (curl_cv_func_send_test) |
| | 1534 | System is unknown to cmake, create: |
| | 1535 | Platform/Haiku |
| | 1536 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1537 | -- Performing Test int send(int, const char *, unsigned int, int) (curl_cv_func_send_test) - Failed |
| | 1538 | -- Performing Test int send(int, const char *, unsigned int, unsigned int) (curl_cv_func_send_test) |
| | 1539 | System is unknown to cmake, create: |
| | 1540 | Platform/Haiku |
| | 1541 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1542 | -- Performing Test int send(int, const char *, unsigned int, unsigned int) (curl_cv_func_send_test) - Failed |
| | 1543 | -- Performing Test int send(ssize_t, const void *, size_t, int) (curl_cv_func_send_test) |
| | 1544 | System is unknown to cmake, create: |
| | 1545 | Platform/Haiku |
| | 1546 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1547 | -- Performing Test int send(ssize_t, const void *, size_t, int) (curl_cv_func_send_test) - Failed |
| | 1548 | -- Performing Test int send(ssize_t, const void *, size_t, unsigned int) (curl_cv_func_send_test) |
| | 1549 | System is unknown to cmake, create: |
| | 1550 | Platform/Haiku |
| | 1551 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1552 | -- Performing Test int send(ssize_t, const void *, size_t, unsigned int) (curl_cv_func_send_test) - Failed |
| | 1553 | -- Performing Test int send(ssize_t, const void *, int, int) (curl_cv_func_send_test) |
| | 1554 | System is unknown to cmake, create: |
| | 1555 | Platform/Haiku |
| | 1556 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1557 | -- Performing Test int send(ssize_t, const void *, int, int) (curl_cv_func_send_test) - Failed |
| | 1558 | -- Performing Test int send(ssize_t, const void *, int, unsigned int) (curl_cv_func_send_test) |
| | 1559 | System is unknown to cmake, create: |
| | 1560 | Platform/Haiku |
| | 1561 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1562 | -- Performing Test int send(ssize_t, const void *, int, unsigned int) (curl_cv_func_send_test) - Failed |
| | 1563 | -- Performing Test int send(ssize_t, const void *, socklen_t, int) (curl_cv_func_send_test) |
| | 1564 | System is unknown to cmake, create: |
| | 1565 | Platform/Haiku |
| | 1566 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1567 | -- Performing Test int send(ssize_t, const void *, socklen_t, int) (curl_cv_func_send_test) - Failed |
| | 1568 | -- Performing Test int send(ssize_t, const void *, socklen_t, unsigned int) (curl_cv_func_send_test) |
| | 1569 | System is unknown to cmake, create: |
| | 1570 | Platform/Haiku |
| | 1571 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1572 | -- Performing Test int send(ssize_t, const void *, socklen_t, unsigned int) (curl_cv_func_send_test) - Failed |
| | 1573 | -- Performing Test int send(ssize_t, const void *, unsigned int, int) (curl_cv_func_send_test) |
| | 1574 | System is unknown to cmake, create: |
| | 1575 | Platform/Haiku |
| | 1576 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1577 | -- Performing Test int send(ssize_t, const void *, unsigned int, int) (curl_cv_func_send_test) - Failed |
| | 1578 | -- Performing Test int send(ssize_t, const void *, unsigned int, unsigned int) (curl_cv_func_send_test) |
| | 1579 | System is unknown to cmake, create: |
| | 1580 | Platform/Haiku |
| | 1581 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1582 | -- Performing Test int send(ssize_t, const void *, unsigned int, unsigned int) (curl_cv_func_send_test) - Failed |
| | 1583 | -- Performing Test int send(ssize_t, void *, size_t, int) (curl_cv_func_send_test) |
| | 1584 | System is unknown to cmake, create: |
| | 1585 | Platform/Haiku |
| | 1586 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1587 | -- Performing Test int send(ssize_t, void *, size_t, int) (curl_cv_func_send_test) - Failed |
| | 1588 | -- Performing Test int send(ssize_t, void *, size_t, unsigned int) (curl_cv_func_send_test) |
| | 1589 | System is unknown to cmake, create: |
| | 1590 | Platform/Haiku |
| | 1591 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1592 | -- Performing Test int send(ssize_t, void *, size_t, unsigned int) (curl_cv_func_send_test) - Failed |
| | 1593 | -- Performing Test int send(ssize_t, void *, int, int) (curl_cv_func_send_test) |
| | 1594 | System is unknown to cmake, create: |
| | 1595 | Platform/Haiku |
| | 1596 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1597 | -- Performing Test int send(ssize_t, void *, int, int) (curl_cv_func_send_test) - Failed |
| | 1598 | -- Performing Test int send(ssize_t, void *, int, unsigned int) (curl_cv_func_send_test) |
| | 1599 | System is unknown to cmake, create: |
| | 1600 | Platform/Haiku |
| | 1601 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1602 | -- Performing Test int send(ssize_t, void *, int, unsigned int) (curl_cv_func_send_test) - Failed |
| | 1603 | -- Performing Test int send(ssize_t, void *, socklen_t, int) (curl_cv_func_send_test) |
| | 1604 | System is unknown to cmake, create: |
| | 1605 | Platform/Haiku |
| | 1606 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1607 | -- Performing Test int send(ssize_t, void *, socklen_t, int) (curl_cv_func_send_test) - Failed |
| | 1608 | -- Performing Test int send(ssize_t, void *, socklen_t, unsigned int) (curl_cv_func_send_test) |
| | 1609 | System is unknown to cmake, create: |
| | 1610 | Platform/Haiku |
| | 1611 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1612 | -- Performing Test int send(ssize_t, void *, socklen_t, unsigned int) (curl_cv_func_send_test) - Failed |
| | 1613 | -- Performing Test int send(ssize_t, void *, unsigned int, int) (curl_cv_func_send_test) |
| | 1614 | System is unknown to cmake, create: |
| | 1615 | Platform/Haiku |
| | 1616 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1617 | -- Performing Test int send(ssize_t, void *, unsigned int, int) (curl_cv_func_send_test) - Failed |
| | 1618 | -- Performing Test int send(ssize_t, void *, unsigned int, unsigned int) (curl_cv_func_send_test) |
| | 1619 | System is unknown to cmake, create: |
| | 1620 | Platform/Haiku |
| | 1621 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1622 | -- Performing Test int send(ssize_t, void *, unsigned int, unsigned int) (curl_cv_func_send_test) - Failed |
| | 1623 | -- Performing Test int send(ssize_t, char *, size_t, int) (curl_cv_func_send_test) |
| | 1624 | System is unknown to cmake, create: |
| | 1625 | Platform/Haiku |
| | 1626 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1627 | -- Performing Test int send(ssize_t, char *, size_t, int) (curl_cv_func_send_test) - Failed |
| | 1628 | -- Performing Test int send(ssize_t, char *, size_t, unsigned int) (curl_cv_func_send_test) |
| | 1629 | System is unknown to cmake, create: |
| | 1630 | Platform/Haiku |
| | 1631 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1632 | -- Performing Test int send(ssize_t, char *, size_t, unsigned int) (curl_cv_func_send_test) - Failed |
| | 1633 | -- Performing Test int send(ssize_t, char *, int, int) (curl_cv_func_send_test) |
| | 1634 | System is unknown to cmake, create: |
| | 1635 | Platform/Haiku |
| | 1636 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1637 | -- Performing Test int send(ssize_t, char *, int, int) (curl_cv_func_send_test) - Failed |
| | 1638 | -- Performing Test int send(ssize_t, char *, int, unsigned int) (curl_cv_func_send_test) |
| | 1639 | System is unknown to cmake, create: |
| | 1640 | Platform/Haiku |
| | 1641 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1642 | -- Performing Test int send(ssize_t, char *, int, unsigned int) (curl_cv_func_send_test) - Failed |
| | 1643 | -- Performing Test int send(ssize_t, char *, socklen_t, int) (curl_cv_func_send_test) |
| | 1644 | System is unknown to cmake, create: |
| | 1645 | Platform/Haiku |
| | 1646 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1647 | -- Performing Test int send(ssize_t, char *, socklen_t, int) (curl_cv_func_send_test) - Failed |
| | 1648 | -- Performing Test int send(ssize_t, char *, socklen_t, unsigned int) (curl_cv_func_send_test) |
| | 1649 | System is unknown to cmake, create: |
| | 1650 | Platform/Haiku |
| | 1651 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1652 | -- Performing Test int send(ssize_t, char *, socklen_t, unsigned int) (curl_cv_func_send_test) - Failed |
| | 1653 | -- Performing Test int send(ssize_t, char *, unsigned int, int) (curl_cv_func_send_test) |
| | 1654 | System is unknown to cmake, create: |
| | 1655 | Platform/Haiku |
| | 1656 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1657 | -- Performing Test int send(ssize_t, char *, unsigned int, int) (curl_cv_func_send_test) - Failed |
| | 1658 | -- Performing Test int send(ssize_t, char *, unsigned int, unsigned int) (curl_cv_func_send_test) |
| | 1659 | System is unknown to cmake, create: |
| | 1660 | Platform/Haiku |
| | 1661 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1662 | -- Performing Test int send(ssize_t, char *, unsigned int, unsigned int) (curl_cv_func_send_test) - Failed |
| | 1663 | -- Performing Test int send(ssize_t, const char *, size_t, int) (curl_cv_func_send_test) |
| | 1664 | System is unknown to cmake, create: |
| | 1665 | Platform/Haiku |
| | 1666 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1667 | -- Performing Test int send(ssize_t, const char *, size_t, int) (curl_cv_func_send_test) - Failed |
| | 1668 | -- Performing Test int send(ssize_t, const char *, size_t, unsigned int) (curl_cv_func_send_test) |
| | 1669 | System is unknown to cmake, create: |
| | 1670 | Platform/Haiku |
| | 1671 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1672 | -- Performing Test int send(ssize_t, const char *, size_t, unsigned int) (curl_cv_func_send_test) - Failed |
| | 1673 | -- Performing Test int send(ssize_t, const char *, int, int) (curl_cv_func_send_test) |
| | 1674 | System is unknown to cmake, create: |
| | 1675 | Platform/Haiku |
| | 1676 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1677 | -- Performing Test int send(ssize_t, const char *, int, int) (curl_cv_func_send_test) - Failed |
| | 1678 | -- Performing Test int send(ssize_t, const char *, int, unsigned int) (curl_cv_func_send_test) |
| | 1679 | System is unknown to cmake, create: |
| | 1680 | Platform/Haiku |
| | 1681 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1682 | -- Performing Test int send(ssize_t, const char *, int, unsigned int) (curl_cv_func_send_test) - Failed |
| | 1683 | -- Performing Test int send(ssize_t, const char *, socklen_t, int) (curl_cv_func_send_test) |
| | 1684 | System is unknown to cmake, create: |
| | 1685 | Platform/Haiku |
| | 1686 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1687 | -- Performing Test int send(ssize_t, const char *, socklen_t, int) (curl_cv_func_send_test) - Failed |
| | 1688 | -- Performing Test int send(ssize_t, const char *, socklen_t, unsigned int) (curl_cv_func_send_test) |
| | 1689 | System is unknown to cmake, create: |
| | 1690 | Platform/Haiku |
| | 1691 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1692 | -- Performing Test int send(ssize_t, const char *, socklen_t, unsigned int) (curl_cv_func_send_test) - Failed |
| | 1693 | -- Performing Test int send(ssize_t, const char *, unsigned int, int) (curl_cv_func_send_test) |
| | 1694 | System is unknown to cmake, create: |
| | 1695 | Platform/Haiku |
| | 1696 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1697 | -- Performing Test int send(ssize_t, const char *, unsigned int, int) (curl_cv_func_send_test) - Failed |
| | 1698 | -- Performing Test int send(ssize_t, const char *, unsigned int, unsigned int) (curl_cv_func_send_test) |
| | 1699 | System is unknown to cmake, create: |
| | 1700 | Platform/Haiku |
| | 1701 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1702 | -- Performing Test int send(ssize_t, const char *, unsigned int, unsigned int) (curl_cv_func_send_test) - Failed |
| | 1703 | -- Performing Test int send(SOCKET, const void *, size_t, int) (curl_cv_func_send_test) |
| | 1704 | System is unknown to cmake, create: |
| | 1705 | Platform/Haiku |
| | 1706 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1707 | -- Performing Test int send(SOCKET, const void *, size_t, int) (curl_cv_func_send_test) - Failed |
| | 1708 | -- Performing Test int send(SOCKET, const void *, size_t, unsigned int) (curl_cv_func_send_test) |
| | 1709 | System is unknown to cmake, create: |
| | 1710 | Platform/Haiku |
| | 1711 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1712 | -- Performing Test int send(SOCKET, const void *, size_t, unsigned int) (curl_cv_func_send_test) - Failed |
| | 1713 | -- Performing Test int send(SOCKET, const void *, int, int) (curl_cv_func_send_test) |
| | 1714 | System is unknown to cmake, create: |
| | 1715 | Platform/Haiku |
| | 1716 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1717 | -- Performing Test int send(SOCKET, const void *, int, int) (curl_cv_func_send_test) - Failed |
| | 1718 | -- Performing Test int send(SOCKET, const void *, int, unsigned int) (curl_cv_func_send_test) |
| | 1719 | System is unknown to cmake, create: |
| | 1720 | Platform/Haiku |
| | 1721 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1722 | -- Performing Test int send(SOCKET, const void *, int, unsigned int) (curl_cv_func_send_test) - Failed |
| | 1723 | -- Performing Test int send(SOCKET, const void *, socklen_t, int) (curl_cv_func_send_test) |
| | 1724 | System is unknown to cmake, create: |
| | 1725 | Platform/Haiku |
| | 1726 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1727 | -- Performing Test int send(SOCKET, const void *, socklen_t, int) (curl_cv_func_send_test) - Failed |
| | 1728 | -- Performing Test int send(SOCKET, const void *, socklen_t, unsigned int) (curl_cv_func_send_test) |
| | 1729 | System is unknown to cmake, create: |
| | 1730 | Platform/Haiku |
| | 1731 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1732 | -- Performing Test int send(SOCKET, const void *, socklen_t, unsigned int) (curl_cv_func_send_test) - Failed |
| | 1733 | -- Performing Test int send(SOCKET, const void *, unsigned int, int) (curl_cv_func_send_test) |
| | 1734 | System is unknown to cmake, create: |
| | 1735 | Platform/Haiku |
| | 1736 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1737 | -- Performing Test int send(SOCKET, const void *, unsigned int, int) (curl_cv_func_send_test) - Failed |
| | 1738 | -- Performing Test int send(SOCKET, const void *, unsigned int, unsigned int) (curl_cv_func_send_test) |
| | 1739 | System is unknown to cmake, create: |
| | 1740 | Platform/Haiku |
| | 1741 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1742 | -- Performing Test int send(SOCKET, const void *, unsigned int, unsigned int) (curl_cv_func_send_test) - Failed |
| | 1743 | -- Performing Test int send(SOCKET, void *, size_t, int) (curl_cv_func_send_test) |
| | 1744 | System is unknown to cmake, create: |
| | 1745 | Platform/Haiku |
| | 1746 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1747 | -- Performing Test int send(SOCKET, void *, size_t, int) (curl_cv_func_send_test) - Failed |
| | 1748 | -- Performing Test int send(SOCKET, void *, size_t, unsigned int) (curl_cv_func_send_test) |
| | 1749 | System is unknown to cmake, create: |
| | 1750 | Platform/Haiku |
| | 1751 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1752 | -- Performing Test int send(SOCKET, void *, size_t, unsigned int) (curl_cv_func_send_test) - Failed |
| | 1753 | -- Performing Test int send(SOCKET, void *, int, int) (curl_cv_func_send_test) |
| | 1754 | System is unknown to cmake, create: |
| | 1755 | Platform/Haiku |
| | 1756 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1757 | -- Performing Test int send(SOCKET, void *, int, int) (curl_cv_func_send_test) - Failed |
| | 1758 | -- Performing Test int send(SOCKET, void *, int, unsigned int) (curl_cv_func_send_test) |
| | 1759 | System is unknown to cmake, create: |
| | 1760 | Platform/Haiku |
| | 1761 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1762 | -- Performing Test int send(SOCKET, void *, int, unsigned int) (curl_cv_func_send_test) - Failed |
| | 1763 | -- Performing Test int send(SOCKET, void *, socklen_t, int) (curl_cv_func_send_test) |
| | 1764 | System is unknown to cmake, create: |
| | 1765 | Platform/Haiku |
| | 1766 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1767 | -- Performing Test int send(SOCKET, void *, socklen_t, int) (curl_cv_func_send_test) - Failed |
| | 1768 | -- Performing Test int send(SOCKET, void *, socklen_t, unsigned int) (curl_cv_func_send_test) |
| | 1769 | System is unknown to cmake, create: |
| | 1770 | Platform/Haiku |
| | 1771 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1772 | -- Performing Test int send(SOCKET, void *, socklen_t, unsigned int) (curl_cv_func_send_test) - Failed |
| | 1773 | -- Performing Test int send(SOCKET, void *, unsigned int, int) (curl_cv_func_send_test) |
| | 1774 | System is unknown to cmake, create: |
| | 1775 | Platform/Haiku |
| | 1776 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1777 | -- Performing Test int send(SOCKET, void *, unsigned int, int) (curl_cv_func_send_test) - Failed |
| | 1778 | -- Performing Test int send(SOCKET, void *, unsigned int, unsigned int) (curl_cv_func_send_test) |
| | 1779 | System is unknown to cmake, create: |
| | 1780 | Platform/Haiku |
| | 1781 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1782 | -- Performing Test int send(SOCKET, void *, unsigned int, unsigned int) (curl_cv_func_send_test) - Failed |
| | 1783 | -- Performing Test int send(SOCKET, char *, size_t, int) (curl_cv_func_send_test) |
| | 1784 | System is unknown to cmake, create: |
| | 1785 | Platform/Haiku |
| | 1786 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1787 | -- Performing Test int send(SOCKET, char *, size_t, int) (curl_cv_func_send_test) - Failed |
| | 1788 | -- Performing Test int send(SOCKET, char *, size_t, unsigned int) (curl_cv_func_send_test) |
| | 1789 | System is unknown to cmake, create: |
| | 1790 | Platform/Haiku |
| | 1791 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1792 | -- Performing Test int send(SOCKET, char *, size_t, unsigned int) (curl_cv_func_send_test) - Failed |
| | 1793 | -- Performing Test int send(SOCKET, char *, int, int) (curl_cv_func_send_test) |
| | 1794 | System is unknown to cmake, create: |
| | 1795 | Platform/Haiku |
| | 1796 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1797 | -- Performing Test int send(SOCKET, char *, int, int) (curl_cv_func_send_test) - Failed |
| | 1798 | -- Performing Test int send(SOCKET, char *, int, unsigned int) (curl_cv_func_send_test) |
| | 1799 | System is unknown to cmake, create: |
| | 1800 | Platform/Haiku |
| | 1801 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1802 | -- Performing Test int send(SOCKET, char *, int, unsigned int) (curl_cv_func_send_test) - Failed |
| | 1803 | -- Performing Test int send(SOCKET, char *, socklen_t, int) (curl_cv_func_send_test) |
| | 1804 | System is unknown to cmake, create: |
| | 1805 | Platform/Haiku |
| | 1806 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1807 | -- Performing Test int send(SOCKET, char *, socklen_t, int) (curl_cv_func_send_test) - Failed |
| | 1808 | -- Performing Test int send(SOCKET, char *, socklen_t, unsigned int) (curl_cv_func_send_test) |
| | 1809 | System is unknown to cmake, create: |
| | 1810 | Platform/Haiku |
| | 1811 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1812 | -- Performing Test int send(SOCKET, char *, socklen_t, unsigned int) (curl_cv_func_send_test) - Failed |
| | 1813 | -- Performing Test int send(SOCKET, char *, unsigned int, int) (curl_cv_func_send_test) |
| | 1814 | System is unknown to cmake, create: |
| | 1815 | Platform/Haiku |
| | 1816 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1817 | -- Performing Test int send(SOCKET, char *, unsigned int, int) (curl_cv_func_send_test) - Failed |
| | 1818 | -- Performing Test int send(SOCKET, char *, unsigned int, unsigned int) (curl_cv_func_send_test) |
| | 1819 | System is unknown to cmake, create: |
| | 1820 | Platform/Haiku |
| | 1821 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1822 | -- Performing Test int send(SOCKET, char *, unsigned int, unsigned int) (curl_cv_func_send_test) - Failed |
| | 1823 | -- Performing Test int send(SOCKET, const char *, size_t, int) (curl_cv_func_send_test) |
| | 1824 | System is unknown to cmake, create: |
| | 1825 | Platform/Haiku |
| | 1826 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1827 | -- Performing Test int send(SOCKET, const char *, size_t, int) (curl_cv_func_send_test) - Failed |
| | 1828 | -- Performing Test int send(SOCKET, const char *, size_t, unsigned int) (curl_cv_func_send_test) |
| | 1829 | System is unknown to cmake, create: |
| | 1830 | Platform/Haiku |
| | 1831 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1832 | -- Performing Test int send(SOCKET, const char *, size_t, unsigned int) (curl_cv_func_send_test) - Failed |
| | 1833 | -- Performing Test int send(SOCKET, const char *, int, int) (curl_cv_func_send_test) |
| | 1834 | System is unknown to cmake, create: |
| | 1835 | Platform/Haiku |
| | 1836 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1837 | -- Performing Test int send(SOCKET, const char *, int, int) (curl_cv_func_send_test) - Failed |
| | 1838 | -- Performing Test int send(SOCKET, const char *, int, unsigned int) (curl_cv_func_send_test) |
| | 1839 | System is unknown to cmake, create: |
| | 1840 | Platform/Haiku |
| | 1841 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1842 | -- Performing Test int send(SOCKET, const char *, int, unsigned int) (curl_cv_func_send_test) - Failed |
| | 1843 | -- Performing Test int send(SOCKET, const char *, socklen_t, int) (curl_cv_func_send_test) |
| | 1844 | System is unknown to cmake, create: |
| | 1845 | Platform/Haiku |
| | 1846 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1847 | -- Performing Test int send(SOCKET, const char *, socklen_t, int) (curl_cv_func_send_test) - Failed |
| | 1848 | -- Performing Test int send(SOCKET, const char *, socklen_t, unsigned int) (curl_cv_func_send_test) |
| | 1849 | System is unknown to cmake, create: |
| | 1850 | Platform/Haiku |
| | 1851 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1852 | -- Performing Test int send(SOCKET, const char *, socklen_t, unsigned int) (curl_cv_func_send_test) - Failed |
| | 1853 | -- Performing Test int send(SOCKET, const char *, unsigned int, int) (curl_cv_func_send_test) |
| | 1854 | System is unknown to cmake, create: |
| | 1855 | Platform/Haiku |
| | 1856 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1857 | -- Performing Test int send(SOCKET, const char *, unsigned int, int) (curl_cv_func_send_test) - Failed |
| | 1858 | -- Performing Test int send(SOCKET, const char *, unsigned int, unsigned int) (curl_cv_func_send_test) |
| | 1859 | System is unknown to cmake, create: |
| | 1860 | Platform/Haiku |
| | 1861 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1862 | -- Performing Test int send(SOCKET, const char *, unsigned int, unsigned int) (curl_cv_func_send_test) - Failed |
| | 1863 | -- Performing Test ssize_t send(int, const void *, size_t, int) (curl_cv_func_send_test) |
| | 1864 | System is unknown to cmake, create: |
| | 1865 | Platform/Haiku |
| | 1866 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1867 | -- Performing Test ssize_t send(int, const void *, size_t, int) (curl_cv_func_send_test) - Success |
| | 1868 | -- Performing Test HAVE_MSG_NOSIGNAL |
| | 1869 | System is unknown to cmake, create: |
| | 1870 | Platform/Haiku |
| | 1871 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1872 | -- Performing Test HAVE_MSG_NOSIGNAL - Failed |
| | 1873 | -- Performing Test HAVE_STRUCT_TIMEVAL |
| | 1874 | System is unknown to cmake, create: |
| | 1875 | Platform/Haiku |
| | 1876 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1877 | -- Performing Test HAVE_STRUCT_TIMEVAL - Success |
| | 1878 | -- Performing Test HAVE_POLL_FINE |
| | 1879 | System is unknown to cmake, create: |
| | 1880 | Platform/Haiku |
| | 1881 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1882 | -- Performing Test HAVE_POLL_FINE - Failed |
| | 1883 | -- Check size of sig_atomic_t |
| | 1884 | System is unknown to cmake, create: |
| | 1885 | Platform/Haiku |
| | 1886 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1887 | -- Check size of sig_atomic_t - done |
| | 1888 | -- Performing Test HAVE_SIG_ATOMIC_T_NOT_VOLATILE |
| | 1889 | System is unknown to cmake, create: |
| | 1890 | Platform/Haiku |
| | 1891 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1892 | -- Performing Test HAVE_SIG_ATOMIC_T_NOT_VOLATILE - Success |
| | 1893 | -- Check size of struct sockaddr_storage |
| | 1894 | System is unknown to cmake, create: |
| | 1895 | Platform/Haiku |
| | 1896 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1897 | -- Check size of struct sockaddr_storage - done |
| | 1898 | -- Looking for include files HAVE_CTYPE_H |
| | 1899 | System is unknown to cmake, create: |
| | 1900 | Platform/Haiku |
| | 1901 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1902 | -- Looking for include files HAVE_CTYPE_H - found |
| | 1903 | -- Looking for include files HAVE_FNMATCH_H |
| | 1904 | System is unknown to cmake, create: |
| | 1905 | Platform/Haiku |
| | 1906 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1907 | -- Looking for include files HAVE_FNMATCH_H - found |
| | 1908 | -- Looking for include files HAVE_SYS_MKDEV_H |
| | 1909 | System is unknown to cmake, create: |
| | 1910 | Platform/Haiku |
| | 1911 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1912 | -- Looking for include files HAVE_SYS_MKDEV_H - not found. |
| | 1913 | -- Looking for include files HAVE_GLOB_H |
| | 1914 | System is unknown to cmake, create: |
| | 1915 | Platform/Haiku |
| | 1916 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1917 | -- Looking for include files HAVE_GLOB_H - found |
| | 1918 | -- Looking for include files HAVE_DIRENT_H |
| | 1919 | System is unknown to cmake, create: |
| | 1920 | Platform/Haiku |
| | 1921 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1922 | -- Looking for include files HAVE_DIRENT_H - found |
| | 1923 | -- Looking for include files HAVE_SYS_SYSMACROS_H |
| | 1924 | System is unknown to cmake, create: |
| | 1925 | Platform/Haiku |
| | 1926 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1927 | -- Looking for include files HAVE_SYS_SYSMACROS_H - not found. |
| | 1928 | -- Looking for dirname |
| | 1929 | System is unknown to cmake, create: |
| | 1930 | Platform/Haiku |
| | 1931 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1932 | -- Looking for dirname - not found. |
| | 1933 | -- Looking for fnmatch |
| | 1934 | System is unknown to cmake, create: |
| | 1935 | Platform/Haiku |
| | 1936 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1937 | -- Looking for fnmatch - found |
| | 1938 | -- Looking for lchown |
| | 1939 | System is unknown to cmake, create: |
| | 1940 | Platform/Haiku |
| | 1941 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1942 | -- Looking for lchown - found |
| | 1943 | -- Looking for snprintf |
| | 1944 | System is unknown to cmake, create: |
| | 1945 | Platform/Haiku |
| | 1946 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1947 | -- Looking for snprintf - found |
| | 1948 | -- Looking for strlcpy |
| | 1949 | System is unknown to cmake, create: |
| | 1950 | Platform/Haiku |
| | 1951 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1952 | -- Looking for strlcpy - found |
| | 1953 | -- Looking for strmode |
| | 1954 | System is unknown to cmake, create: |
| | 1955 | Platform/Haiku |
| | 1956 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1957 | -- Looking for strmode - not found. |
| | 1958 | -- Looking for strsep |
| | 1959 | System is unknown to cmake, create: |
| | 1960 | Platform/Haiku |
| | 1961 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1962 | -- Looking for strsep - not found. |
| | 1963 | -- Looking for vsnprintf |
| | 1964 | System is unknown to cmake, create: |
| | 1965 | Platform/Haiku |
| | 1966 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1967 | -- Looking for vsnprintf - found |
| | 1968 | -- Looking for glob |
| | 1969 | System is unknown to cmake, create: |
| | 1970 | Platform/Haiku |
| | 1971 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1972 | -- Looking for glob - found |
| | 1973 | -- Looking for major |
| | 1974 | System is unknown to cmake, create: |
| | 1975 | Platform/Haiku |
| | 1976 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1977 | -- Looking for major - not found. |
| | 1978 | -- Looking for minor |
| | 1979 | System is unknown to cmake, create: |
| | 1980 | Platform/Haiku |
| | 1981 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1982 | -- Looking for minor - not found. |
| | 1983 | -- Looking for makedev |
| | 1984 | System is unknown to cmake, create: |
| | 1985 | Platform/Haiku |
| | 1986 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1987 | -- Looking for makedev - not found. |
| | 1988 | -- Check size of dev_t |
| | 1989 | System is unknown to cmake, create: |
| | 1990 | Platform/Haiku |
| | 1991 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1992 | -- Check size of dev_t - done |
| | 1993 | -- Check size of major_t |
| | 1994 | System is unknown to cmake, create: |
| | 1995 | Platform/Haiku |
| | 1996 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 1997 | -- Check size of major_t - failed |
| | 1998 | -- Check size of minor_t |
| | 1999 | System is unknown to cmake, create: |
| | 2000 | Platform/Haiku |
| | 2001 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 2002 | -- Check size of minor_t - failed |
| | 2003 | -- Check size of nlink_t |
| | 2004 | System is unknown to cmake, create: |
| | 2005 | Platform/Haiku |
| | 2006 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 2007 | -- Check size of nlink_t - done |
| | 2008 | -- Check size of uint64_t |
| | 2009 | System is unknown to cmake, create: |
| | 2010 | Platform/Haiku |
| | 2011 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 2012 | -- Check size of uint64_t - done |
| | 2013 | -- Check size of gid_t |
| | 2014 | System is unknown to cmake, create: |
| | 2015 | Platform/Haiku |
| | 2016 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 2017 | -- Check size of gid_t - done |
| | 2018 | -- Check size of mode_t |
| | 2019 | System is unknown to cmake, create: |
| | 2020 | Platform/Haiku |
| | 2021 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 2022 | -- Check size of mode_t - done |
| | 2023 | -- Check size of off_t |
| | 2024 | System is unknown to cmake, create: |
| | 2025 | Platform/Haiku |
| | 2026 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 2027 | -- Check size of off_t - done |
| | 2028 | -- Check size of uid_t |
| | 2029 | System is unknown to cmake, create: |
| | 2030 | Platform/Haiku |
| | 2031 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 2032 | -- Check size of uid_t - done |
| | 2033 | -- Check if the system is big endian |
| | 2034 | -- Searching 16 bit integer |
| | 2035 | -- Check size of unsigned short |
| | 2036 | System is unknown to cmake, create: |
| | 2037 | Platform/Haiku |
| | 2038 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 2039 | -- Check size of unsigned short - done |
| | 2040 | -- Using unsigned short |
| | 2041 | System is unknown to cmake, create: |
| | 2042 | Platform/Haiku |
| | 2043 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 2044 | -- Check if the system is big endian - little endian |
| | 2045 | -- Looking for include files HAVE_STDARG_H |
| | 2046 | System is unknown to cmake, create: |
| | 2047 | Platform/Haiku |
| | 2048 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 2049 | -- Looking for include files HAVE_STDARG_H - found |
| | 2050 | -- Looking for include files HAVE_WCHAR_H |
| | 2051 | System is unknown to cmake, create: |
| | 2052 | Platform/Haiku |
| | 2053 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 2054 | -- Looking for include files HAVE_WCHAR_H - found |
| | 2055 | -- Looking for asprintf |
| | 2056 | System is unknown to cmake, create: |
| | 2057 | Platform/Haiku |
| | 2058 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 2059 | -- Looking for asprintf - found |
| | 2060 | -- Looking for setgroups |
| | 2061 | System is unknown to cmake, create: |
| | 2062 | Platform/Haiku |
| | 2063 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 2064 | -- Looking for setgroups - not found. |
| | 2065 | running cd "/boot/home/cmake-2.6.1-haiku-test/CMakeFiles/CMakeTmp" && /boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk/cmake -E copy src2.c src.c 2>&1 |
| | 2066 | <-- Performing Test VA_LIST_ISNOT_ARRAY_DEFINE |
| | 2067 | System is unknown to cmake, create: |
| | 2068 | Platform/Haiku |
| | 2069 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 2070 | -- Performing Test VA_LIST_ISNOT_ARRAY_DEFINE - Success |
| | 2071 | running cd "/boot/home/cmake-2.6.1-haiku-test/CMakeFiles/CMakeTmp" && /boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk/cmake -E copy src2.c src.c 2>&1 |
| | 2072 | hK,-- Performing Test HAS_VA_COPY |
| | 2073 | System is unknown to cmake, create: |
| | 2074 | Platform/Haiku |
| | 2075 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 2076 | -- Performing Test HAS_VA_COPY - Failed |
| | 2077 | running cd "/boot/home/cmake-2.6.1-haiku-test/CMakeFiles/CMakeTmp" && /boot/home/cmake-2.6.1-haiku-test/Bootstrap.cmk/cmake -E copy src2.c src.c 2>&1 |
| | 2078 | <-- Performing Test ATTR_UNUSED_VAR |
| | 2079 | System is unknown to cmake, create: |
| | 2080 | Platform/Haiku |
| | 2081 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 2082 | -- Performing Test ATTR_UNUSED_VAR - Success |
| | 2083 | -- Looking for elf.h |
| | 2084 | System is unknown to cmake, create: |
| | 2085 | Platform/Haiku |
| | 2086 | Haiku to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake |
| | 2087 | -- Looking for elf.h - not found |
| | 2088 | -- Configuring done |
| | 2089 | -- Generating done |
| | 2090 | -- Build files have been written to: /boot/home/cmake-2.6.1-haiku-test |
| | 2091 | --------------------------------------------- |
| | 2092 | CMake has bootstrapped. Now run make. |
| | 2093 | ~/cmake-2.6.1-haiku-test> make |
| | 2094 | Scanning dependencies of target cmsysProcessFwd9x |
| | 2095 | [ 1%] Building C object Source/kwsys/CMakeFiles/cmsysProcessFwd9x.dir/ProcessFwd9x.obj |
| | 2096 | /boot/home/cmake-2.6.1-haiku-test/Source/kwsys/ProcessFwd9x.c:33: windows.h: No such file or directory |
| | 2097 | make[2]: *** [Source/kwsys/CMakeFiles/cmsysProcessFwd9x.dir/ProcessFwd9x.obj] Error 1 |
| | 2098 | make[1]: *** [Source/kwsys/CMakeFiles/cmsysProcessFwd9x.dir/all] Error 2 |
| | 2099 | make: *** [all] Error 2 |
| | 2100 | }}} |