trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: October 2012

Re: [trinity-devel] Latest GIT is broken

From: Darrell Anderson <humanreadable@...>
Date: Tue, 30 Oct 2012 12:08:31 -0700 (PDT)
> > What is the status of this? I am unable to build certain packages and I
> > experience bookmark breakage in konqueror and kdialog unless I reverse the
> > full set of TQ_PROPERTY/TQ_ENUMS patches:
> <snip>
> 
> How do konqueror and kdialog store the bookmarks; i.e. what is the format
> of the files storing this information?

They are XML files, located in respective $TDEHOME/share/apps.

Before focusing on that, I recall now that bookmarks were working again at one point after the patching started but I don't remember which patch helped. For the moment presume the bookmark problem is resolved and the current problem is the failed builds.

As I mentioned, the failed line in each of the failed moc files contains only the following:

::

The build failures occur in tdegames, tdevelop, tdewebdev, koffice.

tdegames:
kgameprogress.moc:1: error: expected id-expression at end of input

tdevelop, tdewebdev:
layout.moc.cpp:100: error: expected id-expression at end of input

koffice
KDGanttMinimizeSplitter.cpp:56: error: expected id-expression before 'static'

Reversing the patches for only the affected modules is not possible. All of the mentioned commits have to be reversed because the patches change tqt3 too.

Darrell