[CMake] AIX 5L Build problems / How disable ccmake build

Brad King brad.king at kitware.com
Wed Feb 8 09:54:31 EST 2006


gerryw at it-procorp.com wrote:
> I'm having some trouble building cmake on AIX 5L with gnu. It bombs out 
> in the ccmake area complaing of conflicting curses function 
> declarations. I saw a post somewhere that referred to this being a 
> problem with the gcc/g++ installation. I got the gnu packages from IBM's 
> AIX toolbox site. Anyway... I never use the curses ccmake so the easiest 
> path is to exclude it from the build. Can someone give me some advice on 
> how to do this?

Edit the CMake cache and set CURSES_LIBRARY to nothing:

//Where can one of the curses or ncurses libraries be found
CURSES_LIBRARY:FILEPATH=

I'll also add an option to disable building of the curses dialog even 
when curses is found.

-Brad


More information about the CMake mailing list