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

Re: KRichTextWidget

2011-01-21 Thread Steven Sroka
>On 17 January 2011 16:14, Thomas Lübking wrote: > Am Monday 17 January 2011 schrieb Steven Sroka: >> I wanted to ask, what is the best way to resize a window when its' >> contents shrink. When I enlarge my KRichTextWidget the window grows >> larger to fit everything nicely in it, but when I shrin

Re: kdesrc-build && polkit-agent-1

2011-01-21 Thread Steven Sroka
On 21 January 2011 12:20, Parker Coates wrote: > On Fri, Jan 21, 2011 at 11:52, Steven Sroka wrote: >> If Michale Pyne is around, or if anyone has noticed this, the new >> version of kdesrc-build tries to compile polkit-qt-1, but polkit-qt-1 >> needs polkit-agent-1. Where can I get polkit-agent-1

Re: kdesrc-build && polkit-agent-1

2011-01-21 Thread Parker Coates
On Fri, Jan 21, 2011 at 11:52, Steven Sroka wrote: > If Michale Pyne is around, or if anyone has noticed this, the new > version of kdesrc-build tries to compile polkit-qt-1, but polkit-qt-1 > needs polkit-agent-1. Where can I get polkit-agent-1 so I can put the > repo address into my kdesrc-buildr

kdesrc-build && polkit-agent-1

2011-01-21 Thread Steven Sroka
If Michale Pyne is around, or if anyone has noticed this, the new version of kdesrc-build tries to compile polkit-qt-1, but polkit-qt-1 needs polkit-agent-1. Where can I get polkit-agent-1 so I can put the repo address into my kdesrc-buildrc file? >> Visit http://mail.kde.org/mailman/listinfo/kde