View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0008413CMakeModulespublic2009-01-21 01:342010-12-14 15:17
Reporteraugiedoggie 
Assigned ToBill Hoffman 
PrioritynormalSeveritytweakReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in VersionCMake 2.8.4 
Summary0008413: cmake fails to search a standard include/lib path on Haiku
DescriptionOn Haiku some headers are installed to /boot/develop/headers/3rdparty. This includes the system installed version of ncurses.

If Modules/Platform/Haiku.cmake is modified these files are found and ccmake is built as well.

Additional InformationIndex: Modules/Platform/Haiku.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Platform/Haiku.cmake,v
retrieving revision 1.2
diff -p -u -r1.2 Haiku.cmake
--- Modules/Platform/Haiku.cmake 3 Dec 2008 21:13:17 -0000 1.2
+++ Modules/Platform/Haiku.cmake 21 Jan 2009 06:19:10 -0000
@@ -18,3 +18,5 @@ LIST(APPEND CMAKE_SYSTEM_LIBRARY_PATH /b
 LIST(APPEND CMAKE_SYSTEM_PROGRAM_PATH /boot/common/bin)
 LIST(APPEND CMAKE_PLATFORM_IMPLICIT_LINK_DIRECTORIES /boot/common/lib)
 
+LIST(APPEND CMAKE_SYSTEM_INCLUDE_PATH /boot/develop/headers/3rdparty)
+LIST(APPEND CMAKE_SYSTEM_LIBRARY_PATH /boot/develop/lib/x86)
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0014708)
Bill Hoffman (manager)
2009-01-29 11:42

$ cvs commit -m "BUG: fix for # 8413 add more haiku searching" Haiku.cmake
Committer: Bill Hoffman <bill.hoffman@kitware.com>
/cvsroot/CMake/CMake/Modules/Platform/Haiku.cmake,v <-- Haiku.cmake
new revision: 1.3; previous revision: 1.2

Thanks.
(0014709)
Bill Hoffman (manager)
2009-01-29 11:42

BTW, would you be able to run a nightly cmake dashboard on Haiku?
(0023968)
David Cole (manager)
2010-12-14 15:17

This bug was fixed already. i.e. -- the patch that is in the "Additional Information" field appears in the shipping version of Modules/Platform/Haiku.cmake. (and has been in the repo since Jan. 2009...)

 Issue History
Date Modified Username Field Change
2009-01-21 01:34 augiedoggie New Issue
2009-01-29 11:42 Bill Hoffman Note Added: 0014708
2009-01-29 11:42 Bill Hoffman Status new => closed
2009-01-29 11:42 Bill Hoffman Resolution open => fixed
2009-01-29 11:42 Bill Hoffman Note Added: 0014709
2009-01-29 11:43 Bill Hoffman Assigned To => Bill Hoffman
2009-01-29 11:43 Bill Hoffman Status closed => confirmed
2010-12-14 15:17 David Cole Note Added: 0023968
2010-12-14 15:17 David Cole Status confirmed => closed
2010-12-14 15:17 David Cole Fixed in Version => CMake 2.8.4


Copyright © 2000 - 2018 MantisBT Team