On 01/21/2014 12:19 PM, Slávek Banko wrote:
Dne út 21. ledna 2014 David C. Rankin napsal(a):
tdemultimedia did build and is now installed:
tde-tdemultimedia-14.0.0-1-x86_64.pkg.tar.xz
You build tdemultimedia using automake or cmake? For tdemultimedia is cmake build unfinished => unsuitable for use.
Ooooooh.... That may be the issue..... I was building tdemultimedia with:
build() { msg "Setting PATH, CMAKE and Trinity Environment variables" # Source the QT and TDE profile [ "$QTDIR" = "" ] && . /etc/profile.d/tqt3.sh [ "$TDEDIR" = "" ] && . /etc/profile.d/trinity.sh
cd $srcdir msg "Creating out-of-source build directory: ${srcdir}/build" mkdir -p build cd build
msg "Starting cmake..." cmake ${srcdir}/${pkgname#*-} \ -DCMAKE_VERBOSE_MAKEFILE=ON \ -DCMAKE_INSTALL_PREFIX=$TDEDIR \ -DBUILD_ALL=ON
msg "Building - ${pkgname#*-}..." make $NUMJOBS }
I'll rework it and use autotools.... Thanks!