On 02/09/2011 10:02 AM, Timothy Pearson wrote:
Guys,
I'll post this under a separate thread so it isn't buried. trinity/kdebase/kcontrol/iccconfig/iccconfig.h has the following includes:
#include <dcopobject.h>
#include <libkrandr/libkrandr.h>
#include "iccconfigbase.h"
There is no "iccconfigbase.h" in the iccconfig directory? Is "iccconfigbase.h" supposed to be there? The only iccconfigbase file present is:
-rw-r--r-- 1 david david 6332 Jan 21 17:43 iccconfigbase.ui
No. iccconfigbase.h is automatically generated from iccconfigbase.ui using uic-tqt.
Tim
Thanks Tim!,
Darn, I thought I found my kdebase iccconfig.cpp build error :(
If anyone has any idea why I get the build errors with iccconfig.cpp:
<snip> /home/david/tbld/kdebase/kcontrol/iccconfig/iccconfig.cpp: In member function ‘void KICCConfig::load(bool)’: /home/david/tbld/kdebase/kcontrol/iccconfig/iccconfig.cpp:289:38: error: expected type-specifier /home/david/tbld/kdebase/kcontrol/iccconfig/iccconfig.cpp:289:38: error: cannot convert ‘int*’ to ‘KRandrSimpleAPI*’ in initialization /home/david/tbld/kdebase/kcontrol/iccconfig/iccconfig.cpp:289:38: error: expected ‘,’ or ‘;’ <snip>
Please let me know. This is where I'm stuck...