HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 1 and Version 2 of dev-util/cmake/2.6.1/1


Ignore:
Timestamp:
09/11/08 21:56:49 (7 years ago)
Author:
scottmc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • dev-util/cmake/2.6.1/1

    v1 v2  
    1   
     1Patch, then 
     2 * ./configure --prefix=/boot/common 
     3 * make 
     4 
     5Getting closer, it gets past the bootstrapping, but then make fails: 
     6 
     7{{{~/cmake-2.6.1-haiku-test> ./configure --prefix=/boot/common 
     8--------------------------------------------- 
     9CMake 2.6-1, Copyright (c) 2007 Kitware, Inc., Insight Consortium 
     10C compiler on this system is: cc  
     11C++ compiler on this system is: g++  
     12Makefile processor on this system is: make 
     13g++ is GNU compiler 
     14g++ has STL in std:: namespace 
     15g++ has ANSI streams 
     16g++ has streams in std:: namespace 
     17g++ has sstream 
     18g++ has operator!=(string, char*) 
     19g++ has stl iterator_traits 
     20g++ has standard template allocator 
     21g++ has allocator<>::rebind<> 
     22g++ does not have non-standard allocator<>::max_size argument 
     23g++ has stl containers supporting allocator objects 
     24g++ has header cstddef 
     25g++ requires template friends to use <> 
     26g++ supports member templates 
     27g++ has standard template specialization syntax 
     28g++ has argument dependent lookup 
     29g++ does not have struct stat with st_mtim member 
     30g++ has ANSI for scoping 
     31--------------------------------------------- 
     32g++ -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 
     33g++ -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 
     34g++ -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 
     35g++ -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 
     36g++ -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 
     37g++ -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 
     38g++ -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 
     39g++ -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 
     40g++ -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 
     41g++ -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 
     42g++ -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 
     43g++ -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 
     44g++ -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 
     45g++ -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 
     46g++ -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 
     47g++ -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 
     48g++ -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 
     49g++ -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 
     50g++ -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 
     51g++ -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 
     52g++ -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 
     53g++ -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 
     54g++ -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 
     55g++ -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 
     56g++ -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 
     57g++ -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 
     58g++ -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 
     59g++ -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 
     60g++ -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 
     61g++ -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 
     62g++ -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 
     63g++ -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 
     64g++ -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 
     65g++ -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 
     66g++ -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 
     67g++ -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 
     68g++ -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 
     69g++ -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 
     70g++ -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 
     71g++ -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 
     72g++ -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 
     73g++ -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 
     74g++ -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 
     75g++ -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 
     76g++ -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 
     77g++ -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 
     78g++ -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 
     79g++ -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 
     80g++ -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 
     81g++ -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 
     82g++ -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 
     83g++ -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 
     84g++ -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 
     85g++ -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 
     86g++ -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 
     87cc -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 
     88g++ -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 
     89g++ -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 
     90g++ -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 
     91g++ -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 
     92cc -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 
     93cc -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 
     94cc -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 
     95g++  -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 
     96loading 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 
     99System is unknown to cmake, create: 
     100Platform/Haiku 
     101Haiku 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 
     103System is unknown to cmake, create: 
     104Platform/Haiku 
     105Haiku 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 
     108System is unknown to cmake, create: 
     109Platform/Haiku 
     110Haiku 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++ 
     113System is unknown to cmake, create: 
     114Platform/Haiku 
     115Haiku 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 
     118System is unknown to cmake, create: 
     119Platform/Haiku 
     120Haiku 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 
     124System is unknown to cmake, create: 
     125Platform/Haiku 
     126Haiku 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 
     129System is unknown to cmake, create: 
     130Platform/Haiku 
     131Haiku 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 
     134System is unknown to cmake, create: 
     135Platform/Haiku 
     136Haiku 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 
     139System is unknown to cmake, create: 
     140Platform/Haiku 
     141Haiku 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 
     144System is unknown to cmake, create: 
     145Platform/Haiku 
     146Haiku 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 
     149System is unknown to cmake, create: 
     150Platform/Haiku 
     151Haiku 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 
     154System is unknown to cmake, create: 
     155Platform/Haiku 
     156Haiku 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 
     159System is unknown to cmake, create: 
     160Platform/Haiku 
     161Haiku 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 
     164System is unknown to cmake, create: 
     165Platform/Haiku 
     166Haiku 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 
     169System is unknown to cmake, create: 
     170Platform/Haiku 
     171Haiku 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 
     174System is unknown to cmake, create: 
     175Platform/Haiku 
     176Haiku 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 
     179System is unknown to cmake, create: 
     180Platform/Haiku 
     181Haiku 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* 
     184System is unknown to cmake, create: 
     185Platform/Haiku 
     186Haiku 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 
     189System is unknown to cmake, create: 
     190Platform/Haiku 
     191Haiku 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 
     194System is unknown to cmake, create: 
     195Platform/Haiku 
     196Haiku 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 
     199System is unknown to cmake, create: 
     200Platform/Haiku 
     201Haiku 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 
     204System is unknown to cmake, create: 
     205Platform/Haiku 
     206Haiku 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. 
     209System is unknown to cmake, create: 
     210Platform/Haiku 
     211Haiku 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 
     214System is unknown to cmake, create: 
     215Platform/Haiku 
     216Haiku 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 
     219System is unknown to cmake, create: 
     220Platform/Haiku 
     221Haiku 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 
     224System is unknown to cmake, create: 
     225Platform/Haiku 
     226Haiku 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 
     229System is unknown to cmake, create: 
     230Platform/Haiku 
     231Haiku 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 
     234System is unknown to cmake, create: 
     235Platform/Haiku 
     236Haiku 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 
     239System is unknown to cmake, create: 
     240Platform/Haiku 
     241Haiku 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 
     244System is unknown to cmake, create: 
     245Platform/Haiku 
     246Haiku 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 
     249System is unknown to cmake, create: 
     250Platform/Haiku 
     251Haiku 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 
     254System is unknown to cmake, create: 
     255Platform/Haiku 
     256Haiku 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 
     259System is unknown to cmake, create: 
     260Platform/Haiku 
     261Haiku 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 
     264System is unknown to cmake, create: 
     265Platform/Haiku 
     266Haiku 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 
     269System is unknown to cmake, create: 
     270Platform/Haiku 
     271Haiku 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 
     274System is unknown to cmake, create: 
     275Platform/Haiku 
     276Haiku 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 
     279System is unknown to cmake, create: 
     280Platform/Haiku 
     281Haiku 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 
     284System is unknown to cmake, create: 
     285Platform/Haiku 
     286Haiku 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 
     289System is unknown to cmake, create: 
     290Platform/Haiku 
     291Haiku 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; 
     294System is unknown to cmake, create: 
     295Platform/Haiku 
     296Haiku 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; 
     299System is unknown to cmake, create: 
     300Platform/Haiku 
     301Haiku 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 
     304System is unknown to cmake, create: 
     305Platform/Haiku 
     306Haiku 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; 
     309System is unknown to cmake, create: 
     310Platform/Haiku 
     311Haiku 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 
     314System is unknown to cmake, create: 
     315Platform/Haiku 
     316Haiku 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 
     319System is unknown to cmake, create: 
     320Platform/Haiku 
     321Haiku 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 
     324System is unknown to cmake, create: 
     325Platform/Haiku 
     326Haiku 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 
     329System is unknown to cmake, create: 
     330Platform/Haiku 
     331Haiku 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 
     334System is unknown to cmake, create: 
     335Platform/Haiku 
     336Haiku 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 
     339System is unknown to cmake, create: 
     340Platform/Haiku 
     341Haiku 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 
     344System is unknown to cmake, create: 
     345Platform/Haiku 
     346Haiku 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 
     349System is unknown to cmake, create: 
     350Platform/Haiku 
     351Haiku 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 
     354System is unknown to cmake, create: 
     355Platform/Haiku 
     356Haiku 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 
     359System is unknown to cmake, create: 
     360Platform/Haiku 
     361Haiku 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 
     364System is unknown to cmake, create: 
     365Platform/Haiku 
     366Haiku 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 
     369System is unknown to cmake, create: 
     370Platform/Haiku 
     371Haiku 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 
     374System is unknown to cmake, create: 
     375Platform/Haiku 
     376Haiku 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 
     379System is unknown to cmake, create: 
     380Platform/Haiku 
     381Haiku 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 
     384System is unknown to cmake, create: 
     385Platform/Haiku 
     386Haiku 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 
     389System is unknown to cmake, create: 
     390Platform/Haiku 
     391Haiku 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 
     394System is unknown to cmake, create: 
     395Platform/Haiku 
     396Haiku 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 
     399System is unknown to cmake, create: 
     400Platform/Haiku 
     401Haiku 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 
     404System is unknown to cmake, create: 
     405Platform/Haiku 
     406Haiku 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 
     409System is unknown to cmake, create: 
     410Platform/Haiku 
     411Haiku 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 
     414System is unknown to cmake, create: 
     415Platform/Haiku 
     416Haiku 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 
     419System is unknown to cmake, create: 
     420Platform/Haiku 
     421Haiku 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 
     424System is unknown to cmake, create: 
     425Platform/Haiku 
     426Haiku 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 
     429System is unknown to cmake, create: 
     430Platform/Haiku 
     431Haiku 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 
     434System is unknown to cmake, create: 
     435Platform/Haiku 
     436Haiku 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 
     439System is unknown to cmake, create: 
     440Platform/Haiku 
     441Haiku 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 
     444System is unknown to cmake, create: 
     445Platform/Haiku 
     446Haiku 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 
     449System is unknown to cmake, create: 
     450Platform/Haiku 
     451Haiku 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 
     454System is unknown to cmake, create: 
     455Platform/Haiku 
     456Haiku 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 
     459System is unknown to cmake, create: 
     460Platform/Haiku 
     461Haiku 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 
     464System is unknown to cmake, create: 
     465Platform/Haiku 
     466Haiku 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 
     469System is unknown to cmake, create: 
     470Platform/Haiku 
     471Haiku 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 
     474System is unknown to cmake, create: 
     475Platform/Haiku 
     476Haiku 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 
     479System is unknown to cmake, create: 
     480Platform/Haiku 
     481Haiku 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 
     484System is unknown to cmake, create: 
     485Platform/Haiku 
     486Haiku 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 
     489System is unknown to cmake, create: 
     490Platform/Haiku 
     491Haiku 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 
     494System is unknown to cmake, create: 
     495Platform/Haiku 
     496Haiku 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 
     499System is unknown to cmake, create: 
     500Platform/Haiku 
     501Haiku 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 
     504System is unknown to cmake, create: 
     505Platform/Haiku 
     506Haiku 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 
     509System is unknown to cmake, create: 
     510Platform/Haiku 
     511Haiku 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 
     514System is unknown to cmake, create: 
     515Platform/Haiku 
     516Haiku 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 
     519System is unknown to cmake, create: 
     520Platform/Haiku 
     521Haiku 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 
     524System is unknown to cmake, create: 
     525Platform/Haiku 
     526Haiku 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 
     529System is unknown to cmake, create: 
     530Platform/Haiku 
     531Haiku 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 
     534System is unknown to cmake, create: 
     535Platform/Haiku 
     536Haiku 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 
     539System is unknown to cmake, create: 
     540Platform/Haiku 
     541Haiku 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 
     544System is unknown to cmake, create: 
     545Platform/Haiku 
     546Haiku 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 
     549System is unknown to cmake, create: 
     550Platform/Haiku 
     551Haiku 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 
     554System is unknown to cmake, create: 
     555Platform/Haiku 
     556Haiku 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 
     559System is unknown to cmake, create: 
     560Platform/Haiku 
     561Haiku 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 
     564System is unknown to cmake, create: 
     565Platform/Haiku 
     566Haiku 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 
     569System is unknown to cmake, create: 
     570Platform/Haiku 
     571Haiku 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 
     574System is unknown to cmake, create: 
     575Platform/Haiku 
     576Haiku 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 
     579System is unknown to cmake, create: 
     580Platform/Haiku 
     581Haiku 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 
     584System is unknown to cmake, create: 
     585Platform/Haiku 
     586Haiku 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 
     589System is unknown to cmake, create: 
     590Platform/Haiku 
     591Haiku 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 
     594System is unknown to cmake, create: 
     595Platform/Haiku 
     596Haiku 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 
     599System is unknown to cmake, create: 
     600Platform/Haiku 
     601Haiku 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 
     604System is unknown to cmake, create: 
     605Platform/Haiku 
     606Haiku 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 
     609System is unknown to cmake, create: 
     610Platform/Haiku 
     611Haiku 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 
     614System is unknown to cmake, create: 
     615Platform/Haiku 
     616Haiku 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 
     619System is unknown to cmake, create: 
     620Platform/Haiku 
     621Haiku 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 
     624System is unknown to cmake, create: 
     625Platform/Haiku 
     626Haiku 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 
     629System is unknown to cmake, create: 
     630Platform/Haiku 
     631Haiku 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 
     634System is unknown to cmake, create: 
     635Platform/Haiku 
     636Haiku 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 
     639System is unknown to cmake, create: 
     640Platform/Haiku 
     641Haiku 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 
     644System is unknown to cmake, create: 
     645Platform/Haiku 
     646Haiku 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 
     649System is unknown to cmake, create: 
     650Platform/Haiku 
     651Haiku 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 
     654System is unknown to cmake, create: 
     655Platform/Haiku 
     656Haiku 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 
     659System is unknown to cmake, create: 
     660Platform/Haiku 
     661Haiku 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 
     664System is unknown to cmake, create: 
     665Platform/Haiku 
     666Haiku 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 
     669System is unknown to cmake, create: 
     670Platform/Haiku 
     671Haiku 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 
     674System is unknown to cmake, create: 
     675Platform/Haiku 
     676Haiku 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 
     679System is unknown to cmake, create: 
     680Platform/Haiku 
     681Haiku 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 
     684System is unknown to cmake, create: 
     685Platform/Haiku 
     686Haiku 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 
     689System is unknown to cmake, create: 
     690Platform/Haiku 
     691Haiku 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 
     694System is unknown to cmake, create: 
     695Platform/Haiku 
     696Haiku 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 
     699System is unknown to cmake, create: 
     700Platform/Haiku 
     701Haiku 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 
     704System is unknown to cmake, create: 
     705Platform/Haiku 
     706Haiku 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 
     709System is unknown to cmake, create: 
     710Platform/Haiku 
     711Haiku 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 
     714System is unknown to cmake, create: 
     715Platform/Haiku 
     716Haiku 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 
     719System is unknown to cmake, create: 
     720Platform/Haiku 
     721Haiku 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 
     724System is unknown to cmake, create: 
     725Platform/Haiku 
     726Haiku 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 
     729System is unknown to cmake, create: 
     730Platform/Haiku 
     731Haiku 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 
     734System is unknown to cmake, create: 
     735Platform/Haiku 
     736Haiku 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 
     739System is unknown to cmake, create: 
     740Platform/Haiku 
     741Haiku 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 
     744System is unknown to cmake, create: 
     745Platform/Haiku 
     746Haiku 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 
     749System is unknown to cmake, create: 
     750Platform/Haiku 
     751Haiku 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 
     754System is unknown to cmake, create: 
     755Platform/Haiku 
     756Haiku 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 
     759System is unknown to cmake, create: 
     760Platform/Haiku 
     761Haiku 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 
     764System is unknown to cmake, create: 
     765Platform/Haiku 
     766Haiku 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 
     769System is unknown to cmake, create: 
     770Platform/Haiku 
     771Haiku 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 
     774System is unknown to cmake, create: 
     775Platform/Haiku 
     776Haiku 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 
     779System is unknown to cmake, create: 
     780Platform/Haiku 
     781Haiku 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 
     784System is unknown to cmake, create: 
     785Platform/Haiku 
     786Haiku 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 
     789System is unknown to cmake, create: 
     790Platform/Haiku 
     791Haiku 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 
     794System is unknown to cmake, create: 
     795Platform/Haiku 
     796Haiku 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 
     799System is unknown to cmake, create: 
     800Platform/Haiku 
     801Haiku 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 
     804System is unknown to cmake, create: 
     805Platform/Haiku 
     806Haiku 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 
     809System is unknown to cmake, create: 
     810Platform/Haiku 
     811Haiku 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 
     814System is unknown to cmake, create: 
     815Platform/Haiku 
     816Haiku 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 
     819System is unknown to cmake, create: 
     820Platform/Haiku 
     821Haiku 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 
     824System is unknown to cmake, create: 
     825Platform/Haiku 
     826Haiku 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 
     829System is unknown to cmake, create: 
     830Platform/Haiku 
     831Haiku 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 
     834System is unknown to cmake, create: 
     835Platform/Haiku 
     836Haiku 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 
     839System is unknown to cmake, create: 
     840Platform/Haiku 
     841Haiku 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 
     844System is unknown to cmake, create: 
     845Platform/Haiku 
     846Haiku 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 
     849System is unknown to cmake, create: 
     850Platform/Haiku 
     851Haiku 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 
     854System is unknown to cmake, create: 
     855Platform/Haiku 
     856Haiku 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 
     859System is unknown to cmake, create: 
     860Platform/Haiku 
     861Haiku 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 
     864System is unknown to cmake, create: 
     865Platform/Haiku 
     866Haiku 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 
     869System is unknown to cmake, create: 
     870Platform/Haiku 
     871Haiku 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 
     874System is unknown to cmake, create: 
     875Platform/Haiku 
     876Haiku 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 
     879System is unknown to cmake, create: 
     880Platform/Haiku 
     881Haiku 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 
     884System is unknown to cmake, create: 
     885Platform/Haiku 
     886Haiku 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 
     889System is unknown to cmake, create: 
     890Platform/Haiku 
     891Haiku 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 
     894System is unknown to cmake, create: 
     895Platform/Haiku 
     896Haiku 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 
     899System is unknown to cmake, create: 
     900Platform/Haiku 
     901Haiku 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 
     904System is unknown to cmake, create: 
     905Platform/Haiku 
     906Haiku 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 
     909System is unknown to cmake, create: 
     910Platform/Haiku 
     911Haiku 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 
     914System is unknown to cmake, create: 
     915Platform/Haiku 
     916Haiku 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 
     919System is unknown to cmake, create: 
     920Platform/Haiku 
     921Haiku 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 
     924System is unknown to cmake, create: 
     925Platform/Haiku 
     926Haiku 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 
     929System is unknown to cmake, create: 
     930Platform/Haiku 
     931Haiku 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 
     934System is unknown to cmake, create: 
     935Platform/Haiku 
     936Haiku 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 
     939System is unknown to cmake, create: 
     940Platform/Haiku 
     941Haiku 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 
     944System is unknown to cmake, create: 
     945Platform/Haiku 
     946Haiku 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 
     949System is unknown to cmake, create: 
     950Platform/Haiku 
     951Haiku 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 
     954System is unknown to cmake, create: 
     955Platform/Haiku 
     956Haiku 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 
     959System is unknown to cmake, create: 
     960Platform/Haiku 
     961Haiku 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 
     964System is unknown to cmake, create: 
     965Platform/Haiku 
     966Haiku 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 
     969System is unknown to cmake, create: 
     970Platform/Haiku 
     971Haiku 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 
     974System is unknown to cmake, create: 
     975Platform/Haiku 
     976Haiku 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 
     979System is unknown to cmake, create: 
     980Platform/Haiku 
     981Haiku 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 
     984System is unknown to cmake, create: 
     985Platform/Haiku 
     986Haiku 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 
     989System is unknown to cmake, create: 
     990Platform/Haiku 
     991Haiku 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 
     994System is unknown to cmake, create: 
     995Platform/Haiku 
     996Haiku 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 
     999System is unknown to cmake, create: 
     1000Platform/Haiku 
     1001Haiku 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 
     1004System is unknown to cmake, create: 
     1005Platform/Haiku 
     1006Haiku 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 
     1009System is unknown to cmake, create: 
     1010Platform/Haiku 
     1011Haiku 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 
     1014System is unknown to cmake, create: 
     1015Platform/Haiku 
     1016Haiku 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 
     1019System is unknown to cmake, create: 
     1020Platform/Haiku 
     1021Haiku 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 
     1024System is unknown to cmake, create: 
     1025Platform/Haiku 
     1026Haiku 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 
     1029System is unknown to cmake, create: 
     1030Platform/Haiku 
     1031Haiku 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 
     1034System is unknown to cmake, create: 
     1035Platform/Haiku 
     1036Haiku 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 
     1039System is unknown to cmake, create: 
     1040Platform/Haiku 
     1041Haiku 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 
     1044System is unknown to cmake, create: 
     1045Platform/Haiku 
     1046Haiku 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 
     1049System is unknown to cmake, create: 
     1050Platform/Haiku 
     1051Haiku 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 
     1054System is unknown to cmake, create: 
     1055Platform/Haiku 
     1056Haiku 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 
     1059System is unknown to cmake, create: 
     1060Platform/Haiku 
     1061Haiku 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 
     1064System is unknown to cmake, create: 
     1065Platform/Haiku 
     1066Haiku 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 
     1069System is unknown to cmake, create: 
     1070Platform/Haiku 
     1071Haiku 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 
     1074System is unknown to cmake, create: 
     1075Platform/Haiku 
     1076Haiku 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 
     1079System is unknown to cmake, create: 
     1080Platform/Haiku 
     1081Haiku 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 
     1084System is unknown to cmake, create: 
     1085Platform/Haiku 
     1086Haiku 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 
     1089System is unknown to cmake, create: 
     1090Platform/Haiku 
     1091Haiku 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 
     1094System is unknown to cmake, create: 
     1095Platform/Haiku 
     1096Haiku 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 
     1099System is unknown to cmake, create: 
     1100Platform/Haiku 
     1101Haiku 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 
     1104System is unknown to cmake, create: 
     1105Platform/Haiku 
     1106Haiku 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 
     1109System is unknown to cmake, create: 
     1110Platform/Haiku 
     1111Haiku 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 
     1114System is unknown to cmake, create: 
     1115Platform/Haiku 
     1116Haiku 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 
     1119System is unknown to cmake, create: 
     1120Platform/Haiku 
     1121Haiku 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 
     1124System is unknown to cmake, create: 
     1125Platform/Haiku 
     1126Haiku 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 
     1129System is unknown to cmake, create: 
     1130Platform/Haiku 
     1131Haiku 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) 
     1134System is unknown to cmake, create: 
     1135Platform/Haiku 
     1136Haiku 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) 
     1139System is unknown to cmake, create: 
     1140Platform/Haiku 
     1141Haiku 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) 
     1144System is unknown to cmake, create: 
     1145Platform/Haiku 
     1146Haiku 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) 
     1149System is unknown to cmake, create: 
     1150Platform/Haiku 
     1151Haiku 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) 
     1154System is unknown to cmake, create: 
     1155Platform/Haiku 
     1156Haiku 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) 
     1159System is unknown to cmake, create: 
     1160Platform/Haiku 
     1161Haiku 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) 
     1164System is unknown to cmake, create: 
     1165Platform/Haiku 
     1166Haiku 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) 
     1169System is unknown to cmake, create: 
     1170Platform/Haiku 
     1171Haiku 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) 
     1174System is unknown to cmake, create: 
     1175Platform/Haiku 
     1176Haiku 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) 
     1179System is unknown to cmake, create: 
     1180Platform/Haiku 
     1181Haiku 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) 
     1184System is unknown to cmake, create: 
     1185Platform/Haiku 
     1186Haiku 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) 
     1189System is unknown to cmake, create: 
     1190Platform/Haiku 
     1191Haiku 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) 
     1194System is unknown to cmake, create: 
     1195Platform/Haiku 
     1196Haiku 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) 
     1199System is unknown to cmake, create: 
     1200Platform/Haiku 
     1201Haiku 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) 
     1204System is unknown to cmake, create: 
     1205Platform/Haiku 
     1206Haiku 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) 
     1209System is unknown to cmake, create: 
     1210Platform/Haiku 
     1211Haiku 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) 
     1214System is unknown to cmake, create: 
     1215Platform/Haiku 
     1216Haiku 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) 
     1219System is unknown to cmake, create: 
     1220Platform/Haiku 
     1221Haiku 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) 
     1224System is unknown to cmake, create: 
     1225Platform/Haiku 
     1226Haiku 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) 
     1229System is unknown to cmake, create: 
     1230Platform/Haiku 
     1231Haiku 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) 
     1234System is unknown to cmake, create: 
     1235Platform/Haiku 
     1236Haiku 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) 
     1239System is unknown to cmake, create: 
     1240Platform/Haiku 
     1241Haiku 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) 
     1244System is unknown to cmake, create: 
     1245Platform/Haiku 
     1246Haiku 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) 
     1249System is unknown to cmake, create: 
     1250Platform/Haiku 
     1251Haiku 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) 
     1254System is unknown to cmake, create: 
     1255Platform/Haiku 
     1256Haiku 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) 
     1259System is unknown to cmake, create: 
     1260Platform/Haiku 
     1261Haiku 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) 
     1264System is unknown to cmake, create: 
     1265Platform/Haiku 
     1266Haiku 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) 
     1269System is unknown to cmake, create: 
     1270Platform/Haiku 
     1271Haiku 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) 
     1274System is unknown to cmake, create: 
     1275Platform/Haiku 
     1276Haiku 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) 
     1279System is unknown to cmake, create: 
     1280Platform/Haiku 
     1281Haiku 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) 
     1284System is unknown to cmake, create: 
     1285Platform/Haiku 
     1286Haiku 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) 
     1289System is unknown to cmake, create: 
     1290Platform/Haiku 
     1291Haiku 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) 
     1294System is unknown to cmake, create: 
     1295Platform/Haiku 
     1296Haiku 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) 
     1299System is unknown to cmake, create: 
     1300Platform/Haiku 
     1301Haiku 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) 
     1304System is unknown to cmake, create: 
     1305Platform/Haiku 
     1306Haiku 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) 
     1309System is unknown to cmake, create: 
     1310Platform/Haiku 
     1311Haiku 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) 
     1314System is unknown to cmake, create: 
     1315Platform/Haiku 
     1316Haiku 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) 
     1319System is unknown to cmake, create: 
     1320Platform/Haiku 
     1321Haiku 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) 
     1324System is unknown to cmake, create: 
     1325Platform/Haiku 
     1326Haiku 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) 
     1329System is unknown to cmake, create: 
     1330Platform/Haiku 
     1331Haiku 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) 
     1334System is unknown to cmake, create: 
     1335Platform/Haiku 
     1336Haiku 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) 
     1339System is unknown to cmake, create: 
     1340Platform/Haiku 
     1341Haiku 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) 
     1344System is unknown to cmake, create: 
     1345Platform/Haiku 
     1346Haiku 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) 
     1349System is unknown to cmake, create: 
     1350Platform/Haiku 
     1351Haiku 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) 
     1354System is unknown to cmake, create: 
     1355Platform/Haiku 
     1356Haiku 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) 
     1359System is unknown to cmake, create: 
     1360Platform/Haiku 
     1361Haiku 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) 
     1364System is unknown to cmake, create: 
     1365Platform/Haiku 
     1366Haiku 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) 
     1369System is unknown to cmake, create: 
     1370Platform/Haiku 
     1371Haiku 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) 
     1374System is unknown to cmake, create: 
     1375Platform/Haiku 
     1376Haiku 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 
     1379System is unknown to cmake, create: 
     1380Platform/Haiku 
     1381Haiku 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) 
     1384System is unknown to cmake, create: 
     1385Platform/Haiku 
     1386Haiku 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) 
     1389System is unknown to cmake, create: 
     1390Platform/Haiku 
     1391Haiku 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) 
     1394System is unknown to cmake, create: 
     1395Platform/Haiku 
     1396Haiku 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) 
     1399System is unknown to cmake, create: 
     1400Platform/Haiku 
     1401Haiku 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) 
     1404System is unknown to cmake, create: 
     1405Platform/Haiku 
     1406Haiku 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) 
     1409System is unknown to cmake, create: 
     1410Platform/Haiku 
     1411Haiku 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) 
     1414System is unknown to cmake, create: 
     1415Platform/Haiku 
     1416Haiku 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) 
     1419System is unknown to cmake, create: 
     1420Platform/Haiku 
     1421Haiku 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) 
     1424System is unknown to cmake, create: 
     1425Platform/Haiku 
     1426Haiku 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) 
     1429System is unknown to cmake, create: 
     1430Platform/Haiku 
     1431Haiku 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) 
     1434System is unknown to cmake, create: 
     1435Platform/Haiku 
     1436Haiku 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) 
     1439System is unknown to cmake, create: 
     1440Platform/Haiku 
     1441Haiku 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) 
     1444System is unknown to cmake, create: 
     1445Platform/Haiku 
     1446Haiku 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) 
     1449System is unknown to cmake, create: 
     1450Platform/Haiku 
     1451Haiku 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) 
     1454System is unknown to cmake, create: 
     1455Platform/Haiku 
     1456Haiku 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) 
     1459System is unknown to cmake, create: 
     1460Platform/Haiku 
     1461Haiku 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) 
     1464System is unknown to cmake, create: 
     1465Platform/Haiku 
     1466Haiku 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) 
     1469System is unknown to cmake, create: 
     1470Platform/Haiku 
     1471Haiku 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) 
     1474System is unknown to cmake, create: 
     1475Platform/Haiku 
     1476Haiku 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) 
     1479System is unknown to cmake, create: 
     1480Platform/Haiku 
     1481Haiku 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) 
     1484System is unknown to cmake, create: 
     1485Platform/Haiku 
     1486Haiku 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) 
     1489System is unknown to cmake, create: 
     1490Platform/Haiku 
     1491Haiku 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) 
     1494System is unknown to cmake, create: 
     1495Platform/Haiku 
     1496Haiku 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) 
     1499System is unknown to cmake, create: 
     1500Platform/Haiku 
     1501Haiku 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) 
     1504System is unknown to cmake, create: 
     1505Platform/Haiku 
     1506Haiku 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) 
     1509System is unknown to cmake, create: 
     1510Platform/Haiku 
     1511Haiku 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) 
     1514System is unknown to cmake, create: 
     1515Platform/Haiku 
     1516Haiku 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) 
     1519System is unknown to cmake, create: 
     1520Platform/Haiku 
     1521Haiku 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) 
     1524System is unknown to cmake, create: 
     1525Platform/Haiku 
     1526Haiku 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) 
     1529System is unknown to cmake, create: 
     1530Platform/Haiku 
     1531Haiku 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) 
     1534System is unknown to cmake, create: 
     1535Platform/Haiku 
     1536Haiku 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) 
     1539System is unknown to cmake, create: 
     1540Platform/Haiku 
     1541Haiku 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) 
     1544System is unknown to cmake, create: 
     1545Platform/Haiku 
     1546Haiku 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) 
     1549System is unknown to cmake, create: 
     1550Platform/Haiku 
     1551Haiku 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) 
     1554System is unknown to cmake, create: 
     1555Platform/Haiku 
     1556Haiku 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) 
     1559System is unknown to cmake, create: 
     1560Platform/Haiku 
     1561Haiku 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) 
     1564System is unknown to cmake, create: 
     1565Platform/Haiku 
     1566Haiku 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) 
     1569System is unknown to cmake, create: 
     1570Platform/Haiku 
     1571Haiku 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) 
     1574System is unknown to cmake, create: 
     1575Platform/Haiku 
     1576Haiku 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) 
     1579System is unknown to cmake, create: 
     1580Platform/Haiku 
     1581Haiku 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) 
     1584System is unknown to cmake, create: 
     1585Platform/Haiku 
     1586Haiku 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) 
     1589System is unknown to cmake, create: 
     1590Platform/Haiku 
     1591Haiku 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) 
     1594System is unknown to cmake, create: 
     1595Platform/Haiku 
     1596Haiku 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) 
     1599System is unknown to cmake, create: 
     1600Platform/Haiku 
     1601Haiku 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) 
     1604System is unknown to cmake, create: 
     1605Platform/Haiku 
     1606Haiku 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) 
     1609System is unknown to cmake, create: 
     1610Platform/Haiku 
     1611Haiku 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) 
     1614System is unknown to cmake, create: 
     1615Platform/Haiku 
     1616Haiku 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) 
     1619System is unknown to cmake, create: 
     1620Platform/Haiku 
     1621Haiku 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) 
     1624System is unknown to cmake, create: 
     1625Platform/Haiku 
     1626Haiku 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) 
     1629System is unknown to cmake, create: 
     1630Platform/Haiku 
     1631Haiku 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) 
     1634System is unknown to cmake, create: 
     1635Platform/Haiku 
     1636Haiku 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) 
     1639System is unknown to cmake, create: 
     1640Platform/Haiku 
     1641Haiku 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) 
     1644System is unknown to cmake, create: 
     1645Platform/Haiku 
     1646Haiku 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) 
     1649System is unknown to cmake, create: 
     1650Platform/Haiku 
     1651Haiku 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) 
     1654System is unknown to cmake, create: 
     1655Platform/Haiku 
     1656Haiku 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) 
     1659System is unknown to cmake, create: 
     1660Platform/Haiku 
     1661Haiku 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) 
     1664System is unknown to cmake, create: 
     1665Platform/Haiku 
     1666Haiku 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) 
     1669System is unknown to cmake, create: 
     1670Platform/Haiku 
     1671Haiku 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) 
     1674System is unknown to cmake, create: 
     1675Platform/Haiku 
     1676Haiku 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) 
     1679System is unknown to cmake, create: 
     1680Platform/Haiku 
     1681Haiku 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) 
     1684System is unknown to cmake, create: 
     1685Platform/Haiku 
     1686Haiku 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) 
     1689System is unknown to cmake, create: 
     1690Platform/Haiku 
     1691Haiku 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) 
     1694System is unknown to cmake, create: 
     1695Platform/Haiku 
     1696Haiku 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) 
     1699System is unknown to cmake, create: 
     1700Platform/Haiku 
     1701Haiku 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) 
     1704System is unknown to cmake, create: 
     1705Platform/Haiku 
     1706Haiku 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) 
     1709System is unknown to cmake, create: 
     1710Platform/Haiku 
     1711Haiku 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) 
     1714System is unknown to cmake, create: 
     1715Platform/Haiku 
     1716Haiku 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) 
     1719System is unknown to cmake, create: 
     1720Platform/Haiku 
     1721Haiku 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) 
     1724System is unknown to cmake, create: 
     1725Platform/Haiku 
     1726Haiku 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) 
     1729System is unknown to cmake, create: 
     1730Platform/Haiku 
     1731Haiku 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) 
     1734System is unknown to cmake, create: 
     1735Platform/Haiku 
     1736Haiku 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) 
     1739System is unknown to cmake, create: 
     1740Platform/Haiku 
     1741Haiku 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) 
     1744System is unknown to cmake, create: 
     1745Platform/Haiku 
     1746Haiku 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) 
     1749System is unknown to cmake, create: 
     1750Platform/Haiku 
     1751Haiku 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) 
     1754System is unknown to cmake, create: 
     1755Platform/Haiku 
     1756Haiku 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) 
     1759System is unknown to cmake, create: 
     1760Platform/Haiku 
     1761Haiku 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) 
     1764System is unknown to cmake, create: 
     1765Platform/Haiku 
     1766Haiku 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) 
     1769System is unknown to cmake, create: 
     1770Platform/Haiku 
     1771Haiku 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) 
     1774System is unknown to cmake, create: 
     1775Platform/Haiku 
     1776Haiku 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) 
     1779System is unknown to cmake, create: 
     1780Platform/Haiku 
     1781Haiku 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) 
     1784System is unknown to cmake, create: 
     1785Platform/Haiku 
     1786Haiku 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) 
     1789System is unknown to cmake, create: 
     1790Platform/Haiku 
     1791Haiku 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) 
     1794System is unknown to cmake, create: 
     1795Platform/Haiku 
     1796Haiku 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) 
     1799System is unknown to cmake, create: 
     1800Platform/Haiku 
     1801Haiku 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) 
     1804System is unknown to cmake, create: 
     1805Platform/Haiku 
     1806Haiku 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) 
     1809System is unknown to cmake, create: 
     1810Platform/Haiku 
     1811Haiku 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) 
     1814System is unknown to cmake, create: 
     1815Platform/Haiku 
     1816Haiku 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) 
     1819System is unknown to cmake, create: 
     1820Platform/Haiku 
     1821Haiku 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) 
     1824System is unknown to cmake, create: 
     1825Platform/Haiku 
     1826Haiku 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) 
     1829System is unknown to cmake, create: 
     1830Platform/Haiku 
     1831Haiku 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) 
     1834System is unknown to cmake, create: 
     1835Platform/Haiku 
     1836Haiku 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) 
     1839System is unknown to cmake, create: 
     1840Platform/Haiku 
     1841Haiku 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) 
     1844System is unknown to cmake, create: 
     1845Platform/Haiku 
     1846Haiku 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) 
     1849System is unknown to cmake, create: 
     1850Platform/Haiku 
     1851Haiku 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) 
     1854System is unknown to cmake, create: 
     1855Platform/Haiku 
     1856Haiku 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) 
     1859System is unknown to cmake, create: 
     1860Platform/Haiku 
     1861Haiku 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) 
     1864System is unknown to cmake, create: 
     1865Platform/Haiku 
     1866Haiku 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 
     1869System is unknown to cmake, create: 
     1870Platform/Haiku 
     1871Haiku 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 
     1874System is unknown to cmake, create: 
     1875Platform/Haiku 
     1876Haiku 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 
     1879System is unknown to cmake, create: 
     1880Platform/Haiku 
     1881Haiku 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 
     1884System is unknown to cmake, create: 
     1885Platform/Haiku 
     1886Haiku 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 
     1889System is unknown to cmake, create: 
     1890Platform/Haiku 
     1891Haiku 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 
     1894System is unknown to cmake, create: 
     1895Platform/Haiku 
     1896Haiku 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 
     1899System is unknown to cmake, create: 
     1900Platform/Haiku 
     1901Haiku 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 
     1904System is unknown to cmake, create: 
     1905Platform/Haiku 
     1906Haiku 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 
     1909System is unknown to cmake, create: 
     1910Platform/Haiku 
     1911Haiku 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 
     1914System is unknown to cmake, create: 
     1915Platform/Haiku 
     1916Haiku 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 
     1919System is unknown to cmake, create: 
     1920Platform/Haiku 
     1921Haiku 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 
     1924System is unknown to cmake, create: 
     1925Platform/Haiku 
     1926Haiku 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 
     1929System is unknown to cmake, create: 
     1930Platform/Haiku 
     1931Haiku 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 
     1934System is unknown to cmake, create: 
     1935Platform/Haiku 
     1936Haiku 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 
     1939System is unknown to cmake, create: 
     1940Platform/Haiku 
     1941Haiku 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 
     1944System is unknown to cmake, create: 
     1945Platform/Haiku 
     1946Haiku 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 
     1949System is unknown to cmake, create: 
     1950Platform/Haiku 
     1951Haiku 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 
     1954System is unknown to cmake, create: 
     1955Platform/Haiku 
     1956Haiku 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 
     1959System is unknown to cmake, create: 
     1960Platform/Haiku 
     1961Haiku 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 
     1964System is unknown to cmake, create: 
     1965Platform/Haiku 
     1966Haiku 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 
     1969System is unknown to cmake, create: 
     1970Platform/Haiku 
     1971Haiku 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 
     1974System is unknown to cmake, create: 
     1975Platform/Haiku 
     1976Haiku 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 
     1979System is unknown to cmake, create: 
     1980Platform/Haiku 
     1981Haiku 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 
     1984System is unknown to cmake, create: 
     1985Platform/Haiku 
     1986Haiku 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 
     1989System is unknown to cmake, create: 
     1990Platform/Haiku 
     1991Haiku 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 
     1994System is unknown to cmake, create: 
     1995Platform/Haiku 
     1996Haiku 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 
     1999System is unknown to cmake, create: 
     2000Platform/Haiku 
     2001Haiku 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 
     2004System is unknown to cmake, create: 
     2005Platform/Haiku 
     2006Haiku 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 
     2009System is unknown to cmake, create: 
     2010Platform/Haiku 
     2011Haiku 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 
     2014System is unknown to cmake, create: 
     2015Platform/Haiku 
     2016Haiku 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 
     2019System is unknown to cmake, create: 
     2020Platform/Haiku 
     2021Haiku 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 
     2024System is unknown to cmake, create: 
     2025Platform/Haiku 
     2026Haiku 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 
     2029System is unknown to cmake, create: 
     2030Platform/Haiku 
     2031Haiku 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 
     2036System is unknown to cmake, create: 
     2037Platform/Haiku 
     2038Haiku 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 
     2041System is unknown to cmake, create: 
     2042Platform/Haiku 
     2043Haiku 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 
     2046System is unknown to cmake, create: 
     2047Platform/Haiku 
     2048Haiku 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 
     2051System is unknown to cmake, create: 
     2052Platform/Haiku 
     2053Haiku 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 
     2056System is unknown to cmake, create: 
     2057Platform/Haiku 
     2058Haiku 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 
     2061System is unknown to cmake, create: 
     2062Platform/Haiku 
     2063Haiku 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. 
     2065running 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 
     2067System is unknown to cmake, create: 
     2068Platform/Haiku 
     2069Haiku 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 
     2071running 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 
     2072hK,-- Performing Test HAS_VA_COPY 
     2073System is unknown to cmake, create: 
     2074Platform/Haiku 
     2075Haiku 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 
     2077running 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 
     2079System is unknown to cmake, create: 
     2080Platform/Haiku 
     2081Haiku 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 
     2084System is unknown to cmake, create: 
     2085Platform/Haiku 
     2086Haiku 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--------------------------------------------- 
     2092CMake has bootstrapped.  Now run make. 
     2093~/cmake-2.6.1-haiku-test> make 
     2094Scanning 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 
     2097make[2]: *** [Source/kwsys/CMakeFiles/cmsysProcessFwd9x.dir/ProcessFwd9x.obj] Error 1 
     2098make[1]: *** [Source/kwsys/CMakeFiles/cmsysProcessFwd9x.dir/all] Error 2 
     2099make: *** [all] Error 2 
     2100}}} 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/