trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: February 2014

Re: [trinity-devel] New application packages for Arch (1 fail - smartcardauth)

From: "Darrell Anderson" <darrella@...>
Date: Sat, 15 Feb 2014 14:16:52 -0600
>Standard build.
>
>libtdeldap:
>
>  msg "Beginning build of package: $pkgname ..."
>  cd ${srcdir}
>
>  ## Set up environment
>  msg "Setting PATH, Trinity Environment variables"
>  # Source the QT and TDE profile
>  [ "$QTDIR" = "" ] && . /etc/profile.d/tqt3.sh       # or qt3.sh
>  [ "$TDEDIR" = "" ] && . /etc/profile.d/trinity.sh   # or tde.sh
>
>  ## Generate config files and update with autoreconf
>  cd "${srcdir}/${pkgname#*-}"
>
>  msg "Copying system libtool files...."
>  cp /usr/share/aclocal/libtool.m4 ./admin/libtool.m4.in
>  cp /usr/share/libtool/config/ltmain.sh ./admin
>
>  msg "Running make -f admin/Makefile.common ...."
>  make -f admin/Makefile.common
>
>  ## configure
>  msg "Configuring - ${pkgname}..."
>#   CXXFLAGS="${CXXFLAGS} -L${QTDIR}/lib -L${TDEDIR}/lib -
>L${TDEDIR}/lib/trinity" \
>  ./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
>
>  msg "Starting make..."
>  make $NUMJOBS
>
>Exact same build for:
>
>  kcmldap
>  kcmldapcontroller
>  kcmldapmanager

I can't get the packages to build. There is no such directory as 
$(KDE_INCLUDES)/tde. Or $(KDE_INCLUDES)/trinity.

Darrell