On Monday 08 November 2010, Ebrahim Mayat wrote: > > On Nov 8, 2010, at 12:38 PM, Pedro Lopez-Cabanillas wrote: > > > There are other options whose names are defined in uppercase, > > though. Be careful. You shouldn't need to write the variable types > > (BOOL). To avoid headaches, use the GUI front-end and the mouse to > > check/uncheck nice checkboxes. > > > > $ cmake-gui .. > > Okay, ccmake did the trick for me. > > Ebrahim
The curses based "ccmake" is fine, too. But I wonder that you are using a top class graphical system, Mac OSX, and at the same time you prefer a terminal based tool instead of the modern cmake-gui, much more in the line of your favorite operating system. Maybe this is because you are using a fink package, and they only provide a crippled CMake where cmake-gui has been amputated. Well, you can ditch this fink package out of your nest, or move "/sw" to the latest and darkest position in your system path because there is a complete, fine and native universal CMake package coming directly from their creators. http://www.cmake.org/files/v2.8/cmake-2.8.3-Darwin-universal.dmg Other source and binary packages are available here http://www.cmake.org/cmake/resources/software.html Sorry for the rant. Regards, Pedro _______________________________________________ fluid-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/fluid-dev
