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
Tim,
Is there a way I can 'manually' generate iccconfigbase.h from iccconfigbase.ui to using tqt to confirm that iccconfigbase.h is actually being generated on Arch Linux? I have no clue how to do this, but if it is possible, I could then confirm whether or not this is the problem.
KRandrSimpleAPI class is defined in libxrandr/libxrandr.h and is included just above the iccconfigbase.h. So if libxrandr/libxrandr.h is OK, that leads me to believe there is something going wrong with the 'automagically' generated iccconfigbase.h
Can I do it?