[CMake] Which Curses to install?

2008-05-24 Thread Dario Figueira
es" from GNU, but when reading the INSTALL.txt, i find there is a lot of different options or ways to install them that requires more knowledge than i presently have. So, to have GUIs (ccmake .) up and running in Ubuntu, what do you advise? Thank you, -- Dario Fig

[CMake] How to force CMake to generate a makefile that compiles with debugging information (-g)

2008-04-20 Thread Dario Figueira
The title pretty much sums it; I can't seem to get a straight anwser from the CMake manual.. :S And the "make" generated does not have an option to compile with debugging informations :| Any hints? Am i missing something terribly obvious? Thank you in advance, -- Dario Figueira

Re: [CMake] Curses libraries not found

2008-03-24 Thread Dario Figueira
Thank you, I had not the development files for curses installed on the machine (i didn't know they existed half an hour ago XD) ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] Curses libraries not found

2008-03-24 Thread Dario Figueira
:s, where are they? so i can install ccmake i'm usingKubunto, and i dowloaded the 2.4.7 version and make installed it. Any hints will be much appreciated, thank you. -- Dario Figueira - ___ CMake mailing list CMake@cmake.org http://www.cmak

[CMake] FindYARP.cmake

2008-03-03 Thread Dario Figueira
YARP - Yet Another Robot Platform I am looking for someone who also uses/ed YARP and has one of those =) FindYARP.cmake Google was not helpfull, unexpectedly. Anyone? Or should i just dig in and make my own? Thank you all, -- Dario Figueira

Re: [CMake] CMake + OpenCV + Visial Studio 2005 (V8)

2008-02-29 Thread Dario Figueira
ot;fatal error C1083: Cannot open include file: 'cv.h': No such file or directory" Thank you for your time tho =), any other ideas? On 2/29/08, Philip Lowman <[EMAIL PROTECTED]> wrote: > > On Fri, Feb 29, 2008 at 2:59 PM, Dario Figueira <[EMAIL PROTECTED]> > wrot

[CMake] CMake + OpenCV + Visial Studio 2005 (V8)

2008-02-29 Thread Dario Figueira
IR_CV variable, that is well filled automaticly by CMake), things work. I was wondering if this manual step could be avoided, am i missing something? thank you, -- Dario Figueira ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/lis

[CMake] Cmake cannot find source file / Cmake can not determine linker language

2008-02-29 Thread Dario Figueira
ectory to ADD_LIBRARY (sift_h common.hpp) he doesn't complain at first, but when "Ok" is clicked 'Cmake can not determine linker language for target:sift_h' .. wth? the CMakeLists in ROOT is PROJECT (SIFT) ADD_SUBDIRECTORY (includes) ADD_EXECUTABLE (siftpp ma