trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: August 2010

Re: [trinity-devel] Building From SVN

From: "Timothy Pearson" <kb9vqf@...>
Date: Wed, 25 Aug 2010 00:35:53 -0500
>> Yes it does.  Can you try this test:
>> In the file kdelibs/kdecore/kxerrorhandler.h, insert the
>> following line:
>>
>> #include <tqevent.h>
>>
>> directly before this block of text:
>>
>> #include <tqvaluelist.h>
>> #include <tqwindowdefs.h>
>> #include <kdelibs_export.h>
>> #include <X11/Xlib.h>
>>
>> Retry the compilation; if it gets farther please let me
>> know.
>
> Still failed. I'm attaching the output. I verified after the build failed
> that the file was updated.
>
OK, I have one more thing for you to try.  (If you haven't guessed
already, I cannot replicate the build failure here).

In the file kdelibs/kdecore/kipc.cpp, insert the following line:

#include <tqevent.h>

directly before this block of text:

#include "config.h"

#include <tqwindowdefs.h>

#if defined Q_WS_X11

From the build log, I would guess that the word "None" is getting #defined
somewhere too early--this will help isolate the problem.

Thanks!

Tim