On 02/25/2014 03:50 PM, David C. Rankin wrote:
On 02/25/2014 03:46 PM, Darrell wrote:
Please attach to the bug report.
Darrell
uploading now. Just build it like you build any other autotools app.
I have built and confirmed katesort-plugin on both R14 i686 and x86_64. You guys
(and girls) test and let us know of any issues in bug 881. If there are none,
let's get this code added to the tree under main/applications. The build I used
for it is:
cp /usr/share/aclocal/libtool.m4 ./admin/libtool.m4.in
cp /usr/share/libtool/config/ltmain.sh ./admin
make -f admin/Makefile.common
./configure \
--prefix=${TDEDIR} \
--with-qt-dir=${QTDIR} \
--with-qt-includes=${QTDIR}/include \
--with-qt-libraries=${QTDIR}/lib \
--with-extra-includes="/usr/include/tqt:/usr/include/tqt/Qt" \
--with-extra-libs="${TDEDIR}/lib:${TDEDIR}/lib/trinity" \
--sysconfdir=${TDEDIR}/etc \
--localstatedir=/var \
--enable-closure
make $NUMJOBS
It probably does not need --enable-closure and you can probably get rid of some
of the --with-extra-....., but those do not hurt.
--
David C. Rankin, J.D.,P.E.