trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: January 2012

Re: [trinity-devel] tdebindings FTBFS (Broke, broke, broke!)

From: Darrell Anderson <humanreadable@...>
Date: Sat, 21 Jan 2012 17:06:56 -0800 (PST)
> Quite possible.  tdebindings is the worst package out
> of the whole TDE
> set, the build system is antiquated and broken, and there
> is a lot of
> programming by original KDE gurus in languages that I am
> frankly not
> familiar with. ;-)

Yeah, I know, tdebindings is a monster, but I built the package in 3.5.13. :(

> That said, I wonder what would happen if you set your
> CXXFLAGS/CFLAGS to
> include -I/usr/include/tqt
> 
> I am doing a rebuild test myself now, so we'll see what
> happens...

Tried that just now. No change here.

I've tried several different combinations of the DO_NOT_COMPILE variable. Every module breaks.

Here is the failure with DO_NOT_COMPILE="dcopc dcopjava dcopperl dcoppython kjsembed":

TQPixmap.cpp:349: error: 'class QPixmap' has no member named 'isTQBitmap'
make[4]: *** [TQPixmap.lo] Error 1

Here is the failure with DO_NOT_COMPILE="dcopc dcopjava dcopperl dcoppython kalyptus kdejava kjsembed korundum":

TQPixmap.cpp: In function 'jboolean Java_org_kde_qt_QPixmap_isTQBitmap(JNIEnv*, _jobject*)':
TQPixmap.cpp:349: error: 'class QPixmap' has no member named 'isTQBitmap'
make[4]: *** [TQPixmap.lo] Error 1

Darrell