[CMake] FindQt4.cmake w7

2009-11-18 Thread Leon Moctezuma
Hi I just installed Windows 7, Qt 4.5.3 and CMake 2.8.0, I added C:\Qt\4.5.3\qmake to the Path, it finds qmake without problemas, but I get the following error: CMake Error at C:/Program Files/CMake 2.8/share/cmake-2.8/Modules/FindQt4.cmake:673 (MESSAGE): Could NOT find QtCore header What is goin

[CMake] Re: FIND_PATH

2007-11-06 Thread Leon Moctezuma
On Nov 2, 2007 1:28 PM, Leon Moctezuma <[EMAIL PROTECTED]> wrote: > Hi, I created a FindGECKO modul, which tries > to look for the NPAPI headers for creating > FireFox plug-ins, the problem is that in some > distributions the paths have directories with > it's ver

[CMake] FIND_PATH

2007-11-02 Thread Leon Moctezuma
Hi, I created a FindGECKO modul, which tries to look for the NPAPI headers for creating FireFox plug-ins, the problem is that in some distributions the paths have directories with it's version number... for example: /usr/include/firefox-2.0.0.5 /usr/include/nspr4 here is part of the actual scrip

[CMake] Re: Finding libraries under Windows

2007-05-16 Thread Leon Moctezuma
"Could not find FREEGLUT") ENDIF (FREEGLUT_FIND_REQUIRED) ENDIF(NOT FREEGLUT_FOUND) If you have a better solution, please don't hesitate to post it. Best Regards. Leon Moctezuma ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] Finding libraries under Windows

2007-05-16 Thread Leon Moctezuma
Hi all. I'm Leon Moctezuma, a cs student, who is participating in GSoC and working on Freepv, we are trying to use cmake instead of autoconf for the projects building process we have been able to create a basic CMakeLists.txt under both Linux and Windows, It works almost fine. At this poin