MantisBT - CMake
View Issue Details
0008413CMakeModulespublic2009-01-21 01:342010-12-14 15:17
augiedoggie 
Bill Hoffman 
normaltweakalways
closedfixed 
 
CMake 2.8.4 
0008413: cmake fails to search a standard include/lib path on Haiku
On 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.

Index: 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)
No tags attached.
Issue History
2009-01-21 01:34augiedoggieNew Issue
2009-01-29 11:42Bill HoffmanNote Added: 0014708
2009-01-29 11:42Bill HoffmanStatusnew => closed
2009-01-29 11:42Bill HoffmanResolutionopen => fixed
2009-01-29 11:42Bill HoffmanNote Added: 0014709
2009-01-29 11:43Bill HoffmanAssigned To => Bill Hoffman
2009-01-29 11:43Bill HoffmanStatusclosed => confirmed
2010-12-14 15:17David ColeNote Added: 0023968
2010-12-14 15:17David ColeStatusconfirmed => closed
2010-12-14 15:17David ColeFixed in Version => CMake 2.8.4

Notes
(0014708)
Bill Hoffman   
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   
2009-01-29 11:42   
BTW, would you be able to run a nightly cmake dashboard on Haiku?
(0023968)
David Cole   
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...)