[CMake] FindOpenCV.cmake doesn't pick up /usr/local installation FIRST

2009-09-08 Thread Dat Chu
/net/ path in the message box. Why would it outputs 6 times this simple message? Dat Chu ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic

Re: [CMake] CDT Unix make file

2009-02-20 Thread Dat Chu
The problem was the executable I had have the same name as the project name. Dat Chu Research Assistant, Computational Biomedicine Lab (www.cbl.uh.edu) Dept. of Computer Science, University of Houston, Houston, TX 77204-3010 Tel: (281) 617-6949 Email: dt...@central.uh.edu On Fri, Feb 20, 2009

Re: [CMake] CDT Unix make file

2009-02-20 Thread Dat Chu
to CDT4 which might turn them away from useful information. http://www.cmake.org/Wiki/Eclipse_CDT4_Generator On Fri, Feb 20, 2009 at 4:40 PM, Alexander Neundorf a.neundorf-w...@gmx.net wrote: On Friday 20 February 2009, Dat Chu wrote: The problem was the executable I had have the same name

[CMake] CDT Unix make file

2009-02-19 Thread Dat Chu
to the project build folder and manually type the command to run. Am I missing something? Dat Chu ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check

Re: [CMake] CDT Unix make file

2009-02-19 Thread Dat Chu
Awesome Philip, that works perfectly. The binary is getting picked up. I also found that running eclipse in the command line (instead of Gnome menu) enables the application output console when I choose Run as Local C/C++ Application. Thank you very much. Dat Chu On Thu, Feb 19, 2009 at 6:48 PM

[CMake] CPACK NSIS to install my app under a prefix

2009-02-05 Thread Dat Chu
). Has anyone solved this problem before? I would appreciate some guidance. With warm regards, Dat Chu ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] CPACK NSIS to install my app under a prefix

2009-02-05 Thread Dat Chu
(CPACK_PACKAGE_VERSION_MAJOR 1) SET(CPACK_PACKAGE_VERSION_MINOR 2) SET(CPACK_PACKAGE_VERSION_PATCH 2) Dat Chu On Thu, Feb 5, 2009 at 12:15 PM, Clinton Stimpson clin...@elemtech.com wrote: Dat Chu wrote: Hello everyone, I would like to install my application under C:\Program Files\MyPrefix