[EMAIL PROTECTED] 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
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to