trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: June 2012

Re: [trinity-devel] FTBFS - krusader - no type named 'iterator_category' in 'class TQValueListConstIterator<KURL>'

From: Darrell Anderson <humanreadable@...>
Date: Tue, 26 Jun 2012 08:32:56 -0700 (PDT)
>   Darrell, what does your build script look like? I'm
> building with:
> 
>   ./configure \
>     --prefix=${TDEDIR} \
>     --with-qt-dir=${QTDIR} \
>     --localstatedir=/var \
>     --enable-debug=full

CFLAGS=$CPUOPT \
CXXFLAGS=$CPUOPT \
./configure \
  --prefix=${PREFIX} \
  --sysconfdir=${SYSCONFDIR} \
  --libdir=${LIBDIR} \
  --mandir=${MANDIR} \
  --with-qt-dir=${QTDIR} \
  --with-qt-includes=${QT_INCLUDE_DIR} \
  --with-qt-libraries=${QT_LIB_DIR} \
  --disable-rpath \
  $DEBUG_AUTOTOOL_OPT || exit 1

I have some Trinity build peculiarities too, although krusader is not one of them. pytdeextensions, tdebindings, tdenetwork, amarok. They build in one Slackware release but not necessarily in another. Hopefully we get these anomalies figured out soon. :-)

Darrell