trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: April 2012

Re: [trinity-devel] error: tde-style-qtcurve - in /common dir

From: Darrell Anderson <humanreadable@...>
Date: Sat, 14 Apr 2012 23:48:18 -0700 (PDT)
>   msg "Starting cmake..."
>   cmake ${srcdir}/${pkgname#*-} \
>     -DCMAKE_INSTALL_PREFIX=${TDEDIR} \
>     -DCMAKE_VERBOSE_MAKEFILE=ON \
>     -DBUILD_ALL=ON
> 
> Nothing special - has always worked this way...

Same failure here.

I traced the problem to the most recent TQ fixes patch, GIT hash 08dfb934 2012-04-13. When I reverse the patch then the package builds.

I experimented much with the patch but I could not change two strings back to their original correct spellings:

STQUARE_SCROLLVIEW
STQUARE_LISTVIEW_SELECTION

I checked common.h against the original 1.6.2 KDE3 sources from upstream and the 2012-04-13 patch is correct. Therefore something else caused the failure. Best I could tell about the error messages from searching the web is some kind of incorrect define taking place.

As I stared at the screen I noticed one file did not contain STQUARE_SCROLLVIEW but contained SQUARE_SCROLLVIEW. I grepped the sources for SQUARE_SCROLLVIEW and found a few lines in config.h.cmake that were different from the original upstream sources. Those lines were the mysterious defines. I deleted those lines, created the patch, and the package built.

I already pushed to GIT. Please test.

Chasing windmills.

Darrell