trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: January 2014

Re: [trinity-devel] tdegames FTBFS - /usr/bin/ld: cannot find -lartsmodules ??

From: "David C. Rankin" <drankinatty@...>
Date: Tue, 21 Jan 2014 17:23:32 -0600
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!

-- 
David C. Rankin, J.D.,P.E.