trinity-users@lists.pearsoncomputing.net

Message: previous - next
Month: February 2011

Re: [trinity-users] iccconfig - Makefile.am: noinst_HEADERS = iccconfig.h (is this right?)

From: "Timothy Pearson" <kb9vqf@...>
Date: Fri, 11 Feb 2011 00:46:10 -0600
> On 02/10/2011 10:14 PM, Robert Xu wrote:
>> I'll look closer, but something tells me I'm not going to get far...
>
> Hehehe...
>
>   I'd wager a little look closer by you = weeks of hunting and pecking
> around by
> me :) Thanks for your build arguments. I'll rebuild kdelibs and see if I
> can
> incorporate a few additional arguments and go from there.
>

Just for fu, try inserting this line:
#include <libkrandr/libkrandr.h>

into this file:
kdebase/kcontrol/iccconfig/iccconfig.cpp

directly underneath this line:
#include <tqstring.h>

Then try rebuilding kdebase and see if the error changes at all.  I have
heard that GCC is not supposed to follow includes more than one file deep;
if that is prohibiting a successful build then the above modification
would fix it.

Let me know if that works!

Tim