| 1 | | [[TOC]] |
| 2 | | |
| 3 | | = PortLog: [wiki:dev-util]/cmake = |
| 4 | | |
| 5 | | http://www.cmake.org/ |
| 6 | | |
| 7 | | == version 2.4.8 == |
| 8 | | |
| 9 | | ||R5||untested|| |
| 10 | | ||BONE||untested|| |
| 11 | | ||Haiku||broken|| |
| 12 | | |
| 13 | | Dependencies: |
| 14 | | *[wiki:sys-libs/ncurses] |
| 15 | | |
| 16 | | === work in progress (scottmc) - [Haiku] === |
| 17 | | |
| 18 | | [http://tools.assembla.com/BePorts/browser/BePorts/trunk/dev-util/cmake Patch files][[BR]] |
| 19 | | Put the Haiku.cmake file in cmake-2-6-0/Modules/Platforms folder[[BR]] |
| 20 | | |
| 21 | | Still some more work to be done to get this one to go, but this patch is getting it closer.[[BR]] |
| 22 | | Specifically may need to check over ProcessUNIX.c and !SystemTools.cxx better as something may still not be right there.[[BR]] |
| 23 | | |
| 24 | | {{{ |
| 25 | | ~/cmake-2.6.0-haiku-test> ./configure --prefix=/boot/common |
| 26 | | --------------------------------------------- |
| 27 | | CMake 2.6-0, Copyright (c) 2007 Kitware, Inc., Insight Consortium |
| 28 | | C compiler on this system is: cc |
| 29 | | C++ compiler on this system is: g++ |
| 30 | | Makefile processor on this system is: make |
| 31 | | g++ is GNU compiler |
| 32 | | g++ has STL in std:: namespace |
| 33 | | g++ has ANSI streams |
| 34 | | g++ has streams in std:: namespace |
| 35 | | g++ has sstream |
| 36 | | g++ has operator!=(string, char*) |
| 37 | | g++ has stl iterator_traits |
| 38 | | g++ has standard template allocator |
| 39 | | g++ has allocator<>::rebind<> |
| 40 | | g++ does not have non-standard allocator<>::max_size argument |
| 41 | | g++ has stl containers supporting allocator objects |
| 42 | | g++ has header cstddef |
| 43 | | g++ requires template friends to use <> |
| 44 | | g++ supports member templates |
| 45 | | g++ has standard template specialization syntax |
| 46 | | g++ has argument dependent lookup |
| 47 | | g++ does not have struct stat with st_mtim member |
| 48 | | g++ has ANSI for scoping |
| 49 | | sh: src/system/libroot/posix/malloc/processheap.cpp:166:void BPrivate::processHe |
| 50 | | ap::free(void *): sb |
| 51 | | --------------------------------------------- |
| 52 | | g++ -I/boot/home/cmake-2.6.0-haiku-test/Source -I/boot/home/cmake-2.6.0-haiku- |
| 53 | | test/Bootstrap.cmk -c /boot/home/cmake-2.6.0-haiku-test/Source/cmake.cxx -o cmak |
| 54 | | e.o |
| 55 | | g++ -I/boot/home/cmake-2.6.0-haiku-test/Source -I/boot/home/cmake-2.6.0-haiku- |
| 56 | | test/Bootstrap.cmk -c /boot/home/cmake-2.6.0-haiku-test/Source/cmakemain.cxx -o |
| 57 | | cmakemain.o |
| 58 | | g++ -I/boot/home/cmake-2.6.0-haiku-test/Source -I/boot/home/cmake-2.6.0-haiku- |
| 59 | | test/Bootstrap.cmk -c /boot/home/cmake-2.6.0-haiku-test/Source/cmakewizard.cxx - |
| 60 | | o cmakewizard.o |
| 61 | | g++ -I/boot/home/cmake-2.6.0-haiku-test/Source -I/boot/home/cmake-2.6.0-haiku- |
| 62 | | test/Bootstrap.cmk -c /boot/home/cmake-2.6.0-haiku-test/Source/cmCommandArgument |
| 63 | | Lexer.cxx -o cmCommandArgumentLexer.o |
| 64 | | g++ -I/boot/home/cmake-2.6.0-haiku-test/Source -I/boot/home/cmake-2.6.0-haiku- |
| 65 | | test/Bootstrap.cmk -c /boot/home/cmake-2.6.0-haiku-test/Source/cmCommandArgument |
| 66 | | Parser.cxx -o cmCommandArgumentParser.o |
| 67 | | |
| 68 | | . |
| 69 | | . yada yada... |
| 70 | | . |
| 71 | | |
| 72 | | cc -I/boot/home/cmake-2.6.0-haiku-test/Source -I/boot/home/cmake-2.6.0-haiku-t |
| 73 | | est/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys -c /boot/home/cmake-2.6.0-haiku-test/S |
| 74 | | ource/kwsys/ProcessUNIX.c -o ProcessUNIX.o |
| 75 | | cc -I/boot/home/cmake-2.6.0-haiku-test/Source -I/boot/home/cmake-2.6.0-haiku-t |
| 76 | | est/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys -c /boot/home/cmake-2.6.0-haiku-test/S |
| 77 | | ource/kwsys/String.c -o String.o |
| 78 | | cc -I/boot/home/cmake-2.6.0-haiku-test/Source -I/boot/home/cmake-2.6.0-haiku-t |
| 79 | | est/Bootstrap.cmk -DKWSYS_NAMESPACE=cmsys -c /boot/home/cmake-2.6.0-haiku-test/S |
| 80 | | ource/kwsys/System.c -o System.o |
| 81 | | g++ -lroot -lbe -I/boot/home/cmake-2.6.0-haiku-test/Source -I/boot/home/cmake |
| 82 | | -2.6.0-haiku-test/Bootstrap.cmk cmake.o cmakemain.o cmakewizard.o cmCommandArgu |
| 83 | | mentLexer.o cmCommandArgumentParser.o cmCommandArgumentParserHelper.o cmDepends. |
| 84 | | o cmDependsC.o cmDocumentationFormatter.o cmDocumentationFormatterText.o cmPolic |
| 85 | | ies.o cmProperty.o cmPropertyMap.o cmPropertyDefinition.o cmPropertyDefinitionMa |
| 86 | | p.o cmMakeDepend.o cmMakefile.o cmExportFileGenerator.o cmExportInstallFileGener |
| 87 | | ator.o cmInstallDirectoryGenerator.o cmGeneratedFileStream.o cmGlobalGenerator.o |
| 88 | | cmLocalGenerator.o cmInstallGenerator.o cmInstallExportGenerator.o cmInstallFil |
| 89 | | esGenerator.o cmInstallScriptGenerator.o cmInstallTargetGenerator.o cmSourceFile |
| 90 | | .o cmSourceFileLocation.o cmSystemTools.o cmVersion.o cmFileTimeComparison.o cmG |
| 91 | | lobalUnixMakefileGenerator3.o cmLocalUnixMakefileGenerator3.o cmMakefileExecutab |
| 92 | | leTargetGenerator.o cmMakefileLibraryTargetGenerator.o cmMakefileTargetGenerator |
| 93 | | .o cmMakefileUtilityTargetGenerator.o cmBootstrapCommands.o cmCommands.o cmTarge |
| 94 | | t.o cmTest.o cmCustomCommand.o cmDocumentVariables.o cmCacheManager.o cmListFile |
| 95 | | Cache.o cmComputeLinkDepends.o cmComputeLinkInformation.o cmOrderDirectories.o c |
| 96 | | mComputeTargetDepends.o cmComputeComponentGraph.o cmExprLexer.o cmExprParser.o c |
| 97 | | mExprParserHelper.o cmListFileLexer.o Directory.o Glob.o RegularExpression.o Sys |
| 98 | | temTools.o ProcessUNIX.o String.o System.o -o cmake |
| 99 | | loading initial cache file /boot/home/cmake-2.6.0-haiku-test/Bootstrap.cmk/Initi |
| 100 | | alCacheFlags.cmake |
| 101 | | CMake Error at Utilities/cmcurl/CMake/OtherTests.cmake:89 (MESSAGE): |
| 102 | | Unable to link function recv |
| 103 | | Call Stack (most recent call first): |
| 104 | | Utilities/cmcurl/CMakeLists.txt:689 (INCLUDE) |
| 105 | | |
| 106 | | |
| 107 | | -- Configuring done |
| 108 | | --------------------------------------------- |
| 109 | | Error when bootstrapping CMake: |
| 110 | | Problem while running initial CMake |
| 111 | | --------------------------------------------- |
| 112 | | ~/cmake-2.6.0-haiku-test> |
| 113 | | }}} |
| 114 | | |
| 115 | | == version 2.5-20070131 == |
| 116 | | |
| 117 | | ||R5||stable|| |
| 118 | | ||BONE||untested|| |
| 119 | | ||Haiku||untested|| |
| 120 | | |
| 121 | | === Previous Port Info (Jonas Kirilla) === |
| 122 | | |
| 123 | | [http://www.bebits.com/app/4444 BeBits page] |