trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: March 2012

Re: [trinity-devel] tdeadmin build failure - 'TQListViewItem' has not been declared ?

From: Darrell Anderson <humanreadable@...>
Date: Sat, 24 Mar 2012 13:30:47 -0700 (PDT)
>   Here is a tdeadmin build failure involving error:
> 'TQListViewItem' has not been declared. I'll need help fixing the 'T'BlahBlah issue
> as that's not a strong point :(  The full error was:

Refer to bug report 871.

I have this in my tdeadmin build script:

# This is temporary. tdeadmin fails to build with TQt3. Bug report 871 filed.
if [ -r ${PREFIX}/lib/pkgconfig/tqt-mt.pc ] || [ -r /usr/lib/pkgconfig/tqt-mt.pc ]; then
  export DO_NOT_COMPILE="knetworkconf"
fi

Several weeks ago when I could still build packages against Qt3 (I no longer can build tdelibs against Qt3), tdeadmin built without failure against Qt3. The problem is building against TQt3.

Search the bug tracker for "FTBFS" and you'll find all the build failures I know about. Here are the build issues I am tracking:

920 blocker  avahi-tqt FTBFS
872 blocker  tdesdk FTBFS Against TQt3
871 blocker  tdeadmin FTBFS Against TQt3
817 blocker  tqca: No tqca package exists for the new tqt3
790 blocker  kdemultimedia: audiofile.h configure errors
788 blocker  Kdemultimedia: Kaudiocreator won't build unless configure finds the cdda headers
597 blocker  kdebindings 3.5.13 will not build without numerous patches

873 critical Gwenview will not build libmng support
598 critical kdenetwork 3.5.13 will not build on Slackware with wifi support

877 major    tdeutils: X11/extensions/extutil.h: present but cannot be compiled
818 major    amarok: several build options missing with the cmake conversion

627 normal   Kspell Sym Link Incorrect
626 normal   Konversation Sym Links Incorrect
613 normal   Kipi-plugins Sym Links Incorrect
347 normal   Amarok Sym Links Incorrect

807 minor    tdeaddons: unknown icon type
806 minor    kipi-plugins: unknown icon type
805 minor    tdeutils: unknown icon type
804 minor    gwenview: unknown icon type
719 minor    Koffice: unknown icon types

Regarding report 872, I can build tdesdk without error with autobuilds but not cmake.

Darrell