[OpenIndiana-discuss] Taglib/cppunit for Mediatomb
Rainer Heilke
rheilke at dragonhearth.com
Sun Jan 19 01:20:04 UTC 2014
Greetings.
Ever since I decided to install 151.1.8, I've been trying off-and-on to
get Mediatomb working again (got it running back at 151.1.1, and it
survived all upgrades). I haven't been having much luck. Mediatomb can
use id3lib or taglib; the latter is preferred. I tried the id3lib route
first, since I could install it from the openindiana.org repository, but
themediatomb configure script does not like the id3lib libraries, saying
"checking for main in lid3...no".
So. I'm trying the other, preferred route. To compile taglib, I first
need cppunit. I use:
./configure CC=/opt/sunstudio12.1/bin/cc CXX=CC CXXFLAGS="-pta
-instances=static -mt -xtarget=pentium3 -g -features=no%transitions
-xildoff" LD=CC LDFLAGS=-xildoff
which seems to run fine. But when I try to make, I get:
target=`echo all-recursive | sed s/-recursive//`; \
list='src include examples doc'; for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(cd $subdir && make $local_target) \
|| eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
make "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'
Does anyone know how to get this working?
TIA
Rainer
--
Mind the Gap
Web: http://www.dragonhearth.com
More information about the OpenIndiana-discuss
mailing list