Re: CMake error when compiling

2011-01-23 Thread Daniel E. Moctezuma
Hi, Thanks for your the feedback. I built Kiten using the kdeedu svn module and as expected, there were no errors. Also I marked the review request as 'discarded'. -- Daniel E. Moctezuma >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: CMake error when compiling

2011-01-22 Thread Anne-Marie Mahfouf
On vendredi 21 janvier 2011 21:20:58 Daniel E. Moctezuma wrote: > Hi there, > > I was trying to compile Kiten and I got the following error with CMake: > > CMake Error at CMakeLists.txt:9 (check_include_files): > Unknown CMake command "check_include_files". > > So instead of doing INCLUDE(Chec

Re: CMake error when compiling

2011-01-21 Thread Daniel E. Moctezuma
Thanks Raphael, those *.cmake files were well documented and helped me to understand. -- Daniel E. Moctezuma >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: CMake error when compiling

2011-01-21 Thread Raphael Kubo da Costa
At Fri, 21 Jan 2011 12:20:58 -0800, Daniel E. Moctezuma wrote: > My question is: What is the difference between doing: > > FIND_PACKAGE( KDE4 REQUIRED ) > INCLUDE( KDE4Defaults ) > > and > > FIND_PACKAGE( KDE4 REQUIRED ) > ? The first call does not include the second one -- see FindKDE4Interna

CMake error when compiling

2011-01-21 Thread Daniel E. Moctezuma
Hi there, I was trying to compile Kiten and I got the following error with CMake: CMake Error at CMakeLists.txt:9 (check_include_files): Unknown CMake command "check_include_files". So instead of doing INCLUDE(CheckIncludeFiles) y did FIND_PACKAGE( KDE4 REQUIRED ), as this is a KDE4 applicatio